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 "language",
4058 "paths",
4059 "serde",
4060 "serde_json",
4061 "smol",
4062 "task",
4063 "util",
4064 "workspace-hack",
4065]
4066
4067[[package]]
4068name = "darling"
4069version = "0.20.11"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4072dependencies = [
4073 "darling_core",
4074 "darling_macro",
4075]
4076
4077[[package]]
4078name = "darling_core"
4079version = "0.20.11"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4082dependencies = [
4083 "fnv",
4084 "ident_case",
4085 "proc-macro2",
4086 "quote",
4087 "strsim",
4088 "syn 2.0.101",
4089]
4090
4091[[package]]
4092name = "darling_macro"
4093version = "0.20.11"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4096dependencies = [
4097 "darling_core",
4098 "quote",
4099 "syn 2.0.101",
4100]
4101
4102[[package]]
4103name = "dashmap"
4104version = "5.5.3"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4107dependencies = [
4108 "cfg-if",
4109 "hashbrown 0.14.5",
4110 "lock_api",
4111 "once_cell",
4112 "parking_lot_core",
4113]
4114
4115[[package]]
4116name = "dashmap"
4117version = "6.1.0"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4120dependencies = [
4121 "cfg-if",
4122 "crossbeam-utils",
4123 "hashbrown 0.14.5",
4124 "lock_api",
4125 "once_cell",
4126 "parking_lot_core",
4127]
4128
4129[[package]]
4130name = "dasp_sample"
4131version = "0.11.0"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4134
4135[[package]]
4136name = "data-encoding"
4137version = "2.9.0"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4140
4141[[package]]
4142name = "data-url"
4143version = "0.3.1"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4146
4147[[package]]
4148name = "db"
4149version = "0.1.0"
4150dependencies = [
4151 "anyhow",
4152 "gpui",
4153 "indoc",
4154 "log",
4155 "paths",
4156 "release_channel",
4157 "smol",
4158 "sqlez",
4159 "sqlez_macros",
4160 "tempfile",
4161 "util",
4162 "workspace-hack",
4163]
4164
4165[[package]]
4166name = "dbus"
4167version = "0.9.7"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4170dependencies = [
4171 "libc",
4172 "libdbus-sys",
4173 "winapi",
4174]
4175
4176[[package]]
4177name = "debug_adapter_extension"
4178version = "0.1.0"
4179dependencies = [
4180 "anyhow",
4181 "async-trait",
4182 "dap",
4183 "extension",
4184 "gpui",
4185 "serde_json",
4186 "task",
4187 "workspace-hack",
4188]
4189
4190[[package]]
4191name = "debugger_tools"
4192version = "0.1.0"
4193dependencies = [
4194 "anyhow",
4195 "dap",
4196 "editor",
4197 "futures 0.3.31",
4198 "gpui",
4199 "project",
4200 "serde_json",
4201 "settings",
4202 "smol",
4203 "util",
4204 "workspace",
4205 "workspace-hack",
4206]
4207
4208[[package]]
4209name = "debugger_ui"
4210version = "0.1.0"
4211dependencies = [
4212 "anyhow",
4213 "client",
4214 "collections",
4215 "command_palette_hooks",
4216 "dap",
4217 "dap_adapters",
4218 "db",
4219 "debugger_tools",
4220 "editor",
4221 "env_logger 0.11.8",
4222 "feature_flags",
4223 "file_icons",
4224 "futures 0.3.31",
4225 "fuzzy",
4226 "gpui",
4227 "language",
4228 "log",
4229 "menu",
4230 "parking_lot",
4231 "paths",
4232 "picker",
4233 "pretty_assertions",
4234 "project",
4235 "rpc",
4236 "serde",
4237 "serde_json",
4238 "settings",
4239 "shlex",
4240 "sysinfo",
4241 "task",
4242 "tasks_ui",
4243 "terminal_view",
4244 "theme",
4245 "ui",
4246 "unindent",
4247 "util",
4248 "workspace",
4249 "workspace-hack",
4250]
4251
4252[[package]]
4253name = "deepseek"
4254version = "0.1.0"
4255dependencies = [
4256 "anyhow",
4257 "futures 0.3.31",
4258 "http_client",
4259 "schemars",
4260 "serde",
4261 "serde_json",
4262 "workspace-hack",
4263]
4264
4265[[package]]
4266name = "deflate64"
4267version = "0.1.9"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4270
4271[[package]]
4272name = "der"
4273version = "0.6.1"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4276dependencies = [
4277 "const-oid",
4278 "zeroize",
4279]
4280
4281[[package]]
4282name = "der"
4283version = "0.7.10"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4286dependencies = [
4287 "const-oid",
4288 "pem-rfc7468",
4289 "zeroize",
4290]
4291
4292[[package]]
4293name = "deranged"
4294version = "0.4.0"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4297dependencies = [
4298 "powerfmt",
4299 "serde",
4300]
4301
4302[[package]]
4303name = "derive_builder"
4304version = "0.20.2"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4307dependencies = [
4308 "derive_builder_macro",
4309]
4310
4311[[package]]
4312name = "derive_builder_core"
4313version = "0.20.2"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4316dependencies = [
4317 "darling",
4318 "proc-macro2",
4319 "quote",
4320 "syn 2.0.101",
4321]
4322
4323[[package]]
4324name = "derive_builder_macro"
4325version = "0.20.2"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4328dependencies = [
4329 "derive_builder_core",
4330 "syn 2.0.101",
4331]
4332
4333[[package]]
4334name = "derive_more"
4335version = "0.99.19"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4338dependencies = [
4339 "convert_case 0.4.0",
4340 "proc-macro2",
4341 "quote",
4342 "rustc_version",
4343 "syn 2.0.101",
4344]
4345
4346[[package]]
4347name = "derive_refineable"
4348version = "0.1.0"
4349dependencies = [
4350 "proc-macro2",
4351 "quote",
4352 "syn 1.0.109",
4353 "workspace-hack",
4354]
4355
4356[[package]]
4357name = "diagnostics"
4358version = "0.1.0"
4359dependencies = [
4360 "anyhow",
4361 "client",
4362 "collections",
4363 "component",
4364 "ctor",
4365 "editor",
4366 "env_logger 0.11.8",
4367 "futures 0.3.31",
4368 "gpui",
4369 "indoc",
4370 "language",
4371 "log",
4372 "lsp",
4373 "markdown",
4374 "pretty_assertions",
4375 "project",
4376 "rand 0.8.5",
4377 "serde",
4378 "serde_json",
4379 "settings",
4380 "text",
4381 "theme",
4382 "ui",
4383 "unindent",
4384 "util",
4385 "workspace",
4386 "workspace-hack",
4387]
4388
4389[[package]]
4390name = "dialoguer"
4391version = "0.11.0"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4394dependencies = [
4395 "console",
4396 "fuzzy-matcher",
4397 "shell-words",
4398 "tempfile",
4399 "thiserror 1.0.69",
4400 "zeroize",
4401]
4402
4403[[package]]
4404name = "diff"
4405version = "0.1.13"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4408
4409[[package]]
4410name = "diffy"
4411version = "0.4.2"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4414dependencies = [
4415 "nu-ansi-term 0.50.1",
4416]
4417
4418[[package]]
4419name = "digest"
4420version = "0.10.7"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4423dependencies = [
4424 "block-buffer",
4425 "const-oid",
4426 "crypto-common",
4427 "subtle",
4428]
4429
4430[[package]]
4431name = "dirs"
4432version = "4.0.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4435dependencies = [
4436 "dirs-sys 0.3.7",
4437]
4438
4439[[package]]
4440name = "dirs"
4441version = "5.0.1"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4444dependencies = [
4445 "dirs-sys 0.4.1",
4446]
4447
4448[[package]]
4449name = "dirs"
4450version = "6.0.0"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4453dependencies = [
4454 "dirs-sys 0.5.0",
4455]
4456
4457[[package]]
4458name = "dirs-sys"
4459version = "0.3.7"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4462dependencies = [
4463 "libc",
4464 "redox_users 0.4.6",
4465 "winapi",
4466]
4467
4468[[package]]
4469name = "dirs-sys"
4470version = "0.4.1"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4473dependencies = [
4474 "libc",
4475 "option-ext",
4476 "redox_users 0.4.6",
4477 "windows-sys 0.48.0",
4478]
4479
4480[[package]]
4481name = "dirs-sys"
4482version = "0.5.0"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4485dependencies = [
4486 "libc",
4487 "option-ext",
4488 "redox_users 0.5.0",
4489 "windows-sys 0.59.0",
4490]
4491
4492[[package]]
4493name = "dispatch"
4494version = "0.2.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4497
4498[[package]]
4499name = "dispatch2"
4500version = "0.3.0"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4503dependencies = [
4504 "bitflags 2.9.0",
4505 "objc2",
4506]
4507
4508[[package]]
4509name = "displaydoc"
4510version = "0.2.5"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4513dependencies = [
4514 "proc-macro2",
4515 "quote",
4516 "syn 2.0.101",
4517]
4518
4519[[package]]
4520name = "dlib"
4521version = "0.5.2"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4524dependencies = [
4525 "libloading",
4526]
4527
4528[[package]]
4529name = "docs_preprocessor"
4530version = "0.1.0"
4531dependencies = [
4532 "anyhow",
4533 "clap",
4534 "mdbook",
4535 "regex",
4536 "serde",
4537 "serde_json",
4538 "settings",
4539 "util",
4540 "workspace-hack",
4541]
4542
4543[[package]]
4544name = "documented"
4545version = "0.9.1"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4548dependencies = [
4549 "documented-macros",
4550 "phf",
4551 "thiserror 1.0.69",
4552]
4553
4554[[package]]
4555name = "documented-macros"
4556version = "0.9.1"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4559dependencies = [
4560 "convert_case 0.6.0",
4561 "itertools 0.13.0",
4562 "optfield",
4563 "proc-macro2",
4564 "quote",
4565 "strum 0.26.3",
4566 "syn 2.0.101",
4567]
4568
4569[[package]]
4570name = "dotenv"
4571version = "0.15.0"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4574
4575[[package]]
4576name = "dotenvy"
4577version = "0.15.7"
4578source = "registry+https://github.com/rust-lang/crates.io-index"
4579checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4580
4581[[package]]
4582name = "downcast-rs"
4583version = "1.2.1"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4586
4587[[package]]
4588name = "doxygen-rs"
4589version = "0.4.2"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4592dependencies = [
4593 "phf",
4594]
4595
4596[[package]]
4597name = "dtoa"
4598version = "1.0.10"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4601
4602[[package]]
4603name = "dtoa-short"
4604version = "0.3.5"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4607dependencies = [
4608 "dtoa",
4609]
4610
4611[[package]]
4612name = "dtor"
4613version = "0.0.6"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4616dependencies = [
4617 "dtor-proc-macro",
4618]
4619
4620[[package]]
4621name = "dtor-proc-macro"
4622version = "0.0.5"
4623source = "registry+https://github.com/rust-lang/crates.io-index"
4624checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4625
4626[[package]]
4627name = "dunce"
4628version = "1.0.5"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4631
4632[[package]]
4633name = "dwrote"
4634version = "0.11.3"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4637dependencies = [
4638 "lazy_static",
4639 "libc",
4640 "winapi",
4641 "wio",
4642]
4643
4644[[package]]
4645name = "dyn-clone"
4646version = "1.0.19"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4649
4650[[package]]
4651name = "ec4rs"
4652version = "1.2.0"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4655
4656[[package]]
4657name = "ecdsa"
4658version = "0.14.8"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4661dependencies = [
4662 "der 0.6.1",
4663 "elliptic-curve",
4664 "rfc6979",
4665 "signature 1.6.4",
4666]
4667
4668[[package]]
4669name = "editor"
4670version = "0.1.0"
4671dependencies = [
4672 "aho-corasick",
4673 "anyhow",
4674 "assets",
4675 "buffer_diff",
4676 "client",
4677 "clock",
4678 "collections",
4679 "command_palette_hooks",
4680 "convert_case 0.8.0",
4681 "ctor",
4682 "dap",
4683 "db",
4684 "emojis",
4685 "env_logger 0.11.8",
4686 "feature_flags",
4687 "file_icons",
4688 "fs",
4689 "futures 0.3.31",
4690 "fuzzy",
4691 "git",
4692 "gpui",
4693 "http_client",
4694 "indoc",
4695 "inline_completion",
4696 "itertools 0.14.0",
4697 "language",
4698 "languages",
4699 "linkify",
4700 "log",
4701 "lsp",
4702 "markdown",
4703 "menu",
4704 "multi_buffer",
4705 "ordered-float 2.10.1",
4706 "parking_lot",
4707 "pretty_assertions",
4708 "project",
4709 "rand 0.8.5",
4710 "release_channel",
4711 "rpc",
4712 "schemars",
4713 "serde",
4714 "serde_json",
4715 "settings",
4716 "smallvec",
4717 "smol",
4718 "snippet",
4719 "sum_tree",
4720 "task",
4721 "telemetry",
4722 "tempfile",
4723 "text",
4724 "theme",
4725 "time",
4726 "tree-sitter-html",
4727 "tree-sitter-python",
4728 "tree-sitter-rust",
4729 "tree-sitter-typescript",
4730 "ui",
4731 "unicode-script",
4732 "unicode-segmentation",
4733 "unindent",
4734 "url",
4735 "util",
4736 "uuid",
4737 "workspace",
4738 "workspace-hack",
4739 "zed_actions",
4740]
4741
4742[[package]]
4743name = "either"
4744version = "1.15.0"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4747dependencies = [
4748 "serde",
4749]
4750
4751[[package]]
4752name = "elasticlunr-rs"
4753version = "3.0.2"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4756dependencies = [
4757 "regex",
4758 "serde",
4759 "serde_derive",
4760 "serde_json",
4761]
4762
4763[[package]]
4764name = "elliptic-curve"
4765version = "0.12.3"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4768dependencies = [
4769 "base16ct",
4770 "crypto-bigint 0.4.9",
4771 "der 0.6.1",
4772 "digest",
4773 "ff",
4774 "generic-array",
4775 "group",
4776 "pkcs8 0.9.0",
4777 "rand_core 0.6.4",
4778 "sec1",
4779 "subtle",
4780 "zeroize",
4781]
4782
4783[[package]]
4784name = "email_address"
4785version = "0.2.9"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4788dependencies = [
4789 "serde",
4790]
4791
4792[[package]]
4793name = "embed-resource"
4794version = "3.0.2"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4797dependencies = [
4798 "cc",
4799 "memchr",
4800 "rustc_version",
4801 "toml 0.8.20",
4802 "vswhom",
4803 "winreg 0.52.0",
4804]
4805
4806[[package]]
4807name = "embedded-io"
4808version = "0.4.0"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4811
4812[[package]]
4813name = "embedded-io"
4814version = "0.6.1"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4817
4818[[package]]
4819name = "emojis"
4820version = "0.6.4"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4823dependencies = [
4824 "phf",
4825]
4826
4827[[package]]
4828name = "encode_unicode"
4829version = "1.0.0"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4832
4833[[package]]
4834name = "encoding_rs"
4835version = "0.8.35"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4838dependencies = [
4839 "cfg-if",
4840]
4841
4842[[package]]
4843name = "endi"
4844version = "1.1.0"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4847
4848[[package]]
4849name = "enumflags2"
4850version = "0.7.11"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4853dependencies = [
4854 "enumflags2_derive",
4855 "serde",
4856]
4857
4858[[package]]
4859name = "enumflags2_derive"
4860version = "0.7.11"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4863dependencies = [
4864 "proc-macro2",
4865 "quote",
4866 "syn 2.0.101",
4867]
4868
4869[[package]]
4870name = "env_filter"
4871version = "0.1.3"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4874dependencies = [
4875 "log",
4876 "regex",
4877]
4878
4879[[package]]
4880name = "env_logger"
4881version = "0.10.2"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4884dependencies = [
4885 "humantime",
4886 "is-terminal",
4887 "log",
4888 "regex",
4889 "termcolor",
4890]
4891
4892[[package]]
4893name = "env_logger"
4894version = "0.11.8"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4897dependencies = [
4898 "anstream",
4899 "anstyle",
4900 "env_filter",
4901 "jiff",
4902 "log",
4903]
4904
4905[[package]]
4906name = "envy"
4907version = "0.4.2"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4910dependencies = [
4911 "serde",
4912]
4913
4914[[package]]
4915name = "equivalent"
4916version = "1.0.2"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4919
4920[[package]]
4921name = "erased-serde"
4922version = "0.4.6"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4925dependencies = [
4926 "serde",
4927 "typeid",
4928]
4929
4930[[package]]
4931name = "errno"
4932version = "0.2.8"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4935dependencies = [
4936 "errno-dragonfly",
4937 "libc",
4938 "winapi",
4939]
4940
4941[[package]]
4942name = "errno"
4943version = "0.3.11"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4946dependencies = [
4947 "libc",
4948 "windows-sys 0.59.0",
4949]
4950
4951[[package]]
4952name = "errno-dragonfly"
4953version = "0.1.2"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4956dependencies = [
4957 "cc",
4958 "libc",
4959]
4960
4961[[package]]
4962name = "etagere"
4963version = "0.2.15"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4966dependencies = [
4967 "euclid",
4968 "svg_fmt",
4969]
4970
4971[[package]]
4972name = "etcetera"
4973version = "0.8.0"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4976dependencies = [
4977 "cfg-if",
4978 "home",
4979 "windows-sys 0.48.0",
4980]
4981
4982[[package]]
4983name = "euclid"
4984version = "0.22.11"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4987dependencies = [
4988 "num-traits",
4989]
4990
4991[[package]]
4992name = "eval"
4993version = "0.1.0"
4994dependencies = [
4995 "agent",
4996 "anyhow",
4997 "assistant_settings",
4998 "assistant_tool",
4999 "assistant_tools",
5000 "async-trait",
5001 "async-watch",
5002 "buffer_diff",
5003 "chrono",
5004 "clap",
5005 "client",
5006 "collections",
5007 "debug_adapter_extension",
5008 "dirs 4.0.0",
5009 "dotenv",
5010 "env_logger 0.11.8",
5011 "extension",
5012 "fs",
5013 "futures 0.3.31",
5014 "gpui",
5015 "gpui_tokio",
5016 "handlebars 4.5.0",
5017 "language",
5018 "language_extension",
5019 "language_model",
5020 "language_models",
5021 "languages",
5022 "markdown",
5023 "node_runtime",
5024 "pathdiff",
5025 "paths",
5026 "pretty_assertions",
5027 "project",
5028 "prompt_store",
5029 "regex",
5030 "release_channel",
5031 "reqwest_client",
5032 "serde",
5033 "serde_json",
5034 "settings",
5035 "shellexpand 2.1.2",
5036 "smol",
5037 "telemetry",
5038 "terminal_view",
5039 "toml 0.8.20",
5040 "unindent",
5041 "util",
5042 "uuid",
5043 "workspace-hack",
5044]
5045
5046[[package]]
5047name = "event-listener"
5048version = "2.5.3"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5051
5052[[package]]
5053name = "event-listener"
5054version = "5.4.0"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5057dependencies = [
5058 "concurrent-queue",
5059 "parking",
5060 "pin-project-lite",
5061]
5062
5063[[package]]
5064name = "event-listener-strategy"
5065version = "0.5.4"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5068dependencies = [
5069 "event-listener 5.4.0",
5070 "pin-project-lite",
5071]
5072
5073[[package]]
5074name = "exec"
5075version = "0.3.1"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5078dependencies = [
5079 "errno 0.2.8",
5080 "libc",
5081]
5082
5083[[package]]
5084name = "exr"
5085version = "1.73.0"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5088dependencies = [
5089 "bit_field",
5090 "half",
5091 "lebe",
5092 "miniz_oxide",
5093 "rayon-core",
5094 "smallvec",
5095 "zune-inflate",
5096]
5097
5098[[package]]
5099name = "extension"
5100version = "0.1.0"
5101dependencies = [
5102 "anyhow",
5103 "async-compression",
5104 "async-tar",
5105 "async-trait",
5106 "collections",
5107 "dap",
5108 "fs",
5109 "futures 0.3.31",
5110 "gpui",
5111 "heck 0.5.0",
5112 "http_client",
5113 "language",
5114 "log",
5115 "lsp",
5116 "parking_lot",
5117 "semantic_version",
5118 "serde",
5119 "serde_json",
5120 "task",
5121 "toml 0.8.20",
5122 "util",
5123 "wasi-preview1-component-adapter-provider",
5124 "wasm-encoder 0.221.3",
5125 "wasmparser 0.221.3",
5126 "wit-component 0.221.3",
5127 "workspace-hack",
5128]
5129
5130[[package]]
5131name = "extension_cli"
5132version = "0.1.0"
5133dependencies = [
5134 "anyhow",
5135 "clap",
5136 "env_logger 0.11.8",
5137 "extension",
5138 "fs",
5139 "gpui",
5140 "language",
5141 "log",
5142 "reqwest_client",
5143 "rpc",
5144 "serde",
5145 "serde_json",
5146 "theme",
5147 "tokio",
5148 "toml 0.8.20",
5149 "tree-sitter",
5150 "wasmtime",
5151 "workspace-hack",
5152]
5153
5154[[package]]
5155name = "extension_host"
5156version = "0.1.0"
5157dependencies = [
5158 "anyhow",
5159 "async-compression",
5160 "async-tar",
5161 "async-trait",
5162 "client",
5163 "collections",
5164 "criterion",
5165 "ctor",
5166 "dap",
5167 "env_logger 0.11.8",
5168 "extension",
5169 "fs",
5170 "futures 0.3.31",
5171 "gpui",
5172 "http_client",
5173 "language",
5174 "language_extension",
5175 "log",
5176 "lsp",
5177 "moka",
5178 "node_runtime",
5179 "parking_lot",
5180 "paths",
5181 "project",
5182 "rand 0.8.5",
5183 "release_channel",
5184 "remote",
5185 "reqwest_client",
5186 "schemars",
5187 "semantic_version",
5188 "serde",
5189 "serde_json",
5190 "serde_json_lenient",
5191 "settings",
5192 "task",
5193 "telemetry",
5194 "tempfile",
5195 "theme",
5196 "theme_extension",
5197 "toml 0.8.20",
5198 "url",
5199 "util",
5200 "wasmparser 0.221.3",
5201 "wasmtime",
5202 "wasmtime-wasi",
5203 "workspace-hack",
5204]
5205
5206[[package]]
5207name = "extensions_ui"
5208version = "0.1.0"
5209dependencies = [
5210 "anyhow",
5211 "client",
5212 "collections",
5213 "db",
5214 "editor",
5215 "extension",
5216 "extension_host",
5217 "fs",
5218 "fuzzy",
5219 "gpui",
5220 "language",
5221 "log",
5222 "num-format",
5223 "picker",
5224 "project",
5225 "release_channel",
5226 "semantic_version",
5227 "serde",
5228 "settings",
5229 "smallvec",
5230 "strum 0.27.1",
5231 "telemetry",
5232 "theme",
5233 "ui",
5234 "util",
5235 "vim_mode_setting",
5236 "workspace",
5237 "workspace-hack",
5238 "zed_actions",
5239]
5240
5241[[package]]
5242name = "fallible-iterator"
5243version = "0.3.0"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5246
5247[[package]]
5248name = "fancy-regex"
5249version = "0.13.0"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5252dependencies = [
5253 "bit-set 0.5.3",
5254 "regex-automata 0.4.9",
5255 "regex-syntax 0.8.5",
5256]
5257
5258[[package]]
5259name = "fancy-regex"
5260version = "0.14.0"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5263dependencies = [
5264 "bit-set 0.8.0",
5265 "regex-automata 0.4.9",
5266 "regex-syntax 0.8.5",
5267]
5268
5269[[package]]
5270name = "fast-srgb8"
5271version = "1.0.0"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5274
5275[[package]]
5276name = "faster-hex"
5277version = "0.9.0"
5278source = "registry+https://github.com/rust-lang/crates.io-index"
5279checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5280dependencies = [
5281 "serde",
5282]
5283
5284[[package]]
5285name = "faster-hex"
5286version = "0.10.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5289dependencies = [
5290 "heapless",
5291 "serde",
5292]
5293
5294[[package]]
5295name = "fastrand"
5296version = "1.9.0"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5299dependencies = [
5300 "instant",
5301]
5302
5303[[package]]
5304name = "fastrand"
5305version = "2.3.0"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5308
5309[[package]]
5310name = "fd-lock"
5311version = "4.0.4"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5314dependencies = [
5315 "cfg-if",
5316 "rustix 1.0.7",
5317 "windows-sys 0.59.0",
5318]
5319
5320[[package]]
5321name = "fdeflate"
5322version = "0.3.7"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5325dependencies = [
5326 "simd-adler32",
5327]
5328
5329[[package]]
5330name = "feature_flags"
5331version = "0.1.0"
5332dependencies = [
5333 "futures 0.3.31",
5334 "gpui",
5335 "smol",
5336 "workspace-hack",
5337]
5338
5339[[package]]
5340name = "feedback"
5341version = "0.1.0"
5342dependencies = [
5343 "client",
5344 "editor",
5345 "gpui",
5346 "human_bytes",
5347 "menu",
5348 "release_channel",
5349 "serde",
5350 "sysinfo",
5351 "ui",
5352 "urlencoding",
5353 "util",
5354 "workspace",
5355 "workspace-hack",
5356 "zed_actions",
5357]
5358
5359[[package]]
5360name = "ff"
5361version = "0.12.1"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5364dependencies = [
5365 "rand_core 0.6.4",
5366 "subtle",
5367]
5368
5369[[package]]
5370name = "file_finder"
5371version = "0.1.0"
5372dependencies = [
5373 "anyhow",
5374 "collections",
5375 "ctor",
5376 "editor",
5377 "env_logger 0.11.8",
5378 "file_icons",
5379 "futures 0.3.31",
5380 "fuzzy",
5381 "gpui",
5382 "language",
5383 "menu",
5384 "picker",
5385 "project",
5386 "schemars",
5387 "serde",
5388 "serde_derive",
5389 "serde_json",
5390 "settings",
5391 "text",
5392 "theme",
5393 "ui",
5394 "util",
5395 "workspace",
5396 "workspace-hack",
5397]
5398
5399[[package]]
5400name = "file_icons"
5401version = "0.1.0"
5402dependencies = [
5403 "gpui",
5404 "serde",
5405 "settings",
5406 "theme",
5407 "util",
5408 "workspace-hack",
5409]
5410
5411[[package]]
5412name = "filedescriptor"
5413version = "0.8.3"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5416dependencies = [
5417 "libc",
5418 "thiserror 1.0.69",
5419 "winapi",
5420]
5421
5422[[package]]
5423name = "filetime"
5424version = "0.2.25"
5425source = "registry+https://github.com/rust-lang/crates.io-index"
5426checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5427dependencies = [
5428 "cfg-if",
5429 "libc",
5430 "libredox",
5431 "windows-sys 0.59.0",
5432]
5433
5434[[package]]
5435name = "fixedbitset"
5436version = "0.4.2"
5437source = "registry+https://github.com/rust-lang/crates.io-index"
5438checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5439
5440[[package]]
5441name = "flate2"
5442version = "1.1.1"
5443source = "registry+https://github.com/rust-lang/crates.io-index"
5444checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5445dependencies = [
5446 "crc32fast",
5447 "libz-rs-sys",
5448 "miniz_oxide",
5449]
5450
5451[[package]]
5452name = "float-cmp"
5453version = "0.9.0"
5454source = "registry+https://github.com/rust-lang/crates.io-index"
5455checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5456
5457[[package]]
5458name = "float-ord"
5459version = "0.3.2"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5462
5463[[package]]
5464name = "float_next_after"
5465version = "1.0.0"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5468
5469[[package]]
5470name = "fluent-uri"
5471version = "0.3.2"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5474dependencies = [
5475 "borrow-or-share",
5476 "ref-cast",
5477 "serde",
5478]
5479
5480[[package]]
5481name = "flume"
5482version = "0.11.1"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5485dependencies = [
5486 "futures-core",
5487 "futures-sink",
5488 "nanorand",
5489 "spin",
5490]
5491
5492[[package]]
5493name = "fnv"
5494version = "1.0.7"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5497
5498[[package]]
5499name = "foldhash"
5500version = "0.1.5"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5503
5504[[package]]
5505name = "font-kit"
5506version = "0.14.1"
5507source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5508dependencies = [
5509 "bitflags 2.9.0",
5510 "byteorder",
5511 "core-foundation 0.10.0",
5512 "core-graphics 0.24.0",
5513 "core-text",
5514 "dirs 5.0.1",
5515 "dwrote",
5516 "float-ord",
5517 "freetype-sys",
5518 "lazy_static",
5519 "libc",
5520 "log",
5521 "pathfinder_geometry",
5522 "pathfinder_simd",
5523 "walkdir",
5524 "winapi",
5525 "yeslogic-fontconfig-sys",
5526]
5527
5528[[package]]
5529name = "font-types"
5530version = "0.8.4"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5533dependencies = [
5534 "bytemuck",
5535]
5536
5537[[package]]
5538name = "fontconfig-parser"
5539version = "0.5.7"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5542dependencies = [
5543 "roxmltree",
5544]
5545
5546[[package]]
5547name = "fontdb"
5548version = "0.16.2"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5551dependencies = [
5552 "fontconfig-parser",
5553 "log",
5554 "memmap2",
5555 "slotmap",
5556 "tinyvec",
5557 "ttf-parser 0.20.0",
5558]
5559
5560[[package]]
5561name = "fontdb"
5562version = "0.23.0"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5565dependencies = [
5566 "fontconfig-parser",
5567 "log",
5568 "memmap2",
5569 "slotmap",
5570 "tinyvec",
5571 "ttf-parser 0.25.1",
5572]
5573
5574[[package]]
5575name = "foreign-types"
5576version = "0.3.2"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5579dependencies = [
5580 "foreign-types-shared 0.1.1",
5581]
5582
5583[[package]]
5584name = "foreign-types"
5585version = "0.5.0"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5588dependencies = [
5589 "foreign-types-macros",
5590 "foreign-types-shared 0.3.1",
5591]
5592
5593[[package]]
5594name = "foreign-types-macros"
5595version = "0.2.3"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5598dependencies = [
5599 "proc-macro2",
5600 "quote",
5601 "syn 2.0.101",
5602]
5603
5604[[package]]
5605name = "foreign-types-shared"
5606version = "0.1.1"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5609
5610[[package]]
5611name = "foreign-types-shared"
5612version = "0.3.1"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5615
5616[[package]]
5617name = "fork"
5618version = "0.2.0"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5621dependencies = [
5622 "libc",
5623]
5624
5625[[package]]
5626name = "form_urlencoded"
5627version = "1.2.1"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5630dependencies = [
5631 "percent-encoding",
5632]
5633
5634[[package]]
5635name = "fraction"
5636version = "0.15.3"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5639dependencies = [
5640 "lazy_static",
5641 "num",
5642]
5643
5644[[package]]
5645name = "freetype-sys"
5646version = "0.20.1"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5649dependencies = [
5650 "cc",
5651 "libc",
5652 "pkg-config",
5653]
5654
5655[[package]]
5656name = "fs"
5657version = "0.1.0"
5658dependencies = [
5659 "anyhow",
5660 "ashpd",
5661 "async-tar",
5662 "async-trait",
5663 "cocoa 0.26.0",
5664 "collections",
5665 "fsevent",
5666 "futures 0.3.31",
5667 "git",
5668 "gpui",
5669 "ignore",
5670 "libc",
5671 "log",
5672 "notify",
5673 "objc",
5674 "parking_lot",
5675 "paths",
5676 "proto",
5677 "rope",
5678 "serde",
5679 "serde_json",
5680 "smol",
5681 "tempfile",
5682 "text",
5683 "time",
5684 "util",
5685 "windows 0.61.1",
5686 "workspace-hack",
5687]
5688
5689[[package]]
5690name = "fs-set-times"
5691version = "0.20.3"
5692source = "registry+https://github.com/rust-lang/crates.io-index"
5693checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5694dependencies = [
5695 "io-lifetimes",
5696 "rustix 1.0.7",
5697 "windows-sys 0.59.0",
5698]
5699
5700[[package]]
5701name = "fs2"
5702version = "0.4.3"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5705dependencies = [
5706 "libc",
5707 "winapi",
5708]
5709
5710[[package]]
5711name = "fs_extra"
5712version = "1.3.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5715
5716[[package]]
5717name = "fsevent"
5718version = "0.1.0"
5719dependencies = [
5720 "bitflags 2.9.0",
5721 "core-foundation 0.10.0",
5722 "fsevent-sys 3.1.0",
5723 "parking_lot",
5724 "tempfile",
5725 "workspace-hack",
5726]
5727
5728[[package]]
5729name = "fsevent-sys"
5730version = "3.1.0"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5733dependencies = [
5734 "libc",
5735]
5736
5737[[package]]
5738name = "fsevent-sys"
5739version = "4.1.0"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5742dependencies = [
5743 "libc",
5744]
5745
5746[[package]]
5747name = "funty"
5748version = "2.0.0"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5751
5752[[package]]
5753name = "futf"
5754version = "0.1.5"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5757dependencies = [
5758 "mac",
5759 "new_debug_unreachable",
5760]
5761
5762[[package]]
5763name = "futures"
5764version = "0.1.31"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5767
5768[[package]]
5769name = "futures"
5770version = "0.3.31"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5773dependencies = [
5774 "futures-channel",
5775 "futures-core",
5776 "futures-executor",
5777 "futures-io",
5778 "futures-sink",
5779 "futures-task",
5780 "futures-util",
5781]
5782
5783[[package]]
5784name = "futures-batch"
5785version = "0.6.1"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5788dependencies = [
5789 "futures 0.3.31",
5790 "futures-timer",
5791 "pin-utils",
5792]
5793
5794[[package]]
5795name = "futures-channel"
5796version = "0.3.31"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5799dependencies = [
5800 "futures-core",
5801 "futures-sink",
5802]
5803
5804[[package]]
5805name = "futures-core"
5806version = "0.3.31"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5809
5810[[package]]
5811name = "futures-executor"
5812version = "0.3.31"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5815dependencies = [
5816 "futures-core",
5817 "futures-task",
5818 "futures-util",
5819]
5820
5821[[package]]
5822name = "futures-intrusive"
5823version = "0.5.0"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5826dependencies = [
5827 "futures-core",
5828 "lock_api",
5829 "parking_lot",
5830]
5831
5832[[package]]
5833name = "futures-io"
5834version = "0.3.31"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5837
5838[[package]]
5839name = "futures-lite"
5840version = "1.13.0"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5843dependencies = [
5844 "fastrand 1.9.0",
5845 "futures-core",
5846 "futures-io",
5847 "memchr",
5848 "parking",
5849 "pin-project-lite",
5850 "waker-fn",
5851]
5852
5853[[package]]
5854name = "futures-lite"
5855version = "2.6.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5858dependencies = [
5859 "fastrand 2.3.0",
5860 "futures-core",
5861 "futures-io",
5862 "parking",
5863 "pin-project-lite",
5864]
5865
5866[[package]]
5867name = "futures-macro"
5868version = "0.3.31"
5869source = "registry+https://github.com/rust-lang/crates.io-index"
5870checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5871dependencies = [
5872 "proc-macro2",
5873 "quote",
5874 "syn 2.0.101",
5875]
5876
5877[[package]]
5878name = "futures-sink"
5879version = "0.3.31"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5882
5883[[package]]
5884name = "futures-task"
5885version = "0.3.31"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
5887checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5888
5889[[package]]
5890name = "futures-timer"
5891version = "3.0.3"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5894
5895[[package]]
5896name = "futures-util"
5897version = "0.3.31"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5900dependencies = [
5901 "futures 0.1.31",
5902 "futures-channel",
5903 "futures-core",
5904 "futures-io",
5905 "futures-macro",
5906 "futures-sink",
5907 "futures-task",
5908 "memchr",
5909 "pin-project-lite",
5910 "pin-utils",
5911 "slab",
5912 "tokio-io",
5913]
5914
5915[[package]]
5916name = "fuzzy"
5917version = "0.1.0"
5918dependencies = [
5919 "gpui",
5920 "log",
5921 "util",
5922 "workspace-hack",
5923]
5924
5925[[package]]
5926name = "fuzzy-matcher"
5927version = "0.3.7"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5930dependencies = [
5931 "thread_local",
5932]
5933
5934[[package]]
5935name = "generator"
5936version = "0.8.5"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5939dependencies = [
5940 "cc",
5941 "cfg-if",
5942 "libc",
5943 "log",
5944 "rustversion",
5945 "windows 0.61.1",
5946]
5947
5948[[package]]
5949name = "generic-array"
5950version = "0.14.7"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5953dependencies = [
5954 "typenum",
5955 "version_check",
5956]
5957
5958[[package]]
5959name = "gethostname"
5960version = "0.4.3"
5961source = "registry+https://github.com/rust-lang/crates.io-index"
5962checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5963dependencies = [
5964 "libc",
5965 "windows-targets 0.48.5",
5966]
5967
5968[[package]]
5969name = "getrandom"
5970version = "0.1.16"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5973dependencies = [
5974 "cfg-if",
5975 "libc",
5976 "wasi 0.9.0+wasi-snapshot-preview1",
5977]
5978
5979[[package]]
5980name = "getrandom"
5981version = "0.2.15"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5984dependencies = [
5985 "cfg-if",
5986 "js-sys",
5987 "libc",
5988 "wasi 0.11.0+wasi-snapshot-preview1",
5989 "wasm-bindgen",
5990]
5991
5992[[package]]
5993name = "getrandom"
5994version = "0.3.2"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5997dependencies = [
5998 "cfg-if",
5999 "js-sys",
6000 "libc",
6001 "r-efi",
6002 "wasi 0.14.2+wasi-0.2.4",
6003 "wasm-bindgen",
6004]
6005
6006[[package]]
6007name = "gif"
6008version = "0.13.1"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6011dependencies = [
6012 "color_quant",
6013 "weezl",
6014]
6015
6016[[package]]
6017name = "gimli"
6018version = "0.31.1"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6021dependencies = [
6022 "fallible-iterator",
6023 "indexmap",
6024 "stable_deref_trait",
6025]
6026
6027[[package]]
6028name = "git"
6029version = "0.1.0"
6030dependencies = [
6031 "anyhow",
6032 "askpass",
6033 "async-trait",
6034 "collections",
6035 "derive_more",
6036 "futures 0.3.31",
6037 "git2",
6038 "gpui",
6039 "http_client",
6040 "log",
6041 "parking_lot",
6042 "pretty_assertions",
6043 "regex",
6044 "rope",
6045 "schemars",
6046 "serde",
6047 "serde_json",
6048 "smol",
6049 "sum_tree",
6050 "tempfile",
6051 "text",
6052 "thiserror 2.0.12",
6053 "time",
6054 "unindent",
6055 "url",
6056 "util",
6057 "uuid",
6058 "workspace-hack",
6059]
6060
6061[[package]]
6062name = "git2"
6063version = "0.20.1"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6066dependencies = [
6067 "bitflags 2.9.0",
6068 "libc",
6069 "libgit2-sys",
6070 "log",
6071 "url",
6072]
6073
6074[[package]]
6075name = "git_hosting_providers"
6076version = "0.1.0"
6077dependencies = [
6078 "anyhow",
6079 "async-trait",
6080 "futures 0.3.31",
6081 "git",
6082 "gpui",
6083 "http_client",
6084 "indoc",
6085 "pretty_assertions",
6086 "regex",
6087 "schemars",
6088 "serde",
6089 "serde_json",
6090 "settings",
6091 "url",
6092 "util",
6093 "workspace-hack",
6094]
6095
6096[[package]]
6097name = "git_ui"
6098version = "0.1.0"
6099dependencies = [
6100 "anyhow",
6101 "askpass",
6102 "assistant_settings",
6103 "buffer_diff",
6104 "chrono",
6105 "collections",
6106 "command_palette_hooks",
6107 "component",
6108 "ctor",
6109 "db",
6110 "editor",
6111 "env_logger 0.11.8",
6112 "futures 0.3.31",
6113 "fuzzy",
6114 "git",
6115 "gpui",
6116 "itertools 0.14.0",
6117 "language",
6118 "language_model",
6119 "linkify",
6120 "log",
6121 "markdown",
6122 "menu",
6123 "multi_buffer",
6124 "notifications",
6125 "panel",
6126 "picker",
6127 "postage",
6128 "pretty_assertions",
6129 "project",
6130 "schemars",
6131 "serde",
6132 "serde_derive",
6133 "serde_json",
6134 "settings",
6135 "strum 0.27.1",
6136 "telemetry",
6137 "theme",
6138 "time",
6139 "time_format",
6140 "ui",
6141 "unindent",
6142 "util",
6143 "windows 0.61.1",
6144 "workspace",
6145 "workspace-hack",
6146 "zed_actions",
6147]
6148
6149[[package]]
6150name = "gix"
6151version = "0.71.0"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6154dependencies = [
6155 "gix-actor",
6156 "gix-attributes",
6157 "gix-command",
6158 "gix-commitgraph",
6159 "gix-config",
6160 "gix-date",
6161 "gix-diff",
6162 "gix-discover",
6163 "gix-features 0.41.1",
6164 "gix-filter",
6165 "gix-fs 0.14.0",
6166 "gix-glob",
6167 "gix-hash 0.17.0",
6168 "gix-hashtable",
6169 "gix-ignore",
6170 "gix-index",
6171 "gix-lock",
6172 "gix-object",
6173 "gix-odb",
6174 "gix-pack",
6175 "gix-path",
6176 "gix-pathspec",
6177 "gix-protocol",
6178 "gix-ref",
6179 "gix-refspec",
6180 "gix-revision",
6181 "gix-revwalk",
6182 "gix-sec",
6183 "gix-shallow",
6184 "gix-submodule",
6185 "gix-tempfile",
6186 "gix-trace",
6187 "gix-traverse",
6188 "gix-url",
6189 "gix-utils 0.2.0",
6190 "gix-validate 0.9.4",
6191 "gix-worktree",
6192 "once_cell",
6193 "smallvec",
6194 "thiserror 2.0.12",
6195]
6196
6197[[package]]
6198name = "gix-actor"
6199version = "0.34.0"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6202dependencies = [
6203 "bstr",
6204 "gix-date",
6205 "gix-utils 0.2.0",
6206 "itoa",
6207 "thiserror 2.0.12",
6208 "winnow",
6209]
6210
6211[[package]]
6212name = "gix-attributes"
6213version = "0.25.0"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6216dependencies = [
6217 "bstr",
6218 "gix-glob",
6219 "gix-path",
6220 "gix-quote",
6221 "gix-trace",
6222 "kstring",
6223 "smallvec",
6224 "thiserror 2.0.12",
6225 "unicode-bom",
6226]
6227
6228[[package]]
6229name = "gix-bitmap"
6230version = "0.2.14"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6233dependencies = [
6234 "thiserror 2.0.12",
6235]
6236
6237[[package]]
6238name = "gix-chunk"
6239version = "0.4.11"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6242dependencies = [
6243 "thiserror 2.0.12",
6244]
6245
6246[[package]]
6247name = "gix-command"
6248version = "0.5.0"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6251dependencies = [
6252 "bstr",
6253 "gix-path",
6254 "gix-quote",
6255 "gix-trace",
6256 "shell-words",
6257]
6258
6259[[package]]
6260name = "gix-commitgraph"
6261version = "0.27.0"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6264dependencies = [
6265 "bstr",
6266 "gix-chunk",
6267 "gix-hash 0.17.0",
6268 "memmap2",
6269 "thiserror 2.0.12",
6270]
6271
6272[[package]]
6273name = "gix-config"
6274version = "0.44.0"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6277dependencies = [
6278 "bstr",
6279 "gix-config-value",
6280 "gix-features 0.41.1",
6281 "gix-glob",
6282 "gix-path",
6283 "gix-ref",
6284 "gix-sec",
6285 "memchr",
6286 "once_cell",
6287 "smallvec",
6288 "thiserror 2.0.12",
6289 "unicode-bom",
6290 "winnow",
6291]
6292
6293[[package]]
6294name = "gix-config-value"
6295version = "0.14.12"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6298dependencies = [
6299 "bitflags 2.9.0",
6300 "bstr",
6301 "gix-path",
6302 "libc",
6303 "thiserror 2.0.12",
6304]
6305
6306[[package]]
6307name = "gix-date"
6308version = "0.9.4"
6309source = "registry+https://github.com/rust-lang/crates.io-index"
6310checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6311dependencies = [
6312 "bstr",
6313 "itoa",
6314 "jiff",
6315 "thiserror 2.0.12",
6316]
6317
6318[[package]]
6319name = "gix-diff"
6320version = "0.51.0"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6323dependencies = [
6324 "bstr",
6325 "gix-command",
6326 "gix-filter",
6327 "gix-fs 0.14.0",
6328 "gix-hash 0.17.0",
6329 "gix-object",
6330 "gix-path",
6331 "gix-tempfile",
6332 "gix-trace",
6333 "gix-traverse",
6334 "gix-worktree",
6335 "imara-diff",
6336 "thiserror 2.0.12",
6337]
6338
6339[[package]]
6340name = "gix-discover"
6341version = "0.39.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6344dependencies = [
6345 "bstr",
6346 "dunce",
6347 "gix-fs 0.14.0",
6348 "gix-hash 0.17.0",
6349 "gix-path",
6350 "gix-ref",
6351 "gix-sec",
6352 "thiserror 2.0.12",
6353]
6354
6355[[package]]
6356name = "gix-features"
6357version = "0.41.1"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6360dependencies = [
6361 "crc32fast",
6362 "crossbeam-channel",
6363 "flate2",
6364 "gix-path",
6365 "gix-trace",
6366 "gix-utils 0.2.0",
6367 "libc",
6368 "once_cell",
6369 "parking_lot",
6370 "prodash",
6371 "thiserror 2.0.12",
6372 "walkdir",
6373]
6374
6375[[package]]
6376name = "gix-features"
6377version = "0.42.1"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6380dependencies = [
6381 "gix-trace",
6382 "gix-utils 0.3.0",
6383 "libc",
6384 "prodash",
6385]
6386
6387[[package]]
6388name = "gix-filter"
6389version = "0.18.0"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6392dependencies = [
6393 "bstr",
6394 "encoding_rs",
6395 "gix-attributes",
6396 "gix-command",
6397 "gix-hash 0.17.0",
6398 "gix-object",
6399 "gix-packetline-blocking",
6400 "gix-path",
6401 "gix-quote",
6402 "gix-trace",
6403 "gix-utils 0.2.0",
6404 "smallvec",
6405 "thiserror 2.0.12",
6406]
6407
6408[[package]]
6409name = "gix-fs"
6410version = "0.14.0"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6413dependencies = [
6414 "bstr",
6415 "fastrand 2.3.0",
6416 "gix-features 0.41.1",
6417 "gix-path",
6418 "gix-utils 0.2.0",
6419 "thiserror 2.0.12",
6420]
6421
6422[[package]]
6423name = "gix-fs"
6424version = "0.15.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6427dependencies = [
6428 "bstr",
6429 "fastrand 2.3.0",
6430 "gix-features 0.42.1",
6431 "gix-path",
6432 "gix-utils 0.3.0",
6433 "thiserror 2.0.12",
6434]
6435
6436[[package]]
6437name = "gix-glob"
6438version = "0.19.0"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6441dependencies = [
6442 "bitflags 2.9.0",
6443 "bstr",
6444 "gix-features 0.41.1",
6445 "gix-path",
6446]
6447
6448[[package]]
6449name = "gix-hash"
6450version = "0.17.0"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6453dependencies = [
6454 "faster-hex 0.9.0",
6455 "gix-features 0.41.1",
6456 "sha1-checked",
6457 "thiserror 2.0.12",
6458]
6459
6460[[package]]
6461name = "gix-hash"
6462version = "0.18.0"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6465dependencies = [
6466 "faster-hex 0.10.0",
6467 "gix-features 0.42.1",
6468 "sha1-checked",
6469 "thiserror 2.0.12",
6470]
6471
6472[[package]]
6473name = "gix-hashtable"
6474version = "0.8.1"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6477dependencies = [
6478 "gix-hash 0.18.0",
6479 "hashbrown 0.14.5",
6480 "parking_lot",
6481]
6482
6483[[package]]
6484name = "gix-ignore"
6485version = "0.14.0"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6488dependencies = [
6489 "bstr",
6490 "gix-glob",
6491 "gix-path",
6492 "gix-trace",
6493 "unicode-bom",
6494]
6495
6496[[package]]
6497name = "gix-index"
6498version = "0.39.0"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6501dependencies = [
6502 "bitflags 2.9.0",
6503 "bstr",
6504 "filetime",
6505 "fnv",
6506 "gix-bitmap",
6507 "gix-features 0.41.1",
6508 "gix-fs 0.14.0",
6509 "gix-hash 0.17.0",
6510 "gix-lock",
6511 "gix-object",
6512 "gix-traverse",
6513 "gix-utils 0.2.0",
6514 "gix-validate 0.9.4",
6515 "hashbrown 0.14.5",
6516 "itoa",
6517 "libc",
6518 "memmap2",
6519 "rustix 0.38.44",
6520 "smallvec",
6521 "thiserror 2.0.12",
6522]
6523
6524[[package]]
6525name = "gix-lock"
6526version = "17.1.0"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6529dependencies = [
6530 "gix-tempfile",
6531 "gix-utils 0.3.0",
6532 "thiserror 2.0.12",
6533]
6534
6535[[package]]
6536name = "gix-object"
6537version = "0.48.0"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6540dependencies = [
6541 "bstr",
6542 "gix-actor",
6543 "gix-date",
6544 "gix-features 0.41.1",
6545 "gix-hash 0.17.0",
6546 "gix-hashtable",
6547 "gix-path",
6548 "gix-utils 0.2.0",
6549 "gix-validate 0.9.4",
6550 "itoa",
6551 "smallvec",
6552 "thiserror 2.0.12",
6553 "winnow",
6554]
6555
6556[[package]]
6557name = "gix-odb"
6558version = "0.68.0"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6561dependencies = [
6562 "arc-swap",
6563 "gix-date",
6564 "gix-features 0.41.1",
6565 "gix-fs 0.14.0",
6566 "gix-hash 0.17.0",
6567 "gix-hashtable",
6568 "gix-object",
6569 "gix-pack",
6570 "gix-path",
6571 "gix-quote",
6572 "parking_lot",
6573 "tempfile",
6574 "thiserror 2.0.12",
6575]
6576
6577[[package]]
6578name = "gix-pack"
6579version = "0.58.0"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6582dependencies = [
6583 "clru",
6584 "gix-chunk",
6585 "gix-features 0.41.1",
6586 "gix-hash 0.17.0",
6587 "gix-hashtable",
6588 "gix-object",
6589 "gix-path",
6590 "memmap2",
6591 "smallvec",
6592 "thiserror 2.0.12",
6593 "uluru",
6594]
6595
6596[[package]]
6597name = "gix-packetline"
6598version = "0.18.4"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6601dependencies = [
6602 "bstr",
6603 "faster-hex 0.9.0",
6604 "gix-trace",
6605 "thiserror 2.0.12",
6606]
6607
6608[[package]]
6609name = "gix-packetline-blocking"
6610version = "0.18.3"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6613dependencies = [
6614 "bstr",
6615 "faster-hex 0.9.0",
6616 "gix-trace",
6617 "thiserror 2.0.12",
6618]
6619
6620[[package]]
6621name = "gix-path"
6622version = "0.10.18"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6625dependencies = [
6626 "bstr",
6627 "gix-trace",
6628 "gix-validate 0.10.0",
6629 "home",
6630 "once_cell",
6631 "thiserror 2.0.12",
6632]
6633
6634[[package]]
6635name = "gix-pathspec"
6636version = "0.10.0"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6639dependencies = [
6640 "bitflags 2.9.0",
6641 "bstr",
6642 "gix-attributes",
6643 "gix-config-value",
6644 "gix-glob",
6645 "gix-path",
6646 "thiserror 2.0.12",
6647]
6648
6649[[package]]
6650name = "gix-protocol"
6651version = "0.49.0"
6652source = "registry+https://github.com/rust-lang/crates.io-index"
6653checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6654dependencies = [
6655 "bstr",
6656 "gix-date",
6657 "gix-features 0.41.1",
6658 "gix-hash 0.17.0",
6659 "gix-ref",
6660 "gix-shallow",
6661 "gix-transport",
6662 "gix-utils 0.2.0",
6663 "maybe-async",
6664 "thiserror 2.0.12",
6665 "winnow",
6666]
6667
6668[[package]]
6669name = "gix-quote"
6670version = "0.5.0"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6673dependencies = [
6674 "bstr",
6675 "gix-utils 0.2.0",
6676 "thiserror 2.0.12",
6677]
6678
6679[[package]]
6680name = "gix-ref"
6681version = "0.51.0"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6684dependencies = [
6685 "gix-actor",
6686 "gix-features 0.41.1",
6687 "gix-fs 0.14.0",
6688 "gix-hash 0.17.0",
6689 "gix-lock",
6690 "gix-object",
6691 "gix-path",
6692 "gix-tempfile",
6693 "gix-utils 0.2.0",
6694 "gix-validate 0.9.4",
6695 "memmap2",
6696 "thiserror 2.0.12",
6697 "winnow",
6698]
6699
6700[[package]]
6701name = "gix-refspec"
6702version = "0.29.0"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6705dependencies = [
6706 "bstr",
6707 "gix-hash 0.17.0",
6708 "gix-revision",
6709 "gix-validate 0.9.4",
6710 "smallvec",
6711 "thiserror 2.0.12",
6712]
6713
6714[[package]]
6715name = "gix-revision"
6716version = "0.33.0"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6719dependencies = [
6720 "bstr",
6721 "gix-commitgraph",
6722 "gix-date",
6723 "gix-hash 0.17.0",
6724 "gix-object",
6725 "gix-revwalk",
6726 "thiserror 2.0.12",
6727]
6728
6729[[package]]
6730name = "gix-revwalk"
6731version = "0.19.0"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6734dependencies = [
6735 "gix-commitgraph",
6736 "gix-date",
6737 "gix-hash 0.17.0",
6738 "gix-hashtable",
6739 "gix-object",
6740 "smallvec",
6741 "thiserror 2.0.12",
6742]
6743
6744[[package]]
6745name = "gix-sec"
6746version = "0.10.12"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6749dependencies = [
6750 "bitflags 2.9.0",
6751 "gix-path",
6752 "libc",
6753 "windows-sys 0.52.0",
6754]
6755
6756[[package]]
6757name = "gix-shallow"
6758version = "0.3.0"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6761dependencies = [
6762 "bstr",
6763 "gix-hash 0.17.0",
6764 "gix-lock",
6765 "thiserror 2.0.12",
6766]
6767
6768[[package]]
6769name = "gix-submodule"
6770version = "0.18.0"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6773dependencies = [
6774 "bstr",
6775 "gix-config",
6776 "gix-path",
6777 "gix-pathspec",
6778 "gix-refspec",
6779 "gix-url",
6780 "thiserror 2.0.12",
6781]
6782
6783[[package]]
6784name = "gix-tempfile"
6785version = "17.1.0"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6788dependencies = [
6789 "dashmap 6.1.0",
6790 "gix-fs 0.15.0",
6791 "libc",
6792 "once_cell",
6793 "parking_lot",
6794 "tempfile",
6795]
6796
6797[[package]]
6798name = "gix-trace"
6799version = "0.1.12"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6802
6803[[package]]
6804name = "gix-transport"
6805version = "0.46.0"
6806source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6808dependencies = [
6809 "bstr",
6810 "gix-command",
6811 "gix-features 0.41.1",
6812 "gix-packetline",
6813 "gix-quote",
6814 "gix-sec",
6815 "gix-url",
6816 "thiserror 2.0.12",
6817]
6818
6819[[package]]
6820name = "gix-traverse"
6821version = "0.45.0"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6824dependencies = [
6825 "bitflags 2.9.0",
6826 "gix-commitgraph",
6827 "gix-date",
6828 "gix-hash 0.17.0",
6829 "gix-hashtable",
6830 "gix-object",
6831 "gix-revwalk",
6832 "smallvec",
6833 "thiserror 2.0.12",
6834]
6835
6836[[package]]
6837name = "gix-url"
6838version = "0.30.0"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6841dependencies = [
6842 "bstr",
6843 "gix-features 0.41.1",
6844 "gix-path",
6845 "percent-encoding",
6846 "thiserror 2.0.12",
6847 "url",
6848]
6849
6850[[package]]
6851name = "gix-utils"
6852version = "0.2.0"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6855dependencies = [
6856 "fastrand 2.3.0",
6857 "unicode-normalization",
6858]
6859
6860[[package]]
6861name = "gix-utils"
6862version = "0.3.0"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6865dependencies = [
6866 "fastrand 2.3.0",
6867 "unicode-normalization",
6868]
6869
6870[[package]]
6871name = "gix-validate"
6872version = "0.9.4"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6875dependencies = [
6876 "bstr",
6877 "thiserror 2.0.12",
6878]
6879
6880[[package]]
6881name = "gix-validate"
6882version = "0.10.0"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6885dependencies = [
6886 "bstr",
6887 "thiserror 2.0.12",
6888]
6889
6890[[package]]
6891name = "gix-worktree"
6892version = "0.40.0"
6893source = "registry+https://github.com/rust-lang/crates.io-index"
6894checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6895dependencies = [
6896 "bstr",
6897 "gix-attributes",
6898 "gix-features 0.41.1",
6899 "gix-fs 0.14.0",
6900 "gix-glob",
6901 "gix-hash 0.17.0",
6902 "gix-ignore",
6903 "gix-index",
6904 "gix-object",
6905 "gix-path",
6906 "gix-validate 0.9.4",
6907]
6908
6909[[package]]
6910name = "glob"
6911version = "0.3.2"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6914
6915[[package]]
6916name = "globset"
6917version = "0.4.16"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6920dependencies = [
6921 "aho-corasick",
6922 "bstr",
6923 "log",
6924 "regex-automata 0.4.9",
6925 "regex-syntax 0.8.5",
6926]
6927
6928[[package]]
6929name = "gloo-timers"
6930version = "0.3.0"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6933dependencies = [
6934 "futures-channel",
6935 "futures-core",
6936 "js-sys",
6937 "wasm-bindgen",
6938]
6939
6940[[package]]
6941name = "glow"
6942version = "0.14.2"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6945dependencies = [
6946 "js-sys",
6947 "slotmap",
6948 "wasm-bindgen",
6949 "web-sys",
6950]
6951
6952[[package]]
6953name = "go_to_line"
6954version = "0.1.0"
6955dependencies = [
6956 "anyhow",
6957 "editor",
6958 "gpui",
6959 "indoc",
6960 "language",
6961 "menu",
6962 "project",
6963 "rope",
6964 "schemars",
6965 "serde",
6966 "serde_json",
6967 "settings",
6968 "text",
6969 "theme",
6970 "tree-sitter-rust",
6971 "tree-sitter-typescript",
6972 "ui",
6973 "util",
6974 "workspace",
6975 "workspace-hack",
6976]
6977
6978[[package]]
6979name = "google_ai"
6980version = "0.1.0"
6981dependencies = [
6982 "anyhow",
6983 "futures 0.3.31",
6984 "http_client",
6985 "schemars",
6986 "serde",
6987 "serde_json",
6988 "strum 0.27.1",
6989 "workspace-hack",
6990]
6991
6992[[package]]
6993name = "gpu-alloc"
6994version = "0.6.0"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6997dependencies = [
6998 "bitflags 2.9.0",
6999 "gpu-alloc-types",
7000]
7001
7002[[package]]
7003name = "gpu-alloc-ash"
7004version = "0.7.0"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7007dependencies = [
7008 "ash",
7009 "gpu-alloc-types",
7010 "tinyvec",
7011]
7012
7013[[package]]
7014name = "gpu-alloc-types"
7015version = "0.3.0"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7018dependencies = [
7019 "bitflags 2.9.0",
7020]
7021
7022[[package]]
7023name = "gpui"
7024version = "0.1.0"
7025dependencies = [
7026 "anyhow",
7027 "as-raw-xcb-connection",
7028 "ashpd",
7029 "async-task",
7030 "backtrace",
7031 "bindgen 0.71.1",
7032 "blade-graphics",
7033 "blade-macros",
7034 "blade-util",
7035 "block",
7036 "bytemuck",
7037 "calloop",
7038 "calloop-wayland-source",
7039 "cbindgen",
7040 "cocoa 0.26.0",
7041 "collections",
7042 "core-foundation 0.10.0",
7043 "core-foundation-sys",
7044 "core-graphics 0.24.0",
7045 "core-text",
7046 "core-video",
7047 "cosmic-text",
7048 "ctor",
7049 "derive_more",
7050 "embed-resource",
7051 "env_logger 0.11.8",
7052 "etagere",
7053 "filedescriptor",
7054 "flume",
7055 "font-kit",
7056 "foreign-types 0.5.0",
7057 "futures 0.3.31",
7058 "gpui_macros",
7059 "http_client",
7060 "image",
7061 "inventory",
7062 "itertools 0.14.0",
7063 "log",
7064 "lyon",
7065 "media",
7066 "metal",
7067 "naga",
7068 "num_cpus",
7069 "objc",
7070 "objc2",
7071 "objc2-metal",
7072 "oo7",
7073 "open",
7074 "parking",
7075 "parking_lot",
7076 "pathfinder_geometry",
7077 "postage",
7078 "profiling",
7079 "rand 0.8.5",
7080 "raw-window-handle",
7081 "refineable",
7082 "reqwest_client",
7083 "resvg",
7084 "scap",
7085 "schemars",
7086 "seahash",
7087 "semantic_version",
7088 "serde",
7089 "serde_derive",
7090 "serde_json",
7091 "slotmap",
7092 "smallvec",
7093 "smol",
7094 "strum 0.27.1",
7095 "sum_tree",
7096 "taffy",
7097 "thiserror 2.0.12",
7098 "unicode-segmentation",
7099 "usvg",
7100 "util",
7101 "uuid",
7102 "waker-fn",
7103 "wayland-backend",
7104 "wayland-client",
7105 "wayland-cursor",
7106 "wayland-protocols",
7107 "wayland-protocols-plasma",
7108 "windows 0.61.1",
7109 "windows-core 0.61.0",
7110 "windows-numerics",
7111 "windows-registry 0.5.1",
7112 "workspace-hack",
7113 "x11-clipboard",
7114 "x11rb",
7115 "xim",
7116 "xkbcommon",
7117]
7118
7119[[package]]
7120name = "gpui_macros"
7121version = "0.1.0"
7122dependencies = [
7123 "gpui",
7124 "proc-macro2",
7125 "quote",
7126 "syn 1.0.109",
7127 "workspace-hack",
7128]
7129
7130[[package]]
7131name = "gpui_tokio"
7132version = "0.1.0"
7133dependencies = [
7134 "gpui",
7135 "tokio",
7136 "util",
7137 "workspace-hack",
7138]
7139
7140[[package]]
7141name = "grid"
7142version = "0.13.0"
7143source = "registry+https://github.com/rust-lang/crates.io-index"
7144checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7145
7146[[package]]
7147name = "group"
7148version = "0.12.1"
7149source = "registry+https://github.com/rust-lang/crates.io-index"
7150checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7151dependencies = [
7152 "ff",
7153 "rand_core 0.6.4",
7154 "subtle",
7155]
7156
7157[[package]]
7158name = "h2"
7159version = "0.3.26"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7162dependencies = [
7163 "bytes 1.10.1",
7164 "fnv",
7165 "futures-core",
7166 "futures-sink",
7167 "futures-util",
7168 "http 0.2.12",
7169 "indexmap",
7170 "slab",
7171 "tokio",
7172 "tokio-util",
7173 "tracing",
7174]
7175
7176[[package]]
7177name = "h2"
7178version = "0.4.9"
7179source = "registry+https://github.com/rust-lang/crates.io-index"
7180checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7181dependencies = [
7182 "atomic-waker",
7183 "bytes 1.10.1",
7184 "fnv",
7185 "futures-core",
7186 "futures-sink",
7187 "http 1.3.1",
7188 "indexmap",
7189 "slab",
7190 "tokio",
7191 "tokio-util",
7192 "tracing",
7193]
7194
7195[[package]]
7196name = "half"
7197version = "2.6.0"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7200dependencies = [
7201 "cfg-if",
7202 "crunchy",
7203 "num-traits",
7204]
7205
7206[[package]]
7207name = "handlebars"
7208version = "4.5.0"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7211dependencies = [
7212 "log",
7213 "pest",
7214 "pest_derive",
7215 "rust-embed",
7216 "serde",
7217 "serde_json",
7218 "thiserror 1.0.69",
7219]
7220
7221[[package]]
7222name = "handlebars"
7223version = "6.3.2"
7224source = "registry+https://github.com/rust-lang/crates.io-index"
7225checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7226dependencies = [
7227 "derive_builder",
7228 "log",
7229 "num-order",
7230 "pest",
7231 "pest_derive",
7232 "serde",
7233 "serde_json",
7234 "thiserror 2.0.12",
7235]
7236
7237[[package]]
7238name = "hash32"
7239version = "0.3.1"
7240source = "registry+https://github.com/rust-lang/crates.io-index"
7241checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7242dependencies = [
7243 "byteorder",
7244]
7245
7246[[package]]
7247name = "hashbrown"
7248version = "0.12.3"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7251dependencies = [
7252 "ahash 0.7.8",
7253]
7254
7255[[package]]
7256name = "hashbrown"
7257version = "0.14.5"
7258source = "registry+https://github.com/rust-lang/crates.io-index"
7259checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7260dependencies = [
7261 "ahash 0.8.11",
7262 "allocator-api2",
7263]
7264
7265[[package]]
7266name = "hashbrown"
7267version = "0.15.3"
7268source = "registry+https://github.com/rust-lang/crates.io-index"
7269checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7270dependencies = [
7271 "allocator-api2",
7272 "equivalent",
7273 "foldhash",
7274 "serde",
7275]
7276
7277[[package]]
7278name = "hashlink"
7279version = "0.8.4"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7282dependencies = [
7283 "hashbrown 0.14.5",
7284]
7285
7286[[package]]
7287name = "hashlink"
7288version = "0.10.0"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7291dependencies = [
7292 "hashbrown 0.15.3",
7293]
7294
7295[[package]]
7296name = "headers"
7297version = "0.3.9"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7300dependencies = [
7301 "base64 0.21.7",
7302 "bytes 1.10.1",
7303 "headers-core",
7304 "http 0.2.12",
7305 "httpdate",
7306 "mime",
7307 "sha1",
7308]
7309
7310[[package]]
7311name = "headers-core"
7312version = "0.2.0"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7315dependencies = [
7316 "http 0.2.12",
7317]
7318
7319[[package]]
7320name = "heapless"
7321version = "0.8.0"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7324dependencies = [
7325 "hash32",
7326 "stable_deref_trait",
7327]
7328
7329[[package]]
7330name = "heck"
7331version = "0.3.3"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7334dependencies = [
7335 "unicode-segmentation",
7336]
7337
7338[[package]]
7339name = "heck"
7340version = "0.4.1"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7343dependencies = [
7344 "unicode-segmentation",
7345]
7346
7347[[package]]
7348name = "heck"
7349version = "0.5.0"
7350source = "registry+https://github.com/rust-lang/crates.io-index"
7351checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7352
7353[[package]]
7354name = "heed"
7355version = "0.21.0"
7356source = "registry+https://github.com/rust-lang/crates.io-index"
7357checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7358dependencies = [
7359 "bitflags 2.9.0",
7360 "byteorder",
7361 "heed-traits",
7362 "heed-types",
7363 "libc",
7364 "lmdb-master-sys",
7365 "once_cell",
7366 "page_size",
7367 "serde",
7368 "synchronoise",
7369 "url",
7370]
7371
7372[[package]]
7373name = "heed-traits"
7374version = "0.20.0"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7377
7378[[package]]
7379name = "heed-types"
7380version = "0.21.0"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7383dependencies = [
7384 "bincode",
7385 "byteorder",
7386 "heed-traits",
7387 "serde",
7388 "serde_json",
7389]
7390
7391[[package]]
7392name = "hermit-abi"
7393version = "0.3.9"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7396
7397[[package]]
7398name = "hermit-abi"
7399version = "0.4.0"
7400source = "registry+https://github.com/rust-lang/crates.io-index"
7401checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7402
7403[[package]]
7404name = "hermit-abi"
7405version = "0.5.0"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7408
7409[[package]]
7410name = "hex"
7411version = "0.4.3"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7414
7415[[package]]
7416name = "hexf-parse"
7417version = "0.2.1"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7420
7421[[package]]
7422name = "hidden-trait"
7423version = "0.1.2"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7426dependencies = [
7427 "proc-macro2",
7428 "quote",
7429 "syn 1.0.109",
7430]
7431
7432[[package]]
7433name = "hkdf"
7434version = "0.12.4"
7435source = "registry+https://github.com/rust-lang/crates.io-index"
7436checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7437dependencies = [
7438 "hmac",
7439]
7440
7441[[package]]
7442name = "hmac"
7443version = "0.12.1"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7446dependencies = [
7447 "digest",
7448]
7449
7450[[package]]
7451name = "home"
7452version = "0.5.11"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7455dependencies = [
7456 "windows-sys 0.59.0",
7457]
7458
7459[[package]]
7460name = "hound"
7461version = "3.5.1"
7462source = "registry+https://github.com/rust-lang/crates.io-index"
7463checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7464
7465[[package]]
7466name = "html5ever"
7467version = "0.27.0"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7470dependencies = [
7471 "log",
7472 "mac",
7473 "markup5ever 0.12.1",
7474 "proc-macro2",
7475 "quote",
7476 "syn 2.0.101",
7477]
7478
7479[[package]]
7480name = "html5ever"
7481version = "0.31.0"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7484dependencies = [
7485 "log",
7486 "mac",
7487 "markup5ever 0.16.1",
7488 "match_token",
7489]
7490
7491[[package]]
7492name = "html_to_markdown"
7493version = "0.1.0"
7494dependencies = [
7495 "anyhow",
7496 "html5ever 0.27.0",
7497 "indoc",
7498 "markup5ever_rcdom",
7499 "pretty_assertions",
7500 "regex",
7501 "workspace-hack",
7502]
7503
7504[[package]]
7505name = "http"
7506version = "0.2.12"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7509dependencies = [
7510 "bytes 1.10.1",
7511 "fnv",
7512 "itoa",
7513]
7514
7515[[package]]
7516name = "http"
7517version = "1.3.1"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7520dependencies = [
7521 "bytes 1.10.1",
7522 "fnv",
7523 "itoa",
7524]
7525
7526[[package]]
7527name = "http-body"
7528version = "0.4.6"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7531dependencies = [
7532 "bytes 1.10.1",
7533 "http 0.2.12",
7534 "pin-project-lite",
7535]
7536
7537[[package]]
7538name = "http-body"
7539version = "1.0.1"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7542dependencies = [
7543 "bytes 1.10.1",
7544 "http 1.3.1",
7545]
7546
7547[[package]]
7548name = "http-body-util"
7549version = "0.1.3"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7552dependencies = [
7553 "bytes 1.10.1",
7554 "futures-core",
7555 "http 1.3.1",
7556 "http-body 1.0.1",
7557 "pin-project-lite",
7558]
7559
7560[[package]]
7561name = "http-range-header"
7562version = "0.3.1"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7565
7566[[package]]
7567name = "http-types"
7568version = "2.12.0"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7571dependencies = [
7572 "anyhow",
7573 "async-channel 1.9.0",
7574 "base64 0.13.1",
7575 "futures-lite 1.13.0",
7576 "http 0.2.12",
7577 "infer",
7578 "pin-project-lite",
7579 "rand 0.7.3",
7580 "serde",
7581 "serde_json",
7582 "serde_qs 0.8.5",
7583 "serde_urlencoded",
7584 "url",
7585]
7586
7587[[package]]
7588name = "http_client"
7589version = "0.1.0"
7590dependencies = [
7591 "anyhow",
7592 "bytes 1.10.1",
7593 "derive_more",
7594 "futures 0.3.31",
7595 "http 1.3.1",
7596 "log",
7597 "serde",
7598 "serde_json",
7599 "url",
7600 "workspace-hack",
7601]
7602
7603[[package]]
7604name = "http_client_tls"
7605version = "0.1.0"
7606dependencies = [
7607 "rustls 0.23.26",
7608 "rustls-platform-verifier",
7609 "workspace-hack",
7610]
7611
7612[[package]]
7613name = "httparse"
7614version = "1.10.1"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7617
7618[[package]]
7619name = "httpdate"
7620version = "1.0.3"
7621source = "registry+https://github.com/rust-lang/crates.io-index"
7622checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7623
7624[[package]]
7625name = "human_bytes"
7626version = "0.4.3"
7627source = "registry+https://github.com/rust-lang/crates.io-index"
7628checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7629
7630[[package]]
7631name = "humantime"
7632version = "2.2.0"
7633source = "registry+https://github.com/rust-lang/crates.io-index"
7634checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7635
7636[[package]]
7637name = "hyper"
7638version = "0.14.32"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7641dependencies = [
7642 "bytes 1.10.1",
7643 "futures-channel",
7644 "futures-core",
7645 "futures-util",
7646 "h2 0.3.26",
7647 "http 0.2.12",
7648 "http-body 0.4.6",
7649 "httparse",
7650 "httpdate",
7651 "itoa",
7652 "pin-project-lite",
7653 "socket2",
7654 "tokio",
7655 "tower-service",
7656 "tracing",
7657 "want",
7658]
7659
7660[[package]]
7661name = "hyper"
7662version = "1.6.0"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7665dependencies = [
7666 "bytes 1.10.1",
7667 "futures-channel",
7668 "futures-util",
7669 "h2 0.4.9",
7670 "http 1.3.1",
7671 "http-body 1.0.1",
7672 "httparse",
7673 "itoa",
7674 "pin-project-lite",
7675 "smallvec",
7676 "tokio",
7677 "want",
7678]
7679
7680[[package]]
7681name = "hyper-rustls"
7682version = "0.24.2"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7685dependencies = [
7686 "futures-util",
7687 "http 0.2.12",
7688 "hyper 0.14.32",
7689 "log",
7690 "rustls 0.21.12",
7691 "rustls-native-certs 0.6.3",
7692 "tokio",
7693 "tokio-rustls 0.24.1",
7694]
7695
7696[[package]]
7697name = "hyper-rustls"
7698version = "0.27.5"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7701dependencies = [
7702 "futures-util",
7703 "http 1.3.1",
7704 "hyper 1.6.0",
7705 "hyper-util",
7706 "rustls 0.23.26",
7707 "rustls-native-certs 0.8.1",
7708 "rustls-pki-types",
7709 "tokio",
7710 "tokio-rustls 0.26.2",
7711 "tower-service",
7712]
7713
7714[[package]]
7715name = "hyper-tls"
7716version = "0.5.0"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7719dependencies = [
7720 "bytes 1.10.1",
7721 "hyper 0.14.32",
7722 "native-tls",
7723 "tokio",
7724 "tokio-native-tls",
7725]
7726
7727[[package]]
7728name = "hyper-util"
7729version = "0.1.11"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7732dependencies = [
7733 "bytes 1.10.1",
7734 "futures-channel",
7735 "futures-util",
7736 "http 1.3.1",
7737 "http-body 1.0.1",
7738 "hyper 1.6.0",
7739 "libc",
7740 "pin-project-lite",
7741 "socket2",
7742 "tokio",
7743 "tower-service",
7744 "tracing",
7745]
7746
7747[[package]]
7748name = "iana-time-zone"
7749version = "0.1.63"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7752dependencies = [
7753 "android_system_properties",
7754 "core-foundation-sys",
7755 "iana-time-zone-haiku",
7756 "js-sys",
7757 "log",
7758 "wasm-bindgen",
7759 "windows-core 0.61.0",
7760]
7761
7762[[package]]
7763name = "iana-time-zone-haiku"
7764version = "0.1.2"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7767dependencies = [
7768 "cc",
7769]
7770
7771[[package]]
7772name = "icons"
7773version = "0.1.0"
7774dependencies = [
7775 "serde",
7776 "strum 0.27.1",
7777 "workspace-hack",
7778]
7779
7780[[package]]
7781name = "icu_collections"
7782version = "1.5.0"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7785dependencies = [
7786 "displaydoc",
7787 "yoke",
7788 "zerofrom",
7789 "zerovec",
7790]
7791
7792[[package]]
7793name = "icu_locid"
7794version = "1.5.0"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7797dependencies = [
7798 "displaydoc",
7799 "litemap",
7800 "tinystr",
7801 "writeable",
7802 "zerovec",
7803]
7804
7805[[package]]
7806name = "icu_locid_transform"
7807version = "1.5.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7810dependencies = [
7811 "displaydoc",
7812 "icu_locid",
7813 "icu_locid_transform_data",
7814 "icu_provider",
7815 "tinystr",
7816 "zerovec",
7817]
7818
7819[[package]]
7820name = "icu_locid_transform_data"
7821version = "1.5.1"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7824
7825[[package]]
7826name = "icu_normalizer"
7827version = "1.5.0"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7830dependencies = [
7831 "displaydoc",
7832 "icu_collections",
7833 "icu_normalizer_data",
7834 "icu_properties",
7835 "icu_provider",
7836 "smallvec",
7837 "utf16_iter",
7838 "utf8_iter",
7839 "write16",
7840 "zerovec",
7841]
7842
7843[[package]]
7844name = "icu_normalizer_data"
7845version = "1.5.1"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7848
7849[[package]]
7850name = "icu_properties"
7851version = "1.5.1"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7854dependencies = [
7855 "displaydoc",
7856 "icu_collections",
7857 "icu_locid_transform",
7858 "icu_properties_data",
7859 "icu_provider",
7860 "tinystr",
7861 "zerovec",
7862]
7863
7864[[package]]
7865name = "icu_properties_data"
7866version = "1.5.1"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7869
7870[[package]]
7871name = "icu_provider"
7872version = "1.5.0"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7875dependencies = [
7876 "displaydoc",
7877 "icu_locid",
7878 "icu_provider_macros",
7879 "stable_deref_trait",
7880 "tinystr",
7881 "writeable",
7882 "yoke",
7883 "zerofrom",
7884 "zerovec",
7885]
7886
7887[[package]]
7888name = "icu_provider_macros"
7889version = "1.5.0"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7892dependencies = [
7893 "proc-macro2",
7894 "quote",
7895 "syn 2.0.101",
7896]
7897
7898[[package]]
7899name = "id-arena"
7900version = "2.2.1"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7903
7904[[package]]
7905name = "ident_case"
7906version = "1.0.1"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7909
7910[[package]]
7911name = "idna"
7912version = "1.0.3"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7915dependencies = [
7916 "idna_adapter",
7917 "smallvec",
7918 "utf8_iter",
7919]
7920
7921[[package]]
7922name = "idna_adapter"
7923version = "1.2.0"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7926dependencies = [
7927 "icu_normalizer",
7928 "icu_properties",
7929]
7930
7931[[package]]
7932name = "ignore"
7933version = "0.4.23"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7936dependencies = [
7937 "crossbeam-deque",
7938 "globset",
7939 "log",
7940 "memchr",
7941 "regex-automata 0.4.9",
7942 "same-file",
7943 "walkdir",
7944 "winapi-util",
7945]
7946
7947[[package]]
7948name = "image"
7949version = "0.25.6"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7952dependencies = [
7953 "bytemuck",
7954 "byteorder-lite",
7955 "color_quant",
7956 "exr",
7957 "gif",
7958 "image-webp",
7959 "num-traits",
7960 "png",
7961 "qoi",
7962 "ravif",
7963 "rayon",
7964 "rgb",
7965 "tiff",
7966 "zune-core",
7967 "zune-jpeg",
7968]
7969
7970[[package]]
7971name = "image-webp"
7972version = "0.2.1"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7975dependencies = [
7976 "byteorder-lite",
7977 "quick-error",
7978]
7979
7980[[package]]
7981name = "image_viewer"
7982version = "0.1.0"
7983dependencies = [
7984 "anyhow",
7985 "db",
7986 "editor",
7987 "file_icons",
7988 "gpui",
7989 "language",
7990 "log",
7991 "project",
7992 "schemars",
7993 "serde",
7994 "settings",
7995 "theme",
7996 "ui",
7997 "util",
7998 "workspace",
7999 "workspace-hack",
8000]
8001
8002[[package]]
8003name = "imagesize"
8004version = "0.13.0"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8007
8008[[package]]
8009name = "imara-diff"
8010version = "0.1.8"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8013dependencies = [
8014 "hashbrown 0.15.3",
8015]
8016
8017[[package]]
8018name = "imgref"
8019version = "1.11.0"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8022
8023[[package]]
8024name = "indexed_docs"
8025version = "0.1.0"
8026dependencies = [
8027 "anyhow",
8028 "async-trait",
8029 "cargo_metadata",
8030 "collections",
8031 "derive_more",
8032 "extension",
8033 "fs",
8034 "futures 0.3.31",
8035 "fuzzy",
8036 "gpui",
8037 "heed",
8038 "html_to_markdown",
8039 "http_client",
8040 "indexmap",
8041 "indoc",
8042 "parking_lot",
8043 "paths",
8044 "pretty_assertions",
8045 "serde",
8046 "strum 0.27.1",
8047 "util",
8048 "workspace-hack",
8049]
8050
8051[[package]]
8052name = "indexmap"
8053version = "2.9.0"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8056dependencies = [
8057 "equivalent",
8058 "hashbrown 0.15.3",
8059 "serde",
8060]
8061
8062[[package]]
8063name = "indoc"
8064version = "2.0.6"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8067
8068[[package]]
8069name = "infer"
8070version = "0.2.3"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8073
8074[[package]]
8075name = "inherent"
8076version = "1.0.12"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8079dependencies = [
8080 "proc-macro2",
8081 "quote",
8082 "syn 2.0.101",
8083]
8084
8085[[package]]
8086name = "inline_completion"
8087version = "0.1.0"
8088dependencies = [
8089 "anyhow",
8090 "gpui",
8091 "language",
8092 "project",
8093 "workspace-hack",
8094 "zed_llm_client",
8095]
8096
8097[[package]]
8098name = "inline_completion_button"
8099version = "0.1.0"
8100dependencies = [
8101 "anyhow",
8102 "client",
8103 "copilot",
8104 "editor",
8105 "feature_flags",
8106 "fs",
8107 "futures 0.3.31",
8108 "gpui",
8109 "indoc",
8110 "inline_completion",
8111 "language",
8112 "lsp",
8113 "paths",
8114 "project",
8115 "regex",
8116 "serde_json",
8117 "settings",
8118 "supermaven",
8119 "telemetry",
8120 "theme",
8121 "ui",
8122 "workspace",
8123 "workspace-hack",
8124 "zed_actions",
8125 "zed_llm_client",
8126 "zeta",
8127]
8128
8129[[package]]
8130name = "inotify"
8131version = "0.11.0"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8134dependencies = [
8135 "bitflags 2.9.0",
8136 "inotify-sys",
8137 "libc",
8138]
8139
8140[[package]]
8141name = "inotify-sys"
8142version = "0.1.5"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8145dependencies = [
8146 "libc",
8147]
8148
8149[[package]]
8150name = "inout"
8151version = "0.1.4"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8154dependencies = [
8155 "block-padding",
8156 "generic-array",
8157]
8158
8159[[package]]
8160name = "install_cli"
8161version = "0.1.0"
8162dependencies = [
8163 "anyhow",
8164 "client",
8165 "gpui",
8166 "release_channel",
8167 "smol",
8168 "util",
8169 "workspace",
8170 "workspace-hack",
8171]
8172
8173[[package]]
8174name = "instant"
8175version = "0.1.13"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8178dependencies = [
8179 "cfg-if",
8180]
8181
8182[[package]]
8183name = "interim"
8184version = "0.2.1"
8185source = "registry+https://github.com/rust-lang/crates.io-index"
8186checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8187dependencies = [
8188 "chrono",
8189 "logos",
8190]
8191
8192[[package]]
8193name = "interpolate_name"
8194version = "0.2.4"
8195source = "registry+https://github.com/rust-lang/crates.io-index"
8196checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8197dependencies = [
8198 "proc-macro2",
8199 "quote",
8200 "syn 2.0.101",
8201]
8202
8203[[package]]
8204name = "inventory"
8205version = "0.3.20"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8208dependencies = [
8209 "rustversion",
8210]
8211
8212[[package]]
8213name = "io-extras"
8214version = "0.18.4"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8217dependencies = [
8218 "io-lifetimes",
8219 "windows-sys 0.59.0",
8220]
8221
8222[[package]]
8223name = "io-lifetimes"
8224version = "2.0.4"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8227
8228[[package]]
8229name = "io-surface"
8230version = "0.16.0"
8231source = "registry+https://github.com/rust-lang/crates.io-index"
8232checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8233dependencies = [
8234 "cgl",
8235 "core-foundation 0.10.0",
8236 "core-foundation-sys",
8237 "leaky-cow",
8238 "libc",
8239]
8240
8241[[package]]
8242name = "iovec"
8243version = "0.1.4"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8246dependencies = [
8247 "libc",
8248]
8249
8250[[package]]
8251name = "ipc-channel"
8252version = "0.19.0"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8255dependencies = [
8256 "bincode",
8257 "crossbeam-channel",
8258 "fnv",
8259 "lazy_static",
8260 "libc",
8261 "mio",
8262 "rand 0.8.5",
8263 "serde",
8264 "tempfile",
8265 "uuid",
8266 "windows 0.58.0",
8267]
8268
8269[[package]]
8270name = "ipnet"
8271version = "2.11.0"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8274
8275[[package]]
8276name = "is-docker"
8277version = "0.2.0"
8278source = "registry+https://github.com/rust-lang/crates.io-index"
8279checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8280dependencies = [
8281 "once_cell",
8282]
8283
8284[[package]]
8285name = "is-terminal"
8286version = "0.4.16"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8289dependencies = [
8290 "hermit-abi 0.5.0",
8291 "libc",
8292 "windows-sys 0.59.0",
8293]
8294
8295[[package]]
8296name = "is-wsl"
8297version = "0.4.0"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8300dependencies = [
8301 "is-docker",
8302 "once_cell",
8303]
8304
8305[[package]]
8306name = "is_terminal_polyfill"
8307version = "1.70.1"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8310
8311[[package]]
8312name = "itertools"
8313version = "0.10.5"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8316dependencies = [
8317 "either",
8318]
8319
8320[[package]]
8321name = "itertools"
8322version = "0.11.0"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8325dependencies = [
8326 "either",
8327]
8328
8329[[package]]
8330name = "itertools"
8331version = "0.12.1"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8334dependencies = [
8335 "either",
8336]
8337
8338[[package]]
8339name = "itertools"
8340version = "0.13.0"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8343dependencies = [
8344 "either",
8345]
8346
8347[[package]]
8348name = "itertools"
8349version = "0.14.0"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8352dependencies = [
8353 "either",
8354]
8355
8356[[package]]
8357name = "itoa"
8358version = "1.0.15"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8361
8362[[package]]
8363name = "jiff"
8364version = "0.2.10"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8367dependencies = [
8368 "jiff-static",
8369 "jiff-tzdb-platform",
8370 "log",
8371 "portable-atomic",
8372 "portable-atomic-util",
8373 "serde",
8374 "windows-sys 0.59.0",
8375]
8376
8377[[package]]
8378name = "jiff-static"
8379version = "0.2.10"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8382dependencies = [
8383 "proc-macro2",
8384 "quote",
8385 "syn 2.0.101",
8386]
8387
8388[[package]]
8389name = "jiff-tzdb"
8390version = "0.1.4"
8391source = "registry+https://github.com/rust-lang/crates.io-index"
8392checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8393
8394[[package]]
8395name = "jiff-tzdb-platform"
8396version = "0.1.3"
8397source = "registry+https://github.com/rust-lang/crates.io-index"
8398checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8399dependencies = [
8400 "jiff-tzdb",
8401]
8402
8403[[package]]
8404name = "jj"
8405version = "0.1.0"
8406dependencies = [
8407 "anyhow",
8408 "gpui",
8409 "jj-lib",
8410 "workspace-hack",
8411]
8412
8413[[package]]
8414name = "jj-lib"
8415version = "0.29.0"
8416source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8417dependencies = [
8418 "async-trait",
8419 "blake2",
8420 "bstr",
8421 "chrono",
8422 "clru",
8423 "digest",
8424 "dunce",
8425 "either",
8426 "futures 0.3.31",
8427 "gix",
8428 "glob",
8429 "hashbrown 0.15.3",
8430 "hex",
8431 "ignore",
8432 "indexmap",
8433 "interim",
8434 "itertools 0.14.0",
8435 "jj-lib-proc-macros",
8436 "maplit",
8437 "once_cell",
8438 "pest",
8439 "pest_derive",
8440 "pollster 0.4.0",
8441 "prost 0.13.5",
8442 "rand 0.8.5",
8443 "rand_chacha 0.3.1",
8444 "rayon",
8445 "ref-cast",
8446 "regex",
8447 "rustix 1.0.7",
8448 "same-file",
8449 "serde",
8450 "serde_json",
8451 "smallvec",
8452 "strsim",
8453 "tempfile",
8454 "thiserror 2.0.12",
8455 "toml_edit",
8456 "tracing",
8457 "version_check",
8458 "winreg 0.52.0",
8459]
8460
8461[[package]]
8462name = "jj-lib-proc-macros"
8463version = "0.29.0"
8464source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8465dependencies = [
8466 "proc-macro2",
8467 "quote",
8468 "syn 2.0.101",
8469]
8470
8471[[package]]
8472name = "jj_ui"
8473version = "0.1.0"
8474dependencies = [
8475 "command_palette_hooks",
8476 "feature_flags",
8477 "fuzzy",
8478 "gpui",
8479 "jj",
8480 "picker",
8481 "ui",
8482 "util",
8483 "workspace",
8484 "workspace-hack",
8485 "zed_actions",
8486]
8487
8488[[package]]
8489name = "jni"
8490version = "0.21.1"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8493dependencies = [
8494 "cesu8",
8495 "cfg-if",
8496 "combine",
8497 "jni-sys",
8498 "log",
8499 "thiserror 1.0.69",
8500 "walkdir",
8501 "windows-sys 0.45.0",
8502]
8503
8504[[package]]
8505name = "jni-sys"
8506version = "0.3.0"
8507source = "registry+https://github.com/rust-lang/crates.io-index"
8508checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8509
8510[[package]]
8511name = "jobserver"
8512version = "0.1.33"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8515dependencies = [
8516 "getrandom 0.3.2",
8517 "libc",
8518]
8519
8520[[package]]
8521name = "journal"
8522version = "0.1.0"
8523dependencies = [
8524 "anyhow",
8525 "chrono",
8526 "editor",
8527 "gpui",
8528 "log",
8529 "schemars",
8530 "serde",
8531 "settings",
8532 "shellexpand 2.1.2",
8533 "workspace",
8534 "workspace-hack",
8535]
8536
8537[[package]]
8538name = "jpeg-decoder"
8539version = "0.3.1"
8540source = "registry+https://github.com/rust-lang/crates.io-index"
8541checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8542
8543[[package]]
8544name = "js-sys"
8545version = "0.3.77"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8548dependencies = [
8549 "once_cell",
8550 "wasm-bindgen",
8551]
8552
8553[[package]]
8554name = "jsonschema"
8555version = "0.30.0"
8556source = "registry+https://github.com/rust-lang/crates.io-index"
8557checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8558dependencies = [
8559 "ahash 0.8.11",
8560 "base64 0.22.1",
8561 "bytecount",
8562 "email_address",
8563 "fancy-regex 0.14.0",
8564 "fraction",
8565 "idna",
8566 "itoa",
8567 "num-cmp",
8568 "num-traits",
8569 "once_cell",
8570 "percent-encoding",
8571 "referencing",
8572 "regex",
8573 "regex-syntax 0.8.5",
8574 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8575 "serde",
8576 "serde_json",
8577 "uuid-simd",
8578]
8579
8580[[package]]
8581name = "jsonwebtoken"
8582version = "9.3.1"
8583source = "registry+https://github.com/rust-lang/crates.io-index"
8584checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8585dependencies = [
8586 "base64 0.22.1",
8587 "js-sys",
8588 "pem",
8589 "ring",
8590 "serde",
8591 "serde_json",
8592 "simple_asn1",
8593]
8594
8595[[package]]
8596name = "jupyter-protocol"
8597version = "0.6.0"
8598source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8599dependencies = [
8600 "anyhow",
8601 "async-trait",
8602 "bytes 1.10.1",
8603 "chrono",
8604 "futures 0.3.31",
8605 "serde",
8606 "serde_json",
8607 "uuid",
8608]
8609
8610[[package]]
8611name = "jupyter-websocket-client"
8612version = "0.9.0"
8613source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8614dependencies = [
8615 "anyhow",
8616 "async-trait",
8617 "async-tungstenite",
8618 "futures 0.3.31",
8619 "jupyter-protocol",
8620 "serde",
8621 "serde_json",
8622 "url",
8623 "uuid",
8624]
8625
8626[[package]]
8627name = "khronos-egl"
8628version = "6.0.0"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8631dependencies = [
8632 "libc",
8633 "libloading",
8634]
8635
8636[[package]]
8637name = "kqueue"
8638version = "1.0.8"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8641dependencies = [
8642 "kqueue-sys",
8643 "libc",
8644]
8645
8646[[package]]
8647name = "kqueue-sys"
8648version = "1.0.4"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8651dependencies = [
8652 "bitflags 1.3.2",
8653 "libc",
8654]
8655
8656[[package]]
8657name = "kstring"
8658version = "2.0.2"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8661dependencies = [
8662 "static_assertions",
8663]
8664
8665[[package]]
8666name = "kurbo"
8667version = "0.11.1"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8670dependencies = [
8671 "arrayvec",
8672 "smallvec",
8673]
8674
8675[[package]]
8676name = "kv-log-macro"
8677version = "1.0.7"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8680dependencies = [
8681 "log",
8682]
8683
8684[[package]]
8685name = "language"
8686version = "0.1.0"
8687dependencies = [
8688 "anyhow",
8689 "async-trait",
8690 "async-watch",
8691 "clock",
8692 "collections",
8693 "ctor",
8694 "diffy",
8695 "ec4rs",
8696 "env_logger 0.11.8",
8697 "fs",
8698 "futures 0.3.31",
8699 "fuzzy",
8700 "globset",
8701 "gpui",
8702 "http_client",
8703 "imara-diff",
8704 "indoc",
8705 "itertools 0.14.0",
8706 "log",
8707 "lsp",
8708 "parking_lot",
8709 "postage",
8710 "pretty_assertions",
8711 "rand 0.8.5",
8712 "regex",
8713 "rpc",
8714 "schemars",
8715 "serde",
8716 "serde_json",
8717 "settings",
8718 "smallvec",
8719 "smol",
8720 "streaming-iterator",
8721 "strsim",
8722 "sum_tree",
8723 "task",
8724 "text",
8725 "theme",
8726 "tree-sitter",
8727 "tree-sitter-elixir",
8728 "tree-sitter-embedded-template",
8729 "tree-sitter-heex",
8730 "tree-sitter-html",
8731 "tree-sitter-json",
8732 "tree-sitter-md",
8733 "tree-sitter-python",
8734 "tree-sitter-ruby",
8735 "tree-sitter-rust",
8736 "tree-sitter-typescript",
8737 "unicase",
8738 "unindent",
8739 "util",
8740 "workspace-hack",
8741]
8742
8743[[package]]
8744name = "language_extension"
8745version = "0.1.0"
8746dependencies = [
8747 "anyhow",
8748 "async-trait",
8749 "collections",
8750 "extension",
8751 "fs",
8752 "futures 0.3.31",
8753 "gpui",
8754 "language",
8755 "lsp",
8756 "serde",
8757 "serde_json",
8758 "util",
8759 "workspace-hack",
8760]
8761
8762[[package]]
8763name = "language_model"
8764version = "0.1.0"
8765dependencies = [
8766 "anthropic",
8767 "anyhow",
8768 "base64 0.22.1",
8769 "client",
8770 "collections",
8771 "futures 0.3.31",
8772 "google_ai",
8773 "gpui",
8774 "http_client",
8775 "icons",
8776 "image",
8777 "open_ai",
8778 "parking_lot",
8779 "proto",
8780 "schemars",
8781 "serde",
8782 "serde_json",
8783 "smol",
8784 "strum 0.27.1",
8785 "telemetry_events",
8786 "thiserror 2.0.12",
8787 "util",
8788 "workspace-hack",
8789 "zed_llm_client",
8790]
8791
8792[[package]]
8793name = "language_models"
8794version = "0.1.0"
8795dependencies = [
8796 "anthropic",
8797 "anyhow",
8798 "aws-config",
8799 "aws-credential-types",
8800 "aws_http_client",
8801 "bedrock",
8802 "client",
8803 "collections",
8804 "copilot",
8805 "credentials_provider",
8806 "deepseek",
8807 "editor",
8808 "feature_flags",
8809 "fs",
8810 "futures 0.3.31",
8811 "google_ai",
8812 "gpui",
8813 "gpui_tokio",
8814 "http_client",
8815 "language_model",
8816 "lmstudio",
8817 "log",
8818 "menu",
8819 "mistral",
8820 "ollama",
8821 "open_ai",
8822 "partial-json-fixer",
8823 "project",
8824 "proto",
8825 "release_channel",
8826 "schemars",
8827 "serde",
8828 "serde_json",
8829 "settings",
8830 "smol",
8831 "strum 0.27.1",
8832 "theme",
8833 "thiserror 2.0.12",
8834 "tiktoken-rs",
8835 "tokio",
8836 "ui",
8837 "util",
8838 "workspace-hack",
8839 "zed_llm_client",
8840]
8841
8842[[package]]
8843name = "language_selector"
8844version = "0.1.0"
8845dependencies = [
8846 "anyhow",
8847 "editor",
8848 "file_finder",
8849 "file_icons",
8850 "fuzzy",
8851 "gpui",
8852 "language",
8853 "picker",
8854 "project",
8855 "settings",
8856 "ui",
8857 "util",
8858 "workspace",
8859 "workspace-hack",
8860]
8861
8862[[package]]
8863name = "language_tools"
8864version = "0.1.0"
8865dependencies = [
8866 "anyhow",
8867 "client",
8868 "collections",
8869 "copilot",
8870 "editor",
8871 "env_logger 0.11.8",
8872 "futures 0.3.31",
8873 "gpui",
8874 "itertools 0.14.0",
8875 "language",
8876 "lsp",
8877 "project",
8878 "release_channel",
8879 "serde_json",
8880 "settings",
8881 "theme",
8882 "tree-sitter",
8883 "ui",
8884 "util",
8885 "workspace",
8886 "workspace-hack",
8887 "zed_actions",
8888]
8889
8890[[package]]
8891name = "languages"
8892version = "0.1.0"
8893dependencies = [
8894 "anyhow",
8895 "async-compression",
8896 "async-tar",
8897 "async-trait",
8898 "collections",
8899 "dap",
8900 "futures 0.3.31",
8901 "gpui",
8902 "http_client",
8903 "language",
8904 "log",
8905 "lsp",
8906 "node_runtime",
8907 "parking_lot",
8908 "paths",
8909 "pet",
8910 "pet-conda",
8911 "pet-core",
8912 "pet-fs",
8913 "pet-poetry",
8914 "pet-reporter",
8915 "pretty_assertions",
8916 "project",
8917 "regex",
8918 "rope",
8919 "rust-embed",
8920 "serde",
8921 "serde_json",
8922 "settings",
8923 "smol",
8924 "snippet_provider",
8925 "task",
8926 "text",
8927 "theme",
8928 "toml 0.8.20",
8929 "tree-sitter",
8930 "tree-sitter-bash",
8931 "tree-sitter-c",
8932 "tree-sitter-cpp",
8933 "tree-sitter-css",
8934 "tree-sitter-diff",
8935 "tree-sitter-gitcommit",
8936 "tree-sitter-go",
8937 "tree-sitter-gomod",
8938 "tree-sitter-gowork",
8939 "tree-sitter-jsdoc",
8940 "tree-sitter-json",
8941 "tree-sitter-md",
8942 "tree-sitter-python",
8943 "tree-sitter-regex",
8944 "tree-sitter-rust",
8945 "tree-sitter-typescript",
8946 "tree-sitter-yaml",
8947 "unindent",
8948 "util",
8949 "workspace",
8950 "workspace-hack",
8951]
8952
8953[[package]]
8954name = "lazy_static"
8955version = "1.5.0"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8958dependencies = [
8959 "spin",
8960]
8961
8962[[package]]
8963name = "lazycell"
8964version = "1.3.0"
8965source = "registry+https://github.com/rust-lang/crates.io-index"
8966checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8967
8968[[package]]
8969name = "leak"
8970version = "0.1.2"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8973
8974[[package]]
8975name = "leaky-cow"
8976version = "0.1.1"
8977source = "registry+https://github.com/rust-lang/crates.io-index"
8978checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8979dependencies = [
8980 "leak",
8981]
8982
8983[[package]]
8984name = "leb128"
8985version = "0.2.5"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8988
8989[[package]]
8990name = "leb128fmt"
8991version = "0.1.0"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8994
8995[[package]]
8996name = "lebe"
8997version = "0.5.2"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
9000
9001[[package]]
9002name = "libc"
9003version = "0.2.172"
9004source = "registry+https://github.com/rust-lang/crates.io-index"
9005checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
9006
9007[[package]]
9008name = "libdbus-sys"
9009version = "0.2.5"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9012dependencies = [
9013 "cc",
9014 "pkg-config",
9015]
9016
9017[[package]]
9018name = "libfuzzer-sys"
9019version = "0.4.9"
9020source = "registry+https://github.com/rust-lang/crates.io-index"
9021checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9022dependencies = [
9023 "arbitrary",
9024 "cc",
9025]
9026
9027[[package]]
9028name = "libgit2-sys"
9029version = "0.18.1+1.9.0"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9032dependencies = [
9033 "cc",
9034 "libc",
9035 "libz-sys",
9036 "pkg-config",
9037]
9038
9039[[package]]
9040name = "libloading"
9041version = "0.8.6"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9044dependencies = [
9045 "cfg-if",
9046 "windows-targets 0.52.6",
9047]
9048
9049[[package]]
9050name = "libm"
9051version = "0.2.11"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9054
9055[[package]]
9056name = "libmimalloc-sys"
9057version = "0.1.42"
9058source = "registry+https://github.com/rust-lang/crates.io-index"
9059checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9060dependencies = [
9061 "cc",
9062 "libc",
9063]
9064
9065[[package]]
9066name = "libredox"
9067version = "0.1.3"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9070dependencies = [
9071 "bitflags 2.9.0",
9072 "libc",
9073 "redox_syscall 0.5.11",
9074]
9075
9076[[package]]
9077name = "libsqlite3-sys"
9078version = "0.30.1"
9079source = "registry+https://github.com/rust-lang/crates.io-index"
9080checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9081dependencies = [
9082 "cc",
9083 "pkg-config",
9084 "vcpkg",
9085]
9086
9087[[package]]
9088name = "libwebrtc"
9089version = "0.3.10"
9090source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9091dependencies = [
9092 "cxx",
9093 "jni",
9094 "js-sys",
9095 "lazy_static",
9096 "livekit-protocol",
9097 "livekit-runtime",
9098 "log",
9099 "parking_lot",
9100 "serde",
9101 "serde_json",
9102 "thiserror 1.0.69",
9103 "tokio",
9104 "wasm-bindgen",
9105 "wasm-bindgen-futures",
9106 "web-sys",
9107 "webrtc-sys",
9108]
9109
9110[[package]]
9111name = "libz-rs-sys"
9112version = "0.5.0"
9113source = "registry+https://github.com/rust-lang/crates.io-index"
9114checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9115dependencies = [
9116 "zlib-rs",
9117]
9118
9119[[package]]
9120name = "libz-sys"
9121version = "1.1.22"
9122source = "registry+https://github.com/rust-lang/crates.io-index"
9123checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9124dependencies = [
9125 "cc",
9126 "libc",
9127 "pkg-config",
9128 "vcpkg",
9129]
9130
9131[[package]]
9132name = "link-cplusplus"
9133version = "1.0.10"
9134source = "registry+https://github.com/rust-lang/crates.io-index"
9135checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9136dependencies = [
9137 "cc",
9138]
9139
9140[[package]]
9141name = "linkify"
9142version = "0.10.0"
9143source = "registry+https://github.com/rust-lang/crates.io-index"
9144checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9145dependencies = [
9146 "memchr",
9147]
9148
9149[[package]]
9150name = "linux-raw-sys"
9151version = "0.4.15"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9154
9155[[package]]
9156name = "linux-raw-sys"
9157version = "0.9.4"
9158source = "registry+https://github.com/rust-lang/crates.io-index"
9159checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9160
9161[[package]]
9162name = "litemap"
9163version = "0.7.5"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9166
9167[[package]]
9168name = "livekit"
9169version = "0.7.8"
9170source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9171dependencies = [
9172 "chrono",
9173 "futures-util",
9174 "lazy_static",
9175 "libloading",
9176 "libwebrtc",
9177 "livekit-api",
9178 "livekit-protocol",
9179 "livekit-runtime",
9180 "log",
9181 "parking_lot",
9182 "prost 0.12.6",
9183 "semver",
9184 "serde",
9185 "serde_json",
9186 "thiserror 1.0.69",
9187 "tokio",
9188]
9189
9190[[package]]
9191name = "livekit-api"
9192version = "0.4.2"
9193source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9194dependencies = [
9195 "futures-util",
9196 "http 0.2.12",
9197 "livekit-protocol",
9198 "livekit-runtime",
9199 "log",
9200 "parking_lot",
9201 "pbjson-types",
9202 "prost 0.12.6",
9203 "rand 0.9.1",
9204 "reqwest 0.11.27",
9205 "scopeguard",
9206 "serde",
9207 "sha2",
9208 "thiserror 1.0.69",
9209 "tokio",
9210 "tokio-tungstenite 0.26.2",
9211 "url",
9212]
9213
9214[[package]]
9215name = "livekit-protocol"
9216version = "0.3.9"
9217source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9218dependencies = [
9219 "futures-util",
9220 "livekit-runtime",
9221 "parking_lot",
9222 "pbjson",
9223 "pbjson-types",
9224 "prost 0.12.6",
9225 "prost-types 0.12.6",
9226 "serde",
9227 "thiserror 1.0.69",
9228 "tokio",
9229]
9230
9231[[package]]
9232name = "livekit-runtime"
9233version = "0.4.0"
9234source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9235dependencies = [
9236 "tokio",
9237 "tokio-stream",
9238]
9239
9240[[package]]
9241name = "livekit_api"
9242version = "0.1.0"
9243dependencies = [
9244 "anyhow",
9245 "async-trait",
9246 "jsonwebtoken",
9247 "log",
9248 "prost 0.9.0",
9249 "prost-build 0.9.0",
9250 "prost-types 0.9.0",
9251 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9252 "serde",
9253 "workspace-hack",
9254]
9255
9256[[package]]
9257name = "livekit_client"
9258version = "0.1.0"
9259dependencies = [
9260 "anyhow",
9261 "async-trait",
9262 "collections",
9263 "core-foundation 0.10.0",
9264 "core-video",
9265 "coreaudio-rs 0.12.1",
9266 "cpal",
9267 "futures 0.3.31",
9268 "gpui",
9269 "gpui_tokio",
9270 "http_client_tls",
9271 "image",
9272 "libwebrtc",
9273 "livekit",
9274 "livekit_api",
9275 "log",
9276 "nanoid",
9277 "objc",
9278 "parking_lot",
9279 "postage",
9280 "scap",
9281 "serde",
9282 "serde_json",
9283 "sha2",
9284 "simplelog",
9285 "smallvec",
9286 "tokio-tungstenite 0.26.2",
9287 "util",
9288 "workspace-hack",
9289]
9290
9291[[package]]
9292name = "lmdb-master-sys"
9293version = "0.2.5"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9296dependencies = [
9297 "cc",
9298 "doxygen-rs",
9299 "libc",
9300]
9301
9302[[package]]
9303name = "lmstudio"
9304version = "0.1.0"
9305dependencies = [
9306 "anyhow",
9307 "futures 0.3.31",
9308 "http_client",
9309 "schemars",
9310 "serde",
9311 "serde_json",
9312 "workspace-hack",
9313]
9314
9315[[package]]
9316name = "lock_api"
9317version = "0.4.12"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9320dependencies = [
9321 "autocfg",
9322 "scopeguard",
9323]
9324
9325[[package]]
9326name = "log"
9327version = "0.4.27"
9328source = "registry+https://github.com/rust-lang/crates.io-index"
9329checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9330dependencies = [
9331 "serde",
9332 "value-bag",
9333]
9334
9335[[package]]
9336name = "logos"
9337version = "0.15.0"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9340dependencies = [
9341 "logos-derive",
9342]
9343
9344[[package]]
9345name = "logos-codegen"
9346version = "0.15.0"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9349dependencies = [
9350 "beef",
9351 "fnv",
9352 "lazy_static",
9353 "proc-macro2",
9354 "quote",
9355 "regex-syntax 0.8.5",
9356 "rustc_version",
9357 "syn 2.0.101",
9358]
9359
9360[[package]]
9361name = "logos-derive"
9362version = "0.15.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9365dependencies = [
9366 "logos-codegen",
9367]
9368
9369[[package]]
9370name = "loom"
9371version = "0.7.2"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9374dependencies = [
9375 "cfg-if",
9376 "generator",
9377 "scoped-tls",
9378 "tracing",
9379 "tracing-subscriber",
9380]
9381
9382[[package]]
9383name = "loop9"
9384version = "0.1.5"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9387dependencies = [
9388 "imgref",
9389]
9390
9391[[package]]
9392name = "lru"
9393version = "0.12.5"
9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9396dependencies = [
9397 "hashbrown 0.15.3",
9398]
9399
9400[[package]]
9401name = "lsp"
9402version = "0.1.0"
9403dependencies = [
9404 "anyhow",
9405 "async-pipe",
9406 "collections",
9407 "ctor",
9408 "env_logger 0.11.8",
9409 "futures 0.3.31",
9410 "gpui",
9411 "log",
9412 "lsp-types",
9413 "parking_lot",
9414 "postage",
9415 "release_channel",
9416 "schemars",
9417 "serde",
9418 "serde_json",
9419 "smol",
9420 "util",
9421 "workspace-hack",
9422]
9423
9424[[package]]
9425name = "lsp-types"
9426version = "0.95.1"
9427source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9428dependencies = [
9429 "bitflags 1.3.2",
9430 "serde",
9431 "serde_json",
9432 "serde_repr",
9433 "url",
9434]
9435
9436[[package]]
9437name = "lyon"
9438version = "1.0.1"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9441dependencies = [
9442 "lyon_algorithms",
9443 "lyon_extra",
9444 "lyon_tessellation",
9445]
9446
9447[[package]]
9448name = "lyon_algorithms"
9449version = "1.0.5"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9452dependencies = [
9453 "lyon_path",
9454 "num-traits",
9455]
9456
9457[[package]]
9458name = "lyon_extra"
9459version = "1.0.3"
9460source = "registry+https://github.com/rust-lang/crates.io-index"
9461checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9462dependencies = [
9463 "lyon_path",
9464 "thiserror 1.0.69",
9465]
9466
9467[[package]]
9468name = "lyon_geom"
9469version = "1.0.6"
9470source = "registry+https://github.com/rust-lang/crates.io-index"
9471checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9472dependencies = [
9473 "arrayvec",
9474 "euclid",
9475 "num-traits",
9476]
9477
9478[[package]]
9479name = "lyon_path"
9480version = "1.0.7"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9483dependencies = [
9484 "lyon_geom",
9485 "num-traits",
9486]
9487
9488[[package]]
9489name = "lyon_tessellation"
9490version = "1.0.15"
9491source = "registry+https://github.com/rust-lang/crates.io-index"
9492checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9493dependencies = [
9494 "float_next_after",
9495 "lyon_path",
9496 "num-traits",
9497]
9498
9499[[package]]
9500name = "mac"
9501version = "0.1.1"
9502source = "registry+https://github.com/rust-lang/crates.io-index"
9503checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9504
9505[[package]]
9506name = "mach2"
9507version = "0.4.2"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9510dependencies = [
9511 "libc",
9512]
9513
9514[[package]]
9515name = "malloc_buf"
9516version = "0.0.6"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9519dependencies = [
9520 "libc",
9521]
9522
9523[[package]]
9524name = "maplit"
9525version = "1.0.2"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9528
9529[[package]]
9530name = "markdown"
9531version = "0.1.0"
9532dependencies = [
9533 "anyhow",
9534 "assets",
9535 "base64 0.22.1",
9536 "env_logger 0.11.8",
9537 "gpui",
9538 "language",
9539 "languages",
9540 "linkify",
9541 "log",
9542 "node_runtime",
9543 "pulldown-cmark 0.12.2",
9544 "settings",
9545 "sum_tree",
9546 "theme",
9547 "ui",
9548 "util",
9549 "workspace-hack",
9550]
9551
9552[[package]]
9553name = "markdown_preview"
9554version = "0.1.0"
9555dependencies = [
9556 "anyhow",
9557 "async-recursion 1.1.1",
9558 "collections",
9559 "editor",
9560 "fs",
9561 "gpui",
9562 "language",
9563 "linkify",
9564 "log",
9565 "pretty_assertions",
9566 "pulldown-cmark 0.12.2",
9567 "settings",
9568 "theme",
9569 "ui",
9570 "util",
9571 "workspace",
9572 "workspace-hack",
9573]
9574
9575[[package]]
9576name = "markup5ever"
9577version = "0.12.1"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9580dependencies = [
9581 "log",
9582 "phf",
9583 "phf_codegen",
9584 "string_cache",
9585 "string_cache_codegen",
9586 "tendril",
9587]
9588
9589[[package]]
9590name = "markup5ever"
9591version = "0.16.1"
9592source = "registry+https://github.com/rust-lang/crates.io-index"
9593checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9594dependencies = [
9595 "log",
9596 "tendril",
9597 "web_atoms",
9598]
9599
9600[[package]]
9601name = "markup5ever_rcdom"
9602version = "0.3.0"
9603source = "registry+https://github.com/rust-lang/crates.io-index"
9604checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9605dependencies = [
9606 "html5ever 0.27.0",
9607 "markup5ever 0.12.1",
9608 "tendril",
9609 "xml5ever",
9610]
9611
9612[[package]]
9613name = "match_token"
9614version = "0.1.0"
9615source = "registry+https://github.com/rust-lang/crates.io-index"
9616checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9617dependencies = [
9618 "proc-macro2",
9619 "quote",
9620 "syn 2.0.101",
9621]
9622
9623[[package]]
9624name = "matchers"
9625version = "0.1.0"
9626source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9628dependencies = [
9629 "regex-automata 0.1.10",
9630]
9631
9632[[package]]
9633name = "matchit"
9634version = "0.7.3"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9637
9638[[package]]
9639name = "maybe-async"
9640version = "0.2.10"
9641source = "registry+https://github.com/rust-lang/crates.io-index"
9642checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9643dependencies = [
9644 "proc-macro2",
9645 "quote",
9646 "syn 2.0.101",
9647]
9648
9649[[package]]
9650name = "maybe-owned"
9651version = "0.3.4"
9652source = "registry+https://github.com/rust-lang/crates.io-index"
9653checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9654
9655[[package]]
9656name = "maybe-rayon"
9657version = "0.1.1"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9660dependencies = [
9661 "cfg-if",
9662 "rayon",
9663]
9664
9665[[package]]
9666name = "md-5"
9667version = "0.10.6"
9668source = "registry+https://github.com/rust-lang/crates.io-index"
9669checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9670dependencies = [
9671 "cfg-if",
9672 "digest",
9673]
9674
9675[[package]]
9676name = "mdbook"
9677version = "0.4.48"
9678source = "registry+https://github.com/rust-lang/crates.io-index"
9679checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9680dependencies = [
9681 "ammonia",
9682 "anyhow",
9683 "chrono",
9684 "clap",
9685 "clap_complete",
9686 "elasticlunr-rs",
9687 "env_logger 0.11.8",
9688 "futures-util",
9689 "handlebars 6.3.2",
9690 "hex",
9691 "ignore",
9692 "log",
9693 "memchr",
9694 "notify",
9695 "notify-debouncer-mini",
9696 "once_cell",
9697 "opener",
9698 "pathdiff",
9699 "pulldown-cmark 0.10.3",
9700 "regex",
9701 "serde",
9702 "serde_json",
9703 "sha2",
9704 "shlex",
9705 "tempfile",
9706 "tokio",
9707 "toml 0.5.11",
9708 "topological-sort",
9709 "walkdir",
9710 "warp",
9711]
9712
9713[[package]]
9714name = "media"
9715version = "0.1.0"
9716dependencies = [
9717 "anyhow",
9718 "bindgen 0.71.1",
9719 "core-foundation 0.10.0",
9720 "core-video",
9721 "ctor",
9722 "foreign-types 0.5.0",
9723 "metal",
9724 "objc",
9725 "workspace-hack",
9726]
9727
9728[[package]]
9729name = "memchr"
9730version = "2.7.4"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9733
9734[[package]]
9735name = "memfd"
9736version = "0.6.4"
9737source = "registry+https://github.com/rust-lang/crates.io-index"
9738checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9739dependencies = [
9740 "rustix 0.38.44",
9741]
9742
9743[[package]]
9744name = "memmap2"
9745version = "0.9.5"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9748dependencies = [
9749 "libc",
9750]
9751
9752[[package]]
9753name = "memoffset"
9754version = "0.9.1"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9757dependencies = [
9758 "autocfg",
9759]
9760
9761[[package]]
9762name = "menu"
9763version = "0.1.0"
9764dependencies = [
9765 "gpui",
9766 "workspace-hack",
9767]
9768
9769[[package]]
9770name = "metal"
9771version = "0.29.0"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9774dependencies = [
9775 "bitflags 2.9.0",
9776 "block",
9777 "core-graphics-types 0.1.3",
9778 "foreign-types 0.5.0",
9779 "log",
9780 "objc",
9781 "paste",
9782]
9783
9784[[package]]
9785name = "migrator"
9786version = "0.1.0"
9787dependencies = [
9788 "anyhow",
9789 "collections",
9790 "convert_case 0.8.0",
9791 "log",
9792 "pretty_assertions",
9793 "streaming-iterator",
9794 "tree-sitter",
9795 "tree-sitter-json",
9796 "workspace-hack",
9797]
9798
9799[[package]]
9800name = "mimalloc"
9801version = "0.1.46"
9802source = "registry+https://github.com/rust-lang/crates.io-index"
9803checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9804dependencies = [
9805 "libmimalloc-sys",
9806]
9807
9808[[package]]
9809name = "mime"
9810version = "0.3.17"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9813
9814[[package]]
9815name = "mime_guess"
9816version = "2.0.5"
9817source = "registry+https://github.com/rust-lang/crates.io-index"
9818checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9819dependencies = [
9820 "mime",
9821 "unicase",
9822]
9823
9824[[package]]
9825name = "minimal-lexical"
9826version = "0.2.1"
9827source = "registry+https://github.com/rust-lang/crates.io-index"
9828checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9829
9830[[package]]
9831name = "miniz_oxide"
9832version = "0.8.8"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9835dependencies = [
9836 "adler2",
9837 "simd-adler32",
9838]
9839
9840[[package]]
9841name = "mint"
9842version = "0.5.9"
9843source = "registry+https://github.com/rust-lang/crates.io-index"
9844checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9845
9846[[package]]
9847name = "mio"
9848version = "1.0.3"
9849source = "registry+https://github.com/rust-lang/crates.io-index"
9850checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9851dependencies = [
9852 "libc",
9853 "log",
9854 "wasi 0.11.0+wasi-snapshot-preview1",
9855 "windows-sys 0.52.0",
9856]
9857
9858[[package]]
9859name = "miow"
9860version = "0.6.0"
9861source = "registry+https://github.com/rust-lang/crates.io-index"
9862checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9863dependencies = [
9864 "windows-sys 0.48.0",
9865]
9866
9867[[package]]
9868name = "mistral"
9869version = "0.1.0"
9870dependencies = [
9871 "anyhow",
9872 "futures 0.3.31",
9873 "http_client",
9874 "schemars",
9875 "serde",
9876 "serde_json",
9877 "strum 0.27.1",
9878 "workspace-hack",
9879]
9880
9881[[package]]
9882name = "moka"
9883version = "0.12.10"
9884source = "registry+https://github.com/rust-lang/crates.io-index"
9885checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9886dependencies = [
9887 "crossbeam-channel",
9888 "crossbeam-epoch",
9889 "crossbeam-utils",
9890 "loom",
9891 "parking_lot",
9892 "portable-atomic",
9893 "rustc_version",
9894 "smallvec",
9895 "tagptr",
9896 "thiserror 1.0.69",
9897 "uuid",
9898]
9899
9900[[package]]
9901name = "msvc_spectre_libs"
9902version = "0.1.3"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9905dependencies = [
9906 "cc",
9907]
9908
9909[[package]]
9910name = "multi_buffer"
9911version = "0.1.0"
9912dependencies = [
9913 "anyhow",
9914 "buffer_diff",
9915 "clock",
9916 "collections",
9917 "ctor",
9918 "env_logger 0.11.8",
9919 "gpui",
9920 "indoc",
9921 "itertools 0.14.0",
9922 "language",
9923 "log",
9924 "parking_lot",
9925 "pretty_assertions",
9926 "project",
9927 "rand 0.8.5",
9928 "rope",
9929 "serde",
9930 "settings",
9931 "smallvec",
9932 "smol",
9933 "sum_tree",
9934 "text",
9935 "theme",
9936 "tree-sitter",
9937 "util",
9938 "workspace-hack",
9939]
9940
9941[[package]]
9942name = "multimap"
9943version = "0.8.3"
9944source = "registry+https://github.com/rust-lang/crates.io-index"
9945checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9946
9947[[package]]
9948name = "multimap"
9949version = "0.10.0"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9952
9953[[package]]
9954name = "naga"
9955version = "25.0.1"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9958dependencies = [
9959 "arrayvec",
9960 "bit-set 0.8.0",
9961 "bitflags 2.9.0",
9962 "cfg_aliases 0.2.1",
9963 "codespan-reporting 0.12.0",
9964 "half",
9965 "hashbrown 0.15.3",
9966 "hexf-parse",
9967 "indexmap",
9968 "log",
9969 "num-traits",
9970 "once_cell",
9971 "rustc-hash 1.1.0",
9972 "spirv",
9973 "strum 0.26.3",
9974 "thiserror 2.0.12",
9975 "unicode-ident",
9976]
9977
9978[[package]]
9979name = "nanoid"
9980version = "0.4.0"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9983dependencies = [
9984 "rand 0.8.5",
9985]
9986
9987[[package]]
9988name = "nanorand"
9989version = "0.7.0"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9992dependencies = [
9993 "getrandom 0.2.15",
9994]
9995
9996[[package]]
9997name = "native-tls"
9998version = "0.2.14"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10001dependencies = [
10002 "libc",
10003 "log",
10004 "openssl",
10005 "openssl-probe",
10006 "openssl-sys",
10007 "schannel",
10008 "security-framework 2.11.1",
10009 "security-framework-sys",
10010 "tempfile",
10011]
10012
10013[[package]]
10014name = "nbformat"
10015version = "0.10.0"
10016source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10017dependencies = [
10018 "anyhow",
10019 "chrono",
10020 "jupyter-protocol",
10021 "serde",
10022 "serde_json",
10023 "thiserror 1.0.69",
10024 "uuid",
10025]
10026
10027[[package]]
10028name = "ndk"
10029version = "0.8.0"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10032dependencies = [
10033 "bitflags 2.9.0",
10034 "jni-sys",
10035 "log",
10036 "ndk-sys",
10037 "num_enum",
10038 "thiserror 1.0.69",
10039]
10040
10041[[package]]
10042name = "ndk-context"
10043version = "0.1.1"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10046
10047[[package]]
10048name = "ndk-sys"
10049version = "0.5.0+25.2.9519653"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10052dependencies = [
10053 "jni-sys",
10054]
10055
10056[[package]]
10057name = "new_debug_unreachable"
10058version = "1.0.6"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10061
10062[[package]]
10063name = "nix"
10064version = "0.28.0"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10067dependencies = [
10068 "bitflags 2.9.0",
10069 "cfg-if",
10070 "cfg_aliases 0.1.1",
10071 "libc",
10072]
10073
10074[[package]]
10075name = "nix"
10076version = "0.29.0"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10079dependencies = [
10080 "bitflags 2.9.0",
10081 "cfg-if",
10082 "cfg_aliases 0.2.1",
10083 "libc",
10084 "memoffset",
10085]
10086
10087[[package]]
10088name = "node_runtime"
10089version = "0.1.0"
10090dependencies = [
10091 "anyhow",
10092 "async-compression",
10093 "async-std",
10094 "async-tar",
10095 "async-trait",
10096 "async-watch",
10097 "futures 0.3.31",
10098 "http_client",
10099 "log",
10100 "paths",
10101 "semver",
10102 "serde",
10103 "serde_json",
10104 "smol",
10105 "util",
10106 "which 6.0.3",
10107 "workspace-hack",
10108]
10109
10110[[package]]
10111name = "nom"
10112version = "7.1.3"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10115dependencies = [
10116 "memchr",
10117 "minimal-lexical",
10118]
10119
10120[[package]]
10121name = "noop_proc_macro"
10122version = "0.3.0"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10125
10126[[package]]
10127name = "normpath"
10128version = "1.3.0"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10131dependencies = [
10132 "windows-sys 0.59.0",
10133]
10134
10135[[package]]
10136name = "notifications"
10137version = "0.1.0"
10138dependencies = [
10139 "anyhow",
10140 "channel",
10141 "client",
10142 "collections",
10143 "component",
10144 "db",
10145 "gpui",
10146 "rpc",
10147 "settings",
10148 "sum_tree",
10149 "time",
10150 "ui",
10151 "util",
10152 "workspace",
10153 "workspace-hack",
10154]
10155
10156[[package]]
10157name = "notify"
10158version = "8.0.0"
10159source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10160dependencies = [
10161 "bitflags 2.9.0",
10162 "filetime",
10163 "fsevent-sys 4.1.0",
10164 "inotify",
10165 "kqueue",
10166 "libc",
10167 "log",
10168 "mio",
10169 "notify-types",
10170 "walkdir",
10171 "windows-sys 0.59.0",
10172]
10173
10174[[package]]
10175name = "notify-debouncer-mini"
10176version = "0.6.0"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10179dependencies = [
10180 "log",
10181 "notify",
10182 "notify-types",
10183 "tempfile",
10184]
10185
10186[[package]]
10187name = "notify-types"
10188version = "2.0.0"
10189source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10190
10191[[package]]
10192name = "ntapi"
10193version = "0.4.1"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10196dependencies = [
10197 "winapi",
10198]
10199
10200[[package]]
10201name = "nu-ansi-term"
10202version = "0.46.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10205dependencies = [
10206 "overload",
10207 "winapi",
10208]
10209
10210[[package]]
10211name = "nu-ansi-term"
10212version = "0.50.1"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10215dependencies = [
10216 "windows-sys 0.52.0",
10217]
10218
10219[[package]]
10220name = "num"
10221version = "0.4.3"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10224dependencies = [
10225 "num-bigint",
10226 "num-complex",
10227 "num-integer",
10228 "num-iter",
10229 "num-rational",
10230 "num-traits",
10231]
10232
10233[[package]]
10234name = "num-bigint"
10235version = "0.4.6"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10238dependencies = [
10239 "num-integer",
10240 "num-traits",
10241]
10242
10243[[package]]
10244name = "num-bigint-dig"
10245version = "0.8.4"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10248dependencies = [
10249 "byteorder",
10250 "lazy_static",
10251 "libm",
10252 "num-integer",
10253 "num-iter",
10254 "num-traits",
10255 "rand 0.8.5",
10256 "serde",
10257 "smallvec",
10258 "zeroize",
10259]
10260
10261[[package]]
10262name = "num-cmp"
10263version = "0.1.0"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10266
10267[[package]]
10268name = "num-complex"
10269version = "0.4.6"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10272dependencies = [
10273 "num-traits",
10274]
10275
10276[[package]]
10277name = "num-conv"
10278version = "0.1.0"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10281
10282[[package]]
10283name = "num-derive"
10284version = "0.4.2"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10287dependencies = [
10288 "proc-macro2",
10289 "quote",
10290 "syn 2.0.101",
10291]
10292
10293[[package]]
10294name = "num-format"
10295version = "0.4.4"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10298dependencies = [
10299 "arrayvec",
10300 "itoa",
10301]
10302
10303[[package]]
10304name = "num-integer"
10305version = "0.1.46"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10308dependencies = [
10309 "num-traits",
10310]
10311
10312[[package]]
10313name = "num-iter"
10314version = "0.1.45"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10317dependencies = [
10318 "autocfg",
10319 "num-integer",
10320 "num-traits",
10321]
10322
10323[[package]]
10324name = "num-modular"
10325version = "0.6.1"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10328
10329[[package]]
10330name = "num-order"
10331version = "1.2.0"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10334dependencies = [
10335 "num-modular",
10336]
10337
10338[[package]]
10339name = "num-rational"
10340version = "0.4.2"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10343dependencies = [
10344 "num-bigint",
10345 "num-integer",
10346 "num-traits",
10347]
10348
10349[[package]]
10350name = "num-traits"
10351version = "0.2.19"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10354dependencies = [
10355 "autocfg",
10356 "libm",
10357]
10358
10359[[package]]
10360name = "num_cpus"
10361version = "1.16.0"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10364dependencies = [
10365 "hermit-abi 0.3.9",
10366 "libc",
10367]
10368
10369[[package]]
10370name = "num_enum"
10371version = "0.7.3"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10374dependencies = [
10375 "num_enum_derive",
10376]
10377
10378[[package]]
10379name = "num_enum_derive"
10380version = "0.7.3"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10383dependencies = [
10384 "proc-macro-crate",
10385 "proc-macro2",
10386 "quote",
10387 "syn 2.0.101",
10388]
10389
10390[[package]]
10391name = "num_threads"
10392version = "0.1.7"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10395dependencies = [
10396 "libc",
10397]
10398
10399[[package]]
10400name = "nvim-rs"
10401version = "0.9.2"
10402source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10403dependencies = [
10404 "async-trait",
10405 "futures 0.3.31",
10406 "log",
10407 "rmp",
10408 "rmpv",
10409 "tokio",
10410 "tokio-util",
10411]
10412
10413[[package]]
10414name = "objc"
10415version = "0.2.7"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10418dependencies = [
10419 "malloc_buf",
10420 "objc_exception",
10421]
10422
10423[[package]]
10424name = "objc-foundation"
10425version = "0.1.1"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10428dependencies = [
10429 "block",
10430 "objc",
10431 "objc_id",
10432]
10433
10434[[package]]
10435name = "objc2"
10436version = "0.6.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10439dependencies = [
10440 "objc2-encode",
10441]
10442
10443[[package]]
10444name = "objc2-app-kit"
10445version = "0.3.1"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10448dependencies = [
10449 "bitflags 2.9.0",
10450 "objc2",
10451 "objc2-core-foundation",
10452 "objc2-foundation",
10453 "objc2-quartz-core",
10454]
10455
10456[[package]]
10457name = "objc2-core-foundation"
10458version = "0.3.1"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10461dependencies = [
10462 "bitflags 2.9.0",
10463 "dispatch2",
10464 "objc2",
10465]
10466
10467[[package]]
10468name = "objc2-encode"
10469version = "4.1.0"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10472
10473[[package]]
10474name = "objc2-foundation"
10475version = "0.3.1"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10478dependencies = [
10479 "bitflags 2.9.0",
10480 "objc2",
10481 "objc2-core-foundation",
10482]
10483
10484[[package]]
10485name = "objc2-metal"
10486version = "0.3.1"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10489dependencies = [
10490 "bitflags 2.9.0",
10491 "block2",
10492 "dispatch2",
10493 "objc2",
10494 "objc2-core-foundation",
10495 "objc2-foundation",
10496]
10497
10498[[package]]
10499name = "objc2-quartz-core"
10500version = "0.3.1"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10503dependencies = [
10504 "bitflags 2.9.0",
10505 "objc2",
10506 "objc2-core-foundation",
10507 "objc2-foundation",
10508 "objc2-metal",
10509]
10510
10511[[package]]
10512name = "objc2-ui-kit"
10513version = "0.3.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10516dependencies = [
10517 "bitflags 2.9.0",
10518 "objc2",
10519 "objc2-core-foundation",
10520 "objc2-foundation",
10521 "objc2-quartz-core",
10522]
10523
10524[[package]]
10525name = "objc_exception"
10526version = "0.1.2"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10529dependencies = [
10530 "cc",
10531]
10532
10533[[package]]
10534name = "objc_id"
10535version = "0.1.1"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10538dependencies = [
10539 "objc",
10540]
10541
10542[[package]]
10543name = "object"
10544version = "0.36.7"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10547dependencies = [
10548 "crc32fast",
10549 "hashbrown 0.15.3",
10550 "indexmap",
10551 "memchr",
10552]
10553
10554[[package]]
10555name = "oboe"
10556version = "0.6.1"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10559dependencies = [
10560 "jni",
10561 "ndk",
10562 "ndk-context",
10563 "num-derive",
10564 "num-traits",
10565 "oboe-sys",
10566]
10567
10568[[package]]
10569name = "oboe-sys"
10570version = "0.6.1"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10573dependencies = [
10574 "cc",
10575]
10576
10577[[package]]
10578name = "ollama"
10579version = "0.1.0"
10580dependencies = [
10581 "anyhow",
10582 "futures 0.3.31",
10583 "http_client",
10584 "schemars",
10585 "serde",
10586 "serde_json",
10587 "workspace-hack",
10588]
10589
10590[[package]]
10591name = "once_cell"
10592version = "1.21.3"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10595
10596[[package]]
10597name = "oo7"
10598version = "0.4.3"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10601dependencies = [
10602 "aes",
10603 "ashpd",
10604 "async-fs",
10605 "async-io",
10606 "async-lock",
10607 "blocking",
10608 "cbc",
10609 "cipher",
10610 "digest",
10611 "endi",
10612 "futures-lite 2.6.0",
10613 "futures-util",
10614 "getrandom 0.3.2",
10615 "hkdf",
10616 "hmac",
10617 "md-5",
10618 "num",
10619 "num-bigint-dig",
10620 "pbkdf2 0.12.2",
10621 "rand 0.9.1",
10622 "serde",
10623 "sha2",
10624 "subtle",
10625 "zbus",
10626 "zbus_macros",
10627 "zeroize",
10628 "zvariant",
10629]
10630
10631[[package]]
10632name = "oorandom"
10633version = "11.1.5"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10636
10637[[package]]
10638name = "open"
10639version = "5.3.2"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10642dependencies = [
10643 "is-wsl",
10644 "libc",
10645 "pathdiff",
10646]
10647
10648[[package]]
10649name = "open_ai"
10650version = "0.1.0"
10651dependencies = [
10652 "anyhow",
10653 "futures 0.3.31",
10654 "http_client",
10655 "schemars",
10656 "serde",
10657 "serde_json",
10658 "strum 0.27.1",
10659 "workspace-hack",
10660]
10661
10662[[package]]
10663name = "opener"
10664version = "0.7.2"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10667dependencies = [
10668 "bstr",
10669 "dbus",
10670 "normpath",
10671 "windows-sys 0.59.0",
10672]
10673
10674[[package]]
10675name = "openssl"
10676version = "0.10.72"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10679dependencies = [
10680 "bitflags 2.9.0",
10681 "cfg-if",
10682 "foreign-types 0.3.2",
10683 "libc",
10684 "once_cell",
10685 "openssl-macros",
10686 "openssl-sys",
10687]
10688
10689[[package]]
10690name = "openssl-macros"
10691version = "0.1.1"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10694dependencies = [
10695 "proc-macro2",
10696 "quote",
10697 "syn 2.0.101",
10698]
10699
10700[[package]]
10701name = "openssl-probe"
10702version = "0.1.6"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10705
10706[[package]]
10707name = "openssl-sys"
10708version = "0.9.107"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10711dependencies = [
10712 "cc",
10713 "libc",
10714 "pkg-config",
10715 "vcpkg",
10716]
10717
10718[[package]]
10719name = "optfield"
10720version = "0.3.0"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10723dependencies = [
10724 "proc-macro2",
10725 "quote",
10726 "syn 2.0.101",
10727]
10728
10729[[package]]
10730name = "option-ext"
10731version = "0.2.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10734
10735[[package]]
10736name = "ordered-float"
10737version = "2.10.1"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10740dependencies = [
10741 "num-traits",
10742]
10743
10744[[package]]
10745name = "ordered-float"
10746version = "4.6.0"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10749dependencies = [
10750 "num-traits",
10751]
10752
10753[[package]]
10754name = "ordered-stream"
10755version = "0.2.0"
10756source = "registry+https://github.com/rust-lang/crates.io-index"
10757checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10758dependencies = [
10759 "futures-core",
10760 "pin-project-lite",
10761]
10762
10763[[package]]
10764name = "ouroboros"
10765version = "0.18.5"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10768dependencies = [
10769 "aliasable",
10770 "ouroboros_macro",
10771 "static_assertions",
10772]
10773
10774[[package]]
10775name = "ouroboros_macro"
10776version = "0.18.5"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10779dependencies = [
10780 "heck 0.4.1",
10781 "proc-macro2",
10782 "proc-macro2-diagnostics",
10783 "quote",
10784 "syn 2.0.101",
10785]
10786
10787[[package]]
10788name = "outline"
10789version = "0.1.0"
10790dependencies = [
10791 "editor",
10792 "fuzzy",
10793 "gpui",
10794 "indoc",
10795 "language",
10796 "menu",
10797 "ordered-float 2.10.1",
10798 "picker",
10799 "project",
10800 "rope",
10801 "serde_json",
10802 "settings",
10803 "smol",
10804 "theme",
10805 "tree-sitter-rust",
10806 "tree-sitter-typescript",
10807 "ui",
10808 "util",
10809 "workspace",
10810 "workspace-hack",
10811 "zed_actions",
10812]
10813
10814[[package]]
10815name = "outline_panel"
10816version = "0.1.0"
10817dependencies = [
10818 "anyhow",
10819 "collections",
10820 "db",
10821 "editor",
10822 "file_icons",
10823 "fuzzy",
10824 "gpui",
10825 "itertools 0.14.0",
10826 "language",
10827 "log",
10828 "menu",
10829 "outline",
10830 "pretty_assertions",
10831 "project",
10832 "schemars",
10833 "search",
10834 "serde",
10835 "serde_json",
10836 "settings",
10837 "smallvec",
10838 "smol",
10839 "theme",
10840 "ui",
10841 "util",
10842 "workspace",
10843 "workspace-hack",
10844 "worktree",
10845 "zed_actions",
10846]
10847
10848[[package]]
10849name = "outref"
10850version = "0.5.2"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10853
10854[[package]]
10855name = "overload"
10856version = "0.1.1"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10859
10860[[package]]
10861name = "p256"
10862version = "0.11.1"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10865dependencies = [
10866 "ecdsa",
10867 "elliptic-curve",
10868 "sha2",
10869]
10870
10871[[package]]
10872name = "page_size"
10873version = "0.6.0"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10876dependencies = [
10877 "libc",
10878 "winapi",
10879]
10880
10881[[package]]
10882name = "palette"
10883version = "0.7.6"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10886dependencies = [
10887 "approx",
10888 "fast-srgb8",
10889 "palette_derive",
10890]
10891
10892[[package]]
10893name = "palette_derive"
10894version = "0.7.6"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10897dependencies = [
10898 "by_address",
10899 "proc-macro2",
10900 "quote",
10901 "syn 2.0.101",
10902]
10903
10904[[package]]
10905name = "panel"
10906version = "0.1.0"
10907dependencies = [
10908 "editor",
10909 "gpui",
10910 "settings",
10911 "theme",
10912 "ui",
10913 "workspace",
10914 "workspace-hack",
10915]
10916
10917[[package]]
10918name = "parking"
10919version = "2.2.1"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10922
10923[[package]]
10924name = "parking_lot"
10925version = "0.12.3"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10928dependencies = [
10929 "lock_api",
10930 "parking_lot_core",
10931]
10932
10933[[package]]
10934name = "parking_lot_core"
10935version = "0.9.10"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10938dependencies = [
10939 "cfg-if",
10940 "libc",
10941 "redox_syscall 0.5.11",
10942 "smallvec",
10943 "windows-targets 0.52.6",
10944]
10945
10946[[package]]
10947name = "partial-json-fixer"
10948version = "0.5.3"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10951
10952[[package]]
10953name = "password-hash"
10954version = "0.4.2"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10957dependencies = [
10958 "base64ct",
10959 "rand_core 0.6.4",
10960 "subtle",
10961]
10962
10963[[package]]
10964name = "password-hash"
10965version = "0.5.0"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10968dependencies = [
10969 "base64ct",
10970 "rand_core 0.6.4",
10971 "subtle",
10972]
10973
10974[[package]]
10975name = "paste"
10976version = "1.0.15"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10979
10980[[package]]
10981name = "pathdiff"
10982version = "0.2.3"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10985
10986[[package]]
10987name = "pathfinder_geometry"
10988version = "0.5.1"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10991dependencies = [
10992 "log",
10993 "pathfinder_simd",
10994]
10995
10996[[package]]
10997name = "pathfinder_simd"
10998version = "0.5.4"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11001dependencies = [
11002 "rustc_version",
11003]
11004
11005[[package]]
11006name = "paths"
11007version = "0.1.0"
11008dependencies = [
11009 "dirs 4.0.0",
11010 "util",
11011 "workspace-hack",
11012]
11013
11014[[package]]
11015name = "pbjson"
11016version = "0.6.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11019dependencies = [
11020 "base64 0.21.7",
11021 "serde",
11022]
11023
11024[[package]]
11025name = "pbjson-build"
11026version = "0.6.2"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11029dependencies = [
11030 "heck 0.4.1",
11031 "itertools 0.11.0",
11032 "prost 0.12.6",
11033 "prost-types 0.12.6",
11034]
11035
11036[[package]]
11037name = "pbjson-types"
11038version = "0.6.0"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11041dependencies = [
11042 "bytes 1.10.1",
11043 "chrono",
11044 "pbjson",
11045 "pbjson-build",
11046 "prost 0.12.6",
11047 "prost-build 0.12.6",
11048 "serde",
11049]
11050
11051[[package]]
11052name = "pbkdf2"
11053version = "0.11.0"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11056dependencies = [
11057 "digest",
11058 "hmac",
11059 "password-hash 0.4.2",
11060 "sha2",
11061]
11062
11063[[package]]
11064name = "pbkdf2"
11065version = "0.12.2"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11068dependencies = [
11069 "digest",
11070 "hmac",
11071]
11072
11073[[package]]
11074name = "pem"
11075version = "3.0.5"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11078dependencies = [
11079 "base64 0.22.1",
11080 "serde",
11081]
11082
11083[[package]]
11084name = "pem-rfc7468"
11085version = "0.7.0"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11088dependencies = [
11089 "base64ct",
11090]
11091
11092[[package]]
11093name = "percent-encoding"
11094version = "2.3.1"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11097
11098[[package]]
11099name = "perplexity"
11100version = "0.1.0"
11101dependencies = [
11102 "serde",
11103 "zed_extension_api 0.6.0",
11104]
11105
11106[[package]]
11107name = "pest"
11108version = "2.8.0"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11111dependencies = [
11112 "memchr",
11113 "thiserror 2.0.12",
11114 "ucd-trie",
11115]
11116
11117[[package]]
11118name = "pest_derive"
11119version = "2.8.0"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11122dependencies = [
11123 "pest",
11124 "pest_generator",
11125]
11126
11127[[package]]
11128name = "pest_generator"
11129version = "2.8.0"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11132dependencies = [
11133 "pest",
11134 "pest_meta",
11135 "proc-macro2",
11136 "quote",
11137 "syn 2.0.101",
11138]
11139
11140[[package]]
11141name = "pest_meta"
11142version = "2.8.0"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11145dependencies = [
11146 "once_cell",
11147 "pest",
11148 "sha2",
11149]
11150
11151[[package]]
11152name = "pet"
11153version = "0.1.0"
11154source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11155dependencies = [
11156 "clap",
11157 "env_logger 0.10.2",
11158 "lazy_static",
11159 "log",
11160 "msvc_spectre_libs",
11161 "pet-conda",
11162 "pet-core",
11163 "pet-env-var-path",
11164 "pet-fs",
11165 "pet-global-virtualenvs",
11166 "pet-homebrew",
11167 "pet-jsonrpc",
11168 "pet-linux-global-python",
11169 "pet-mac-commandlinetools",
11170 "pet-mac-python-org",
11171 "pet-mac-xcode",
11172 "pet-pipenv",
11173 "pet-pixi",
11174 "pet-poetry",
11175 "pet-pyenv",
11176 "pet-python-utils",
11177 "pet-reporter",
11178 "pet-telemetry",
11179 "pet-venv",
11180 "pet-virtualenv",
11181 "pet-virtualenvwrapper",
11182 "pet-windows-registry",
11183 "pet-windows-store",
11184 "serde",
11185 "serde_json",
11186]
11187
11188[[package]]
11189name = "pet-conda"
11190version = "0.1.0"
11191source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11192dependencies = [
11193 "env_logger 0.10.2",
11194 "lazy_static",
11195 "log",
11196 "msvc_spectre_libs",
11197 "pet-core",
11198 "pet-fs",
11199 "pet-python-utils",
11200 "pet-reporter",
11201 "regex",
11202 "serde",
11203 "serde_json",
11204 "yaml-rust2",
11205]
11206
11207[[package]]
11208name = "pet-core"
11209version = "0.1.0"
11210source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11211dependencies = [
11212 "clap",
11213 "lazy_static",
11214 "log",
11215 "msvc_spectre_libs",
11216 "pet-fs",
11217 "regex",
11218 "serde",
11219 "serde_json",
11220]
11221
11222[[package]]
11223name = "pet-env-var-path"
11224version = "0.1.0"
11225source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11226dependencies = [
11227 "lazy_static",
11228 "log",
11229 "msvc_spectre_libs",
11230 "pet-conda",
11231 "pet-core",
11232 "pet-fs",
11233 "pet-python-utils",
11234 "pet-virtualenv",
11235 "regex",
11236]
11237
11238[[package]]
11239name = "pet-fs"
11240version = "0.1.0"
11241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11242dependencies = [
11243 "log",
11244 "msvc_spectre_libs",
11245]
11246
11247[[package]]
11248name = "pet-global-virtualenvs"
11249version = "0.1.0"
11250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11251dependencies = [
11252 "log",
11253 "msvc_spectre_libs",
11254 "pet-conda",
11255 "pet-core",
11256 "pet-fs",
11257 "pet-virtualenv",
11258]
11259
11260[[package]]
11261name = "pet-homebrew"
11262version = "0.1.0"
11263source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11264dependencies = [
11265 "lazy_static",
11266 "log",
11267 "msvc_spectre_libs",
11268 "pet-conda",
11269 "pet-core",
11270 "pet-fs",
11271 "pet-python-utils",
11272 "pet-virtualenv",
11273 "regex",
11274 "serde",
11275 "serde_json",
11276]
11277
11278[[package]]
11279name = "pet-jsonrpc"
11280version = "0.1.0"
11281source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11282dependencies = [
11283 "env_logger 0.10.2",
11284 "log",
11285 "msvc_spectre_libs",
11286 "pet-core",
11287 "serde",
11288 "serde_json",
11289]
11290
11291[[package]]
11292name = "pet-linux-global-python"
11293version = "0.1.0"
11294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11295dependencies = [
11296 "log",
11297 "msvc_spectre_libs",
11298 "pet-core",
11299 "pet-fs",
11300 "pet-python-utils",
11301 "pet-virtualenv",
11302]
11303
11304[[package]]
11305name = "pet-mac-commandlinetools"
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-python-org"
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-xcode"
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-pipenv"
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-pixi"
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-conda",
11364 "pet-core",
11365 "pet-python-utils",
11366]
11367
11368[[package]]
11369name = "pet-poetry"
11370version = "0.1.0"
11371source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11372dependencies = [
11373 "base64 0.22.1",
11374 "lazy_static",
11375 "log",
11376 "msvc_spectre_libs",
11377 "pet-core",
11378 "pet-fs",
11379 "pet-python-utils",
11380 "pet-reporter",
11381 "pet-virtualenv",
11382 "regex",
11383 "serde",
11384 "serde_json",
11385 "sha2",
11386 "toml 0.8.20",
11387]
11388
11389[[package]]
11390name = "pet-pyenv"
11391version = "0.1.0"
11392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11393dependencies = [
11394 "lazy_static",
11395 "log",
11396 "msvc_spectre_libs",
11397 "pet-conda",
11398 "pet-core",
11399 "pet-fs",
11400 "pet-python-utils",
11401 "pet-reporter",
11402 "regex",
11403 "serde",
11404 "serde_json",
11405]
11406
11407[[package]]
11408name = "pet-python-utils"
11409version = "0.1.0"
11410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11411dependencies = [
11412 "env_logger 0.10.2",
11413 "lazy_static",
11414 "log",
11415 "msvc_spectre_libs",
11416 "pet-core",
11417 "pet-fs",
11418 "regex",
11419 "serde",
11420 "serde_json",
11421 "sha2",
11422]
11423
11424[[package]]
11425name = "pet-reporter"
11426version = "0.1.0"
11427source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11428dependencies = [
11429 "env_logger 0.10.2",
11430 "log",
11431 "msvc_spectre_libs",
11432 "pet-core",
11433 "pet-jsonrpc",
11434 "serde",
11435 "serde_json",
11436]
11437
11438[[package]]
11439name = "pet-telemetry"
11440version = "0.1.0"
11441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11442dependencies = [
11443 "env_logger 0.10.2",
11444 "lazy_static",
11445 "log",
11446 "msvc_spectre_libs",
11447 "pet-core",
11448 "pet-fs",
11449 "pet-python-utils",
11450 "regex",
11451]
11452
11453[[package]]
11454name = "pet-venv"
11455version = "0.1.0"
11456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11457dependencies = [
11458 "log",
11459 "msvc_spectre_libs",
11460 "pet-core",
11461 "pet-python-utils",
11462 "pet-virtualenv",
11463]
11464
11465[[package]]
11466name = "pet-virtualenv"
11467version = "0.1.0"
11468source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11469dependencies = [
11470 "log",
11471 "msvc_spectre_libs",
11472 "pet-core",
11473 "pet-fs",
11474 "pet-python-utils",
11475]
11476
11477[[package]]
11478name = "pet-virtualenvwrapper"
11479version = "0.1.0"
11480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11481dependencies = [
11482 "log",
11483 "msvc_spectre_libs",
11484 "pet-core",
11485 "pet-fs",
11486 "pet-python-utils",
11487 "pet-virtualenv",
11488]
11489
11490[[package]]
11491name = "pet-windows-registry"
11492version = "0.1.0"
11493source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11494dependencies = [
11495 "lazy_static",
11496 "log",
11497 "msvc_spectre_libs",
11498 "pet-conda",
11499 "pet-core",
11500 "pet-fs",
11501 "pet-python-utils",
11502 "pet-virtualenv",
11503 "pet-windows-store",
11504 "regex",
11505 "winreg 0.55.0",
11506]
11507
11508[[package]]
11509name = "pet-windows-store"
11510version = "0.1.0"
11511source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11512dependencies = [
11513 "lazy_static",
11514 "log",
11515 "msvc_spectre_libs",
11516 "pet-core",
11517 "pet-fs",
11518 "pet-python-utils",
11519 "pet-virtualenv",
11520 "regex",
11521 "winreg 0.55.0",
11522]
11523
11524[[package]]
11525name = "petgraph"
11526version = "0.6.5"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11529dependencies = [
11530 "fixedbitset",
11531 "indexmap",
11532]
11533
11534[[package]]
11535name = "pgvector"
11536version = "0.4.0"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11539dependencies = [
11540 "serde",
11541]
11542
11543[[package]]
11544name = "phf"
11545version = "0.11.3"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11548dependencies = [
11549 "phf_macros",
11550 "phf_shared",
11551]
11552
11553[[package]]
11554name = "phf_codegen"
11555version = "0.11.3"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11558dependencies = [
11559 "phf_generator",
11560 "phf_shared",
11561]
11562
11563[[package]]
11564name = "phf_generator"
11565version = "0.11.3"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11568dependencies = [
11569 "phf_shared",
11570 "rand 0.8.5",
11571]
11572
11573[[package]]
11574name = "phf_macros"
11575version = "0.11.3"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11578dependencies = [
11579 "phf_generator",
11580 "phf_shared",
11581 "proc-macro2",
11582 "quote",
11583 "syn 2.0.101",
11584]
11585
11586[[package]]
11587name = "phf_shared"
11588version = "0.11.3"
11589source = "registry+https://github.com/rust-lang/crates.io-index"
11590checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11591dependencies = [
11592 "siphasher",
11593]
11594
11595[[package]]
11596name = "picker"
11597version = "0.1.0"
11598dependencies = [
11599 "anyhow",
11600 "ctor",
11601 "editor",
11602 "env_logger 0.11.8",
11603 "gpui",
11604 "menu",
11605 "schemars",
11606 "serde",
11607 "serde_json",
11608 "ui",
11609 "util",
11610 "workspace",
11611 "workspace-hack",
11612]
11613
11614[[package]]
11615name = "pico-args"
11616version = "0.5.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11619
11620[[package]]
11621name = "pin-project"
11622version = "1.1.10"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11625dependencies = [
11626 "pin-project-internal",
11627]
11628
11629[[package]]
11630name = "pin-project-internal"
11631version = "1.1.10"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11634dependencies = [
11635 "proc-macro2",
11636 "quote",
11637 "syn 2.0.101",
11638]
11639
11640[[package]]
11641name = "pin-project-lite"
11642version = "0.2.16"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11645
11646[[package]]
11647name = "pin-utils"
11648version = "0.1.0"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11651
11652[[package]]
11653name = "piper"
11654version = "0.2.4"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11657dependencies = [
11658 "atomic-waker",
11659 "fastrand 2.3.0",
11660 "futures-io",
11661]
11662
11663[[package]]
11664name = "pkcs1"
11665version = "0.7.5"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11668dependencies = [
11669 "der 0.7.10",
11670 "pkcs8 0.10.2",
11671 "spki 0.7.3",
11672]
11673
11674[[package]]
11675name = "pkcs8"
11676version = "0.9.0"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11679dependencies = [
11680 "der 0.6.1",
11681 "spki 0.6.0",
11682]
11683
11684[[package]]
11685name = "pkcs8"
11686version = "0.10.2"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11689dependencies = [
11690 "der 0.7.10",
11691 "spki 0.7.3",
11692]
11693
11694[[package]]
11695name = "pkg-config"
11696version = "0.3.32"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11699
11700[[package]]
11701name = "plist"
11702version = "1.7.1"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11705dependencies = [
11706 "base64 0.22.1",
11707 "indexmap",
11708 "quick-xml 0.32.0",
11709 "serde",
11710 "time",
11711]
11712
11713[[package]]
11714name = "plotters"
11715version = "0.3.7"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11718dependencies = [
11719 "num-traits",
11720 "plotters-backend",
11721 "plotters-svg",
11722 "wasm-bindgen",
11723 "web-sys",
11724]
11725
11726[[package]]
11727name = "plotters-backend"
11728version = "0.3.7"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11731
11732[[package]]
11733name = "plotters-svg"
11734version = "0.3.7"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11737dependencies = [
11738 "plotters-backend",
11739]
11740
11741[[package]]
11742name = "png"
11743version = "0.17.16"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11746dependencies = [
11747 "bitflags 1.3.2",
11748 "crc32fast",
11749 "fdeflate",
11750 "flate2",
11751 "miniz_oxide",
11752]
11753
11754[[package]]
11755name = "polling"
11756version = "3.7.4"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11759dependencies = [
11760 "cfg-if",
11761 "concurrent-queue",
11762 "hermit-abi 0.4.0",
11763 "pin-project-lite",
11764 "rustix 0.38.44",
11765 "tracing",
11766 "windows-sys 0.59.0",
11767]
11768
11769[[package]]
11770name = "pollster"
11771version = "0.2.5"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11774
11775[[package]]
11776name = "pollster"
11777version = "0.4.0"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11780
11781[[package]]
11782name = "portable-atomic"
11783version = "1.11.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11786
11787[[package]]
11788name = "portable-atomic-util"
11789version = "0.2.4"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11792dependencies = [
11793 "portable-atomic",
11794]
11795
11796[[package]]
11797name = "portable-pty"
11798version = "0.9.0"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11801dependencies = [
11802 "anyhow",
11803 "bitflags 1.3.2",
11804 "downcast-rs",
11805 "filedescriptor",
11806 "lazy_static",
11807 "libc",
11808 "log",
11809 "nix 0.28.0",
11810 "serial2",
11811 "shared_library",
11812 "shell-words",
11813 "winapi",
11814 "winreg 0.10.1",
11815]
11816
11817[[package]]
11818name = "postage"
11819version = "0.5.0"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11822dependencies = [
11823 "atomic",
11824 "crossbeam-queue",
11825 "futures 0.3.31",
11826 "log",
11827 "parking_lot",
11828 "pin-project",
11829 "pollster 0.2.5",
11830 "static_assertions",
11831 "thiserror 1.0.69",
11832]
11833
11834[[package]]
11835name = "postcard"
11836version = "1.1.1"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11839dependencies = [
11840 "cobs",
11841 "embedded-io 0.4.0",
11842 "embedded-io 0.6.1",
11843 "serde",
11844]
11845
11846[[package]]
11847name = "powerfmt"
11848version = "0.2.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11851
11852[[package]]
11853name = "ppv-lite86"
11854version = "0.2.21"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11857dependencies = [
11858 "zerocopy 0.8.24",
11859]
11860
11861[[package]]
11862name = "precomputed-hash"
11863version = "0.1.1"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11866
11867[[package]]
11868name = "prettier"
11869version = "0.1.0"
11870dependencies = [
11871 "anyhow",
11872 "collections",
11873 "fs",
11874 "gpui",
11875 "language",
11876 "log",
11877 "lsp",
11878 "node_runtime",
11879 "parking_lot",
11880 "paths",
11881 "serde",
11882 "serde_json",
11883 "util",
11884 "workspace-hack",
11885]
11886
11887[[package]]
11888name = "pretty_assertions"
11889version = "1.4.1"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11892dependencies = [
11893 "diff",
11894 "yansi",
11895]
11896
11897[[package]]
11898name = "prettyplease"
11899version = "0.2.32"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11902dependencies = [
11903 "proc-macro2",
11904 "syn 2.0.101",
11905]
11906
11907[[package]]
11908name = "proc-macro-crate"
11909version = "3.3.0"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11912dependencies = [
11913 "toml_edit",
11914]
11915
11916[[package]]
11917name = "proc-macro-error-attr2"
11918version = "2.0.0"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11921dependencies = [
11922 "proc-macro2",
11923 "quote",
11924]
11925
11926[[package]]
11927name = "proc-macro-error2"
11928version = "2.0.1"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11931dependencies = [
11932 "proc-macro-error-attr2",
11933 "proc-macro2",
11934 "quote",
11935 "syn 2.0.101",
11936]
11937
11938[[package]]
11939name = "proc-macro2"
11940version = "1.0.95"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11943dependencies = [
11944 "unicode-ident",
11945]
11946
11947[[package]]
11948name = "proc-macro2-diagnostics"
11949version = "0.10.1"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11952dependencies = [
11953 "proc-macro2",
11954 "quote",
11955 "syn 2.0.101",
11956 "version_check",
11957 "yansi",
11958]
11959
11960[[package]]
11961name = "prodash"
11962version = "29.0.2"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11965dependencies = [
11966 "log",
11967 "parking_lot",
11968]
11969
11970[[package]]
11971name = "profiling"
11972version = "1.0.16"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11975dependencies = [
11976 "profiling-procmacros",
11977]
11978
11979[[package]]
11980name = "profiling-procmacros"
11981version = "1.0.16"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11984dependencies = [
11985 "quote",
11986 "syn 2.0.101",
11987]
11988
11989[[package]]
11990name = "project"
11991version = "0.1.0"
11992dependencies = [
11993 "aho-corasick",
11994 "anyhow",
11995 "askpass",
11996 "async-trait",
11997 "buffer_diff",
11998 "circular-buffer",
11999 "client",
12000 "clock",
12001 "collections",
12002 "context_server",
12003 "dap",
12004 "dap_adapters",
12005 "env_logger 0.11.8",
12006 "extension",
12007 "fancy-regex 0.14.0",
12008 "fs",
12009 "futures 0.3.31",
12010 "fuzzy",
12011 "git",
12012 "git2",
12013 "git_hosting_providers",
12014 "globset",
12015 "gpui",
12016 "http_client",
12017 "image",
12018 "indexmap",
12019 "itertools 0.14.0",
12020 "language",
12021 "log",
12022 "lsp",
12023 "node_runtime",
12024 "parking_lot",
12025 "pathdiff",
12026 "paths",
12027 "postage",
12028 "prettier",
12029 "pretty_assertions",
12030 "rand 0.8.5",
12031 "regex",
12032 "release_channel",
12033 "remote",
12034 "rpc",
12035 "schemars",
12036 "serde",
12037 "serde_json",
12038 "settings",
12039 "sha2",
12040 "shellexpand 2.1.2",
12041 "shlex",
12042 "smol",
12043 "snippet",
12044 "snippet_provider",
12045 "sum_tree",
12046 "task",
12047 "tempfile",
12048 "terminal",
12049 "text",
12050 "toml 0.8.20",
12051 "unindent",
12052 "url",
12053 "util",
12054 "which 6.0.3",
12055 "workspace-hack",
12056 "worktree",
12057 "zlog",
12058]
12059
12060[[package]]
12061name = "project_panel"
12062version = "0.1.0"
12063dependencies = [
12064 "anyhow",
12065 "client",
12066 "collections",
12067 "command_palette_hooks",
12068 "db",
12069 "editor",
12070 "file_icons",
12071 "git",
12072 "gpui",
12073 "indexmap",
12074 "language",
12075 "menu",
12076 "pretty_assertions",
12077 "project",
12078 "schemars",
12079 "search",
12080 "serde",
12081 "serde_derive",
12082 "serde_json",
12083 "settings",
12084 "smallvec",
12085 "theme",
12086 "ui",
12087 "util",
12088 "workspace",
12089 "workspace-hack",
12090 "worktree",
12091 "zed_actions",
12092]
12093
12094[[package]]
12095name = "project_symbols"
12096version = "0.1.0"
12097dependencies = [
12098 "anyhow",
12099 "editor",
12100 "futures 0.3.31",
12101 "fuzzy",
12102 "gpui",
12103 "language",
12104 "lsp",
12105 "ordered-float 2.10.1",
12106 "picker",
12107 "project",
12108 "release_channel",
12109 "serde_json",
12110 "settings",
12111 "theme",
12112 "util",
12113 "workspace",
12114 "workspace-hack",
12115]
12116
12117[[package]]
12118name = "prometheus"
12119version = "0.14.0"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12122dependencies = [
12123 "cfg-if",
12124 "fnv",
12125 "lazy_static",
12126 "memchr",
12127 "parking_lot",
12128 "protobuf",
12129 "thiserror 2.0.12",
12130]
12131
12132[[package]]
12133name = "prompt_store"
12134version = "0.1.0"
12135dependencies = [
12136 "anyhow",
12137 "assets",
12138 "chrono",
12139 "collections",
12140 "fs",
12141 "futures 0.3.31",
12142 "fuzzy",
12143 "gpui",
12144 "handlebars 4.5.0",
12145 "heed",
12146 "language",
12147 "log",
12148 "parking_lot",
12149 "paths",
12150 "rope",
12151 "serde",
12152 "serde_json",
12153 "text",
12154 "util",
12155 "uuid",
12156 "workspace-hack",
12157]
12158
12159[[package]]
12160name = "prost"
12161version = "0.9.0"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12164dependencies = [
12165 "bytes 1.10.1",
12166 "prost-derive 0.9.0",
12167]
12168
12169[[package]]
12170name = "prost"
12171version = "0.12.6"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12174dependencies = [
12175 "bytes 1.10.1",
12176 "prost-derive 0.12.6",
12177]
12178
12179[[package]]
12180name = "prost"
12181version = "0.13.5"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12184dependencies = [
12185 "bytes 1.10.1",
12186 "prost-derive 0.13.5",
12187]
12188
12189[[package]]
12190name = "prost-build"
12191version = "0.9.0"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12194dependencies = [
12195 "bytes 1.10.1",
12196 "heck 0.3.3",
12197 "itertools 0.10.5",
12198 "lazy_static",
12199 "log",
12200 "multimap 0.8.3",
12201 "petgraph",
12202 "prost 0.9.0",
12203 "prost-types 0.9.0",
12204 "regex",
12205 "tempfile",
12206 "which 4.4.2",
12207]
12208
12209[[package]]
12210name = "prost-build"
12211version = "0.12.6"
12212source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12214dependencies = [
12215 "bytes 1.10.1",
12216 "heck 0.5.0",
12217 "itertools 0.12.1",
12218 "log",
12219 "multimap 0.10.0",
12220 "once_cell",
12221 "petgraph",
12222 "prettyplease",
12223 "prost 0.12.6",
12224 "prost-types 0.12.6",
12225 "regex",
12226 "syn 2.0.101",
12227 "tempfile",
12228]
12229
12230[[package]]
12231name = "prost-derive"
12232version = "0.9.0"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12235dependencies = [
12236 "anyhow",
12237 "itertools 0.10.5",
12238 "proc-macro2",
12239 "quote",
12240 "syn 1.0.109",
12241]
12242
12243[[package]]
12244name = "prost-derive"
12245version = "0.12.6"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12248dependencies = [
12249 "anyhow",
12250 "itertools 0.12.1",
12251 "proc-macro2",
12252 "quote",
12253 "syn 2.0.101",
12254]
12255
12256[[package]]
12257name = "prost-derive"
12258version = "0.13.5"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12261dependencies = [
12262 "anyhow",
12263 "itertools 0.14.0",
12264 "proc-macro2",
12265 "quote",
12266 "syn 2.0.101",
12267]
12268
12269[[package]]
12270name = "prost-types"
12271version = "0.9.0"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12274dependencies = [
12275 "bytes 1.10.1",
12276 "prost 0.9.0",
12277]
12278
12279[[package]]
12280name = "prost-types"
12281version = "0.12.6"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12284dependencies = [
12285 "prost 0.12.6",
12286]
12287
12288[[package]]
12289name = "proto"
12290version = "0.1.0"
12291dependencies = [
12292 "anyhow",
12293 "collections",
12294 "prost 0.9.0",
12295 "prost-build 0.9.0",
12296 "serde",
12297 "workspace-hack",
12298]
12299
12300[[package]]
12301name = "protobuf"
12302version = "3.7.2"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12305dependencies = [
12306 "once_cell",
12307 "protobuf-support",
12308 "thiserror 1.0.69",
12309]
12310
12311[[package]]
12312name = "protobuf-support"
12313version = "3.7.2"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12316dependencies = [
12317 "thiserror 1.0.69",
12318]
12319
12320[[package]]
12321name = "psm"
12322version = "0.1.25"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12325dependencies = [
12326 "cc",
12327]
12328
12329[[package]]
12330name = "ptr_meta"
12331version = "0.1.4"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12334dependencies = [
12335 "ptr_meta_derive",
12336]
12337
12338[[package]]
12339name = "ptr_meta_derive"
12340version = "0.1.4"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12343dependencies = [
12344 "proc-macro2",
12345 "quote",
12346 "syn 1.0.109",
12347]
12348
12349[[package]]
12350name = "pulldown-cmark"
12351version = "0.10.3"
12352source = "registry+https://github.com/rust-lang/crates.io-index"
12353checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12354dependencies = [
12355 "bitflags 2.9.0",
12356 "memchr",
12357 "pulldown-cmark-escape",
12358 "unicase",
12359]
12360
12361[[package]]
12362name = "pulldown-cmark"
12363version = "0.12.2"
12364source = "registry+https://github.com/rust-lang/crates.io-index"
12365checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12366dependencies = [
12367 "bitflags 2.9.0",
12368 "memchr",
12369 "unicase",
12370]
12371
12372[[package]]
12373name = "pulldown-cmark-escape"
12374version = "0.10.1"
12375source = "registry+https://github.com/rust-lang/crates.io-index"
12376checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12377
12378[[package]]
12379name = "pulley-interpreter"
12380version = "29.0.1"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12383dependencies = [
12384 "cranelift-bitset",
12385 "log",
12386 "sptr",
12387 "wasmtime-math",
12388]
12389
12390[[package]]
12391name = "qoi"
12392version = "0.4.1"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12395dependencies = [
12396 "bytemuck",
12397]
12398
12399[[package]]
12400name = "quick-error"
12401version = "2.0.1"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12404
12405[[package]]
12406name = "quick-xml"
12407version = "0.30.0"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12410dependencies = [
12411 "memchr",
12412]
12413
12414[[package]]
12415name = "quick-xml"
12416version = "0.32.0"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12419dependencies = [
12420 "memchr",
12421]
12422
12423[[package]]
12424name = "quick-xml"
12425version = "0.37.4"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12428dependencies = [
12429 "memchr",
12430]
12431
12432[[package]]
12433name = "quinn"
12434version = "0.11.7"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12437dependencies = [
12438 "bytes 1.10.1",
12439 "cfg_aliases 0.2.1",
12440 "pin-project-lite",
12441 "quinn-proto",
12442 "quinn-udp",
12443 "rustc-hash 2.1.1",
12444 "rustls 0.23.26",
12445 "socket2",
12446 "thiserror 2.0.12",
12447 "tokio",
12448 "tracing",
12449 "web-time",
12450]
12451
12452[[package]]
12453name = "quinn-proto"
12454version = "0.11.10"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12457dependencies = [
12458 "bytes 1.10.1",
12459 "getrandom 0.3.2",
12460 "rand 0.9.1",
12461 "ring",
12462 "rustc-hash 2.1.1",
12463 "rustls 0.23.26",
12464 "rustls-pki-types",
12465 "slab",
12466 "thiserror 2.0.12",
12467 "tinyvec",
12468 "tracing",
12469 "web-time",
12470]
12471
12472[[package]]
12473name = "quinn-udp"
12474version = "0.5.11"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12477dependencies = [
12478 "cfg_aliases 0.2.1",
12479 "libc",
12480 "once_cell",
12481 "socket2",
12482 "tracing",
12483 "windows-sys 0.59.0",
12484]
12485
12486[[package]]
12487name = "quote"
12488version = "1.0.40"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12491dependencies = [
12492 "proc-macro2",
12493]
12494
12495[[package]]
12496name = "r-efi"
12497version = "5.2.0"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12500
12501[[package]]
12502name = "radium"
12503version = "0.7.0"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12506
12507[[package]]
12508name = "rand"
12509version = "0.7.3"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12512dependencies = [
12513 "getrandom 0.1.16",
12514 "libc",
12515 "rand_chacha 0.2.2",
12516 "rand_core 0.5.1",
12517 "rand_hc",
12518]
12519
12520[[package]]
12521name = "rand"
12522version = "0.8.5"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12525dependencies = [
12526 "libc",
12527 "rand_chacha 0.3.1",
12528 "rand_core 0.6.4",
12529]
12530
12531[[package]]
12532name = "rand"
12533version = "0.9.1"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12536dependencies = [
12537 "rand_chacha 0.9.0",
12538 "rand_core 0.9.3",
12539]
12540
12541[[package]]
12542name = "rand_chacha"
12543version = "0.2.2"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12546dependencies = [
12547 "ppv-lite86",
12548 "rand_core 0.5.1",
12549]
12550
12551[[package]]
12552name = "rand_chacha"
12553version = "0.3.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12556dependencies = [
12557 "ppv-lite86",
12558 "rand_core 0.6.4",
12559]
12560
12561[[package]]
12562name = "rand_chacha"
12563version = "0.9.0"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12566dependencies = [
12567 "ppv-lite86",
12568 "rand_core 0.9.3",
12569]
12570
12571[[package]]
12572name = "rand_core"
12573version = "0.5.1"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12576dependencies = [
12577 "getrandom 0.1.16",
12578]
12579
12580[[package]]
12581name = "rand_core"
12582version = "0.6.4"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12585dependencies = [
12586 "getrandom 0.2.15",
12587]
12588
12589[[package]]
12590name = "rand_core"
12591version = "0.9.3"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12594dependencies = [
12595 "getrandom 0.3.2",
12596]
12597
12598[[package]]
12599name = "rand_hc"
12600version = "0.2.0"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12603dependencies = [
12604 "rand_core 0.5.1",
12605]
12606
12607[[package]]
12608name = "rangemap"
12609version = "1.5.1"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12612
12613[[package]]
12614name = "rav1e"
12615version = "0.7.1"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12618dependencies = [
12619 "arbitrary",
12620 "arg_enum_proc_macro",
12621 "arrayvec",
12622 "av1-grain",
12623 "bitstream-io",
12624 "built",
12625 "cfg-if",
12626 "interpolate_name",
12627 "itertools 0.12.1",
12628 "libc",
12629 "libfuzzer-sys",
12630 "log",
12631 "maybe-rayon",
12632 "new_debug_unreachable",
12633 "noop_proc_macro",
12634 "num-derive",
12635 "num-traits",
12636 "once_cell",
12637 "paste",
12638 "profiling",
12639 "rand 0.8.5",
12640 "rand_chacha 0.3.1",
12641 "simd_helpers",
12642 "system-deps",
12643 "thiserror 1.0.69",
12644 "v_frame",
12645 "wasm-bindgen",
12646]
12647
12648[[package]]
12649name = "ravif"
12650version = "0.11.12"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12653dependencies = [
12654 "avif-serialize",
12655 "imgref",
12656 "loop9",
12657 "quick-error",
12658 "rav1e",
12659 "rayon",
12660 "rgb",
12661]
12662
12663[[package]]
12664name = "raw-window-handle"
12665version = "0.6.2"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12668
12669[[package]]
12670name = "raw-window-metal"
12671version = "0.4.0"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12674dependencies = [
12675 "cocoa 0.25.0",
12676 "core-graphics 0.23.2",
12677 "objc",
12678 "raw-window-handle",
12679]
12680
12681[[package]]
12682name = "rayon"
12683version = "1.10.0"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12686dependencies = [
12687 "either",
12688 "rayon-core",
12689]
12690
12691[[package]]
12692name = "rayon-core"
12693version = "1.12.1"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12696dependencies = [
12697 "crossbeam-deque",
12698 "crossbeam-utils",
12699]
12700
12701[[package]]
12702name = "read-fonts"
12703version = "0.25.3"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12706dependencies = [
12707 "bytemuck",
12708 "font-types",
12709]
12710
12711[[package]]
12712name = "recent_projects"
12713version = "0.1.0"
12714dependencies = [
12715 "anyhow",
12716 "auto_update",
12717 "dap",
12718 "editor",
12719 "extension_host",
12720 "file_finder",
12721 "futures 0.3.31",
12722 "fuzzy",
12723 "gpui",
12724 "language",
12725 "log",
12726 "markdown",
12727 "menu",
12728 "ordered-float 2.10.1",
12729 "paths",
12730 "picker",
12731 "project",
12732 "release_channel",
12733 "remote",
12734 "schemars",
12735 "serde",
12736 "serde_json",
12737 "settings",
12738 "smol",
12739 "task",
12740 "telemetry",
12741 "theme",
12742 "ui",
12743 "util",
12744 "workspace",
12745 "workspace-hack",
12746 "zed_actions",
12747]
12748
12749[[package]]
12750name = "redox_syscall"
12751version = "0.2.16"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12754dependencies = [
12755 "bitflags 1.3.2",
12756]
12757
12758[[package]]
12759name = "redox_syscall"
12760version = "0.5.11"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12763dependencies = [
12764 "bitflags 2.9.0",
12765]
12766
12767[[package]]
12768name = "redox_users"
12769version = "0.4.6"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12772dependencies = [
12773 "getrandom 0.2.15",
12774 "libredox",
12775 "thiserror 1.0.69",
12776]
12777
12778[[package]]
12779name = "redox_users"
12780version = "0.5.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12783dependencies = [
12784 "getrandom 0.2.15",
12785 "libredox",
12786 "thiserror 2.0.12",
12787]
12788
12789[[package]]
12790name = "ref-cast"
12791version = "1.0.24"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12794dependencies = [
12795 "ref-cast-impl",
12796]
12797
12798[[package]]
12799name = "ref-cast-impl"
12800version = "1.0.24"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12803dependencies = [
12804 "proc-macro2",
12805 "quote",
12806 "syn 2.0.101",
12807]
12808
12809[[package]]
12810name = "referencing"
12811version = "0.30.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12814dependencies = [
12815 "ahash 0.8.11",
12816 "fluent-uri",
12817 "once_cell",
12818 "parking_lot",
12819 "percent-encoding",
12820 "serde_json",
12821]
12822
12823[[package]]
12824name = "refineable"
12825version = "0.1.0"
12826dependencies = [
12827 "derive_refineable",
12828 "workspace-hack",
12829]
12830
12831[[package]]
12832name = "regalloc2"
12833version = "0.11.2"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12836dependencies = [
12837 "allocator-api2",
12838 "bumpalo",
12839 "hashbrown 0.15.3",
12840 "log",
12841 "rustc-hash 2.1.1",
12842 "serde",
12843 "smallvec",
12844]
12845
12846[[package]]
12847name = "regex"
12848version = "1.11.1"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12851dependencies = [
12852 "aho-corasick",
12853 "memchr",
12854 "regex-automata 0.4.9",
12855 "regex-syntax 0.8.5",
12856]
12857
12858[[package]]
12859name = "regex-automata"
12860version = "0.1.10"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12863dependencies = [
12864 "regex-syntax 0.6.29",
12865]
12866
12867[[package]]
12868name = "regex-automata"
12869version = "0.4.9"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12872dependencies = [
12873 "aho-corasick",
12874 "memchr",
12875 "regex-syntax 0.8.5",
12876]
12877
12878[[package]]
12879name = "regex-lite"
12880version = "0.1.6"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12883
12884[[package]]
12885name = "regex-syntax"
12886version = "0.6.29"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12889
12890[[package]]
12891name = "regex-syntax"
12892version = "0.8.5"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12895
12896[[package]]
12897name = "release_channel"
12898version = "0.1.0"
12899dependencies = [
12900 "gpui",
12901 "workspace-hack",
12902]
12903
12904[[package]]
12905name = "remote"
12906version = "0.1.0"
12907dependencies = [
12908 "anyhow",
12909 "askpass",
12910 "async-trait",
12911 "collections",
12912 "fs",
12913 "futures 0.3.31",
12914 "gpui",
12915 "itertools 0.14.0",
12916 "log",
12917 "parking_lot",
12918 "paths",
12919 "prost 0.9.0",
12920 "release_channel",
12921 "rpc",
12922 "schemars",
12923 "serde",
12924 "serde_json",
12925 "shlex",
12926 "smol",
12927 "tempfile",
12928 "thiserror 2.0.12",
12929 "urlencoding",
12930 "util",
12931 "workspace-hack",
12932]
12933
12934[[package]]
12935name = "remote_server"
12936version = "0.1.0"
12937dependencies = [
12938 "anyhow",
12939 "askpass",
12940 "assistant_tool",
12941 "assistant_tools",
12942 "async-watch",
12943 "backtrace",
12944 "cargo_toml",
12945 "chrono",
12946 "clap",
12947 "client",
12948 "clock",
12949 "dap",
12950 "dap_adapters",
12951 "debug_adapter_extension",
12952 "env_logger 0.11.8",
12953 "extension",
12954 "extension_host",
12955 "fork",
12956 "fs",
12957 "futures 0.3.31",
12958 "git",
12959 "git_hosting_providers",
12960 "gpui",
12961 "gpui_tokio",
12962 "http_client",
12963 "language",
12964 "language_extension",
12965 "language_model",
12966 "languages",
12967 "libc",
12968 "log",
12969 "lsp",
12970 "node_runtime",
12971 "paths",
12972 "project",
12973 "proto",
12974 "release_channel",
12975 "remote",
12976 "reqwest_client",
12977 "rpc",
12978 "rust-embed",
12979 "serde",
12980 "serde_json",
12981 "settings",
12982 "shellexpand 2.1.2",
12983 "smol",
12984 "sysinfo",
12985 "telemetry_events",
12986 "toml 0.8.20",
12987 "unindent",
12988 "util",
12989 "worktree",
12990]
12991
12992[[package]]
12993name = "rend"
12994version = "0.4.2"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12997dependencies = [
12998 "bytecheck",
12999]
13000
13001[[package]]
13002name = "repl"
13003version = "0.1.0"
13004dependencies = [
13005 "alacritty_terminal",
13006 "anyhow",
13007 "async-dispatcher",
13008 "async-tungstenite",
13009 "base64 0.22.1",
13010 "client",
13011 "collections",
13012 "command_palette_hooks",
13013 "editor",
13014 "env_logger 0.11.8",
13015 "feature_flags",
13016 "file_icons",
13017 "futures 0.3.31",
13018 "gpui",
13019 "http_client",
13020 "image",
13021 "indoc",
13022 "jupyter-protocol",
13023 "jupyter-websocket-client",
13024 "language",
13025 "languages",
13026 "log",
13027 "markdown_preview",
13028 "menu",
13029 "multi_buffer",
13030 "nbformat",
13031 "picker",
13032 "project",
13033 "runtimelib",
13034 "schemars",
13035 "serde",
13036 "serde_json",
13037 "settings",
13038 "smol",
13039 "telemetry",
13040 "terminal",
13041 "terminal_view",
13042 "theme",
13043 "tree-sitter-md",
13044 "tree-sitter-python",
13045 "tree-sitter-typescript",
13046 "ui",
13047 "util",
13048 "uuid",
13049 "workspace",
13050 "workspace-hack",
13051]
13052
13053[[package]]
13054name = "reqwest"
13055version = "0.11.27"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13058dependencies = [
13059 "base64 0.21.7",
13060 "bytes 1.10.1",
13061 "encoding_rs",
13062 "futures-core",
13063 "futures-util",
13064 "h2 0.3.26",
13065 "http 0.2.12",
13066 "http-body 0.4.6",
13067 "hyper 0.14.32",
13068 "hyper-rustls 0.24.2",
13069 "hyper-tls",
13070 "ipnet",
13071 "js-sys",
13072 "log",
13073 "mime",
13074 "native-tls",
13075 "once_cell",
13076 "percent-encoding",
13077 "pin-project-lite",
13078 "rustls 0.21.12",
13079 "rustls-native-certs 0.6.3",
13080 "rustls-pemfile 1.0.4",
13081 "serde",
13082 "serde_json",
13083 "serde_urlencoded",
13084 "sync_wrapper 0.1.2",
13085 "system-configuration 0.5.1",
13086 "tokio",
13087 "tokio-native-tls",
13088 "tokio-rustls 0.24.1",
13089 "tower-service",
13090 "url",
13091 "wasm-bindgen",
13092 "wasm-bindgen-futures",
13093 "web-sys",
13094 "winreg 0.50.0",
13095]
13096
13097[[package]]
13098name = "reqwest"
13099version = "0.12.15"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13102dependencies = [
13103 "base64 0.22.1",
13104 "bytes 1.10.1",
13105 "futures-channel",
13106 "futures-core",
13107 "futures-util",
13108 "http 1.3.1",
13109 "http-body 1.0.1",
13110 "http-body-util",
13111 "hyper 1.6.0",
13112 "hyper-util",
13113 "ipnet",
13114 "js-sys",
13115 "log",
13116 "mime",
13117 "once_cell",
13118 "percent-encoding",
13119 "pin-project-lite",
13120 "serde",
13121 "serde_json",
13122 "serde_urlencoded",
13123 "sync_wrapper 1.0.2",
13124 "tokio",
13125 "tower 0.5.2",
13126 "tower-service",
13127 "url",
13128 "wasm-bindgen",
13129 "wasm-bindgen-futures",
13130 "web-sys",
13131 "windows-registry 0.4.0",
13132]
13133
13134[[package]]
13135name = "reqwest"
13136version = "0.12.15"
13137source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13138dependencies = [
13139 "base64 0.22.1",
13140 "bytes 1.10.1",
13141 "encoding_rs",
13142 "futures-core",
13143 "futures-util",
13144 "h2 0.4.9",
13145 "http 1.3.1",
13146 "http-body 1.0.1",
13147 "http-body-util",
13148 "hyper 1.6.0",
13149 "hyper-rustls 0.27.5",
13150 "hyper-util",
13151 "ipnet",
13152 "js-sys",
13153 "log",
13154 "mime",
13155 "once_cell",
13156 "percent-encoding",
13157 "pin-project-lite",
13158 "quinn",
13159 "rustls 0.23.26",
13160 "rustls-native-certs 0.8.1",
13161 "rustls-pemfile 2.2.0",
13162 "rustls-pki-types",
13163 "serde",
13164 "serde_json",
13165 "serde_urlencoded",
13166 "sync_wrapper 1.0.2",
13167 "system-configuration 0.6.1",
13168 "tokio",
13169 "tokio-rustls 0.26.2",
13170 "tokio-socks",
13171 "tokio-util",
13172 "tower 0.5.2",
13173 "tower-service",
13174 "url",
13175 "wasm-bindgen",
13176 "wasm-bindgen-futures",
13177 "wasm-streams",
13178 "web-sys",
13179 "windows-registry 0.4.0",
13180]
13181
13182[[package]]
13183name = "reqwest_client"
13184version = "0.1.0"
13185dependencies = [
13186 "anyhow",
13187 "bytes 1.10.1",
13188 "futures 0.3.31",
13189 "gpui",
13190 "http_client",
13191 "http_client_tls",
13192 "log",
13193 "regex",
13194 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13195 "serde",
13196 "smol",
13197 "tokio",
13198 "workspace-hack",
13199]
13200
13201[[package]]
13202name = "resvg"
13203version = "0.45.1"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13206dependencies = [
13207 "log",
13208 "pico-args",
13209 "rgb",
13210 "svgtypes",
13211 "tiny-skia",
13212 "usvg",
13213]
13214
13215[[package]]
13216name = "rfc6979"
13217version = "0.3.1"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13220dependencies = [
13221 "crypto-bigint 0.4.9",
13222 "hmac",
13223 "zeroize",
13224]
13225
13226[[package]]
13227name = "rgb"
13228version = "0.8.50"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13231dependencies = [
13232 "bytemuck",
13233]
13234
13235[[package]]
13236name = "rich_text"
13237version = "0.1.0"
13238dependencies = [
13239 "futures 0.3.31",
13240 "gpui",
13241 "language",
13242 "linkify",
13243 "pulldown-cmark 0.12.2",
13244 "theme",
13245 "ui",
13246 "util",
13247 "workspace-hack",
13248]
13249
13250[[package]]
13251name = "ring"
13252version = "0.17.14"
13253source = "registry+https://github.com/rust-lang/crates.io-index"
13254checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13255dependencies = [
13256 "cc",
13257 "cfg-if",
13258 "getrandom 0.2.15",
13259 "libc",
13260 "untrusted",
13261 "windows-sys 0.52.0",
13262]
13263
13264[[package]]
13265name = "rkyv"
13266version = "0.7.45"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13269dependencies = [
13270 "bitvec",
13271 "bytecheck",
13272 "bytes 1.10.1",
13273 "hashbrown 0.12.3",
13274 "ptr_meta",
13275 "rend",
13276 "rkyv_derive",
13277 "seahash",
13278 "tinyvec",
13279 "uuid",
13280]
13281
13282[[package]]
13283name = "rkyv_derive"
13284version = "0.7.45"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13287dependencies = [
13288 "proc-macro2",
13289 "quote",
13290 "syn 1.0.109",
13291]
13292
13293[[package]]
13294name = "rmp"
13295version = "0.8.14"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13298dependencies = [
13299 "byteorder",
13300 "num-traits",
13301 "paste",
13302]
13303
13304[[package]]
13305name = "rmpv"
13306version = "1.3.0"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13309dependencies = [
13310 "num-traits",
13311 "rmp",
13312]
13313
13314[[package]]
13315name = "rodio"
13316version = "0.20.1"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13319dependencies = [
13320 "cpal",
13321 "hound",
13322]
13323
13324[[package]]
13325name = "rope"
13326version = "0.1.0"
13327dependencies = [
13328 "arrayvec",
13329 "criterion",
13330 "ctor",
13331 "env_logger 0.11.8",
13332 "gpui",
13333 "log",
13334 "rand 0.8.5",
13335 "rayon",
13336 "smallvec",
13337 "sum_tree",
13338 "unicode-segmentation",
13339 "util",
13340 "workspace-hack",
13341]
13342
13343[[package]]
13344name = "roxmltree"
13345version = "0.20.0"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13348
13349[[package]]
13350name = "rpc"
13351version = "0.1.0"
13352dependencies = [
13353 "anyhow",
13354 "async-tungstenite",
13355 "base64 0.22.1",
13356 "chrono",
13357 "collections",
13358 "env_logger 0.11.8",
13359 "futures 0.3.31",
13360 "gpui",
13361 "parking_lot",
13362 "proto",
13363 "rand 0.8.5",
13364 "rsa",
13365 "serde",
13366 "serde_json",
13367 "sha2",
13368 "strum 0.27.1",
13369 "tracing",
13370 "util",
13371 "workspace-hack",
13372 "zstd",
13373]
13374
13375[[package]]
13376name = "rsa"
13377version = "0.9.8"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13380dependencies = [
13381 "const-oid",
13382 "digest",
13383 "num-bigint-dig",
13384 "num-integer",
13385 "num-traits",
13386 "pkcs1",
13387 "pkcs8 0.10.2",
13388 "rand_core 0.6.4",
13389 "signature 2.2.0",
13390 "spki 0.7.3",
13391 "subtle",
13392 "zeroize",
13393]
13394
13395[[package]]
13396name = "rules_library"
13397version = "0.1.0"
13398dependencies = [
13399 "anyhow",
13400 "collections",
13401 "editor",
13402 "gpui",
13403 "language",
13404 "language_model",
13405 "log",
13406 "menu",
13407 "picker",
13408 "prompt_store",
13409 "release_channel",
13410 "rope",
13411 "serde",
13412 "settings",
13413 "theme",
13414 "ui",
13415 "util",
13416 "workspace",
13417 "workspace-hack",
13418 "zed_actions",
13419]
13420
13421[[package]]
13422name = "runtimelib"
13423version = "0.25.0"
13424source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13425dependencies = [
13426 "anyhow",
13427 "async-dispatcher",
13428 "async-std",
13429 "base64 0.22.1",
13430 "bytes 1.10.1",
13431 "chrono",
13432 "data-encoding",
13433 "dirs 5.0.1",
13434 "futures 0.3.31",
13435 "glob",
13436 "jupyter-protocol",
13437 "ring",
13438 "serde",
13439 "serde_json",
13440 "shellexpand 3.1.1",
13441 "smol",
13442 "uuid",
13443 "zeromq",
13444]
13445
13446[[package]]
13447name = "rust-embed"
13448version = "8.7.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13451dependencies = [
13452 "rust-embed-impl",
13453 "rust-embed-utils",
13454 "walkdir",
13455]
13456
13457[[package]]
13458name = "rust-embed-impl"
13459version = "8.7.0"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13462dependencies = [
13463 "proc-macro2",
13464 "quote",
13465 "rust-embed-utils",
13466 "syn 2.0.101",
13467 "walkdir",
13468]
13469
13470[[package]]
13471name = "rust-embed-utils"
13472version = "8.7.0"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13475dependencies = [
13476 "globset",
13477 "sha2",
13478 "walkdir",
13479]
13480
13481[[package]]
13482name = "rust_decimal"
13483version = "1.37.1"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13486dependencies = [
13487 "arrayvec",
13488 "borsh",
13489 "bytes 1.10.1",
13490 "num-traits",
13491 "rand 0.8.5",
13492 "rkyv",
13493 "serde",
13494 "serde_json",
13495]
13496
13497[[package]]
13498name = "rustc-demangle"
13499version = "0.1.24"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13502
13503[[package]]
13504name = "rustc-hash"
13505version = "1.1.0"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13508
13509[[package]]
13510name = "rustc-hash"
13511version = "2.1.1"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13514
13515[[package]]
13516name = "rustc_version"
13517version = "0.4.1"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13520dependencies = [
13521 "semver",
13522]
13523
13524[[package]]
13525name = "rustix"
13526version = "0.38.44"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13529dependencies = [
13530 "bitflags 2.9.0",
13531 "errno 0.3.11",
13532 "itoa",
13533 "libc",
13534 "linux-raw-sys 0.4.15",
13535 "windows-sys 0.59.0",
13536]
13537
13538[[package]]
13539name = "rustix"
13540version = "1.0.7"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13543dependencies = [
13544 "bitflags 2.9.0",
13545 "errno 0.3.11",
13546 "libc",
13547 "linux-raw-sys 0.9.4",
13548 "windows-sys 0.59.0",
13549]
13550
13551[[package]]
13552name = "rustix-linux-procfs"
13553version = "0.1.1"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13556dependencies = [
13557 "once_cell",
13558 "rustix 1.0.7",
13559]
13560
13561[[package]]
13562name = "rustix-openpty"
13563version = "0.1.1"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13566dependencies = [
13567 "errno 0.3.11",
13568 "libc",
13569 "rustix 0.38.44",
13570]
13571
13572[[package]]
13573name = "rustls"
13574version = "0.21.12"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13577dependencies = [
13578 "log",
13579 "ring",
13580 "rustls-webpki 0.101.7",
13581 "sct",
13582]
13583
13584[[package]]
13585name = "rustls"
13586version = "0.23.26"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13589dependencies = [
13590 "aws-lc-rs",
13591 "log",
13592 "once_cell",
13593 "ring",
13594 "rustls-pki-types",
13595 "rustls-webpki 0.103.1",
13596 "subtle",
13597 "zeroize",
13598]
13599
13600[[package]]
13601name = "rustls-native-certs"
13602version = "0.6.3"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13605dependencies = [
13606 "openssl-probe",
13607 "rustls-pemfile 1.0.4",
13608 "schannel",
13609 "security-framework 2.11.1",
13610]
13611
13612[[package]]
13613name = "rustls-native-certs"
13614version = "0.8.1"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13617dependencies = [
13618 "openssl-probe",
13619 "rustls-pki-types",
13620 "schannel",
13621 "security-framework 3.2.0",
13622]
13623
13624[[package]]
13625name = "rustls-pemfile"
13626version = "1.0.4"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13629dependencies = [
13630 "base64 0.21.7",
13631]
13632
13633[[package]]
13634name = "rustls-pemfile"
13635version = "2.2.0"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13638dependencies = [
13639 "rustls-pki-types",
13640]
13641
13642[[package]]
13643name = "rustls-pki-types"
13644version = "1.12.0"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13647dependencies = [
13648 "web-time",
13649 "zeroize",
13650]
13651
13652[[package]]
13653name = "rustls-platform-verifier"
13654version = "0.5.1"
13655source = "registry+https://github.com/rust-lang/crates.io-index"
13656checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13657dependencies = [
13658 "core-foundation 0.10.0",
13659 "core-foundation-sys",
13660 "jni",
13661 "log",
13662 "once_cell",
13663 "rustls 0.23.26",
13664 "rustls-native-certs 0.8.1",
13665 "rustls-platform-verifier-android",
13666 "rustls-webpki 0.103.1",
13667 "security-framework 3.2.0",
13668 "security-framework-sys",
13669 "webpki-root-certs",
13670 "windows-sys 0.59.0",
13671]
13672
13673[[package]]
13674name = "rustls-platform-verifier-android"
13675version = "0.1.1"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13678
13679[[package]]
13680name = "rustls-webpki"
13681version = "0.101.7"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13684dependencies = [
13685 "ring",
13686 "untrusted",
13687]
13688
13689[[package]]
13690name = "rustls-webpki"
13691version = "0.103.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13694dependencies = [
13695 "aws-lc-rs",
13696 "ring",
13697 "rustls-pki-types",
13698 "untrusted",
13699]
13700
13701[[package]]
13702name = "rustversion"
13703version = "1.0.20"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13706
13707[[package]]
13708name = "rustybuzz"
13709version = "0.14.1"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13712dependencies = [
13713 "bitflags 2.9.0",
13714 "bytemuck",
13715 "libm",
13716 "smallvec",
13717 "ttf-parser 0.21.1",
13718 "unicode-bidi-mirroring 0.2.0",
13719 "unicode-ccc 0.2.0",
13720 "unicode-properties",
13721 "unicode-script",
13722]
13723
13724[[package]]
13725name = "rustybuzz"
13726version = "0.20.1"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13729dependencies = [
13730 "bitflags 2.9.0",
13731 "bytemuck",
13732 "core_maths",
13733 "log",
13734 "smallvec",
13735 "ttf-parser 0.25.1",
13736 "unicode-bidi-mirroring 0.4.0",
13737 "unicode-ccc 0.4.0",
13738 "unicode-properties",
13739 "unicode-script",
13740]
13741
13742[[package]]
13743name = "ryu"
13744version = "1.0.20"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13747
13748[[package]]
13749name = "salsa20"
13750version = "0.10.2"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13753dependencies = [
13754 "cipher",
13755]
13756
13757[[package]]
13758name = "same-file"
13759version = "1.0.6"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13762dependencies = [
13763 "winapi-util",
13764]
13765
13766[[package]]
13767name = "scap"
13768version = "0.0.8"
13769source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13770dependencies = [
13771 "anyhow",
13772 "cocoa 0.25.0",
13773 "core-graphics-helmer-fork",
13774 "log",
13775 "objc",
13776 "rand 0.8.5",
13777 "screencapturekit",
13778 "screencapturekit-sys",
13779 "sysinfo",
13780 "tao-core-video-sys",
13781 "windows 0.61.1",
13782 "windows-capture",
13783 "x11",
13784 "xcb",
13785]
13786
13787[[package]]
13788name = "schannel"
13789version = "0.1.27"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13792dependencies = [
13793 "windows-sys 0.59.0",
13794]
13795
13796[[package]]
13797name = "schema_generator"
13798version = "0.1.0"
13799dependencies = [
13800 "anyhow",
13801 "clap",
13802 "env_logger 0.11.8",
13803 "schemars",
13804 "serde",
13805 "serde_json",
13806 "theme",
13807 "workspace-hack",
13808]
13809
13810[[package]]
13811name = "schemars"
13812version = "0.8.22"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13815dependencies = [
13816 "dyn-clone",
13817 "indexmap",
13818 "schemars_derive",
13819 "serde",
13820 "serde_json",
13821]
13822
13823[[package]]
13824name = "schemars_derive"
13825version = "0.8.22"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13828dependencies = [
13829 "proc-macro2",
13830 "quote",
13831 "serde_derive_internals",
13832 "syn 2.0.101",
13833]
13834
13835[[package]]
13836name = "scoped-tls"
13837version = "1.0.1"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13840
13841[[package]]
13842name = "scopeguard"
13843version = "1.2.0"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13846
13847[[package]]
13848name = "scratch"
13849version = "1.0.8"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13852
13853[[package]]
13854name = "screencapturekit"
13855version = "0.2.8"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13858dependencies = [
13859 "screencapturekit-sys",
13860]
13861
13862[[package]]
13863name = "screencapturekit-sys"
13864version = "0.2.8"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13867dependencies = [
13868 "block",
13869 "dispatch",
13870 "objc",
13871 "objc-foundation",
13872 "objc_id",
13873 "once_cell",
13874]
13875
13876[[package]]
13877name = "scrypt"
13878version = "0.11.0"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13881dependencies = [
13882 "password-hash 0.5.0",
13883 "pbkdf2 0.12.2",
13884 "salsa20",
13885 "sha2",
13886]
13887
13888[[package]]
13889name = "sct"
13890version = "0.7.1"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13893dependencies = [
13894 "ring",
13895 "untrusted",
13896]
13897
13898[[package]]
13899name = "sea-bae"
13900version = "0.2.1"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13903dependencies = [
13904 "heck 0.4.1",
13905 "proc-macro-error2",
13906 "proc-macro2",
13907 "quote",
13908 "syn 2.0.101",
13909]
13910
13911[[package]]
13912name = "sea-orm"
13913version = "1.1.10"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13916dependencies = [
13917 "async-stream",
13918 "async-trait",
13919 "bigdecimal",
13920 "chrono",
13921 "futures-util",
13922 "log",
13923 "ouroboros",
13924 "pgvector",
13925 "rust_decimal",
13926 "sea-orm-macros",
13927 "sea-query",
13928 "sea-query-binder",
13929 "serde",
13930 "serde_json",
13931 "sqlx",
13932 "strum 0.26.3",
13933 "thiserror 2.0.12",
13934 "time",
13935 "tracing",
13936 "url",
13937 "uuid",
13938]
13939
13940[[package]]
13941name = "sea-orm-macros"
13942version = "1.1.10"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13945dependencies = [
13946 "heck 0.4.1",
13947 "proc-macro2",
13948 "quote",
13949 "sea-bae",
13950 "syn 2.0.101",
13951 "unicode-ident",
13952]
13953
13954[[package]]
13955name = "sea-query"
13956version = "0.32.4"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13959dependencies = [
13960 "bigdecimal",
13961 "chrono",
13962 "inherent",
13963 "ordered-float 4.6.0",
13964 "rust_decimal",
13965 "serde_json",
13966 "time",
13967 "uuid",
13968]
13969
13970[[package]]
13971name = "sea-query-binder"
13972version = "0.7.0"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13975dependencies = [
13976 "bigdecimal",
13977 "chrono",
13978 "rust_decimal",
13979 "sea-query",
13980 "serde_json",
13981 "sqlx",
13982 "time",
13983 "uuid",
13984]
13985
13986[[package]]
13987name = "seahash"
13988version = "4.1.0"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13991
13992[[package]]
13993name = "search"
13994version = "0.1.0"
13995dependencies = [
13996 "any_vec",
13997 "anyhow",
13998 "bitflags 2.9.0",
13999 "client",
14000 "collections",
14001 "editor",
14002 "futures 0.3.31",
14003 "gpui",
14004 "language",
14005 "menu",
14006 "project",
14007 "schemars",
14008 "serde",
14009 "serde_json",
14010 "settings",
14011 "smol",
14012 "theme",
14013 "ui",
14014 "unindent",
14015 "util",
14016 "workspace",
14017 "workspace-hack",
14018 "zed_actions",
14019]
14020
14021[[package]]
14022name = "sec1"
14023version = "0.3.0"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14026dependencies = [
14027 "base16ct",
14028 "der 0.6.1",
14029 "generic-array",
14030 "pkcs8 0.9.0",
14031 "subtle",
14032 "zeroize",
14033]
14034
14035[[package]]
14036name = "security-framework"
14037version = "2.11.1"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14040dependencies = [
14041 "bitflags 2.9.0",
14042 "core-foundation 0.9.4",
14043 "core-foundation-sys",
14044 "libc",
14045 "security-framework-sys",
14046]
14047
14048[[package]]
14049name = "security-framework"
14050version = "3.2.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14053dependencies = [
14054 "bitflags 2.9.0",
14055 "core-foundation 0.10.0",
14056 "core-foundation-sys",
14057 "libc",
14058 "security-framework-sys",
14059]
14060
14061[[package]]
14062name = "security-framework-sys"
14063version = "2.14.0"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14066dependencies = [
14067 "core-foundation-sys",
14068 "libc",
14069]
14070
14071[[package]]
14072name = "self_cell"
14073version = "1.2.0"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14076
14077[[package]]
14078name = "semantic_index"
14079version = "0.1.0"
14080dependencies = [
14081 "anyhow",
14082 "arrayvec",
14083 "blake3",
14084 "client",
14085 "clock",
14086 "collections",
14087 "env_logger 0.11.8",
14088 "feature_flags",
14089 "fs",
14090 "futures 0.3.31",
14091 "futures-batch",
14092 "gpui",
14093 "heed",
14094 "http_client",
14095 "language",
14096 "language_model",
14097 "languages",
14098 "log",
14099 "open_ai",
14100 "parking_lot",
14101 "project",
14102 "reqwest_client",
14103 "serde",
14104 "serde_json",
14105 "settings",
14106 "sha2",
14107 "smol",
14108 "streaming-iterator",
14109 "tempfile",
14110 "theme",
14111 "tree-sitter",
14112 "ui",
14113 "unindent",
14114 "util",
14115 "workspace",
14116 "workspace-hack",
14117 "worktree",
14118]
14119
14120[[package]]
14121name = "semantic_version"
14122version = "0.1.0"
14123dependencies = [
14124 "anyhow",
14125 "serde",
14126 "workspace-hack",
14127]
14128
14129[[package]]
14130name = "semver"
14131version = "1.0.26"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14134dependencies = [
14135 "serde",
14136]
14137
14138[[package]]
14139name = "serde"
14140version = "1.0.219"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14143dependencies = [
14144 "serde_derive",
14145]
14146
14147[[package]]
14148name = "serde_derive"
14149version = "1.0.219"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14152dependencies = [
14153 "proc-macro2",
14154 "quote",
14155 "syn 2.0.101",
14156]
14157
14158[[package]]
14159name = "serde_derive_internals"
14160version = "0.29.1"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14163dependencies = [
14164 "proc-macro2",
14165 "quote",
14166 "syn 2.0.101",
14167]
14168
14169[[package]]
14170name = "serde_fmt"
14171version = "1.0.3"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14174dependencies = [
14175 "serde",
14176]
14177
14178[[package]]
14179name = "serde_json"
14180version = "1.0.140"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14183dependencies = [
14184 "indexmap",
14185 "itoa",
14186 "memchr",
14187 "ryu",
14188 "serde",
14189]
14190
14191[[package]]
14192name = "serde_json_lenient"
14193version = "0.2.4"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14196dependencies = [
14197 "indexmap",
14198 "itoa",
14199 "memchr",
14200 "ryu",
14201 "serde",
14202]
14203
14204[[package]]
14205name = "serde_path_to_error"
14206version = "0.1.17"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14209dependencies = [
14210 "itoa",
14211 "serde",
14212]
14213
14214[[package]]
14215name = "serde_qs"
14216version = "0.8.5"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14219dependencies = [
14220 "percent-encoding",
14221 "serde",
14222 "thiserror 1.0.69",
14223]
14224
14225[[package]]
14226name = "serde_qs"
14227version = "0.10.1"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14230dependencies = [
14231 "percent-encoding",
14232 "serde",
14233 "thiserror 1.0.69",
14234]
14235
14236[[package]]
14237name = "serde_repr"
14238version = "0.1.20"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14241dependencies = [
14242 "proc-macro2",
14243 "quote",
14244 "syn 2.0.101",
14245]
14246
14247[[package]]
14248name = "serde_spanned"
14249version = "0.6.8"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14252dependencies = [
14253 "serde",
14254]
14255
14256[[package]]
14257name = "serde_urlencoded"
14258version = "0.7.1"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14261dependencies = [
14262 "form_urlencoded",
14263 "itoa",
14264 "ryu",
14265 "serde",
14266]
14267
14268[[package]]
14269name = "serial2"
14270version = "0.2.29"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14273dependencies = [
14274 "cfg-if",
14275 "libc",
14276 "winapi",
14277]
14278
14279[[package]]
14280name = "session"
14281version = "0.1.0"
14282dependencies = [
14283 "db",
14284 "gpui",
14285 "serde_json",
14286 "util",
14287 "uuid",
14288 "workspace-hack",
14289]
14290
14291[[package]]
14292name = "settings"
14293version = "0.1.0"
14294dependencies = [
14295 "anyhow",
14296 "collections",
14297 "ec4rs",
14298 "fs",
14299 "futures 0.3.31",
14300 "gpui",
14301 "indoc",
14302 "inventory",
14303 "log",
14304 "paths",
14305 "pretty_assertions",
14306 "release_channel",
14307 "rust-embed",
14308 "schemars",
14309 "serde",
14310 "serde_derive",
14311 "serde_json",
14312 "serde_json_lenient",
14313 "smallvec",
14314 "streaming-iterator",
14315 "tree-sitter",
14316 "tree-sitter-json",
14317 "unindent",
14318 "util",
14319 "workspace-hack",
14320]
14321
14322[[package]]
14323name = "settings_ui"
14324version = "0.1.0"
14325dependencies = [
14326 "command_palette_hooks",
14327 "editor",
14328 "feature_flags",
14329 "fs",
14330 "gpui",
14331 "log",
14332 "paths",
14333 "schemars",
14334 "serde",
14335 "settings",
14336 "theme",
14337 "ui",
14338 "workspace",
14339 "workspace-hack",
14340]
14341
14342[[package]]
14343name = "sha1"
14344version = "0.10.6"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14347dependencies = [
14348 "cfg-if",
14349 "cpufeatures",
14350 "digest",
14351]
14352
14353[[package]]
14354name = "sha1-checked"
14355version = "0.10.0"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14358dependencies = [
14359 "digest",
14360 "sha1",
14361]
14362
14363[[package]]
14364name = "sha1_smol"
14365version = "1.0.1"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14368
14369[[package]]
14370name = "sha2"
14371version = "0.10.8"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14374dependencies = [
14375 "cfg-if",
14376 "cpufeatures",
14377 "digest",
14378]
14379
14380[[package]]
14381name = "sharded-slab"
14382version = "0.1.7"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14385dependencies = [
14386 "lazy_static",
14387]
14388
14389[[package]]
14390name = "shared_library"
14391version = "0.1.9"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14394dependencies = [
14395 "lazy_static",
14396 "libc",
14397]
14398
14399[[package]]
14400name = "shell-words"
14401version = "1.1.0"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14404
14405[[package]]
14406name = "shellexpand"
14407version = "2.1.2"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14410dependencies = [
14411 "dirs 4.0.0",
14412]
14413
14414[[package]]
14415name = "shellexpand"
14416version = "3.1.1"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14419dependencies = [
14420 "dirs 6.0.0",
14421]
14422
14423[[package]]
14424name = "shlex"
14425version = "1.3.0"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14428
14429[[package]]
14430name = "signal-hook"
14431version = "0.3.17"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14434dependencies = [
14435 "libc",
14436 "signal-hook-registry",
14437]
14438
14439[[package]]
14440name = "signal-hook-registry"
14441version = "1.4.5"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14444dependencies = [
14445 "libc",
14446]
14447
14448[[package]]
14449name = "signature"
14450version = "1.6.4"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14453dependencies = [
14454 "digest",
14455 "rand_core 0.6.4",
14456]
14457
14458[[package]]
14459name = "signature"
14460version = "2.2.0"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14463dependencies = [
14464 "digest",
14465 "rand_core 0.6.4",
14466]
14467
14468[[package]]
14469name = "simd-adler32"
14470version = "0.3.7"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14473
14474[[package]]
14475name = "simd_helpers"
14476version = "0.1.0"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14479dependencies = [
14480 "quote",
14481]
14482
14483[[package]]
14484name = "simdutf8"
14485version = "0.1.5"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14488
14489[[package]]
14490name = "simple_asn1"
14491version = "0.6.3"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14494dependencies = [
14495 "num-bigint",
14496 "num-traits",
14497 "thiserror 2.0.12",
14498 "time",
14499]
14500
14501[[package]]
14502name = "simplecss"
14503version = "0.2.2"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14506dependencies = [
14507 "log",
14508]
14509
14510[[package]]
14511name = "simplelog"
14512version = "0.12.2"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14515dependencies = [
14516 "log",
14517 "termcolor",
14518 "time",
14519]
14520
14521[[package]]
14522name = "siphasher"
14523version = "1.0.1"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14526
14527[[package]]
14528name = "skrifa"
14529version = "0.26.6"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14532dependencies = [
14533 "bytemuck",
14534 "read-fonts",
14535]
14536
14537[[package]]
14538name = "slab"
14539version = "0.4.9"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14542dependencies = [
14543 "autocfg",
14544]
14545
14546[[package]]
14547name = "slash_commands_example"
14548version = "0.1.0"
14549dependencies = [
14550 "zed_extension_api 0.1.0",
14551]
14552
14553[[package]]
14554name = "slotmap"
14555version = "1.0.7"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14558dependencies = [
14559 "version_check",
14560]
14561
14562[[package]]
14563name = "smallvec"
14564version = "1.15.0"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14567dependencies = [
14568 "serde",
14569]
14570
14571[[package]]
14572name = "smart-default"
14573version = "0.6.0"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14576dependencies = [
14577 "proc-macro2",
14578 "quote",
14579 "syn 1.0.109",
14580]
14581
14582[[package]]
14583name = "smol"
14584version = "2.0.2"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14587dependencies = [
14588 "async-channel 2.3.1",
14589 "async-executor",
14590 "async-fs",
14591 "async-io",
14592 "async-lock",
14593 "async-net",
14594 "async-process",
14595 "blocking",
14596 "futures-lite 2.6.0",
14597]
14598
14599[[package]]
14600name = "smol_str"
14601version = "0.1.24"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14604dependencies = [
14605 "serde",
14606]
14607
14608[[package]]
14609name = "smol_str"
14610version = "0.2.2"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14613
14614[[package]]
14615name = "snippet"
14616version = "0.1.0"
14617dependencies = [
14618 "anyhow",
14619 "smallvec",
14620 "workspace-hack",
14621]
14622
14623[[package]]
14624name = "snippet_provider"
14625version = "0.1.0"
14626dependencies = [
14627 "anyhow",
14628 "collections",
14629 "extension",
14630 "fs",
14631 "futures 0.3.31",
14632 "gpui",
14633 "indoc",
14634 "parking_lot",
14635 "paths",
14636 "schemars",
14637 "serde",
14638 "serde_json_lenient",
14639 "snippet",
14640 "util",
14641 "workspace-hack",
14642]
14643
14644[[package]]
14645name = "snippets_ui"
14646version = "0.1.0"
14647dependencies = [
14648 "fuzzy",
14649 "gpui",
14650 "language",
14651 "paths",
14652 "picker",
14653 "ui",
14654 "util",
14655 "workspace",
14656 "workspace-hack",
14657]
14658
14659[[package]]
14660name = "socket2"
14661version = "0.5.9"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14664dependencies = [
14665 "libc",
14666 "windows-sys 0.52.0",
14667]
14668
14669[[package]]
14670name = "spdx"
14671version = "0.10.8"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14674dependencies = [
14675 "smallvec",
14676]
14677
14678[[package]]
14679name = "spin"
14680version = "0.9.8"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14683dependencies = [
14684 "lock_api",
14685]
14686
14687[[package]]
14688name = "spirv"
14689version = "0.3.0+sdk-1.3.268.0"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14692dependencies = [
14693 "bitflags 2.9.0",
14694]
14695
14696[[package]]
14697name = "spki"
14698version = "0.6.0"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14701dependencies = [
14702 "base64ct",
14703 "der 0.6.1",
14704]
14705
14706[[package]]
14707name = "spki"
14708version = "0.7.3"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14711dependencies = [
14712 "base64ct",
14713 "der 0.7.10",
14714]
14715
14716[[package]]
14717name = "sptr"
14718version = "0.3.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14721
14722[[package]]
14723name = "sqlez"
14724version = "0.1.0"
14725dependencies = [
14726 "anyhow",
14727 "collections",
14728 "futures 0.3.31",
14729 "indoc",
14730 "libsqlite3-sys",
14731 "parking_lot",
14732 "smol",
14733 "sqlformat",
14734 "thread_local",
14735 "util",
14736 "uuid",
14737 "workspace-hack",
14738]
14739
14740[[package]]
14741name = "sqlez_macros"
14742version = "0.1.0"
14743dependencies = [
14744 "sqlez",
14745 "sqlformat",
14746 "syn 1.0.109",
14747 "workspace-hack",
14748]
14749
14750[[package]]
14751name = "sqlformat"
14752version = "0.2.6"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14755dependencies = [
14756 "nom",
14757 "unicode_categories",
14758]
14759
14760[[package]]
14761name = "sqlx"
14762version = "0.8.5"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14765dependencies = [
14766 "sqlx-core",
14767 "sqlx-macros",
14768 "sqlx-mysql",
14769 "sqlx-postgres",
14770 "sqlx-sqlite",
14771]
14772
14773[[package]]
14774name = "sqlx-core"
14775version = "0.8.5"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14778dependencies = [
14779 "base64 0.22.1",
14780 "bigdecimal",
14781 "bytes 1.10.1",
14782 "chrono",
14783 "crc",
14784 "crossbeam-queue",
14785 "either",
14786 "event-listener 5.4.0",
14787 "futures-core",
14788 "futures-intrusive",
14789 "futures-io",
14790 "futures-util",
14791 "hashbrown 0.15.3",
14792 "hashlink 0.10.0",
14793 "indexmap",
14794 "log",
14795 "memchr",
14796 "once_cell",
14797 "percent-encoding",
14798 "rust_decimal",
14799 "rustls 0.23.26",
14800 "serde",
14801 "serde_json",
14802 "sha2",
14803 "smallvec",
14804 "thiserror 2.0.12",
14805 "time",
14806 "tokio",
14807 "tokio-stream",
14808 "tracing",
14809 "url",
14810 "uuid",
14811 "webpki-roots",
14812]
14813
14814[[package]]
14815name = "sqlx-macros"
14816version = "0.8.5"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14819dependencies = [
14820 "proc-macro2",
14821 "quote",
14822 "sqlx-core",
14823 "sqlx-macros-core",
14824 "syn 2.0.101",
14825]
14826
14827[[package]]
14828name = "sqlx-macros-core"
14829version = "0.8.5"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14832dependencies = [
14833 "dotenvy",
14834 "either",
14835 "heck 0.5.0",
14836 "hex",
14837 "once_cell",
14838 "proc-macro2",
14839 "quote",
14840 "serde",
14841 "serde_json",
14842 "sha2",
14843 "sqlx-core",
14844 "sqlx-mysql",
14845 "sqlx-postgres",
14846 "sqlx-sqlite",
14847 "syn 2.0.101",
14848 "tempfile",
14849 "tokio",
14850 "url",
14851]
14852
14853[[package]]
14854name = "sqlx-mysql"
14855version = "0.8.5"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14858dependencies = [
14859 "atoi",
14860 "base64 0.22.1",
14861 "bigdecimal",
14862 "bitflags 2.9.0",
14863 "byteorder",
14864 "bytes 1.10.1",
14865 "chrono",
14866 "crc",
14867 "digest",
14868 "dotenvy",
14869 "either",
14870 "futures-channel",
14871 "futures-core",
14872 "futures-io",
14873 "futures-util",
14874 "generic-array",
14875 "hex",
14876 "hkdf",
14877 "hmac",
14878 "itoa",
14879 "log",
14880 "md-5",
14881 "memchr",
14882 "once_cell",
14883 "percent-encoding",
14884 "rand 0.8.5",
14885 "rsa",
14886 "rust_decimal",
14887 "serde",
14888 "sha1",
14889 "sha2",
14890 "smallvec",
14891 "sqlx-core",
14892 "stringprep",
14893 "thiserror 2.0.12",
14894 "time",
14895 "tracing",
14896 "uuid",
14897 "whoami",
14898]
14899
14900[[package]]
14901name = "sqlx-postgres"
14902version = "0.8.5"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14905dependencies = [
14906 "atoi",
14907 "base64 0.22.1",
14908 "bigdecimal",
14909 "bitflags 2.9.0",
14910 "byteorder",
14911 "chrono",
14912 "crc",
14913 "dotenvy",
14914 "etcetera",
14915 "futures-channel",
14916 "futures-core",
14917 "futures-util",
14918 "hex",
14919 "hkdf",
14920 "hmac",
14921 "home",
14922 "itoa",
14923 "log",
14924 "md-5",
14925 "memchr",
14926 "num-bigint",
14927 "once_cell",
14928 "rand 0.8.5",
14929 "rust_decimal",
14930 "serde",
14931 "serde_json",
14932 "sha2",
14933 "smallvec",
14934 "sqlx-core",
14935 "stringprep",
14936 "thiserror 2.0.12",
14937 "time",
14938 "tracing",
14939 "uuid",
14940 "whoami",
14941]
14942
14943[[package]]
14944name = "sqlx-sqlite"
14945version = "0.8.5"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14948dependencies = [
14949 "atoi",
14950 "chrono",
14951 "flume",
14952 "futures-channel",
14953 "futures-core",
14954 "futures-executor",
14955 "futures-intrusive",
14956 "futures-util",
14957 "libsqlite3-sys",
14958 "log",
14959 "percent-encoding",
14960 "serde",
14961 "serde_urlencoded",
14962 "sqlx-core",
14963 "thiserror 2.0.12",
14964 "time",
14965 "tracing",
14966 "url",
14967 "uuid",
14968]
14969
14970[[package]]
14971name = "stable_deref_trait"
14972version = "1.2.0"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14975
14976[[package]]
14977name = "static_assertions"
14978version = "1.1.0"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14981
14982[[package]]
14983name = "story"
14984version = "0.1.0"
14985dependencies = [
14986 "gpui",
14987 "itertools 0.14.0",
14988 "smallvec",
14989 "workspace-hack",
14990]
14991
14992[[package]]
14993name = "storybook"
14994version = "0.1.0"
14995dependencies = [
14996 "anyhow",
14997 "clap",
14998 "collab_ui",
14999 "ctrlc",
15000 "dialoguer",
15001 "editor",
15002 "fuzzy",
15003 "gpui",
15004 "indoc",
15005 "language",
15006 "log",
15007 "menu",
15008 "picker",
15009 "project",
15010 "reqwest_client",
15011 "rust-embed",
15012 "settings",
15013 "simplelog",
15014 "story",
15015 "strum 0.27.1",
15016 "theme",
15017 "title_bar",
15018 "ui",
15019 "workspace",
15020 "workspace-hack",
15021]
15022
15023[[package]]
15024name = "streaming-iterator"
15025version = "0.1.9"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15028
15029[[package]]
15030name = "streaming_diff"
15031version = "0.1.0"
15032dependencies = [
15033 "ordered-float 2.10.1",
15034 "rand 0.8.5",
15035 "rope",
15036 "util",
15037 "workspace-hack",
15038]
15039
15040[[package]]
15041name = "strict-num"
15042version = "0.1.1"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15045dependencies = [
15046 "float-cmp",
15047]
15048
15049[[package]]
15050name = "string_cache"
15051version = "0.8.9"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15054dependencies = [
15055 "new_debug_unreachable",
15056 "parking_lot",
15057 "phf_shared",
15058 "precomputed-hash",
15059 "serde",
15060]
15061
15062[[package]]
15063name = "string_cache_codegen"
15064version = "0.5.4"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15067dependencies = [
15068 "phf_generator",
15069 "phf_shared",
15070 "proc-macro2",
15071 "quote",
15072]
15073
15074[[package]]
15075name = "stringprep"
15076version = "0.1.5"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15079dependencies = [
15080 "unicode-bidi",
15081 "unicode-normalization",
15082 "unicode-properties",
15083]
15084
15085[[package]]
15086name = "strsim"
15087version = "0.11.1"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15090
15091[[package]]
15092name = "strum"
15093version = "0.26.3"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15096dependencies = [
15097 "strum_macros 0.26.4",
15098]
15099
15100[[package]]
15101name = "strum"
15102version = "0.27.1"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15105dependencies = [
15106 "strum_macros 0.27.1",
15107]
15108
15109[[package]]
15110name = "strum_macros"
15111version = "0.26.4"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15114dependencies = [
15115 "heck 0.5.0",
15116 "proc-macro2",
15117 "quote",
15118 "rustversion",
15119 "syn 2.0.101",
15120]
15121
15122[[package]]
15123name = "strum_macros"
15124version = "0.27.1"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15127dependencies = [
15128 "heck 0.5.0",
15129 "proc-macro2",
15130 "quote",
15131 "rustversion",
15132 "syn 2.0.101",
15133]
15134
15135[[package]]
15136name = "subtle"
15137version = "2.6.1"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15140
15141[[package]]
15142name = "sum_tree"
15143version = "0.1.0"
15144dependencies = [
15145 "arrayvec",
15146 "ctor",
15147 "env_logger 0.11.8",
15148 "log",
15149 "rand 0.8.5",
15150 "rayon",
15151 "workspace-hack",
15152]
15153
15154[[package]]
15155name = "supermaven"
15156version = "0.1.0"
15157dependencies = [
15158 "anyhow",
15159 "client",
15160 "collections",
15161 "editor",
15162 "env_logger 0.11.8",
15163 "futures 0.3.31",
15164 "gpui",
15165 "http_client",
15166 "inline_completion",
15167 "language",
15168 "log",
15169 "postage",
15170 "project",
15171 "serde",
15172 "serde_json",
15173 "settings",
15174 "smol",
15175 "supermaven_api",
15176 "text",
15177 "theme",
15178 "ui",
15179 "unicode-segmentation",
15180 "util",
15181 "workspace-hack",
15182]
15183
15184[[package]]
15185name = "supermaven_api"
15186version = "0.1.0"
15187dependencies = [
15188 "anyhow",
15189 "futures 0.3.31",
15190 "http_client",
15191 "paths",
15192 "serde",
15193 "serde_json",
15194 "smol",
15195 "workspace-hack",
15196]
15197
15198[[package]]
15199name = "sval"
15200version = "2.14.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15203
15204[[package]]
15205name = "sval_buffer"
15206version = "2.14.1"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15209dependencies = [
15210 "sval",
15211 "sval_ref",
15212]
15213
15214[[package]]
15215name = "sval_dynamic"
15216version = "2.14.1"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15219dependencies = [
15220 "sval",
15221]
15222
15223[[package]]
15224name = "sval_fmt"
15225version = "2.14.1"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15228dependencies = [
15229 "itoa",
15230 "ryu",
15231 "sval",
15232]
15233
15234[[package]]
15235name = "sval_json"
15236version = "2.14.1"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15239dependencies = [
15240 "itoa",
15241 "ryu",
15242 "sval",
15243]
15244
15245[[package]]
15246name = "sval_nested"
15247version = "2.14.1"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15250dependencies = [
15251 "sval",
15252 "sval_buffer",
15253 "sval_ref",
15254]
15255
15256[[package]]
15257name = "sval_ref"
15258version = "2.14.1"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15261dependencies = [
15262 "sval",
15263]
15264
15265[[package]]
15266name = "sval_serde"
15267version = "2.14.1"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15270dependencies = [
15271 "serde",
15272 "sval",
15273 "sval_nested",
15274]
15275
15276[[package]]
15277name = "svg_fmt"
15278version = "0.4.5"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15281
15282[[package]]
15283name = "svgtypes"
15284version = "0.15.3"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15287dependencies = [
15288 "kurbo",
15289 "siphasher",
15290]
15291
15292[[package]]
15293name = "swash"
15294version = "0.2.2"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15297dependencies = [
15298 "skrifa",
15299 "yazi",
15300 "zeno",
15301]
15302
15303[[package]]
15304name = "syn"
15305version = "1.0.109"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15308dependencies = [
15309 "proc-macro2",
15310 "quote",
15311 "unicode-ident",
15312]
15313
15314[[package]]
15315name = "syn"
15316version = "2.0.101"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15319dependencies = [
15320 "proc-macro2",
15321 "quote",
15322 "unicode-ident",
15323]
15324
15325[[package]]
15326name = "sync_wrapper"
15327version = "0.1.2"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15330
15331[[package]]
15332name = "sync_wrapper"
15333version = "1.0.2"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15336dependencies = [
15337 "futures-core",
15338]
15339
15340[[package]]
15341name = "synchronoise"
15342version = "1.0.1"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15345dependencies = [
15346 "crossbeam-queue",
15347]
15348
15349[[package]]
15350name = "synstructure"
15351version = "0.13.1"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15354dependencies = [
15355 "proc-macro2",
15356 "quote",
15357 "syn 2.0.101",
15358]
15359
15360[[package]]
15361name = "sys-locale"
15362version = "0.3.2"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15365dependencies = [
15366 "libc",
15367]
15368
15369[[package]]
15370name = "sysinfo"
15371version = "0.31.4"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15374dependencies = [
15375 "core-foundation-sys",
15376 "libc",
15377 "memchr",
15378 "ntapi",
15379 "rayon",
15380 "windows 0.57.0",
15381]
15382
15383[[package]]
15384name = "system-configuration"
15385version = "0.5.1"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15388dependencies = [
15389 "bitflags 1.3.2",
15390 "core-foundation 0.9.4",
15391 "system-configuration-sys 0.5.0",
15392]
15393
15394[[package]]
15395name = "system-configuration"
15396version = "0.6.1"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15399dependencies = [
15400 "bitflags 2.9.0",
15401 "core-foundation 0.9.4",
15402 "system-configuration-sys 0.6.0",
15403]
15404
15405[[package]]
15406name = "system-configuration-sys"
15407version = "0.5.0"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15410dependencies = [
15411 "core-foundation-sys",
15412 "libc",
15413]
15414
15415[[package]]
15416name = "system-configuration-sys"
15417version = "0.6.0"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15420dependencies = [
15421 "core-foundation-sys",
15422 "libc",
15423]
15424
15425[[package]]
15426name = "system-deps"
15427version = "6.2.2"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15430dependencies = [
15431 "cfg-expr",
15432 "heck 0.5.0",
15433 "pkg-config",
15434 "toml 0.8.20",
15435 "version-compare",
15436]
15437
15438[[package]]
15439name = "system-interface"
15440version = "0.27.3"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15443dependencies = [
15444 "bitflags 2.9.0",
15445 "cap-fs-ext",
15446 "cap-std",
15447 "fd-lock",
15448 "io-lifetimes",
15449 "rustix 0.38.44",
15450 "windows-sys 0.59.0",
15451 "winx",
15452]
15453
15454[[package]]
15455name = "tab_switcher"
15456version = "0.1.0"
15457dependencies = [
15458 "anyhow",
15459 "collections",
15460 "ctor",
15461 "editor",
15462 "env_logger 0.11.8",
15463 "fuzzy",
15464 "gpui",
15465 "language",
15466 "menu",
15467 "picker",
15468 "project",
15469 "schemars",
15470 "serde",
15471 "serde_json",
15472 "settings",
15473 "smol",
15474 "theme",
15475 "ui",
15476 "util",
15477 "workspace",
15478 "workspace-hack",
15479]
15480
15481[[package]]
15482name = "taffy"
15483version = "0.4.4"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15486dependencies = [
15487 "arrayvec",
15488 "grid",
15489 "num-traits",
15490 "serde",
15491 "slotmap",
15492]
15493
15494[[package]]
15495name = "tagptr"
15496version = "0.2.0"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15499
15500[[package]]
15501name = "take-until"
15502version = "0.2.0"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15505
15506[[package]]
15507name = "tao-core-video-sys"
15508version = "0.2.0"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15511dependencies = [
15512 "cfg-if",
15513 "core-foundation-sys",
15514 "libc",
15515 "objc",
15516]
15517
15518[[package]]
15519name = "tap"
15520version = "1.0.1"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15523
15524[[package]]
15525name = "target-lexicon"
15526version = "0.12.16"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15529
15530[[package]]
15531name = "target-lexicon"
15532version = "0.13.2"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15535
15536[[package]]
15537name = "task"
15538version = "0.1.0"
15539dependencies = [
15540 "anyhow",
15541 "collections",
15542 "futures 0.3.31",
15543 "gpui",
15544 "hex",
15545 "parking_lot",
15546 "pretty_assertions",
15547 "proto",
15548 "schemars",
15549 "serde",
15550 "serde_json",
15551 "serde_json_lenient",
15552 "sha2",
15553 "shellexpand 2.1.2",
15554 "util",
15555 "workspace-hack",
15556 "zed_actions",
15557]
15558
15559[[package]]
15560name = "tasks_ui"
15561version = "0.1.0"
15562dependencies = [
15563 "anyhow",
15564 "collections",
15565 "editor",
15566 "file_icons",
15567 "fuzzy",
15568 "gpui",
15569 "itertools 0.14.0",
15570 "language",
15571 "menu",
15572 "picker",
15573 "project",
15574 "serde",
15575 "serde_json",
15576 "task",
15577 "tree-sitter-rust",
15578 "tree-sitter-typescript",
15579 "ui",
15580 "util",
15581 "workspace",
15582 "workspace-hack",
15583 "zed_actions",
15584]
15585
15586[[package]]
15587name = "telemetry"
15588version = "0.1.0"
15589dependencies = [
15590 "futures 0.3.31",
15591 "serde",
15592 "serde_json",
15593 "telemetry_events",
15594 "workspace-hack",
15595]
15596
15597[[package]]
15598name = "telemetry_events"
15599version = "0.1.0"
15600dependencies = [
15601 "semantic_version",
15602 "serde",
15603 "serde_json",
15604 "workspace-hack",
15605]
15606
15607[[package]]
15608name = "tempfile"
15609version = "3.20.0"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15612dependencies = [
15613 "fastrand 2.3.0",
15614 "getrandom 0.3.2",
15615 "once_cell",
15616 "rustix 1.0.7",
15617 "windows-sys 0.59.0",
15618]
15619
15620[[package]]
15621name = "tendril"
15622version = "0.4.3"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15625dependencies = [
15626 "futf",
15627 "mac",
15628 "utf-8",
15629]
15630
15631[[package]]
15632name = "termcolor"
15633version = "1.4.1"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15636dependencies = [
15637 "winapi-util",
15638]
15639
15640[[package]]
15641name = "terminal"
15642version = "0.1.0"
15643dependencies = [
15644 "alacritty_terminal",
15645 "anyhow",
15646 "collections",
15647 "dirs 4.0.0",
15648 "futures 0.3.31",
15649 "gpui",
15650 "libc",
15651 "rand 0.8.5",
15652 "regex",
15653 "release_channel",
15654 "schemars",
15655 "serde",
15656 "serde_derive",
15657 "settings",
15658 "smol",
15659 "sysinfo",
15660 "task",
15661 "theme",
15662 "thiserror 2.0.12",
15663 "util",
15664 "windows 0.61.1",
15665 "workspace-hack",
15666]
15667
15668[[package]]
15669name = "terminal_size"
15670version = "0.4.2"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15673dependencies = [
15674 "rustix 1.0.7",
15675 "windows-sys 0.59.0",
15676]
15677
15678[[package]]
15679name = "terminal_view"
15680version = "0.1.0"
15681dependencies = [
15682 "anyhow",
15683 "assistant_slash_command",
15684 "async-recursion 1.1.1",
15685 "breadcrumbs",
15686 "client",
15687 "collections",
15688 "db",
15689 "dirs 4.0.0",
15690 "editor",
15691 "futures 0.3.31",
15692 "gpui",
15693 "itertools 0.14.0",
15694 "language",
15695 "log",
15696 "project",
15697 "rand 0.8.5",
15698 "regex",
15699 "schemars",
15700 "search",
15701 "serde",
15702 "serde_json",
15703 "settings",
15704 "shellexpand 2.1.2",
15705 "smol",
15706 "task",
15707 "terminal",
15708 "theme",
15709 "ui",
15710 "util",
15711 "workspace",
15712 "workspace-hack",
15713 "zed_actions",
15714]
15715
15716[[package]]
15717name = "text"
15718version = "0.1.0"
15719dependencies = [
15720 "anyhow",
15721 "clock",
15722 "collections",
15723 "ctor",
15724 "env_logger 0.11.8",
15725 "gpui",
15726 "http_client",
15727 "log",
15728 "parking_lot",
15729 "postage",
15730 "rand 0.8.5",
15731 "regex",
15732 "rope",
15733 "smallvec",
15734 "sum_tree",
15735 "util",
15736 "workspace-hack",
15737]
15738
15739[[package]]
15740name = "theme"
15741version = "0.1.0"
15742dependencies = [
15743 "anyhow",
15744 "collections",
15745 "derive_more",
15746 "fs",
15747 "futures 0.3.31",
15748 "gpui",
15749 "indexmap",
15750 "log",
15751 "palette",
15752 "parking_lot",
15753 "refineable",
15754 "schemars",
15755 "serde",
15756 "serde_derive",
15757 "serde_json",
15758 "serde_json_lenient",
15759 "serde_repr",
15760 "settings",
15761 "strum 0.27.1",
15762 "thiserror 2.0.12",
15763 "util",
15764 "uuid",
15765 "workspace-hack",
15766]
15767
15768[[package]]
15769name = "theme_extension"
15770version = "0.1.0"
15771dependencies = [
15772 "anyhow",
15773 "extension",
15774 "fs",
15775 "gpui",
15776 "theme",
15777 "workspace-hack",
15778]
15779
15780[[package]]
15781name = "theme_importer"
15782version = "0.1.0"
15783dependencies = [
15784 "anyhow",
15785 "clap",
15786 "gpui",
15787 "indexmap",
15788 "log",
15789 "palette",
15790 "rust-embed",
15791 "serde",
15792 "serde_json",
15793 "serde_json_lenient",
15794 "simplelog",
15795 "strum 0.27.1",
15796 "theme",
15797 "vscode_theme",
15798 "workspace-hack",
15799]
15800
15801[[package]]
15802name = "theme_selector"
15803version = "0.1.0"
15804dependencies = [
15805 "fs",
15806 "fuzzy",
15807 "gpui",
15808 "log",
15809 "picker",
15810 "serde",
15811 "settings",
15812 "telemetry",
15813 "theme",
15814 "ui",
15815 "util",
15816 "workspace",
15817 "workspace-hack",
15818 "zed_actions",
15819]
15820
15821[[package]]
15822name = "thiserror"
15823version = "1.0.69"
15824source = "registry+https://github.com/rust-lang/crates.io-index"
15825checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15826dependencies = [
15827 "thiserror-impl 1.0.69",
15828]
15829
15830[[package]]
15831name = "thiserror"
15832version = "2.0.12"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15835dependencies = [
15836 "thiserror-impl 2.0.12",
15837]
15838
15839[[package]]
15840name = "thiserror-impl"
15841version = "1.0.69"
15842source = "registry+https://github.com/rust-lang/crates.io-index"
15843checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15844dependencies = [
15845 "proc-macro2",
15846 "quote",
15847 "syn 2.0.101",
15848]
15849
15850[[package]]
15851name = "thiserror-impl"
15852version = "2.0.12"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15855dependencies = [
15856 "proc-macro2",
15857 "quote",
15858 "syn 2.0.101",
15859]
15860
15861[[package]]
15862name = "thread_local"
15863version = "1.1.8"
15864source = "registry+https://github.com/rust-lang/crates.io-index"
15865checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15866dependencies = [
15867 "cfg-if",
15868 "once_cell",
15869]
15870
15871[[package]]
15872name = "tiff"
15873version = "0.9.1"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15876dependencies = [
15877 "flate2",
15878 "jpeg-decoder",
15879 "weezl",
15880]
15881
15882[[package]]
15883name = "tiktoken-rs"
15884version = "0.7.0"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15887dependencies = [
15888 "anyhow",
15889 "base64 0.22.1",
15890 "bstr",
15891 "fancy-regex 0.13.0",
15892 "lazy_static",
15893 "regex",
15894 "rustc-hash 1.1.0",
15895]
15896
15897[[package]]
15898name = "time"
15899version = "0.3.41"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15902dependencies = [
15903 "deranged",
15904 "itoa",
15905 "libc",
15906 "num-conv",
15907 "num_threads",
15908 "powerfmt",
15909 "serde",
15910 "time-core",
15911 "time-macros",
15912]
15913
15914[[package]]
15915name = "time-core"
15916version = "0.1.4"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15919
15920[[package]]
15921name = "time-macros"
15922version = "0.2.22"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15925dependencies = [
15926 "num-conv",
15927 "time-core",
15928]
15929
15930[[package]]
15931name = "time_format"
15932version = "0.1.0"
15933dependencies = [
15934 "core-foundation 0.10.0",
15935 "core-foundation-sys",
15936 "sys-locale",
15937 "time",
15938 "workspace-hack",
15939]
15940
15941[[package]]
15942name = "tiny-keccak"
15943version = "2.0.2"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15946dependencies = [
15947 "crunchy",
15948]
15949
15950[[package]]
15951name = "tiny-skia"
15952version = "0.11.4"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15955dependencies = [
15956 "arrayref",
15957 "arrayvec",
15958 "bytemuck",
15959 "cfg-if",
15960 "log",
15961 "png",
15962 "tiny-skia-path",
15963]
15964
15965[[package]]
15966name = "tiny-skia-path"
15967version = "0.11.4"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15970dependencies = [
15971 "arrayref",
15972 "bytemuck",
15973 "strict-num",
15974]
15975
15976[[package]]
15977name = "tiny_http"
15978version = "0.8.2"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15981dependencies = [
15982 "ascii",
15983 "chrono",
15984 "chunked_transfer",
15985 "log",
15986 "url",
15987]
15988
15989[[package]]
15990name = "tinystr"
15991version = "0.7.6"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15994dependencies = [
15995 "displaydoc",
15996 "zerovec",
15997]
15998
15999[[package]]
16000name = "tinytemplate"
16001version = "1.2.1"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16004dependencies = [
16005 "serde",
16006 "serde_json",
16007]
16008
16009[[package]]
16010name = "tinyvec"
16011version = "1.9.0"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16014dependencies = [
16015 "tinyvec_macros",
16016]
16017
16018[[package]]
16019name = "tinyvec_macros"
16020version = "0.1.1"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16023
16024[[package]]
16025name = "title_bar"
16026version = "0.1.0"
16027dependencies = [
16028 "auto_update",
16029 "call",
16030 "chrono",
16031 "client",
16032 "collections",
16033 "db",
16034 "gpui",
16035 "http_client",
16036 "notifications",
16037 "pretty_assertions",
16038 "project",
16039 "remote",
16040 "rpc",
16041 "schemars",
16042 "serde",
16043 "settings",
16044 "smallvec",
16045 "story",
16046 "telemetry",
16047 "theme",
16048 "tree-sitter-md",
16049 "ui",
16050 "util",
16051 "windows 0.61.1",
16052 "workspace",
16053 "workspace-hack",
16054 "zed_actions",
16055]
16056
16057[[package]]
16058name = "tokio"
16059version = "1.44.2"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16062dependencies = [
16063 "backtrace",
16064 "bytes 1.10.1",
16065 "libc",
16066 "mio",
16067 "parking_lot",
16068 "pin-project-lite",
16069 "signal-hook-registry",
16070 "socket2",
16071 "tokio-macros",
16072 "windows-sys 0.52.0",
16073]
16074
16075[[package]]
16076name = "tokio-io"
16077version = "0.1.13"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16080dependencies = [
16081 "bytes 0.4.12",
16082 "futures 0.1.31",
16083 "log",
16084]
16085
16086[[package]]
16087name = "tokio-macros"
16088version = "2.5.0"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16091dependencies = [
16092 "proc-macro2",
16093 "quote",
16094 "syn 2.0.101",
16095]
16096
16097[[package]]
16098name = "tokio-native-tls"
16099version = "0.3.1"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16102dependencies = [
16103 "native-tls",
16104 "tokio",
16105]
16106
16107[[package]]
16108name = "tokio-rustls"
16109version = "0.24.1"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16112dependencies = [
16113 "rustls 0.21.12",
16114 "tokio",
16115]
16116
16117[[package]]
16118name = "tokio-rustls"
16119version = "0.26.2"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16122dependencies = [
16123 "rustls 0.23.26",
16124 "tokio",
16125]
16126
16127[[package]]
16128name = "tokio-socks"
16129version = "0.5.2"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16132dependencies = [
16133 "either",
16134 "futures-io",
16135 "futures-util",
16136 "thiserror 1.0.69",
16137 "tokio",
16138]
16139
16140[[package]]
16141name = "tokio-stream"
16142version = "0.1.17"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16145dependencies = [
16146 "futures-core",
16147 "pin-project-lite",
16148 "tokio",
16149]
16150
16151[[package]]
16152name = "tokio-tungstenite"
16153version = "0.20.1"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16156dependencies = [
16157 "futures-util",
16158 "log",
16159 "tokio",
16160 "tungstenite 0.20.1",
16161]
16162
16163[[package]]
16164name = "tokio-tungstenite"
16165version = "0.21.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16168dependencies = [
16169 "futures-util",
16170 "log",
16171 "tokio",
16172 "tungstenite 0.21.0",
16173]
16174
16175[[package]]
16176name = "tokio-tungstenite"
16177version = "0.26.2"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16180dependencies = [
16181 "futures-util",
16182 "log",
16183 "rustls 0.23.26",
16184 "rustls-pki-types",
16185 "tokio",
16186 "tokio-rustls 0.26.2",
16187 "tungstenite 0.26.2",
16188]
16189
16190[[package]]
16191name = "tokio-util"
16192version = "0.7.14"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16195dependencies = [
16196 "bytes 1.10.1",
16197 "futures-core",
16198 "futures-io",
16199 "futures-sink",
16200 "pin-project-lite",
16201 "tokio",
16202]
16203
16204[[package]]
16205name = "toml"
16206version = "0.5.11"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16209dependencies = [
16210 "serde",
16211]
16212
16213[[package]]
16214name = "toml"
16215version = "0.8.20"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16218dependencies = [
16219 "serde",
16220 "serde_spanned",
16221 "toml_datetime",
16222 "toml_edit",
16223]
16224
16225[[package]]
16226name = "toml_datetime"
16227version = "0.6.9"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16230dependencies = [
16231 "serde",
16232]
16233
16234[[package]]
16235name = "toml_edit"
16236version = "0.22.26"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16239dependencies = [
16240 "indexmap",
16241 "serde",
16242 "serde_spanned",
16243 "toml_datetime",
16244 "toml_write",
16245 "winnow",
16246]
16247
16248[[package]]
16249name = "toml_write"
16250version = "0.1.1"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16253
16254[[package]]
16255name = "toolchain_selector"
16256version = "0.1.0"
16257dependencies = [
16258 "editor",
16259 "fuzzy",
16260 "gpui",
16261 "language",
16262 "picker",
16263 "project",
16264 "ui",
16265 "util",
16266 "workspace",
16267 "workspace-hack",
16268]
16269
16270[[package]]
16271name = "topological-sort"
16272version = "0.2.2"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16275
16276[[package]]
16277name = "tower"
16278version = "0.4.13"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16281dependencies = [
16282 "futures-core",
16283 "futures-util",
16284 "pin-project",
16285 "pin-project-lite",
16286 "tokio",
16287 "tower-layer",
16288 "tower-service",
16289 "tracing",
16290]
16291
16292[[package]]
16293name = "tower"
16294version = "0.5.2"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16297dependencies = [
16298 "futures-core",
16299 "futures-util",
16300 "pin-project-lite",
16301 "sync_wrapper 1.0.2",
16302 "tokio",
16303 "tower-layer",
16304 "tower-service",
16305]
16306
16307[[package]]
16308name = "tower-http"
16309version = "0.3.5"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16312dependencies = [
16313 "bitflags 1.3.2",
16314 "bytes 1.10.1",
16315 "futures-core",
16316 "futures-util",
16317 "http 0.2.12",
16318 "http-body 0.4.6",
16319 "http-range-header",
16320 "pin-project-lite",
16321 "tower-layer",
16322 "tower-service",
16323]
16324
16325[[package]]
16326name = "tower-http"
16327version = "0.4.4"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16330dependencies = [
16331 "bitflags 2.9.0",
16332 "bytes 1.10.1",
16333 "futures-core",
16334 "futures-util",
16335 "http 0.2.12",
16336 "http-body 0.4.6",
16337 "http-range-header",
16338 "pin-project-lite",
16339 "tower-layer",
16340 "tower-service",
16341 "tracing",
16342]
16343
16344[[package]]
16345name = "tower-layer"
16346version = "0.3.3"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16349
16350[[package]]
16351name = "tower-service"
16352version = "0.3.3"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16355
16356[[package]]
16357name = "tracing"
16358version = "0.1.41"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16361dependencies = [
16362 "log",
16363 "pin-project-lite",
16364 "tracing-attributes",
16365 "tracing-core",
16366]
16367
16368[[package]]
16369name = "tracing-attributes"
16370version = "0.1.28"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16373dependencies = [
16374 "proc-macro2",
16375 "quote",
16376 "syn 2.0.101",
16377]
16378
16379[[package]]
16380name = "tracing-core"
16381version = "0.1.33"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16384dependencies = [
16385 "once_cell",
16386 "valuable",
16387]
16388
16389[[package]]
16390name = "tracing-log"
16391version = "0.2.0"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16394dependencies = [
16395 "log",
16396 "once_cell",
16397 "tracing-core",
16398]
16399
16400[[package]]
16401name = "tracing-serde"
16402version = "0.2.0"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16405dependencies = [
16406 "serde",
16407 "tracing-core",
16408]
16409
16410[[package]]
16411name = "tracing-subscriber"
16412version = "0.3.19"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16415dependencies = [
16416 "matchers",
16417 "nu-ansi-term 0.46.0",
16418 "once_cell",
16419 "regex",
16420 "serde",
16421 "serde_json",
16422 "sharded-slab",
16423 "smallvec",
16424 "thread_local",
16425 "tracing",
16426 "tracing-core",
16427 "tracing-log",
16428 "tracing-serde",
16429]
16430
16431[[package]]
16432name = "trait-variant"
16433version = "0.1.2"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16436dependencies = [
16437 "proc-macro2",
16438 "quote",
16439 "syn 2.0.101",
16440]
16441
16442[[package]]
16443name = "tree-sitter"
16444version = "0.25.3"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16447dependencies = [
16448 "cc",
16449 "regex",
16450 "regex-syntax 0.8.5",
16451 "serde_json",
16452 "streaming-iterator",
16453 "tree-sitter-language",
16454 "wasmtime-c-api-impl",
16455]
16456
16457[[package]]
16458name = "tree-sitter-bash"
16459version = "0.23.3"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16462dependencies = [
16463 "cc",
16464 "tree-sitter-language",
16465]
16466
16467[[package]]
16468name = "tree-sitter-c"
16469version = "0.23.4"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16472dependencies = [
16473 "cc",
16474 "tree-sitter-language",
16475]
16476
16477[[package]]
16478name = "tree-sitter-cpp"
16479version = "0.23.4"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16482dependencies = [
16483 "cc",
16484 "tree-sitter-language",
16485]
16486
16487[[package]]
16488name = "tree-sitter-css"
16489version = "0.23.2"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16492dependencies = [
16493 "cc",
16494 "tree-sitter-language",
16495]
16496
16497[[package]]
16498name = "tree-sitter-diff"
16499version = "0.1.0"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16502dependencies = [
16503 "cc",
16504 "tree-sitter-language",
16505]
16506
16507[[package]]
16508name = "tree-sitter-elixir"
16509version = "0.3.4"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16512dependencies = [
16513 "cc",
16514 "tree-sitter-language",
16515]
16516
16517[[package]]
16518name = "tree-sitter-embedded-template"
16519version = "0.23.2"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16522dependencies = [
16523 "cc",
16524 "tree-sitter-language",
16525]
16526
16527[[package]]
16528name = "tree-sitter-gitcommit"
16529version = "0.0.1"
16530source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16531dependencies = [
16532 "cc",
16533 "tree-sitter-language",
16534]
16535
16536[[package]]
16537name = "tree-sitter-go"
16538version = "0.23.4"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16541dependencies = [
16542 "cc",
16543 "tree-sitter-language",
16544]
16545
16546[[package]]
16547name = "tree-sitter-gomod"
16548version = "1.1.1"
16549source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16550dependencies = [
16551 "cc",
16552 "tree-sitter-language",
16553]
16554
16555[[package]]
16556name = "tree-sitter-gowork"
16557version = "0.0.1"
16558source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16559dependencies = [
16560 "cc",
16561 "tree-sitter-language",
16562]
16563
16564[[package]]
16565name = "tree-sitter-heex"
16566version = "0.0.1"
16567source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16568dependencies = [
16569 "cc",
16570 "tree-sitter-language",
16571]
16572
16573[[package]]
16574name = "tree-sitter-html"
16575version = "0.23.2"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16578dependencies = [
16579 "cc",
16580 "tree-sitter-language",
16581]
16582
16583[[package]]
16584name = "tree-sitter-jsdoc"
16585version = "0.23.2"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16588dependencies = [
16589 "cc",
16590 "tree-sitter-language",
16591]
16592
16593[[package]]
16594name = "tree-sitter-json"
16595version = "0.24.8"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16598dependencies = [
16599 "cc",
16600 "tree-sitter-language",
16601]
16602
16603[[package]]
16604name = "tree-sitter-language"
16605version = "0.1.5"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16608
16609[[package]]
16610name = "tree-sitter-md"
16611version = "0.3.2"
16612source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16613dependencies = [
16614 "cc",
16615 "tree-sitter-language",
16616]
16617
16618[[package]]
16619name = "tree-sitter-python"
16620version = "0.23.6"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16623dependencies = [
16624 "cc",
16625 "tree-sitter-language",
16626]
16627
16628[[package]]
16629name = "tree-sitter-regex"
16630version = "0.24.3"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16633dependencies = [
16634 "cc",
16635 "tree-sitter-language",
16636]
16637
16638[[package]]
16639name = "tree-sitter-ruby"
16640version = "0.23.1"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16643dependencies = [
16644 "cc",
16645 "tree-sitter-language",
16646]
16647
16648[[package]]
16649name = "tree-sitter-rust"
16650version = "0.24.0"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16653dependencies = [
16654 "cc",
16655 "tree-sitter-language",
16656]
16657
16658[[package]]
16659name = "tree-sitter-typescript"
16660version = "0.23.2"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16663dependencies = [
16664 "cc",
16665 "tree-sitter-language",
16666]
16667
16668[[package]]
16669name = "tree-sitter-yaml"
16670version = "0.6.1"
16671source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16672dependencies = [
16673 "cc",
16674 "tree-sitter-language",
16675]
16676
16677[[package]]
16678name = "try-lock"
16679version = "0.2.5"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16682
16683[[package]]
16684name = "ttf-parser"
16685version = "0.20.0"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16688
16689[[package]]
16690name = "ttf-parser"
16691version = "0.21.1"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16694
16695[[package]]
16696name = "ttf-parser"
16697version = "0.25.1"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16700dependencies = [
16701 "core_maths",
16702]
16703
16704[[package]]
16705name = "tungstenite"
16706version = "0.20.1"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16709dependencies = [
16710 "byteorder",
16711 "bytes 1.10.1",
16712 "data-encoding",
16713 "http 0.2.12",
16714 "httparse",
16715 "log",
16716 "rand 0.8.5",
16717 "sha1",
16718 "thiserror 1.0.69",
16719 "url",
16720 "utf-8",
16721]
16722
16723[[package]]
16724name = "tungstenite"
16725version = "0.21.0"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16728dependencies = [
16729 "byteorder",
16730 "bytes 1.10.1",
16731 "data-encoding",
16732 "http 1.3.1",
16733 "httparse",
16734 "log",
16735 "rand 0.8.5",
16736 "sha1",
16737 "thiserror 1.0.69",
16738 "url",
16739 "utf-8",
16740]
16741
16742[[package]]
16743name = "tungstenite"
16744version = "0.26.2"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16747dependencies = [
16748 "bytes 1.10.1",
16749 "data-encoding",
16750 "http 1.3.1",
16751 "httparse",
16752 "log",
16753 "rand 0.9.1",
16754 "rustls 0.23.26",
16755 "rustls-pki-types",
16756 "sha1",
16757 "thiserror 2.0.12",
16758 "utf-8",
16759]
16760
16761[[package]]
16762name = "typeid"
16763version = "1.0.3"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16766
16767[[package]]
16768name = "typenum"
16769version = "1.18.0"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16772
16773[[package]]
16774name = "ucd-trie"
16775version = "0.1.7"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16778
16779[[package]]
16780name = "uds_windows"
16781version = "1.1.0"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16784dependencies = [
16785 "memoffset",
16786 "tempfile",
16787 "winapi",
16788]
16789
16790[[package]]
16791name = "ui"
16792version = "0.1.0"
16793dependencies = [
16794 "chrono",
16795 "component",
16796 "documented",
16797 "gpui",
16798 "icons",
16799 "itertools 0.14.0",
16800 "menu",
16801 "serde",
16802 "settings",
16803 "smallvec",
16804 "story",
16805 "strum 0.27.1",
16806 "theme",
16807 "ui_macros",
16808 "util",
16809 "windows 0.61.1",
16810 "workspace-hack",
16811]
16812
16813[[package]]
16814name = "ui_input"
16815version = "0.1.0"
16816dependencies = [
16817 "component",
16818 "editor",
16819 "gpui",
16820 "settings",
16821 "theme",
16822 "ui",
16823 "workspace-hack",
16824]
16825
16826[[package]]
16827name = "ui_macros"
16828version = "0.1.0"
16829dependencies = [
16830 "quote",
16831 "syn 1.0.109",
16832 "workspace-hack",
16833]
16834
16835[[package]]
16836name = "ui_prompt"
16837version = "0.1.0"
16838dependencies = [
16839 "gpui",
16840 "markdown",
16841 "menu",
16842 "settings",
16843 "theme",
16844 "ui",
16845 "workspace",
16846 "workspace-hack",
16847]
16848
16849[[package]]
16850name = "uluru"
16851version = "3.1.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16854dependencies = [
16855 "arrayvec",
16856]
16857
16858[[package]]
16859name = "unicase"
16860version = "2.8.1"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16863
16864[[package]]
16865name = "unicode-bidi"
16866version = "0.3.18"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16869
16870[[package]]
16871name = "unicode-bidi-mirroring"
16872version = "0.2.0"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16875
16876[[package]]
16877name = "unicode-bidi-mirroring"
16878version = "0.4.0"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16881
16882[[package]]
16883name = "unicode-bom"
16884version = "2.0.3"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16887
16888[[package]]
16889name = "unicode-ccc"
16890version = "0.2.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16893
16894[[package]]
16895name = "unicode-ccc"
16896version = "0.4.0"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16899
16900[[package]]
16901name = "unicode-ident"
16902version = "1.0.18"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16905
16906[[package]]
16907name = "unicode-linebreak"
16908version = "0.1.5"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16911
16912[[package]]
16913name = "unicode-normalization"
16914version = "0.1.24"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16917dependencies = [
16918 "tinyvec",
16919]
16920
16921[[package]]
16922name = "unicode-properties"
16923version = "0.1.3"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16926
16927[[package]]
16928name = "unicode-script"
16929version = "0.5.7"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16932
16933[[package]]
16934name = "unicode-segmentation"
16935version = "1.12.0"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16938
16939[[package]]
16940name = "unicode-vo"
16941version = "0.1.0"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16944
16945[[package]]
16946name = "unicode-width"
16947version = "0.1.14"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16950
16951[[package]]
16952name = "unicode-width"
16953version = "0.2.0"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16956
16957[[package]]
16958name = "unicode-xid"
16959version = "0.2.6"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16962
16963[[package]]
16964name = "unicode_categories"
16965version = "0.1.1"
16966source = "registry+https://github.com/rust-lang/crates.io-index"
16967checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16968
16969[[package]]
16970name = "unindent"
16971version = "0.2.4"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16974
16975[[package]]
16976name = "untrusted"
16977version = "0.9.0"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16980
16981[[package]]
16982name = "url"
16983version = "2.5.4"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16986dependencies = [
16987 "form_urlencoded",
16988 "idna",
16989 "percent-encoding",
16990 "serde",
16991]
16992
16993[[package]]
16994name = "urlencoding"
16995version = "2.1.3"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16998
16999[[package]]
17000name = "usvg"
17001version = "0.45.1"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17004dependencies = [
17005 "base64 0.22.1",
17006 "data-url",
17007 "flate2",
17008 "fontdb 0.23.0",
17009 "imagesize",
17010 "kurbo",
17011 "log",
17012 "pico-args",
17013 "roxmltree",
17014 "rustybuzz 0.20.1",
17015 "simplecss",
17016 "siphasher",
17017 "strict-num",
17018 "svgtypes",
17019 "tiny-skia-path",
17020 "unicode-bidi",
17021 "unicode-script",
17022 "unicode-vo",
17023 "xmlwriter",
17024]
17025
17026[[package]]
17027name = "utf-8"
17028version = "0.7.6"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17031
17032[[package]]
17033name = "utf16_iter"
17034version = "1.0.5"
17035source = "registry+https://github.com/rust-lang/crates.io-index"
17036checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17037
17038[[package]]
17039name = "utf8_iter"
17040version = "1.0.4"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17043
17044[[package]]
17045name = "utf8parse"
17046version = "0.2.2"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17049
17050[[package]]
17051name = "util"
17052version = "0.1.0"
17053dependencies = [
17054 "anyhow",
17055 "async-fs",
17056 "async_zip",
17057 "collections",
17058 "dirs 4.0.0",
17059 "dunce",
17060 "futures 0.3.31",
17061 "futures-lite 1.13.0",
17062 "git2",
17063 "globset",
17064 "itertools 0.14.0",
17065 "libc",
17066 "log",
17067 "rand 0.8.5",
17068 "regex",
17069 "rust-embed",
17070 "serde",
17071 "serde_json",
17072 "serde_json_lenient",
17073 "smol",
17074 "take-until",
17075 "tempfile",
17076 "tendril",
17077 "unicase",
17078 "util_macros",
17079 "walkdir",
17080 "workspace-hack",
17081]
17082
17083[[package]]
17084name = "util_macros"
17085version = "0.1.0"
17086dependencies = [
17087 "quote",
17088 "syn 1.0.109",
17089 "workspace-hack",
17090]
17091
17092[[package]]
17093name = "uuid"
17094version = "1.16.0"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17097dependencies = [
17098 "getrandom 0.3.2",
17099 "serde",
17100 "sha1_smol",
17101]
17102
17103[[package]]
17104name = "uuid-simd"
17105version = "0.8.0"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17108dependencies = [
17109 "outref",
17110 "uuid",
17111 "vsimd",
17112]
17113
17114[[package]]
17115name = "v_frame"
17116version = "0.3.8"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17119dependencies = [
17120 "aligned-vec",
17121 "num-traits",
17122 "wasm-bindgen",
17123]
17124
17125[[package]]
17126name = "valuable"
17127version = "0.1.1"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17130
17131[[package]]
17132name = "value-bag"
17133version = "1.11.1"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17136dependencies = [
17137 "value-bag-serde1",
17138 "value-bag-sval2",
17139]
17140
17141[[package]]
17142name = "value-bag-serde1"
17143version = "1.11.1"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17146dependencies = [
17147 "erased-serde",
17148 "serde",
17149 "serde_fmt",
17150]
17151
17152[[package]]
17153name = "value-bag-sval2"
17154version = "1.11.1"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17157dependencies = [
17158 "sval",
17159 "sval_buffer",
17160 "sval_dynamic",
17161 "sval_fmt",
17162 "sval_json",
17163 "sval_ref",
17164 "sval_serde",
17165]
17166
17167[[package]]
17168name = "vcpkg"
17169version = "0.2.15"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17172
17173[[package]]
17174name = "version-compare"
17175version = "0.2.0"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17178
17179[[package]]
17180name = "version_check"
17181version = "0.9.5"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17184
17185[[package]]
17186name = "vim"
17187version = "0.1.0"
17188dependencies = [
17189 "anyhow",
17190 "assets",
17191 "async-compat",
17192 "async-trait",
17193 "collections",
17194 "command_palette",
17195 "command_palette_hooks",
17196 "db",
17197 "editor",
17198 "futures 0.3.31",
17199 "git_ui",
17200 "gpui",
17201 "indoc",
17202 "itertools 0.14.0",
17203 "language",
17204 "log",
17205 "lsp",
17206 "multi_buffer",
17207 "nvim-rs",
17208 "parking_lot",
17209 "picker",
17210 "project",
17211 "project_panel",
17212 "regex",
17213 "release_channel",
17214 "schemars",
17215 "search",
17216 "serde",
17217 "serde_derive",
17218 "serde_json",
17219 "settings",
17220 "task",
17221 "text",
17222 "theme",
17223 "tokio",
17224 "ui",
17225 "util",
17226 "vim_mode_setting",
17227 "workspace",
17228 "workspace-hack",
17229 "zed_actions",
17230]
17231
17232[[package]]
17233name = "vim_mode_setting"
17234version = "0.1.0"
17235dependencies = [
17236 "anyhow",
17237 "gpui",
17238 "settings",
17239 "workspace-hack",
17240]
17241
17242[[package]]
17243name = "vscode_theme"
17244version = "0.2.0"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17247dependencies = [
17248 "serde",
17249]
17250
17251[[package]]
17252name = "vsimd"
17253version = "0.8.0"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17256
17257[[package]]
17258name = "vswhom"
17259version = "0.1.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17262dependencies = [
17263 "libc",
17264 "vswhom-sys",
17265]
17266
17267[[package]]
17268name = "vswhom-sys"
17269version = "0.1.3"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17272dependencies = [
17273 "cc",
17274 "libc",
17275]
17276
17277[[package]]
17278name = "vte"
17279version = "0.15.0"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17282dependencies = [
17283 "arrayvec",
17284 "bitflags 2.9.0",
17285 "cursor-icon",
17286 "log",
17287 "memchr",
17288 "serde",
17289]
17290
17291[[package]]
17292name = "waker-fn"
17293version = "1.2.0"
17294source = "registry+https://github.com/rust-lang/crates.io-index"
17295checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17296
17297[[package]]
17298name = "walkdir"
17299version = "2.5.0"
17300source = "registry+https://github.com/rust-lang/crates.io-index"
17301checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17302dependencies = [
17303 "same-file",
17304 "winapi-util",
17305]
17306
17307[[package]]
17308name = "want"
17309version = "0.3.1"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17312dependencies = [
17313 "try-lock",
17314]
17315
17316[[package]]
17317name = "warp"
17318version = "0.3.7"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17321dependencies = [
17322 "bytes 1.10.1",
17323 "futures-channel",
17324 "futures-util",
17325 "headers",
17326 "http 0.2.12",
17327 "hyper 0.14.32",
17328 "log",
17329 "mime",
17330 "mime_guess",
17331 "percent-encoding",
17332 "pin-project",
17333 "scoped-tls",
17334 "serde",
17335 "serde_json",
17336 "serde_urlencoded",
17337 "tokio",
17338 "tokio-tungstenite 0.21.0",
17339 "tokio-util",
17340 "tower-service",
17341 "tracing",
17342]
17343
17344[[package]]
17345name = "wasi"
17346version = "0.9.0+wasi-snapshot-preview1"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17349
17350[[package]]
17351name = "wasi"
17352version = "0.11.0+wasi-snapshot-preview1"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17355
17356[[package]]
17357name = "wasi"
17358version = "0.14.2+wasi-0.2.4"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17361dependencies = [
17362 "wit-bindgen-rt 0.39.0",
17363]
17364
17365[[package]]
17366name = "wasi-preview1-component-adapter-provider"
17367version = "29.0.1"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17370
17371[[package]]
17372name = "wasite"
17373version = "0.1.0"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17376
17377[[package]]
17378name = "wasm-bindgen"
17379version = "0.2.100"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17382dependencies = [
17383 "cfg-if",
17384 "once_cell",
17385 "rustversion",
17386 "wasm-bindgen-macro",
17387]
17388
17389[[package]]
17390name = "wasm-bindgen-backend"
17391version = "0.2.100"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17394dependencies = [
17395 "bumpalo",
17396 "log",
17397 "proc-macro2",
17398 "quote",
17399 "syn 2.0.101",
17400 "wasm-bindgen-shared",
17401]
17402
17403[[package]]
17404name = "wasm-bindgen-futures"
17405version = "0.4.50"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17408dependencies = [
17409 "cfg-if",
17410 "js-sys",
17411 "once_cell",
17412 "wasm-bindgen",
17413 "web-sys",
17414]
17415
17416[[package]]
17417name = "wasm-bindgen-macro"
17418version = "0.2.100"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17421dependencies = [
17422 "quote",
17423 "wasm-bindgen-macro-support",
17424]
17425
17426[[package]]
17427name = "wasm-bindgen-macro-support"
17428version = "0.2.100"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17431dependencies = [
17432 "proc-macro2",
17433 "quote",
17434 "syn 2.0.101",
17435 "wasm-bindgen-backend",
17436 "wasm-bindgen-shared",
17437]
17438
17439[[package]]
17440name = "wasm-bindgen-shared"
17441version = "0.2.100"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17444dependencies = [
17445 "unicode-ident",
17446]
17447
17448[[package]]
17449name = "wasm-encoder"
17450version = "0.201.0"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17453dependencies = [
17454 "leb128",
17455]
17456
17457[[package]]
17458name = "wasm-encoder"
17459version = "0.221.3"
17460source = "registry+https://github.com/rust-lang/crates.io-index"
17461checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17462dependencies = [
17463 "leb128",
17464 "wasmparser 0.221.3",
17465]
17466
17467[[package]]
17468name = "wasm-encoder"
17469version = "0.227.1"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17472dependencies = [
17473 "leb128fmt",
17474 "wasmparser 0.227.1",
17475]
17476
17477[[package]]
17478name = "wasm-metadata"
17479version = "0.201.0"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17482dependencies = [
17483 "anyhow",
17484 "indexmap",
17485 "serde",
17486 "serde_derive",
17487 "serde_json",
17488 "spdx",
17489 "wasm-encoder 0.201.0",
17490 "wasmparser 0.201.0",
17491]
17492
17493[[package]]
17494name = "wasm-metadata"
17495version = "0.221.3"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17498dependencies = [
17499 "anyhow",
17500 "indexmap",
17501 "serde",
17502 "serde_derive",
17503 "serde_json",
17504 "spdx",
17505 "wasm-encoder 0.221.3",
17506 "wasmparser 0.221.3",
17507]
17508
17509[[package]]
17510name = "wasm-metadata"
17511version = "0.227.1"
17512source = "registry+https://github.com/rust-lang/crates.io-index"
17513checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17514dependencies = [
17515 "anyhow",
17516 "auditable-serde",
17517 "flate2",
17518 "indexmap",
17519 "serde",
17520 "serde_derive",
17521 "serde_json",
17522 "spdx",
17523 "url",
17524 "wasm-encoder 0.227.1",
17525 "wasmparser 0.227.1",
17526]
17527
17528[[package]]
17529name = "wasm-streams"
17530version = "0.4.2"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17533dependencies = [
17534 "futures-util",
17535 "js-sys",
17536 "wasm-bindgen",
17537 "wasm-bindgen-futures",
17538 "web-sys",
17539]
17540
17541[[package]]
17542name = "wasmparser"
17543version = "0.201.0"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17546dependencies = [
17547 "bitflags 2.9.0",
17548 "indexmap",
17549 "semver",
17550]
17551
17552[[package]]
17553name = "wasmparser"
17554version = "0.221.3"
17555source = "registry+https://github.com/rust-lang/crates.io-index"
17556checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17557dependencies = [
17558 "bitflags 2.9.0",
17559 "hashbrown 0.15.3",
17560 "indexmap",
17561 "semver",
17562 "serde",
17563]
17564
17565[[package]]
17566name = "wasmparser"
17567version = "0.227.1"
17568source = "registry+https://github.com/rust-lang/crates.io-index"
17569checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17570dependencies = [
17571 "bitflags 2.9.0",
17572 "hashbrown 0.15.3",
17573 "indexmap",
17574 "semver",
17575]
17576
17577[[package]]
17578name = "wasmprinter"
17579version = "0.221.3"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17582dependencies = [
17583 "anyhow",
17584 "termcolor",
17585 "wasmparser 0.221.3",
17586]
17587
17588[[package]]
17589name = "wasmtime"
17590version = "29.0.1"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17593dependencies = [
17594 "anyhow",
17595 "async-trait",
17596 "bitflags 2.9.0",
17597 "bumpalo",
17598 "cc",
17599 "cfg-if",
17600 "encoding_rs",
17601 "hashbrown 0.14.5",
17602 "indexmap",
17603 "libc",
17604 "log",
17605 "mach2",
17606 "memfd",
17607 "object",
17608 "once_cell",
17609 "paste",
17610 "postcard",
17611 "psm",
17612 "pulley-interpreter",
17613 "rayon",
17614 "rustix 0.38.44",
17615 "semver",
17616 "serde",
17617 "serde_derive",
17618 "smallvec",
17619 "sptr",
17620 "target-lexicon 0.13.2",
17621 "trait-variant",
17622 "wasmparser 0.221.3",
17623 "wasmtime-asm-macros",
17624 "wasmtime-component-macro",
17625 "wasmtime-component-util",
17626 "wasmtime-cranelift",
17627 "wasmtime-environ",
17628 "wasmtime-fiber",
17629 "wasmtime-jit-icache-coherence",
17630 "wasmtime-math",
17631 "wasmtime-slab",
17632 "wasmtime-versioned-export-macros",
17633 "wasmtime-winch",
17634 "windows-sys 0.59.0",
17635]
17636
17637[[package]]
17638name = "wasmtime-asm-macros"
17639version = "29.0.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17642dependencies = [
17643 "cfg-if",
17644]
17645
17646[[package]]
17647name = "wasmtime-c-api-impl"
17648version = "29.0.1"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17651dependencies = [
17652 "anyhow",
17653 "log",
17654 "tracing",
17655 "wasmtime",
17656 "wasmtime-c-api-macros",
17657]
17658
17659[[package]]
17660name = "wasmtime-c-api-macros"
17661version = "29.0.1"
17662source = "registry+https://github.com/rust-lang/crates.io-index"
17663checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17664dependencies = [
17665 "proc-macro2",
17666 "quote",
17667]
17668
17669[[package]]
17670name = "wasmtime-component-macro"
17671version = "29.0.1"
17672source = "registry+https://github.com/rust-lang/crates.io-index"
17673checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17674dependencies = [
17675 "anyhow",
17676 "proc-macro2",
17677 "quote",
17678 "syn 2.0.101",
17679 "wasmtime-component-util",
17680 "wasmtime-wit-bindgen",
17681 "wit-parser 0.221.3",
17682]
17683
17684[[package]]
17685name = "wasmtime-component-util"
17686version = "29.0.1"
17687source = "registry+https://github.com/rust-lang/crates.io-index"
17688checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17689
17690[[package]]
17691name = "wasmtime-cranelift"
17692version = "29.0.1"
17693source = "registry+https://github.com/rust-lang/crates.io-index"
17694checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17695dependencies = [
17696 "anyhow",
17697 "cfg-if",
17698 "cranelift-codegen",
17699 "cranelift-control",
17700 "cranelift-entity",
17701 "cranelift-frontend",
17702 "cranelift-native",
17703 "gimli",
17704 "itertools 0.12.1",
17705 "log",
17706 "object",
17707 "smallvec",
17708 "target-lexicon 0.13.2",
17709 "thiserror 1.0.69",
17710 "wasmparser 0.221.3",
17711 "wasmtime-environ",
17712 "wasmtime-versioned-export-macros",
17713]
17714
17715[[package]]
17716name = "wasmtime-environ"
17717version = "29.0.1"
17718source = "registry+https://github.com/rust-lang/crates.io-index"
17719checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17720dependencies = [
17721 "anyhow",
17722 "cpp_demangle",
17723 "cranelift-bitset",
17724 "cranelift-entity",
17725 "gimli",
17726 "indexmap",
17727 "log",
17728 "object",
17729 "postcard",
17730 "rustc-demangle",
17731 "semver",
17732 "serde",
17733 "serde_derive",
17734 "smallvec",
17735 "target-lexicon 0.13.2",
17736 "wasm-encoder 0.221.3",
17737 "wasmparser 0.221.3",
17738 "wasmprinter",
17739 "wasmtime-component-util",
17740]
17741
17742[[package]]
17743name = "wasmtime-fiber"
17744version = "29.0.1"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17747dependencies = [
17748 "anyhow",
17749 "cc",
17750 "cfg-if",
17751 "rustix 0.38.44",
17752 "wasmtime-asm-macros",
17753 "wasmtime-versioned-export-macros",
17754 "windows-sys 0.59.0",
17755]
17756
17757[[package]]
17758name = "wasmtime-jit-icache-coherence"
17759version = "29.0.1"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17762dependencies = [
17763 "anyhow",
17764 "cfg-if",
17765 "libc",
17766 "windows-sys 0.59.0",
17767]
17768
17769[[package]]
17770name = "wasmtime-math"
17771version = "29.0.1"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17774dependencies = [
17775 "libm",
17776]
17777
17778[[package]]
17779name = "wasmtime-slab"
17780version = "29.0.1"
17781source = "registry+https://github.com/rust-lang/crates.io-index"
17782checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17783
17784[[package]]
17785name = "wasmtime-versioned-export-macros"
17786version = "29.0.1"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17789dependencies = [
17790 "proc-macro2",
17791 "quote",
17792 "syn 2.0.101",
17793]
17794
17795[[package]]
17796name = "wasmtime-wasi"
17797version = "29.0.1"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17800dependencies = [
17801 "anyhow",
17802 "async-trait",
17803 "bitflags 2.9.0",
17804 "bytes 1.10.1",
17805 "cap-fs-ext",
17806 "cap-net-ext",
17807 "cap-rand",
17808 "cap-std",
17809 "cap-time-ext",
17810 "fs-set-times",
17811 "futures 0.3.31",
17812 "io-extras",
17813 "io-lifetimes",
17814 "rustix 0.38.44",
17815 "system-interface",
17816 "thiserror 1.0.69",
17817 "tokio",
17818 "tracing",
17819 "trait-variant",
17820 "url",
17821 "wasmtime",
17822 "wiggle",
17823 "windows-sys 0.59.0",
17824]
17825
17826[[package]]
17827name = "wasmtime-winch"
17828version = "29.0.1"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17831dependencies = [
17832 "anyhow",
17833 "cranelift-codegen",
17834 "gimli",
17835 "object",
17836 "target-lexicon 0.13.2",
17837 "wasmparser 0.221.3",
17838 "wasmtime-cranelift",
17839 "wasmtime-environ",
17840 "winch-codegen",
17841]
17842
17843[[package]]
17844name = "wasmtime-wit-bindgen"
17845version = "29.0.1"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17848dependencies = [
17849 "anyhow",
17850 "heck 0.5.0",
17851 "indexmap",
17852 "wit-parser 0.221.3",
17853]
17854
17855[[package]]
17856name = "wast"
17857version = "35.0.2"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17860dependencies = [
17861 "leb128",
17862]
17863
17864[[package]]
17865name = "wayland-backend"
17866version = "0.3.8"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17869dependencies = [
17870 "cc",
17871 "downcast-rs",
17872 "rustix 0.38.44",
17873 "scoped-tls",
17874 "smallvec",
17875 "wayland-sys",
17876]
17877
17878[[package]]
17879name = "wayland-client"
17880version = "0.31.8"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17883dependencies = [
17884 "bitflags 2.9.0",
17885 "rustix 0.38.44",
17886 "wayland-backend",
17887 "wayland-scanner",
17888]
17889
17890[[package]]
17891name = "wayland-cursor"
17892version = "0.31.8"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17895dependencies = [
17896 "rustix 0.38.44",
17897 "wayland-client",
17898 "xcursor",
17899]
17900
17901[[package]]
17902name = "wayland-protocols"
17903version = "0.31.2"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17906dependencies = [
17907 "bitflags 2.9.0",
17908 "wayland-backend",
17909 "wayland-client",
17910 "wayland-scanner",
17911]
17912
17913[[package]]
17914name = "wayland-protocols-plasma"
17915version = "0.2.0"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17918dependencies = [
17919 "bitflags 2.9.0",
17920 "wayland-backend",
17921 "wayland-client",
17922 "wayland-protocols",
17923 "wayland-scanner",
17924]
17925
17926[[package]]
17927name = "wayland-scanner"
17928version = "0.31.6"
17929source = "registry+https://github.com/rust-lang/crates.io-index"
17930checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17931dependencies = [
17932 "proc-macro2",
17933 "quick-xml 0.37.4",
17934 "quote",
17935]
17936
17937[[package]]
17938name = "wayland-sys"
17939version = "0.31.6"
17940source = "registry+https://github.com/rust-lang/crates.io-index"
17941checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17942dependencies = [
17943 "dlib",
17944 "log",
17945 "once_cell",
17946 "pkg-config",
17947]
17948
17949[[package]]
17950name = "web-sys"
17951version = "0.3.77"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17954dependencies = [
17955 "js-sys",
17956 "wasm-bindgen",
17957]
17958
17959[[package]]
17960name = "web-time"
17961version = "1.1.0"
17962source = "registry+https://github.com/rust-lang/crates.io-index"
17963checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17964dependencies = [
17965 "js-sys",
17966 "wasm-bindgen",
17967]
17968
17969[[package]]
17970name = "web_atoms"
17971version = "0.1.0"
17972source = "registry+https://github.com/rust-lang/crates.io-index"
17973checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17974dependencies = [
17975 "phf",
17976 "phf_codegen",
17977 "string_cache",
17978 "string_cache_codegen",
17979]
17980
17981[[package]]
17982name = "web_search"
17983version = "0.1.0"
17984dependencies = [
17985 "anyhow",
17986 "collections",
17987 "gpui",
17988 "serde",
17989 "workspace-hack",
17990 "zed_llm_client",
17991]
17992
17993[[package]]
17994name = "web_search_providers"
17995version = "0.1.0"
17996dependencies = [
17997 "anyhow",
17998 "client",
17999 "futures 0.3.31",
18000 "gpui",
18001 "http_client",
18002 "language_model",
18003 "serde",
18004 "serde_json",
18005 "web_search",
18006 "workspace-hack",
18007 "zed_llm_client",
18008]
18009
18010[[package]]
18011name = "webpki-root-certs"
18012version = "0.26.8"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18015dependencies = [
18016 "rustls-pki-types",
18017]
18018
18019[[package]]
18020name = "webpki-roots"
18021version = "0.26.8"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18024dependencies = [
18025 "rustls-pki-types",
18026]
18027
18028[[package]]
18029name = "webrtc-sys"
18030version = "0.3.7"
18031source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18032dependencies = [
18033 "cc",
18034 "cxx",
18035 "cxx-build",
18036 "glob",
18037 "log",
18038 "webrtc-sys-build",
18039]
18040
18041[[package]]
18042name = "webrtc-sys-build"
18043version = "0.3.6"
18044source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18045dependencies = [
18046 "fs2",
18047 "regex",
18048 "reqwest 0.11.27",
18049 "scratch",
18050 "semver",
18051 "zip",
18052]
18053
18054[[package]]
18055name = "weezl"
18056version = "0.1.8"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18059
18060[[package]]
18061name = "welcome"
18062version = "0.1.0"
18063dependencies = [
18064 "anyhow",
18065 "client",
18066 "component",
18067 "db",
18068 "documented",
18069 "editor",
18070 "fuzzy",
18071 "gpui",
18072 "install_cli",
18073 "language",
18074 "picker",
18075 "project",
18076 "schemars",
18077 "serde",
18078 "settings",
18079 "telemetry",
18080 "theme",
18081 "ui",
18082 "util",
18083 "vim_mode_setting",
18084 "workspace",
18085 "workspace-hack",
18086 "zed_actions",
18087]
18088
18089[[package]]
18090name = "which"
18091version = "4.4.2"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18094dependencies = [
18095 "either",
18096 "home",
18097 "once_cell",
18098 "rustix 0.38.44",
18099]
18100
18101[[package]]
18102name = "which"
18103version = "6.0.3"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18106dependencies = [
18107 "either",
18108 "home",
18109 "rustix 0.38.44",
18110 "winsafe",
18111]
18112
18113[[package]]
18114name = "whoami"
18115version = "1.6.0"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18118dependencies = [
18119 "redox_syscall 0.5.11",
18120 "wasite",
18121]
18122
18123[[package]]
18124name = "wiggle"
18125version = "29.0.1"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18128dependencies = [
18129 "anyhow",
18130 "async-trait",
18131 "bitflags 2.9.0",
18132 "thiserror 1.0.69",
18133 "tracing",
18134 "wasmtime",
18135 "wiggle-macro",
18136]
18137
18138[[package]]
18139name = "wiggle-generate"
18140version = "29.0.1"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18143dependencies = [
18144 "anyhow",
18145 "heck 0.5.0",
18146 "proc-macro2",
18147 "quote",
18148 "shellexpand 2.1.2",
18149 "syn 2.0.101",
18150 "witx",
18151]
18152
18153[[package]]
18154name = "wiggle-macro"
18155version = "29.0.1"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18158dependencies = [
18159 "proc-macro2",
18160 "quote",
18161 "syn 2.0.101",
18162 "wiggle-generate",
18163]
18164
18165[[package]]
18166name = "winapi"
18167version = "0.3.9"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18170dependencies = [
18171 "winapi-i686-pc-windows-gnu",
18172 "winapi-x86_64-pc-windows-gnu",
18173]
18174
18175[[package]]
18176name = "winapi-i686-pc-windows-gnu"
18177version = "0.4.0"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18180
18181[[package]]
18182name = "winapi-util"
18183version = "0.1.9"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18186dependencies = [
18187 "windows-sys 0.59.0",
18188]
18189
18190[[package]]
18191name = "winapi-x86_64-pc-windows-gnu"
18192version = "0.4.0"
18193source = "registry+https://github.com/rust-lang/crates.io-index"
18194checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18195
18196[[package]]
18197name = "winch-codegen"
18198version = "29.0.1"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18201dependencies = [
18202 "anyhow",
18203 "cranelift-codegen",
18204 "gimli",
18205 "regalloc2",
18206 "smallvec",
18207 "target-lexicon 0.13.2",
18208 "thiserror 1.0.69",
18209 "wasmparser 0.221.3",
18210 "wasmtime-cranelift",
18211 "wasmtime-environ",
18212]
18213
18214[[package]]
18215name = "windows"
18216version = "0.54.0"
18217source = "registry+https://github.com/rust-lang/crates.io-index"
18218checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18219dependencies = [
18220 "windows-core 0.54.0",
18221 "windows-targets 0.52.6",
18222]
18223
18224[[package]]
18225name = "windows"
18226version = "0.57.0"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18229dependencies = [
18230 "windows-core 0.57.0",
18231 "windows-targets 0.52.6",
18232]
18233
18234[[package]]
18235name = "windows"
18236version = "0.58.0"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18239dependencies = [
18240 "windows-core 0.58.0",
18241 "windows-targets 0.52.6",
18242]
18243
18244[[package]]
18245name = "windows"
18246version = "0.61.1"
18247source = "registry+https://github.com/rust-lang/crates.io-index"
18248checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18249dependencies = [
18250 "windows-collections",
18251 "windows-core 0.61.0",
18252 "windows-future",
18253 "windows-link",
18254 "windows-numerics",
18255]
18256
18257[[package]]
18258name = "windows-capture"
18259version = "1.4.3"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18262dependencies = [
18263 "clap",
18264 "ctrlc",
18265 "parking_lot",
18266 "rayon",
18267 "thiserror 2.0.12",
18268 "windows 0.61.1",
18269 "windows-future",
18270]
18271
18272[[package]]
18273name = "windows-collections"
18274version = "0.2.0"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18277dependencies = [
18278 "windows-core 0.61.0",
18279]
18280
18281[[package]]
18282name = "windows-core"
18283version = "0.54.0"
18284source = "registry+https://github.com/rust-lang/crates.io-index"
18285checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18286dependencies = [
18287 "windows-result 0.1.2",
18288 "windows-targets 0.52.6",
18289]
18290
18291[[package]]
18292name = "windows-core"
18293version = "0.57.0"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18296dependencies = [
18297 "windows-implement 0.57.0",
18298 "windows-interface 0.57.0",
18299 "windows-result 0.1.2",
18300 "windows-targets 0.52.6",
18301]
18302
18303[[package]]
18304name = "windows-core"
18305version = "0.58.0"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18308dependencies = [
18309 "windows-implement 0.58.0",
18310 "windows-interface 0.58.0",
18311 "windows-result 0.2.0",
18312 "windows-strings 0.1.0",
18313 "windows-targets 0.52.6",
18314]
18315
18316[[package]]
18317name = "windows-core"
18318version = "0.61.0"
18319source = "registry+https://github.com/rust-lang/crates.io-index"
18320checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18321dependencies = [
18322 "windows-implement 0.60.0",
18323 "windows-interface 0.59.1",
18324 "windows-link",
18325 "windows-result 0.3.2",
18326 "windows-strings 0.4.0",
18327]
18328
18329[[package]]
18330name = "windows-future"
18331version = "0.2.0"
18332source = "registry+https://github.com/rust-lang/crates.io-index"
18333checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18334dependencies = [
18335 "windows-core 0.61.0",
18336 "windows-link",
18337]
18338
18339[[package]]
18340name = "windows-implement"
18341version = "0.57.0"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18344dependencies = [
18345 "proc-macro2",
18346 "quote",
18347 "syn 2.0.101",
18348]
18349
18350[[package]]
18351name = "windows-implement"
18352version = "0.58.0"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18355dependencies = [
18356 "proc-macro2",
18357 "quote",
18358 "syn 2.0.101",
18359]
18360
18361[[package]]
18362name = "windows-implement"
18363version = "0.60.0"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18366dependencies = [
18367 "proc-macro2",
18368 "quote",
18369 "syn 2.0.101",
18370]
18371
18372[[package]]
18373name = "windows-interface"
18374version = "0.57.0"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18377dependencies = [
18378 "proc-macro2",
18379 "quote",
18380 "syn 2.0.101",
18381]
18382
18383[[package]]
18384name = "windows-interface"
18385version = "0.58.0"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18388dependencies = [
18389 "proc-macro2",
18390 "quote",
18391 "syn 2.0.101",
18392]
18393
18394[[package]]
18395name = "windows-interface"
18396version = "0.59.1"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18399dependencies = [
18400 "proc-macro2",
18401 "quote",
18402 "syn 2.0.101",
18403]
18404
18405[[package]]
18406name = "windows-link"
18407version = "0.1.1"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18410
18411[[package]]
18412name = "windows-numerics"
18413version = "0.2.0"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18416dependencies = [
18417 "windows-core 0.61.0",
18418 "windows-link",
18419]
18420
18421[[package]]
18422name = "windows-registry"
18423version = "0.4.0"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18426dependencies = [
18427 "windows-result 0.3.2",
18428 "windows-strings 0.3.1",
18429 "windows-targets 0.53.0",
18430]
18431
18432[[package]]
18433name = "windows-registry"
18434version = "0.5.1"
18435source = "registry+https://github.com/rust-lang/crates.io-index"
18436checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18437dependencies = [
18438 "windows-link",
18439 "windows-result 0.3.2",
18440 "windows-strings 0.4.0",
18441]
18442
18443[[package]]
18444name = "windows-result"
18445version = "0.1.2"
18446source = "registry+https://github.com/rust-lang/crates.io-index"
18447checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18448dependencies = [
18449 "windows-targets 0.52.6",
18450]
18451
18452[[package]]
18453name = "windows-result"
18454version = "0.2.0"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18457dependencies = [
18458 "windows-targets 0.52.6",
18459]
18460
18461[[package]]
18462name = "windows-result"
18463version = "0.3.2"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18466dependencies = [
18467 "windows-link",
18468]
18469
18470[[package]]
18471name = "windows-strings"
18472version = "0.1.0"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18475dependencies = [
18476 "windows-result 0.2.0",
18477 "windows-targets 0.52.6",
18478]
18479
18480[[package]]
18481name = "windows-strings"
18482version = "0.3.1"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18485dependencies = [
18486 "windows-link",
18487]
18488
18489[[package]]
18490name = "windows-strings"
18491version = "0.4.0"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18494dependencies = [
18495 "windows-link",
18496]
18497
18498[[package]]
18499name = "windows-sys"
18500version = "0.45.0"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18503dependencies = [
18504 "windows-targets 0.42.2",
18505]
18506
18507[[package]]
18508name = "windows-sys"
18509version = "0.48.0"
18510source = "registry+https://github.com/rust-lang/crates.io-index"
18511checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18512dependencies = [
18513 "windows-targets 0.48.5",
18514]
18515
18516[[package]]
18517name = "windows-sys"
18518version = "0.52.0"
18519source = "registry+https://github.com/rust-lang/crates.io-index"
18520checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18521dependencies = [
18522 "windows-targets 0.52.6",
18523]
18524
18525[[package]]
18526name = "windows-sys"
18527version = "0.59.0"
18528source = "registry+https://github.com/rust-lang/crates.io-index"
18529checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18530dependencies = [
18531 "windows-targets 0.52.6",
18532]
18533
18534[[package]]
18535name = "windows-targets"
18536version = "0.42.2"
18537source = "registry+https://github.com/rust-lang/crates.io-index"
18538checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18539dependencies = [
18540 "windows_aarch64_gnullvm 0.42.2",
18541 "windows_aarch64_msvc 0.42.2",
18542 "windows_i686_gnu 0.42.2",
18543 "windows_i686_msvc 0.42.2",
18544 "windows_x86_64_gnu 0.42.2",
18545 "windows_x86_64_gnullvm 0.42.2",
18546 "windows_x86_64_msvc 0.42.2",
18547]
18548
18549[[package]]
18550name = "windows-targets"
18551version = "0.48.5"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18554dependencies = [
18555 "windows_aarch64_gnullvm 0.48.5",
18556 "windows_aarch64_msvc 0.48.5",
18557 "windows_i686_gnu 0.48.5",
18558 "windows_i686_msvc 0.48.5",
18559 "windows_x86_64_gnu 0.48.5",
18560 "windows_x86_64_gnullvm 0.48.5",
18561 "windows_x86_64_msvc 0.48.5",
18562]
18563
18564[[package]]
18565name = "windows-targets"
18566version = "0.52.6"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18569dependencies = [
18570 "windows_aarch64_gnullvm 0.52.6",
18571 "windows_aarch64_msvc 0.52.6",
18572 "windows_i686_gnu 0.52.6",
18573 "windows_i686_gnullvm 0.52.6",
18574 "windows_i686_msvc 0.52.6",
18575 "windows_x86_64_gnu 0.52.6",
18576 "windows_x86_64_gnullvm 0.52.6",
18577 "windows_x86_64_msvc 0.52.6",
18578]
18579
18580[[package]]
18581name = "windows-targets"
18582version = "0.53.0"
18583source = "registry+https://github.com/rust-lang/crates.io-index"
18584checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18585dependencies = [
18586 "windows_aarch64_gnullvm 0.53.0",
18587 "windows_aarch64_msvc 0.53.0",
18588 "windows_i686_gnu 0.53.0",
18589 "windows_i686_gnullvm 0.53.0",
18590 "windows_i686_msvc 0.53.0",
18591 "windows_x86_64_gnu 0.53.0",
18592 "windows_x86_64_gnullvm 0.53.0",
18593 "windows_x86_64_msvc 0.53.0",
18594]
18595
18596[[package]]
18597name = "windows_aarch64_gnullvm"
18598version = "0.42.2"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18601
18602[[package]]
18603name = "windows_aarch64_gnullvm"
18604version = "0.48.5"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18607
18608[[package]]
18609name = "windows_aarch64_gnullvm"
18610version = "0.52.6"
18611source = "registry+https://github.com/rust-lang/crates.io-index"
18612checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18613
18614[[package]]
18615name = "windows_aarch64_gnullvm"
18616version = "0.53.0"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18619
18620[[package]]
18621name = "windows_aarch64_msvc"
18622version = "0.42.2"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18625
18626[[package]]
18627name = "windows_aarch64_msvc"
18628version = "0.48.5"
18629source = "registry+https://github.com/rust-lang/crates.io-index"
18630checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18631
18632[[package]]
18633name = "windows_aarch64_msvc"
18634version = "0.52.6"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18637
18638[[package]]
18639name = "windows_aarch64_msvc"
18640version = "0.53.0"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18643
18644[[package]]
18645name = "windows_i686_gnu"
18646version = "0.42.2"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18649
18650[[package]]
18651name = "windows_i686_gnu"
18652version = "0.48.5"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18655
18656[[package]]
18657name = "windows_i686_gnu"
18658version = "0.52.6"
18659source = "registry+https://github.com/rust-lang/crates.io-index"
18660checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18661
18662[[package]]
18663name = "windows_i686_gnu"
18664version = "0.53.0"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18667
18668[[package]]
18669name = "windows_i686_gnullvm"
18670version = "0.52.6"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18673
18674[[package]]
18675name = "windows_i686_gnullvm"
18676version = "0.53.0"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18679
18680[[package]]
18681name = "windows_i686_msvc"
18682version = "0.42.2"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18685
18686[[package]]
18687name = "windows_i686_msvc"
18688version = "0.48.5"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18691
18692[[package]]
18693name = "windows_i686_msvc"
18694version = "0.52.6"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18697
18698[[package]]
18699name = "windows_i686_msvc"
18700version = "0.53.0"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18703
18704[[package]]
18705name = "windows_x86_64_gnu"
18706version = "0.42.2"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18709
18710[[package]]
18711name = "windows_x86_64_gnu"
18712version = "0.48.5"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18715
18716[[package]]
18717name = "windows_x86_64_gnu"
18718version = "0.52.6"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18721
18722[[package]]
18723name = "windows_x86_64_gnu"
18724version = "0.53.0"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18727
18728[[package]]
18729name = "windows_x86_64_gnullvm"
18730version = "0.42.2"
18731source = "registry+https://github.com/rust-lang/crates.io-index"
18732checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18733
18734[[package]]
18735name = "windows_x86_64_gnullvm"
18736version = "0.48.5"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18739
18740[[package]]
18741name = "windows_x86_64_gnullvm"
18742version = "0.52.6"
18743source = "registry+https://github.com/rust-lang/crates.io-index"
18744checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18745
18746[[package]]
18747name = "windows_x86_64_gnullvm"
18748version = "0.53.0"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18751
18752[[package]]
18753name = "windows_x86_64_msvc"
18754version = "0.42.2"
18755source = "registry+https://github.com/rust-lang/crates.io-index"
18756checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18757
18758[[package]]
18759name = "windows_x86_64_msvc"
18760version = "0.48.5"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18763
18764[[package]]
18765name = "windows_x86_64_msvc"
18766version = "0.52.6"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18769
18770[[package]]
18771name = "windows_x86_64_msvc"
18772version = "0.53.0"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18775
18776[[package]]
18777name = "winnow"
18778version = "0.7.6"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18781dependencies = [
18782 "memchr",
18783]
18784
18785[[package]]
18786name = "winreg"
18787version = "0.10.1"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18790dependencies = [
18791 "winapi",
18792]
18793
18794[[package]]
18795name = "winreg"
18796version = "0.50.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18799dependencies = [
18800 "cfg-if",
18801 "windows-sys 0.48.0",
18802]
18803
18804[[package]]
18805name = "winreg"
18806version = "0.52.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18809dependencies = [
18810 "cfg-if",
18811 "windows-sys 0.48.0",
18812]
18813
18814[[package]]
18815name = "winreg"
18816version = "0.55.0"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18819dependencies = [
18820 "cfg-if",
18821 "windows-sys 0.59.0",
18822]
18823
18824[[package]]
18825name = "winresource"
18826version = "0.1.20"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18829dependencies = [
18830 "toml 0.8.20",
18831 "version_check",
18832]
18833
18834[[package]]
18835name = "winsafe"
18836version = "0.0.19"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18839
18840[[package]]
18841name = "winx"
18842version = "0.36.4"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18845dependencies = [
18846 "bitflags 2.9.0",
18847 "windows-sys 0.59.0",
18848]
18849
18850[[package]]
18851name = "wio"
18852version = "0.2.2"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18855dependencies = [
18856 "winapi",
18857]
18858
18859[[package]]
18860name = "wit-bindgen"
18861version = "0.22.0"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18864dependencies = [
18865 "bitflags 2.9.0",
18866 "wit-bindgen-rt 0.22.0",
18867 "wit-bindgen-rust-macro 0.22.0",
18868]
18869
18870[[package]]
18871name = "wit-bindgen"
18872version = "0.41.0"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18875dependencies = [
18876 "wit-bindgen-rt 0.41.0",
18877 "wit-bindgen-rust-macro 0.41.0",
18878]
18879
18880[[package]]
18881name = "wit-bindgen-core"
18882version = "0.22.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18885dependencies = [
18886 "anyhow",
18887 "wit-parser 0.201.0",
18888]
18889
18890[[package]]
18891name = "wit-bindgen-core"
18892version = "0.41.0"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18895dependencies = [
18896 "anyhow",
18897 "heck 0.5.0",
18898 "wit-parser 0.227.1",
18899]
18900
18901[[package]]
18902name = "wit-bindgen-rt"
18903version = "0.22.0"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18906
18907[[package]]
18908name = "wit-bindgen-rt"
18909version = "0.39.0"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18912dependencies = [
18913 "bitflags 2.9.0",
18914]
18915
18916[[package]]
18917name = "wit-bindgen-rt"
18918version = "0.41.0"
18919source = "registry+https://github.com/rust-lang/crates.io-index"
18920checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18921dependencies = [
18922 "bitflags 2.9.0",
18923 "futures 0.3.31",
18924 "once_cell",
18925]
18926
18927[[package]]
18928name = "wit-bindgen-rust"
18929version = "0.22.0"
18930source = "registry+https://github.com/rust-lang/crates.io-index"
18931checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18932dependencies = [
18933 "anyhow",
18934 "heck 0.4.1",
18935 "indexmap",
18936 "wasm-metadata 0.201.0",
18937 "wit-bindgen-core 0.22.0",
18938 "wit-component 0.201.0",
18939]
18940
18941[[package]]
18942name = "wit-bindgen-rust"
18943version = "0.41.0"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18946dependencies = [
18947 "anyhow",
18948 "heck 0.5.0",
18949 "indexmap",
18950 "prettyplease",
18951 "syn 2.0.101",
18952 "wasm-metadata 0.227.1",
18953 "wit-bindgen-core 0.41.0",
18954 "wit-component 0.227.1",
18955]
18956
18957[[package]]
18958name = "wit-bindgen-rust-macro"
18959version = "0.22.0"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18962dependencies = [
18963 "anyhow",
18964 "proc-macro2",
18965 "quote",
18966 "syn 2.0.101",
18967 "wit-bindgen-core 0.22.0",
18968 "wit-bindgen-rust 0.22.0",
18969]
18970
18971[[package]]
18972name = "wit-bindgen-rust-macro"
18973version = "0.41.0"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18976dependencies = [
18977 "anyhow",
18978 "prettyplease",
18979 "proc-macro2",
18980 "quote",
18981 "syn 2.0.101",
18982 "wit-bindgen-core 0.41.0",
18983 "wit-bindgen-rust 0.41.0",
18984]
18985
18986[[package]]
18987name = "wit-component"
18988version = "0.201.0"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18991dependencies = [
18992 "anyhow",
18993 "bitflags 2.9.0",
18994 "indexmap",
18995 "log",
18996 "serde",
18997 "serde_derive",
18998 "serde_json",
18999 "wasm-encoder 0.201.0",
19000 "wasm-metadata 0.201.0",
19001 "wasmparser 0.201.0",
19002 "wit-parser 0.201.0",
19003]
19004
19005[[package]]
19006name = "wit-component"
19007version = "0.221.3"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19010dependencies = [
19011 "anyhow",
19012 "bitflags 2.9.0",
19013 "indexmap",
19014 "log",
19015 "serde",
19016 "serde_derive",
19017 "serde_json",
19018 "wasm-encoder 0.221.3",
19019 "wasm-metadata 0.221.3",
19020 "wasmparser 0.221.3",
19021 "wit-parser 0.221.3",
19022]
19023
19024[[package]]
19025name = "wit-component"
19026version = "0.227.1"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19029dependencies = [
19030 "anyhow",
19031 "bitflags 2.9.0",
19032 "indexmap",
19033 "log",
19034 "serde",
19035 "serde_derive",
19036 "serde_json",
19037 "wasm-encoder 0.227.1",
19038 "wasm-metadata 0.227.1",
19039 "wasmparser 0.227.1",
19040 "wit-parser 0.227.1",
19041]
19042
19043[[package]]
19044name = "wit-parser"
19045version = "0.201.0"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19048dependencies = [
19049 "anyhow",
19050 "id-arena",
19051 "indexmap",
19052 "log",
19053 "semver",
19054 "serde",
19055 "serde_derive",
19056 "serde_json",
19057 "unicode-xid",
19058 "wasmparser 0.201.0",
19059]
19060
19061[[package]]
19062name = "wit-parser"
19063version = "0.221.3"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19066dependencies = [
19067 "anyhow",
19068 "id-arena",
19069 "indexmap",
19070 "log",
19071 "semver",
19072 "serde",
19073 "serde_derive",
19074 "serde_json",
19075 "unicode-xid",
19076 "wasmparser 0.221.3",
19077]
19078
19079[[package]]
19080name = "wit-parser"
19081version = "0.227.1"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19084dependencies = [
19085 "anyhow",
19086 "id-arena",
19087 "indexmap",
19088 "log",
19089 "semver",
19090 "serde",
19091 "serde_derive",
19092 "serde_json",
19093 "unicode-xid",
19094 "wasmparser 0.227.1",
19095]
19096
19097[[package]]
19098name = "witx"
19099version = "0.9.1"
19100source = "registry+https://github.com/rust-lang/crates.io-index"
19101checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19102dependencies = [
19103 "anyhow",
19104 "log",
19105 "thiserror 1.0.69",
19106 "wast",
19107]
19108
19109[[package]]
19110name = "workspace"
19111version = "0.1.0"
19112dependencies = [
19113 "any_vec",
19114 "anyhow",
19115 "async-recursion 1.1.1",
19116 "bincode",
19117 "call",
19118 "client",
19119 "clock",
19120 "collections",
19121 "component",
19122 "dap",
19123 "db",
19124 "env_logger 0.11.8",
19125 "fs",
19126 "futures 0.3.31",
19127 "gpui",
19128 "http_client",
19129 "itertools 0.14.0",
19130 "language",
19131 "log",
19132 "menu",
19133 "node_runtime",
19134 "parking_lot",
19135 "postage",
19136 "project",
19137 "remote",
19138 "schemars",
19139 "serde",
19140 "serde_json",
19141 "session",
19142 "settings",
19143 "smallvec",
19144 "sqlez",
19145 "strum 0.27.1",
19146 "task",
19147 "telemetry",
19148 "tempfile",
19149 "theme",
19150 "ui",
19151 "util",
19152 "uuid",
19153 "windows 0.61.1",
19154 "workspace-hack",
19155 "zed_actions",
19156]
19157
19158[[package]]
19159name = "workspace-hack"
19160version = "0.1.0"
19161dependencies = [
19162 "aes",
19163 "ahash 0.8.11",
19164 "aho-corasick",
19165 "anstream",
19166 "arrayvec",
19167 "async-compression",
19168 "async-std",
19169 "async-tungstenite",
19170 "aws-config",
19171 "aws-credential-types",
19172 "aws-runtime",
19173 "aws-sigv4",
19174 "aws-smithy-async",
19175 "aws-smithy-http",
19176 "aws-smithy-runtime",
19177 "aws-smithy-runtime-api",
19178 "aws-smithy-types",
19179 "base64 0.22.1",
19180 "base64ct",
19181 "bigdecimal",
19182 "bit-set 0.8.0",
19183 "bit-vec 0.8.0",
19184 "bitflags 2.9.0",
19185 "bstr",
19186 "bytemuck",
19187 "byteorder",
19188 "bytes 1.10.1",
19189 "cc",
19190 "chrono",
19191 "cipher",
19192 "clang-sys",
19193 "clap",
19194 "clap_builder",
19195 "codespan-reporting 0.12.0",
19196 "concurrent-queue",
19197 "core-foundation 0.9.4",
19198 "core-foundation-sys",
19199 "coreaudio-sys",
19200 "cranelift-codegen",
19201 "crc32fast",
19202 "crossbeam-epoch",
19203 "crossbeam-utils",
19204 "crypto-common",
19205 "deranged",
19206 "digest",
19207 "either",
19208 "euclid",
19209 "event-listener 5.4.0",
19210 "event-listener-strategy",
19211 "flate2",
19212 "flume",
19213 "foldhash",
19214 "form_urlencoded",
19215 "futures 0.3.31",
19216 "futures-channel",
19217 "futures-core",
19218 "futures-executor",
19219 "futures-io",
19220 "futures-sink",
19221 "futures-task",
19222 "futures-util",
19223 "getrandom 0.2.15",
19224 "getrandom 0.3.2",
19225 "gimli",
19226 "half",
19227 "handlebars 4.5.0",
19228 "hashbrown 0.14.5",
19229 "hashbrown 0.15.3",
19230 "heck 0.4.1",
19231 "hmac",
19232 "hyper 0.14.32",
19233 "hyper-rustls 0.27.5",
19234 "idna",
19235 "indexmap",
19236 "inout",
19237 "itertools 0.12.1",
19238 "itertools 0.13.0",
19239 "jiff",
19240 "lazy_static",
19241 "libc",
19242 "libsqlite3-sys",
19243 "linux-raw-sys 0.4.15",
19244 "linux-raw-sys 0.9.4",
19245 "log",
19246 "lyon",
19247 "lyon_path",
19248 "md-5",
19249 "memchr",
19250 "miniz_oxide",
19251 "mio",
19252 "naga",
19253 "nix 0.29.0",
19254 "nom",
19255 "num-bigint",
19256 "num-bigint-dig",
19257 "num-integer",
19258 "num-iter",
19259 "num-rational",
19260 "num-traits",
19261 "objc2",
19262 "objc2-foundation",
19263 "objc2-metal",
19264 "object",
19265 "once_cell",
19266 "percent-encoding",
19267 "phf",
19268 "phf_shared",
19269 "prettyplease",
19270 "proc-macro2",
19271 "prost 0.9.0",
19272 "prost-types 0.9.0",
19273 "quote",
19274 "rand 0.8.5",
19275 "rand 0.9.1",
19276 "rand_chacha 0.3.1",
19277 "rand_core 0.6.4",
19278 "regalloc2",
19279 "regex",
19280 "regex-automata 0.4.9",
19281 "regex-syntax 0.8.5",
19282 "ring",
19283 "rust_decimal",
19284 "rustc-hash 1.1.0",
19285 "rustix 0.38.44",
19286 "rustix 1.0.7",
19287 "rustls 0.23.26",
19288 "rustls-webpki 0.103.1",
19289 "scopeguard",
19290 "sea-orm",
19291 "sea-query-binder",
19292 "security-framework 3.2.0",
19293 "security-framework-sys",
19294 "semver",
19295 "serde",
19296 "serde_derive",
19297 "serde_json",
19298 "sha1",
19299 "simd-adler32",
19300 "smallvec",
19301 "spin",
19302 "sqlx",
19303 "sqlx-macros",
19304 "sqlx-macros-core",
19305 "sqlx-postgres",
19306 "sqlx-sqlite",
19307 "strum 0.26.3",
19308 "subtle",
19309 "syn 1.0.109",
19310 "syn 2.0.101",
19311 "sync_wrapper 1.0.2",
19312 "thiserror 2.0.12",
19313 "time",
19314 "time-macros",
19315 "tokio",
19316 "tokio-rustls 0.26.2",
19317 "tokio-socks",
19318 "tokio-stream",
19319 "tokio-util",
19320 "toml_datetime",
19321 "toml_edit",
19322 "tower 0.5.2",
19323 "tracing",
19324 "tracing-core",
19325 "tungstenite 0.26.2",
19326 "unicode-normalization",
19327 "unicode-properties",
19328 "url",
19329 "uuid",
19330 "wasm-encoder 0.221.3",
19331 "wasmparser 0.221.3",
19332 "wasmtime",
19333 "wasmtime-cranelift",
19334 "wasmtime-environ",
19335 "winapi",
19336 "windows-core 0.61.0",
19337 "windows-numerics",
19338 "windows-sys 0.48.0",
19339 "windows-sys 0.52.0",
19340 "windows-sys 0.59.0",
19341 "winnow",
19342 "zeroize",
19343 "zvariant",
19344]
19345
19346[[package]]
19347name = "worktree"
19348version = "0.1.0"
19349dependencies = [
19350 "anyhow",
19351 "clock",
19352 "collections",
19353 "env_logger 0.11.8",
19354 "fs",
19355 "futures 0.3.31",
19356 "fuzzy",
19357 "git",
19358 "git2",
19359 "gpui",
19360 "http_client",
19361 "ignore",
19362 "language",
19363 "log",
19364 "parking_lot",
19365 "paths",
19366 "postage",
19367 "pretty_assertions",
19368 "rand 0.8.5",
19369 "rpc",
19370 "schemars",
19371 "serde",
19372 "serde_json",
19373 "settings",
19374 "smallvec",
19375 "smol",
19376 "sum_tree",
19377 "text",
19378 "util",
19379 "workspace-hack",
19380]
19381
19382[[package]]
19383name = "write16"
19384version = "1.0.0"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19387
19388[[package]]
19389name = "writeable"
19390version = "0.5.5"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19393
19394[[package]]
19395name = "wyz"
19396version = "0.5.1"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19399dependencies = [
19400 "tap",
19401]
19402
19403[[package]]
19404name = "x11"
19405version = "2.21.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19408dependencies = [
19409 "libc",
19410 "pkg-config",
19411]
19412
19413[[package]]
19414name = "x11-clipboard"
19415version = "0.9.3"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19418dependencies = [
19419 "libc",
19420 "x11rb",
19421]
19422
19423[[package]]
19424name = "x11rb"
19425version = "0.13.1"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19428dependencies = [
19429 "as-raw-xcb-connection",
19430 "gethostname",
19431 "libc",
19432 "rustix 0.38.44",
19433 "x11rb-protocol",
19434]
19435
19436[[package]]
19437name = "x11rb-protocol"
19438version = "0.13.1"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19441
19442[[package]]
19443name = "xattr"
19444version = "0.2.3"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19447dependencies = [
19448 "libc",
19449]
19450
19451[[package]]
19452name = "xcb"
19453version = "1.5.0"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19456dependencies = [
19457 "bitflags 1.3.2",
19458 "libc",
19459 "quick-xml 0.30.0",
19460 "x11",
19461]
19462
19463[[package]]
19464name = "xcursor"
19465version = "0.3.8"
19466source = "registry+https://github.com/rust-lang/crates.io-index"
19467checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19468
19469[[package]]
19470name = "xdg-home"
19471version = "1.3.0"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19474dependencies = [
19475 "libc",
19476 "windows-sys 0.59.0",
19477]
19478
19479[[package]]
19480name = "xim"
19481version = "0.4.0"
19482source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19483dependencies = [
19484 "ahash 0.8.11",
19485 "hashbrown 0.14.5",
19486 "log",
19487 "x11rb",
19488 "xim-ctext",
19489 "xim-parser",
19490]
19491
19492[[package]]
19493name = "xim-ctext"
19494version = "0.3.0"
19495source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19496dependencies = [
19497 "encoding_rs",
19498]
19499
19500[[package]]
19501name = "xim-parser"
19502version = "0.2.1"
19503source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19504dependencies = [
19505 "bitflags 2.9.0",
19506]
19507
19508[[package]]
19509name = "xkbcommon"
19510version = "0.8.0"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19513dependencies = [
19514 "as-raw-xcb-connection",
19515 "libc",
19516 "memmap2",
19517 "xkeysym",
19518]
19519
19520[[package]]
19521name = "xkeysym"
19522version = "0.2.1"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19525
19526[[package]]
19527name = "xml5ever"
19528version = "0.18.1"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19531dependencies = [
19532 "log",
19533 "mac",
19534 "markup5ever 0.12.1",
19535]
19536
19537[[package]]
19538name = "xmlparser"
19539version = "0.13.6"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19542
19543[[package]]
19544name = "xmlwriter"
19545version = "0.1.0"
19546source = "registry+https://github.com/rust-lang/crates.io-index"
19547checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19548
19549[[package]]
19550name = "xtask"
19551version = "0.1.0"
19552dependencies = [
19553 "anyhow",
19554 "cargo_metadata",
19555 "cargo_toml",
19556 "clap",
19557 "workspace-hack",
19558]
19559
19560[[package]]
19561name = "yaml-rust2"
19562version = "0.8.1"
19563source = "registry+https://github.com/rust-lang/crates.io-index"
19564checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19565dependencies = [
19566 "arraydeque",
19567 "encoding_rs",
19568 "hashlink 0.8.4",
19569]
19570
19571[[package]]
19572name = "yansi"
19573version = "1.0.1"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19576
19577[[package]]
19578name = "yazi"
19579version = "0.2.1"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19582
19583[[package]]
19584name = "yeslogic-fontconfig-sys"
19585version = "6.0.0"
19586source = "registry+https://github.com/rust-lang/crates.io-index"
19587checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19588dependencies = [
19589 "dlib",
19590 "once_cell",
19591 "pkg-config",
19592]
19593
19594[[package]]
19595name = "yoke"
19596version = "0.7.5"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19599dependencies = [
19600 "serde",
19601 "stable_deref_trait",
19602 "yoke-derive",
19603 "zerofrom",
19604]
19605
19606[[package]]
19607name = "yoke-derive"
19608version = "0.7.5"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19611dependencies = [
19612 "proc-macro2",
19613 "quote",
19614 "syn 2.0.101",
19615 "synstructure",
19616]
19617
19618[[package]]
19619name = "zbus"
19620version = "5.5.0"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19623dependencies = [
19624 "async-broadcast",
19625 "async-executor",
19626 "async-fs",
19627 "async-io",
19628 "async-lock",
19629 "async-process",
19630 "async-recursion 1.1.1",
19631 "async-task",
19632 "async-trait",
19633 "blocking",
19634 "enumflags2",
19635 "event-listener 5.4.0",
19636 "futures-core",
19637 "futures-lite 2.6.0",
19638 "hex",
19639 "nix 0.29.0",
19640 "ordered-stream",
19641 "serde",
19642 "serde_repr",
19643 "static_assertions",
19644 "tracing",
19645 "uds_windows",
19646 "windows-sys 0.59.0",
19647 "winnow",
19648 "xdg-home",
19649 "zbus_macros",
19650 "zbus_names",
19651 "zvariant",
19652]
19653
19654[[package]]
19655name = "zbus_macros"
19656version = "5.5.0"
19657source = "registry+https://github.com/rust-lang/crates.io-index"
19658checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19659dependencies = [
19660 "proc-macro-crate",
19661 "proc-macro2",
19662 "quote",
19663 "syn 2.0.101",
19664 "zbus_names",
19665 "zvariant",
19666 "zvariant_utils",
19667]
19668
19669[[package]]
19670name = "zbus_names"
19671version = "4.2.0"
19672source = "registry+https://github.com/rust-lang/crates.io-index"
19673checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19674dependencies = [
19675 "serde",
19676 "static_assertions",
19677 "winnow",
19678 "zvariant",
19679]
19680
19681[[package]]
19682name = "zed"
19683version = "0.189.0"
19684dependencies = [
19685 "activity_indicator",
19686 "agent",
19687 "anyhow",
19688 "ashpd",
19689 "askpass",
19690 "assets",
19691 "assistant_context_editor",
19692 "assistant_settings",
19693 "assistant_tool",
19694 "assistant_tools",
19695 "async-watch",
19696 "audio",
19697 "auto_update",
19698 "auto_update_ui",
19699 "backtrace",
19700 "breadcrumbs",
19701 "call",
19702 "channel",
19703 "chrono",
19704 "clap",
19705 "cli",
19706 "client",
19707 "collab_ui",
19708 "collections",
19709 "command_palette",
19710 "component",
19711 "copilot",
19712 "dap",
19713 "dap_adapters",
19714 "db",
19715 "debug_adapter_extension",
19716 "debugger_tools",
19717 "debugger_ui",
19718 "diagnostics",
19719 "editor",
19720 "env_logger 0.11.8",
19721 "extension",
19722 "extension_host",
19723 "extensions_ui",
19724 "feature_flags",
19725 "feedback",
19726 "file_finder",
19727 "fs",
19728 "futures 0.3.31",
19729 "git",
19730 "git_hosting_providers",
19731 "git_ui",
19732 "go_to_line",
19733 "gpui",
19734 "gpui_tokio",
19735 "http_client",
19736 "image_viewer",
19737 "indoc",
19738 "inline_completion_button",
19739 "install_cli",
19740 "jj_ui",
19741 "journal",
19742 "language",
19743 "language_extension",
19744 "language_model",
19745 "language_models",
19746 "language_selector",
19747 "language_tools",
19748 "languages",
19749 "libc",
19750 "log",
19751 "markdown",
19752 "markdown_preview",
19753 "menu",
19754 "migrator",
19755 "mimalloc",
19756 "nix 0.29.0",
19757 "node_runtime",
19758 "notifications",
19759 "outline",
19760 "outline_panel",
19761 "parking_lot",
19762 "paths",
19763 "picker",
19764 "profiling",
19765 "project",
19766 "project_panel",
19767 "project_symbols",
19768 "prompt_store",
19769 "proto",
19770 "recent_projects",
19771 "release_channel",
19772 "remote",
19773 "repl",
19774 "reqwest_client",
19775 "rope",
19776 "search",
19777 "serde",
19778 "serde_json",
19779 "session",
19780 "settings",
19781 "settings_ui",
19782 "shellexpand 2.1.2",
19783 "smol",
19784 "snippet_provider",
19785 "snippets_ui",
19786 "supermaven",
19787 "sysinfo",
19788 "tab_switcher",
19789 "task",
19790 "tasks_ui",
19791 "telemetry",
19792 "telemetry_events",
19793 "terminal_view",
19794 "theme",
19795 "theme_extension",
19796 "theme_selector",
19797 "time",
19798 "title_bar",
19799 "toolchain_selector",
19800 "tree-sitter-md",
19801 "tree-sitter-rust",
19802 "ui",
19803 "ui_input",
19804 "ui_prompt",
19805 "url",
19806 "urlencoding",
19807 "util",
19808 "uuid",
19809 "vim",
19810 "vim_mode_setting",
19811 "web_search",
19812 "web_search_providers",
19813 "welcome",
19814 "windows 0.61.1",
19815 "winresource",
19816 "workspace",
19817 "workspace-hack",
19818 "zed_actions",
19819 "zeta",
19820 "zlog",
19821 "zlog_settings",
19822]
19823
19824[[package]]
19825name = "zed_actions"
19826version = "0.1.0"
19827dependencies = [
19828 "gpui",
19829 "schemars",
19830 "serde",
19831 "uuid",
19832 "workspace-hack",
19833]
19834
19835[[package]]
19836name = "zed_emmet"
19837version = "0.0.3"
19838dependencies = [
19839 "zed_extension_api 0.1.0",
19840]
19841
19842[[package]]
19843name = "zed_extension_api"
19844version = "0.1.0"
19845source = "registry+https://github.com/rust-lang/crates.io-index"
19846checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19847dependencies = [
19848 "serde",
19849 "serde_json",
19850 "wit-bindgen 0.22.0",
19851]
19852
19853[[package]]
19854name = "zed_extension_api"
19855version = "0.6.0"
19856dependencies = [
19857 "serde",
19858 "serde_json",
19859 "wit-bindgen 0.41.0",
19860]
19861
19862[[package]]
19863name = "zed_glsl"
19864version = "0.1.0"
19865dependencies = [
19866 "zed_extension_api 0.1.0",
19867]
19868
19869[[package]]
19870name = "zed_html"
19871version = "0.2.1"
19872dependencies = [
19873 "zed_extension_api 0.1.0",
19874]
19875
19876[[package]]
19877name = "zed_llm_client"
19878version = "0.8.2"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19881dependencies = [
19882 "anyhow",
19883 "serde",
19884 "serde_json",
19885 "strum 0.27.1",
19886 "uuid",
19887]
19888
19889[[package]]
19890name = "zed_proto"
19891version = "0.2.2"
19892dependencies = [
19893 "zed_extension_api 0.1.0",
19894]
19895
19896[[package]]
19897name = "zed_ruff"
19898version = "0.1.0"
19899dependencies = [
19900 "zed_extension_api 0.1.0",
19901]
19902
19903[[package]]
19904name = "zed_snippets"
19905version = "0.0.5"
19906dependencies = [
19907 "serde_json",
19908 "zed_extension_api 0.1.0",
19909]
19910
19911[[package]]
19912name = "zed_test_extension"
19913version = "0.1.0"
19914dependencies = [
19915 "zed_extension_api 0.6.0",
19916]
19917
19918[[package]]
19919name = "zed_toml"
19920version = "0.1.3"
19921dependencies = [
19922 "zed_extension_api 0.1.0",
19923]
19924
19925[[package]]
19926name = "zeno"
19927version = "0.3.2"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19930
19931[[package]]
19932name = "zerocopy"
19933version = "0.7.35"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19936dependencies = [
19937 "zerocopy-derive 0.7.35",
19938]
19939
19940[[package]]
19941name = "zerocopy"
19942version = "0.8.24"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19945dependencies = [
19946 "zerocopy-derive 0.8.24",
19947]
19948
19949[[package]]
19950name = "zerocopy-derive"
19951version = "0.7.35"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19954dependencies = [
19955 "proc-macro2",
19956 "quote",
19957 "syn 2.0.101",
19958]
19959
19960[[package]]
19961name = "zerocopy-derive"
19962version = "0.8.24"
19963source = "registry+https://github.com/rust-lang/crates.io-index"
19964checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19965dependencies = [
19966 "proc-macro2",
19967 "quote",
19968 "syn 2.0.101",
19969]
19970
19971[[package]]
19972name = "zerofrom"
19973version = "0.1.6"
19974source = "registry+https://github.com/rust-lang/crates.io-index"
19975checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19976dependencies = [
19977 "zerofrom-derive",
19978]
19979
19980[[package]]
19981name = "zerofrom-derive"
19982version = "0.1.6"
19983source = "registry+https://github.com/rust-lang/crates.io-index"
19984checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19985dependencies = [
19986 "proc-macro2",
19987 "quote",
19988 "syn 2.0.101",
19989 "synstructure",
19990]
19991
19992[[package]]
19993name = "zeroize"
19994version = "1.8.1"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19997dependencies = [
19998 "zeroize_derive",
19999]
20000
20001[[package]]
20002name = "zeroize_derive"
20003version = "1.4.2"
20004source = "registry+https://github.com/rust-lang/crates.io-index"
20005checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20006dependencies = [
20007 "proc-macro2",
20008 "quote",
20009 "syn 2.0.101",
20010]
20011
20012[[package]]
20013name = "zeromq"
20014version = "0.5.0-pre"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20017dependencies = [
20018 "async-dispatcher",
20019 "async-std",
20020 "async-trait",
20021 "asynchronous-codec",
20022 "bytes 1.10.1",
20023 "crossbeam-queue",
20024 "dashmap 5.5.3",
20025 "futures 0.3.31",
20026 "log",
20027 "num-traits",
20028 "once_cell",
20029 "parking_lot",
20030 "rand 0.8.5",
20031 "regex",
20032 "thiserror 1.0.69",
20033 "uuid",
20034]
20035
20036[[package]]
20037name = "zerovec"
20038version = "0.10.4"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20041dependencies = [
20042 "yoke",
20043 "zerofrom",
20044 "zerovec-derive",
20045]
20046
20047[[package]]
20048name = "zerovec-derive"
20049version = "0.10.3"
20050source = "registry+https://github.com/rust-lang/crates.io-index"
20051checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20052dependencies = [
20053 "proc-macro2",
20054 "quote",
20055 "syn 2.0.101",
20056]
20057
20058[[package]]
20059name = "zeta"
20060version = "0.1.0"
20061dependencies = [
20062 "anyhow",
20063 "arrayvec",
20064 "call",
20065 "client",
20066 "clock",
20067 "collections",
20068 "command_palette_hooks",
20069 "ctor",
20070 "db",
20071 "editor",
20072 "env_logger 0.11.8",
20073 "feature_flags",
20074 "fs",
20075 "futures 0.3.31",
20076 "gpui",
20077 "http_client",
20078 "indoc",
20079 "inline_completion",
20080 "language",
20081 "language_model",
20082 "log",
20083 "menu",
20084 "migrator",
20085 "paths",
20086 "postage",
20087 "project",
20088 "proto",
20089 "regex",
20090 "release_channel",
20091 "reqwest_client",
20092 "rpc",
20093 "serde",
20094 "serde_json",
20095 "settings",
20096 "telemetry",
20097 "telemetry_events",
20098 "theme",
20099 "thiserror 2.0.12",
20100 "tree-sitter-go",
20101 "tree-sitter-rust",
20102 "ui",
20103 "unindent",
20104 "util",
20105 "uuid",
20106 "workspace",
20107 "workspace-hack",
20108 "worktree",
20109 "zed_actions",
20110 "zed_llm_client",
20111]
20112
20113[[package]]
20114name = "zip"
20115version = "0.6.6"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20118dependencies = [
20119 "aes",
20120 "byteorder",
20121 "bzip2",
20122 "constant_time_eq 0.1.5",
20123 "crc32fast",
20124 "crossbeam-utils",
20125 "flate2",
20126 "hmac",
20127 "pbkdf2 0.11.0",
20128 "sha1",
20129 "time",
20130 "zstd",
20131]
20132
20133[[package]]
20134name = "zlib-rs"
20135version = "0.5.0"
20136source = "registry+https://github.com/rust-lang/crates.io-index"
20137checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20138
20139[[package]]
20140name = "zlog"
20141version = "0.1.0"
20142dependencies = [
20143 "anyhow",
20144 "chrono",
20145 "log",
20146 "tempfile",
20147 "workspace-hack",
20148]
20149
20150[[package]]
20151name = "zlog_settings"
20152version = "0.1.0"
20153dependencies = [
20154 "anyhow",
20155 "gpui",
20156 "schemars",
20157 "serde",
20158 "settings",
20159 "workspace-hack",
20160 "zlog",
20161]
20162
20163[[package]]
20164name = "zstd"
20165version = "0.11.2+zstd.1.5.2"
20166source = "registry+https://github.com/rust-lang/crates.io-index"
20167checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20168dependencies = [
20169 "zstd-safe",
20170]
20171
20172[[package]]
20173name = "zstd-safe"
20174version = "5.0.2+zstd.1.5.2"
20175source = "registry+https://github.com/rust-lang/crates.io-index"
20176checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20177dependencies = [
20178 "libc",
20179 "zstd-sys",
20180]
20181
20182[[package]]
20183name = "zstd-sys"
20184version = "2.0.15+zstd.1.5.7"
20185source = "registry+https://github.com/rust-lang/crates.io-index"
20186checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20187dependencies = [
20188 "cc",
20189 "pkg-config",
20190]
20191
20192[[package]]
20193name = "zune-core"
20194version = "0.4.12"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20197
20198[[package]]
20199name = "zune-inflate"
20200version = "0.2.54"
20201source = "registry+https://github.com/rust-lang/crates.io-index"
20202checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20203dependencies = [
20204 "simd-adler32",
20205]
20206
20207[[package]]
20208name = "zune-jpeg"
20209version = "0.4.14"
20210source = "registry+https://github.com/rust-lang/crates.io-index"
20211checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20212dependencies = [
20213 "zune-core",
20214]
20215
20216[[package]]
20217name = "zvariant"
20218version = "5.4.0"
20219source = "registry+https://github.com/rust-lang/crates.io-index"
20220checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20221dependencies = [
20222 "endi",
20223 "enumflags2",
20224 "serde",
20225 "static_assertions",
20226 "url",
20227 "winnow",
20228 "zvariant_derive",
20229 "zvariant_utils",
20230]
20231
20232[[package]]
20233name = "zvariant_derive"
20234version = "5.4.0"
20235source = "registry+https://github.com/rust-lang/crates.io-index"
20236checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20237dependencies = [
20238 "proc-macro-crate",
20239 "proc-macro2",
20240 "quote",
20241 "syn 2.0.101",
20242 "zvariant_utils",
20243]
20244
20245[[package]]
20246name = "zvariant_utils"
20247version = "3.2.0"
20248source = "registry+https://github.com/rust-lang/crates.io-index"
20249checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20250dependencies = [
20251 "proc-macro2",
20252 "quote",
20253 "serde",
20254 "static_assertions",
20255 "syn 2.0.101",
20256 "winnow",
20257]