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 "dashmap 6.1.0",
3006 "debugger_ui",
3007 "derive_more",
3008 "editor",
3009 "env_logger 0.11.8",
3010 "envy",
3011 "extension",
3012 "file_finder",
3013 "fs",
3014 "futures 0.3.31",
3015 "git",
3016 "git_hosting_providers",
3017 "git_ui",
3018 "gpui",
3019 "gpui_tokio",
3020 "hex",
3021 "http_client",
3022 "hyper 0.14.32",
3023 "indoc",
3024 "jsonwebtoken",
3025 "language",
3026 "language_model",
3027 "livekit_api",
3028 "livekit_client",
3029 "log",
3030 "lsp",
3031 "menu",
3032 "multi_buffer",
3033 "nanoid",
3034 "node_runtime",
3035 "notifications",
3036 "parking_lot",
3037 "pretty_assertions",
3038 "project",
3039 "prometheus",
3040 "prompt_store",
3041 "prost 0.9.0",
3042 "rand 0.8.5",
3043 "recent_projects",
3044 "release_channel",
3045 "remote",
3046 "remote_server",
3047 "reqwest 0.11.27",
3048 "reqwest_client",
3049 "rpc",
3050 "rustc-demangle",
3051 "scrypt",
3052 "sea-orm",
3053 "semantic_version",
3054 "semver",
3055 "serde",
3056 "serde_derive",
3057 "serde_json",
3058 "session",
3059 "settings",
3060 "sha2",
3061 "sqlx",
3062 "strum 0.27.1",
3063 "subtle",
3064 "supermaven_api",
3065 "task",
3066 "telemetry_events",
3067 "text",
3068 "theme",
3069 "thiserror 2.0.12",
3070 "time",
3071 "tokio",
3072 "toml 0.8.20",
3073 "tower 0.4.13",
3074 "tower-http 0.4.4",
3075 "tracing",
3076 "tracing-subscriber",
3077 "unindent",
3078 "util",
3079 "uuid",
3080 "workspace",
3081 "workspace-hack",
3082 "worktree",
3083 "zed_llm_client",
3084]
3085
3086[[package]]
3087name = "collab_ui"
3088version = "0.1.0"
3089dependencies = [
3090 "anyhow",
3091 "call",
3092 "channel",
3093 "chrono",
3094 "client",
3095 "collections",
3096 "db",
3097 "editor",
3098 "emojis",
3099 "futures 0.3.31",
3100 "fuzzy",
3101 "gpui",
3102 "http_client",
3103 "language",
3104 "log",
3105 "menu",
3106 "notifications",
3107 "picker",
3108 "pretty_assertions",
3109 "project",
3110 "release_channel",
3111 "rich_text",
3112 "rpc",
3113 "schemars",
3114 "serde",
3115 "serde_derive",
3116 "serde_json",
3117 "settings",
3118 "smallvec",
3119 "story",
3120 "telemetry",
3121 "theme",
3122 "time",
3123 "time_format",
3124 "title_bar",
3125 "tree-sitter-md",
3126 "ui",
3127 "util",
3128 "workspace",
3129 "workspace-hack",
3130]
3131
3132[[package]]
3133name = "collections"
3134version = "0.1.0"
3135dependencies = [
3136 "indexmap",
3137 "rustc-hash 2.1.1",
3138 "workspace-hack",
3139]
3140
3141[[package]]
3142name = "color_quant"
3143version = "1.1.0"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3146
3147[[package]]
3148name = "colorchoice"
3149version = "1.0.3"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3152
3153[[package]]
3154name = "combine"
3155version = "4.6.7"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3158dependencies = [
3159 "bytes 1.10.1",
3160 "memchr",
3161]
3162
3163[[package]]
3164name = "command_palette"
3165version = "0.1.0"
3166dependencies = [
3167 "anyhow",
3168 "client",
3169 "collections",
3170 "command_palette_hooks",
3171 "ctor",
3172 "db",
3173 "editor",
3174 "env_logger 0.11.8",
3175 "fuzzy",
3176 "go_to_line",
3177 "gpui",
3178 "language",
3179 "log",
3180 "menu",
3181 "picker",
3182 "postage",
3183 "project",
3184 "serde",
3185 "serde_json",
3186 "settings",
3187 "telemetry",
3188 "theme",
3189 "time",
3190 "ui",
3191 "util",
3192 "workspace",
3193 "workspace-hack",
3194 "zed_actions",
3195]
3196
3197[[package]]
3198name = "command_palette_hooks"
3199version = "0.1.0"
3200dependencies = [
3201 "collections",
3202 "derive_more",
3203 "gpui",
3204 "workspace-hack",
3205]
3206
3207[[package]]
3208name = "component"
3209version = "0.1.0"
3210dependencies = [
3211 "collections",
3212 "gpui",
3213 "inventory",
3214 "parking_lot",
3215 "strum 0.27.1",
3216 "theme",
3217 "workspace-hack",
3218]
3219
3220[[package]]
3221name = "concurrent-queue"
3222version = "2.5.0"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3225dependencies = [
3226 "crossbeam-utils",
3227]
3228
3229[[package]]
3230name = "console"
3231version = "0.15.11"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3234dependencies = [
3235 "encode_unicode",
3236 "libc",
3237 "once_cell",
3238 "unicode-width 0.2.0",
3239 "windows-sys 0.59.0",
3240]
3241
3242[[package]]
3243name = "const-oid"
3244version = "0.9.6"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3247
3248[[package]]
3249name = "const-random"
3250version = "0.1.18"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3253dependencies = [
3254 "const-random-macro",
3255]
3256
3257[[package]]
3258name = "const-random-macro"
3259version = "0.1.16"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3262dependencies = [
3263 "getrandom 0.2.15",
3264 "once_cell",
3265 "tiny-keccak",
3266]
3267
3268[[package]]
3269name = "constant_time_eq"
3270version = "0.1.5"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3273
3274[[package]]
3275name = "constant_time_eq"
3276version = "0.3.1"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3279
3280[[package]]
3281name = "context_server"
3282version = "0.1.0"
3283dependencies = [
3284 "anyhow",
3285 "async-trait",
3286 "collections",
3287 "futures 0.3.31",
3288 "gpui",
3289 "log",
3290 "parking_lot",
3291 "postage",
3292 "schemars",
3293 "serde",
3294 "serde_json",
3295 "smol",
3296 "url",
3297 "util",
3298 "workspace-hack",
3299]
3300
3301[[package]]
3302name = "convert_case"
3303version = "0.4.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3306
3307[[package]]
3308name = "convert_case"
3309version = "0.6.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3312dependencies = [
3313 "unicode-segmentation",
3314]
3315
3316[[package]]
3317name = "convert_case"
3318version = "0.8.0"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3321dependencies = [
3322 "unicode-segmentation",
3323]
3324
3325[[package]]
3326name = "copilot"
3327version = "0.1.0"
3328dependencies = [
3329 "anyhow",
3330 "async-std",
3331 "chrono",
3332 "client",
3333 "clock",
3334 "collections",
3335 "command_palette_hooks",
3336 "ctor",
3337 "editor",
3338 "env_logger 0.11.8",
3339 "fs",
3340 "futures 0.3.31",
3341 "gpui",
3342 "http_client",
3343 "indoc",
3344 "inline_completion",
3345 "itertools 0.14.0",
3346 "language",
3347 "log",
3348 "lsp",
3349 "menu",
3350 "node_runtime",
3351 "parking_lot",
3352 "paths",
3353 "project",
3354 "rpc",
3355 "serde",
3356 "serde_json",
3357 "settings",
3358 "task",
3359 "theme",
3360 "ui",
3361 "util",
3362 "workspace",
3363 "workspace-hack",
3364]
3365
3366[[package]]
3367name = "core-foundation"
3368version = "0.9.4"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3371dependencies = [
3372 "core-foundation-sys",
3373 "libc",
3374]
3375
3376[[package]]
3377name = "core-foundation"
3378version = "0.10.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3381dependencies = [
3382 "core-foundation-sys",
3383 "libc",
3384]
3385
3386[[package]]
3387name = "core-foundation-sys"
3388version = "0.8.7"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3391
3392[[package]]
3393name = "core-graphics"
3394version = "0.23.2"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3397dependencies = [
3398 "bitflags 1.3.2",
3399 "core-foundation 0.9.4",
3400 "core-graphics-types 0.1.3",
3401 "foreign-types 0.5.0",
3402 "libc",
3403]
3404
3405[[package]]
3406name = "core-graphics"
3407version = "0.24.0"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3410dependencies = [
3411 "bitflags 2.9.0",
3412 "core-foundation 0.10.0",
3413 "core-graphics-types 0.2.0",
3414 "foreign-types 0.5.0",
3415 "libc",
3416]
3417
3418[[package]]
3419name = "core-graphics-helmer-fork"
3420version = "0.24.0"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3423dependencies = [
3424 "bitflags 2.9.0",
3425 "core-foundation 0.9.4",
3426 "core-graphics-types 0.1.3",
3427 "foreign-types 0.5.0",
3428 "libc",
3429]
3430
3431[[package]]
3432name = "core-graphics-types"
3433version = "0.1.3"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3436dependencies = [
3437 "bitflags 1.3.2",
3438 "core-foundation 0.9.4",
3439 "libc",
3440]
3441
3442[[package]]
3443name = "core-graphics-types"
3444version = "0.2.0"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3447dependencies = [
3448 "bitflags 2.9.0",
3449 "core-foundation 0.10.0",
3450 "libc",
3451]
3452
3453[[package]]
3454name = "core-graphics2"
3455version = "0.4.1"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3458dependencies = [
3459 "bitflags 2.9.0",
3460 "block",
3461 "cfg-if",
3462 "core-foundation 0.10.0",
3463 "libc",
3464]
3465
3466[[package]]
3467name = "core-services"
3468version = "0.2.1"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3471dependencies = [
3472 "core-foundation 0.9.4",
3473]
3474
3475[[package]]
3476name = "core-text"
3477version = "21.0.0"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3480dependencies = [
3481 "core-foundation 0.10.0",
3482 "core-graphics 0.24.0",
3483 "foreign-types 0.5.0",
3484 "libc",
3485]
3486
3487[[package]]
3488name = "core-video"
3489version = "0.4.3"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3492dependencies = [
3493 "block",
3494 "core-foundation 0.10.0",
3495 "core-graphics2",
3496 "io-surface",
3497 "libc",
3498 "metal",
3499]
3500
3501[[package]]
3502name = "core_maths"
3503version = "0.1.1"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3506dependencies = [
3507 "libm",
3508]
3509
3510[[package]]
3511name = "coreaudio-rs"
3512version = "0.11.3"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3515dependencies = [
3516 "bitflags 1.3.2",
3517 "core-foundation-sys",
3518 "coreaudio-sys",
3519]
3520
3521[[package]]
3522name = "coreaudio-rs"
3523version = "0.12.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3526dependencies = [
3527 "bitflags 1.3.2",
3528 "core-foundation-sys",
3529 "coreaudio-sys",
3530]
3531
3532[[package]]
3533name = "coreaudio-sys"
3534version = "0.2.16"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3537dependencies = [
3538 "bindgen 0.70.1",
3539]
3540
3541[[package]]
3542name = "cosmic-text"
3543version = "0.14.0"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3546dependencies = [
3547 "bitflags 2.9.0",
3548 "fontdb 0.16.2",
3549 "log",
3550 "rangemap",
3551 "rustc-hash 1.1.0",
3552 "rustybuzz 0.14.1",
3553 "self_cell",
3554 "smol_str 0.2.2",
3555 "swash",
3556 "sys-locale",
3557 "ttf-parser 0.21.1",
3558 "unicode-bidi",
3559 "unicode-linebreak",
3560 "unicode-script",
3561 "unicode-segmentation",
3562]
3563
3564[[package]]
3565name = "cpal"
3566version = "0.15.3"
3567source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3568dependencies = [
3569 "alsa",
3570 "core-foundation-sys",
3571 "coreaudio-rs 0.11.3",
3572 "dasp_sample",
3573 "jni",
3574 "js-sys",
3575 "libc",
3576 "mach2",
3577 "ndk",
3578 "ndk-context",
3579 "oboe",
3580 "wasm-bindgen",
3581 "wasm-bindgen-futures",
3582 "web-sys",
3583 "windows 0.54.0",
3584]
3585
3586[[package]]
3587name = "cpp_demangle"
3588version = "0.4.4"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3591dependencies = [
3592 "cfg-if",
3593]
3594
3595[[package]]
3596name = "cpufeatures"
3597version = "0.2.17"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3600dependencies = [
3601 "libc",
3602]
3603
3604[[package]]
3605name = "cranelift-bforest"
3606version = "0.116.1"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3609dependencies = [
3610 "cranelift-entity",
3611]
3612
3613[[package]]
3614name = "cranelift-bitset"
3615version = "0.116.1"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3618dependencies = [
3619 "serde",
3620 "serde_derive",
3621]
3622
3623[[package]]
3624name = "cranelift-codegen"
3625version = "0.116.1"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3628dependencies = [
3629 "bumpalo",
3630 "cranelift-bforest",
3631 "cranelift-bitset",
3632 "cranelift-codegen-meta",
3633 "cranelift-codegen-shared",
3634 "cranelift-control",
3635 "cranelift-entity",
3636 "cranelift-isle",
3637 "gimli",
3638 "hashbrown 0.14.5",
3639 "log",
3640 "postcard",
3641 "regalloc2",
3642 "rustc-hash 2.1.1",
3643 "serde",
3644 "serde_derive",
3645 "sha2",
3646 "smallvec",
3647 "target-lexicon 0.13.2",
3648]
3649
3650[[package]]
3651name = "cranelift-codegen-meta"
3652version = "0.116.1"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3655dependencies = [
3656 "cranelift-codegen-shared",
3657]
3658
3659[[package]]
3660name = "cranelift-codegen-shared"
3661version = "0.116.1"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3664
3665[[package]]
3666name = "cranelift-control"
3667version = "0.116.1"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3670dependencies = [
3671 "arbitrary",
3672]
3673
3674[[package]]
3675name = "cranelift-entity"
3676version = "0.116.1"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3679dependencies = [
3680 "cranelift-bitset",
3681 "serde",
3682 "serde_derive",
3683]
3684
3685[[package]]
3686name = "cranelift-frontend"
3687version = "0.116.1"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3690dependencies = [
3691 "cranelift-codegen",
3692 "log",
3693 "smallvec",
3694 "target-lexicon 0.13.2",
3695]
3696
3697[[package]]
3698name = "cranelift-isle"
3699version = "0.116.1"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3702
3703[[package]]
3704name = "cranelift-native"
3705version = "0.116.1"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3708dependencies = [
3709 "cranelift-codegen",
3710 "libc",
3711 "target-lexicon 0.13.2",
3712]
3713
3714[[package]]
3715name = "crc"
3716version = "3.2.1"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3719dependencies = [
3720 "crc-catalog",
3721]
3722
3723[[package]]
3724name = "crc-catalog"
3725version = "2.4.0"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3728
3729[[package]]
3730name = "crc32c"
3731version = "0.6.8"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3734dependencies = [
3735 "rustc_version",
3736]
3737
3738[[package]]
3739name = "crc32fast"
3740version = "1.4.2"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3743dependencies = [
3744 "cfg-if",
3745]
3746
3747[[package]]
3748name = "crc64fast-nvme"
3749version = "1.2.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3752dependencies = [
3753 "crc",
3754]
3755
3756[[package]]
3757name = "credentials_provider"
3758version = "0.1.0"
3759dependencies = [
3760 "anyhow",
3761 "futures 0.3.31",
3762 "gpui",
3763 "paths",
3764 "release_channel",
3765 "serde",
3766 "serde_json",
3767 "workspace-hack",
3768]
3769
3770[[package]]
3771name = "criterion"
3772version = "0.5.1"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3775dependencies = [
3776 "anes",
3777 "cast",
3778 "ciborium",
3779 "clap",
3780 "criterion-plot",
3781 "is-terminal",
3782 "itertools 0.10.5",
3783 "num-traits",
3784 "once_cell",
3785 "oorandom",
3786 "plotters",
3787 "rayon",
3788 "regex",
3789 "serde",
3790 "serde_derive",
3791 "serde_json",
3792 "tinytemplate",
3793 "walkdir",
3794]
3795
3796[[package]]
3797name = "criterion-plot"
3798version = "0.5.0"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3801dependencies = [
3802 "cast",
3803 "itertools 0.10.5",
3804]
3805
3806[[package]]
3807name = "crossbeam-channel"
3808version = "0.5.15"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3811dependencies = [
3812 "crossbeam-utils",
3813]
3814
3815[[package]]
3816name = "crossbeam-deque"
3817version = "0.8.6"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3820dependencies = [
3821 "crossbeam-epoch",
3822 "crossbeam-utils",
3823]
3824
3825[[package]]
3826name = "crossbeam-epoch"
3827version = "0.9.18"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3830dependencies = [
3831 "crossbeam-utils",
3832]
3833
3834[[package]]
3835name = "crossbeam-queue"
3836version = "0.3.12"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3839dependencies = [
3840 "crossbeam-utils",
3841]
3842
3843[[package]]
3844name = "crossbeam-utils"
3845version = "0.8.21"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3848
3849[[package]]
3850name = "crunchy"
3851version = "0.2.3"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3854
3855[[package]]
3856name = "crypto-bigint"
3857version = "0.4.9"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3860dependencies = [
3861 "generic-array",
3862 "rand_core 0.6.4",
3863 "subtle",
3864 "zeroize",
3865]
3866
3867[[package]]
3868name = "crypto-bigint"
3869version = "0.5.5"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3872dependencies = [
3873 "rand_core 0.6.4",
3874 "subtle",
3875]
3876
3877[[package]]
3878name = "crypto-common"
3879version = "0.1.6"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3882dependencies = [
3883 "generic-array",
3884 "rand_core 0.6.4",
3885 "typenum",
3886]
3887
3888[[package]]
3889name = "cssparser"
3890version = "0.35.0"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3893dependencies = [
3894 "cssparser-macros",
3895 "dtoa-short",
3896 "itoa",
3897 "phf",
3898 "smallvec",
3899]
3900
3901[[package]]
3902name = "cssparser-macros"
3903version = "0.6.1"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3906dependencies = [
3907 "quote",
3908 "syn 2.0.101",
3909]
3910
3911[[package]]
3912name = "ctor"
3913version = "0.4.2"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3916dependencies = [
3917 "ctor-proc-macro",
3918 "dtor",
3919]
3920
3921[[package]]
3922name = "ctor-proc-macro"
3923version = "0.0.5"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3926
3927[[package]]
3928name = "ctrlc"
3929version = "3.4.6"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3932dependencies = [
3933 "nix 0.29.0",
3934 "windows-sys 0.59.0",
3935]
3936
3937[[package]]
3938name = "cursor-icon"
3939version = "1.1.0"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3942
3943[[package]]
3944name = "cxx"
3945version = "1.0.157"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3948dependencies = [
3949 "cc",
3950 "cxxbridge-cmd",
3951 "cxxbridge-flags",
3952 "cxxbridge-macro",
3953 "foldhash",
3954 "link-cplusplus",
3955]
3956
3957[[package]]
3958name = "cxx-build"
3959version = "1.0.157"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3962dependencies = [
3963 "cc",
3964 "codespan-reporting 0.12.0",
3965 "proc-macro2",
3966 "quote",
3967 "scratch",
3968 "syn 2.0.101",
3969]
3970
3971[[package]]
3972name = "cxxbridge-cmd"
3973version = "1.0.157"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3976dependencies = [
3977 "clap",
3978 "codespan-reporting 0.12.0",
3979 "proc-macro2",
3980 "quote",
3981 "syn 2.0.101",
3982]
3983
3984[[package]]
3985name = "cxxbridge-flags"
3986version = "1.0.157"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3989
3990[[package]]
3991name = "cxxbridge-macro"
3992version = "1.0.157"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3995dependencies = [
3996 "proc-macro2",
3997 "quote",
3998 "rustversion",
3999 "syn 2.0.101",
4000]
4001
4002[[package]]
4003name = "dap"
4004version = "0.1.0"
4005dependencies = [
4006 "anyhow",
4007 "async-compression",
4008 "async-pipe",
4009 "async-tar",
4010 "async-trait",
4011 "client",
4012 "collections",
4013 "dap-types",
4014 "env_logger 0.11.8",
4015 "fs",
4016 "futures 0.3.31",
4017 "gpui",
4018 "http_client",
4019 "language",
4020 "log",
4021 "node_runtime",
4022 "parking_lot",
4023 "paths",
4024 "proto",
4025 "schemars",
4026 "serde",
4027 "serde_json",
4028 "settings",
4029 "smallvec",
4030 "smol",
4031 "task",
4032 "util",
4033 "workspace-hack",
4034]
4035
4036[[package]]
4037name = "dap-types"
4038version = "0.0.1"
4039source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
4040dependencies = [
4041 "schemars",
4042 "serde",
4043 "serde_json",
4044]
4045
4046[[package]]
4047name = "dap_adapters"
4048version = "0.1.0"
4049dependencies = [
4050 "anyhow",
4051 "async-trait",
4052 "dap",
4053 "futures 0.3.31",
4054 "gpui",
4055 "language",
4056 "paths",
4057 "serde",
4058 "serde_json",
4059 "smol",
4060 "task",
4061 "util",
4062 "workspace-hack",
4063]
4064
4065[[package]]
4066name = "darling"
4067version = "0.20.11"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4070dependencies = [
4071 "darling_core",
4072 "darling_macro",
4073]
4074
4075[[package]]
4076name = "darling_core"
4077version = "0.20.11"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4080dependencies = [
4081 "fnv",
4082 "ident_case",
4083 "proc-macro2",
4084 "quote",
4085 "strsim",
4086 "syn 2.0.101",
4087]
4088
4089[[package]]
4090name = "darling_macro"
4091version = "0.20.11"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4094dependencies = [
4095 "darling_core",
4096 "quote",
4097 "syn 2.0.101",
4098]
4099
4100[[package]]
4101name = "dashmap"
4102version = "5.5.3"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4105dependencies = [
4106 "cfg-if",
4107 "hashbrown 0.14.5",
4108 "lock_api",
4109 "once_cell",
4110 "parking_lot_core",
4111]
4112
4113[[package]]
4114name = "dashmap"
4115version = "6.1.0"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4118dependencies = [
4119 "cfg-if",
4120 "crossbeam-utils",
4121 "hashbrown 0.14.5",
4122 "lock_api",
4123 "once_cell",
4124 "parking_lot_core",
4125]
4126
4127[[package]]
4128name = "dasp_sample"
4129version = "0.11.0"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4132
4133[[package]]
4134name = "data-encoding"
4135version = "2.9.0"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4138
4139[[package]]
4140name = "data-url"
4141version = "0.3.1"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4144
4145[[package]]
4146name = "db"
4147version = "0.1.0"
4148dependencies = [
4149 "anyhow",
4150 "gpui",
4151 "indoc",
4152 "log",
4153 "paths",
4154 "release_channel",
4155 "smol",
4156 "sqlez",
4157 "sqlez_macros",
4158 "tempfile",
4159 "util",
4160 "workspace-hack",
4161]
4162
4163[[package]]
4164name = "dbus"
4165version = "0.9.7"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4168dependencies = [
4169 "libc",
4170 "libdbus-sys",
4171 "winapi",
4172]
4173
4174[[package]]
4175name = "debug_adapter_extension"
4176version = "0.1.0"
4177dependencies = [
4178 "anyhow",
4179 "async-trait",
4180 "dap",
4181 "extension",
4182 "gpui",
4183 "workspace-hack",
4184]
4185
4186[[package]]
4187name = "debugger_tools"
4188version = "0.1.0"
4189dependencies = [
4190 "anyhow",
4191 "dap",
4192 "editor",
4193 "futures 0.3.31",
4194 "gpui",
4195 "project",
4196 "serde_json",
4197 "settings",
4198 "smol",
4199 "util",
4200 "workspace",
4201 "workspace-hack",
4202]
4203
4204[[package]]
4205name = "debugger_ui"
4206version = "0.1.0"
4207dependencies = [
4208 "anyhow",
4209 "client",
4210 "collections",
4211 "command_palette_hooks",
4212 "dap",
4213 "dap_adapters",
4214 "db",
4215 "debugger_tools",
4216 "editor",
4217 "env_logger 0.11.8",
4218 "feature_flags",
4219 "file_icons",
4220 "futures 0.3.31",
4221 "fuzzy",
4222 "gpui",
4223 "language",
4224 "log",
4225 "menu",
4226 "parking_lot",
4227 "paths",
4228 "picker",
4229 "pretty_assertions",
4230 "project",
4231 "rpc",
4232 "serde",
4233 "serde_json",
4234 "settings",
4235 "shlex",
4236 "sysinfo",
4237 "task",
4238 "tasks_ui",
4239 "terminal_view",
4240 "theme",
4241 "ui",
4242 "unindent",
4243 "util",
4244 "workspace",
4245 "workspace-hack",
4246]
4247
4248[[package]]
4249name = "deepseek"
4250version = "0.1.0"
4251dependencies = [
4252 "anyhow",
4253 "futures 0.3.31",
4254 "http_client",
4255 "schemars",
4256 "serde",
4257 "serde_json",
4258 "workspace-hack",
4259]
4260
4261[[package]]
4262name = "deflate64"
4263version = "0.1.9"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4266
4267[[package]]
4268name = "der"
4269version = "0.6.1"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4272dependencies = [
4273 "const-oid",
4274 "zeroize",
4275]
4276
4277[[package]]
4278name = "der"
4279version = "0.7.10"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4282dependencies = [
4283 "const-oid",
4284 "pem-rfc7468",
4285 "zeroize",
4286]
4287
4288[[package]]
4289name = "deranged"
4290version = "0.4.0"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4293dependencies = [
4294 "powerfmt",
4295 "serde",
4296]
4297
4298[[package]]
4299name = "derive_builder"
4300version = "0.20.2"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4303dependencies = [
4304 "derive_builder_macro",
4305]
4306
4307[[package]]
4308name = "derive_builder_core"
4309version = "0.20.2"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4312dependencies = [
4313 "darling",
4314 "proc-macro2",
4315 "quote",
4316 "syn 2.0.101",
4317]
4318
4319[[package]]
4320name = "derive_builder_macro"
4321version = "0.20.2"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4324dependencies = [
4325 "derive_builder_core",
4326 "syn 2.0.101",
4327]
4328
4329[[package]]
4330name = "derive_more"
4331version = "0.99.19"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4334dependencies = [
4335 "convert_case 0.4.0",
4336 "proc-macro2",
4337 "quote",
4338 "rustc_version",
4339 "syn 2.0.101",
4340]
4341
4342[[package]]
4343name = "derive_refineable"
4344version = "0.1.0"
4345dependencies = [
4346 "proc-macro2",
4347 "quote",
4348 "syn 1.0.109",
4349 "workspace-hack",
4350]
4351
4352[[package]]
4353name = "diagnostics"
4354version = "0.1.0"
4355dependencies = [
4356 "anyhow",
4357 "client",
4358 "collections",
4359 "component",
4360 "ctor",
4361 "editor",
4362 "env_logger 0.11.8",
4363 "futures 0.3.31",
4364 "gpui",
4365 "indoc",
4366 "language",
4367 "log",
4368 "lsp",
4369 "markdown",
4370 "pretty_assertions",
4371 "project",
4372 "rand 0.8.5",
4373 "serde",
4374 "serde_json",
4375 "settings",
4376 "text",
4377 "theme",
4378 "ui",
4379 "unindent",
4380 "util",
4381 "workspace",
4382 "workspace-hack",
4383]
4384
4385[[package]]
4386name = "dialoguer"
4387version = "0.11.0"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4390dependencies = [
4391 "console",
4392 "fuzzy-matcher",
4393 "shell-words",
4394 "tempfile",
4395 "thiserror 1.0.69",
4396 "zeroize",
4397]
4398
4399[[package]]
4400name = "diff"
4401version = "0.1.13"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4404
4405[[package]]
4406name = "diffy"
4407version = "0.4.2"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4410dependencies = [
4411 "nu-ansi-term 0.50.1",
4412]
4413
4414[[package]]
4415name = "digest"
4416version = "0.10.7"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4419dependencies = [
4420 "block-buffer",
4421 "const-oid",
4422 "crypto-common",
4423 "subtle",
4424]
4425
4426[[package]]
4427name = "dirs"
4428version = "4.0.0"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4431dependencies = [
4432 "dirs-sys 0.3.7",
4433]
4434
4435[[package]]
4436name = "dirs"
4437version = "5.0.1"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4440dependencies = [
4441 "dirs-sys 0.4.1",
4442]
4443
4444[[package]]
4445name = "dirs"
4446version = "6.0.0"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4449dependencies = [
4450 "dirs-sys 0.5.0",
4451]
4452
4453[[package]]
4454name = "dirs-sys"
4455version = "0.3.7"
4456source = "registry+https://github.com/rust-lang/crates.io-index"
4457checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4458dependencies = [
4459 "libc",
4460 "redox_users 0.4.6",
4461 "winapi",
4462]
4463
4464[[package]]
4465name = "dirs-sys"
4466version = "0.4.1"
4467source = "registry+https://github.com/rust-lang/crates.io-index"
4468checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4469dependencies = [
4470 "libc",
4471 "option-ext",
4472 "redox_users 0.4.6",
4473 "windows-sys 0.48.0",
4474]
4475
4476[[package]]
4477name = "dirs-sys"
4478version = "0.5.0"
4479source = "registry+https://github.com/rust-lang/crates.io-index"
4480checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4481dependencies = [
4482 "libc",
4483 "option-ext",
4484 "redox_users 0.5.0",
4485 "windows-sys 0.59.0",
4486]
4487
4488[[package]]
4489name = "dispatch"
4490version = "0.2.0"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4493
4494[[package]]
4495name = "dispatch2"
4496version = "0.3.0"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4499dependencies = [
4500 "bitflags 2.9.0",
4501 "objc2",
4502]
4503
4504[[package]]
4505name = "displaydoc"
4506version = "0.2.5"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4509dependencies = [
4510 "proc-macro2",
4511 "quote",
4512 "syn 2.0.101",
4513]
4514
4515[[package]]
4516name = "dlib"
4517version = "0.5.2"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4520dependencies = [
4521 "libloading",
4522]
4523
4524[[package]]
4525name = "docs_preprocessor"
4526version = "0.1.0"
4527dependencies = [
4528 "anyhow",
4529 "clap",
4530 "mdbook",
4531 "regex",
4532 "serde",
4533 "serde_json",
4534 "settings",
4535 "util",
4536 "workspace-hack",
4537]
4538
4539[[package]]
4540name = "documented"
4541version = "0.9.1"
4542source = "registry+https://github.com/rust-lang/crates.io-index"
4543checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4544dependencies = [
4545 "documented-macros",
4546 "phf",
4547 "thiserror 1.0.69",
4548]
4549
4550[[package]]
4551name = "documented-macros"
4552version = "0.9.1"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4555dependencies = [
4556 "convert_case 0.6.0",
4557 "itertools 0.13.0",
4558 "optfield",
4559 "proc-macro2",
4560 "quote",
4561 "strum 0.26.3",
4562 "syn 2.0.101",
4563]
4564
4565[[package]]
4566name = "dotenv"
4567version = "0.15.0"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4570
4571[[package]]
4572name = "dotenvy"
4573version = "0.15.7"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4576
4577[[package]]
4578name = "downcast-rs"
4579version = "1.2.1"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4582
4583[[package]]
4584name = "doxygen-rs"
4585version = "0.4.2"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4588dependencies = [
4589 "phf",
4590]
4591
4592[[package]]
4593name = "dtoa"
4594version = "1.0.10"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4597
4598[[package]]
4599name = "dtoa-short"
4600version = "0.3.5"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4603dependencies = [
4604 "dtoa",
4605]
4606
4607[[package]]
4608name = "dtor"
4609version = "0.0.6"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4612dependencies = [
4613 "dtor-proc-macro",
4614]
4615
4616[[package]]
4617name = "dtor-proc-macro"
4618version = "0.0.5"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4621
4622[[package]]
4623name = "dunce"
4624version = "1.0.5"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4627
4628[[package]]
4629name = "dwrote"
4630version = "0.11.3"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4633dependencies = [
4634 "lazy_static",
4635 "libc",
4636 "winapi",
4637 "wio",
4638]
4639
4640[[package]]
4641name = "dyn-clone"
4642version = "1.0.19"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4645
4646[[package]]
4647name = "ec4rs"
4648version = "1.2.0"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4651
4652[[package]]
4653name = "ecdsa"
4654version = "0.14.8"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4657dependencies = [
4658 "der 0.6.1",
4659 "elliptic-curve",
4660 "rfc6979",
4661 "signature 1.6.4",
4662]
4663
4664[[package]]
4665name = "editor"
4666version = "0.1.0"
4667dependencies = [
4668 "aho-corasick",
4669 "anyhow",
4670 "assets",
4671 "buffer_diff",
4672 "client",
4673 "clock",
4674 "collections",
4675 "command_palette_hooks",
4676 "convert_case 0.8.0",
4677 "ctor",
4678 "db",
4679 "emojis",
4680 "env_logger 0.11.8",
4681 "feature_flags",
4682 "file_icons",
4683 "fs",
4684 "futures 0.3.31",
4685 "fuzzy",
4686 "git",
4687 "gpui",
4688 "http_client",
4689 "indoc",
4690 "inline_completion",
4691 "itertools 0.14.0",
4692 "language",
4693 "languages",
4694 "linkify",
4695 "log",
4696 "lsp",
4697 "markdown",
4698 "menu",
4699 "multi_buffer",
4700 "ordered-float 2.10.1",
4701 "parking_lot",
4702 "pretty_assertions",
4703 "project",
4704 "rand 0.8.5",
4705 "release_channel",
4706 "rpc",
4707 "schemars",
4708 "serde",
4709 "serde_json",
4710 "settings",
4711 "smallvec",
4712 "smol",
4713 "snippet",
4714 "sum_tree",
4715 "task",
4716 "telemetry",
4717 "tempfile",
4718 "text",
4719 "theme",
4720 "time",
4721 "tree-sitter-html",
4722 "tree-sitter-python",
4723 "tree-sitter-rust",
4724 "tree-sitter-typescript",
4725 "ui",
4726 "unicode-script",
4727 "unicode-segmentation",
4728 "unindent",
4729 "url",
4730 "util",
4731 "uuid",
4732 "workspace",
4733 "workspace-hack",
4734 "zed_actions",
4735]
4736
4737[[package]]
4738name = "either"
4739version = "1.15.0"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4742dependencies = [
4743 "serde",
4744]
4745
4746[[package]]
4747name = "elasticlunr-rs"
4748version = "3.0.2"
4749source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4751dependencies = [
4752 "regex",
4753 "serde",
4754 "serde_derive",
4755 "serde_json",
4756]
4757
4758[[package]]
4759name = "elliptic-curve"
4760version = "0.12.3"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4763dependencies = [
4764 "base16ct",
4765 "crypto-bigint 0.4.9",
4766 "der 0.6.1",
4767 "digest",
4768 "ff",
4769 "generic-array",
4770 "group",
4771 "pkcs8 0.9.0",
4772 "rand_core 0.6.4",
4773 "sec1",
4774 "subtle",
4775 "zeroize",
4776]
4777
4778[[package]]
4779name = "email_address"
4780version = "0.2.9"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4783dependencies = [
4784 "serde",
4785]
4786
4787[[package]]
4788name = "embed-resource"
4789version = "3.0.2"
4790source = "registry+https://github.com/rust-lang/crates.io-index"
4791checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4792dependencies = [
4793 "cc",
4794 "memchr",
4795 "rustc_version",
4796 "toml 0.8.20",
4797 "vswhom",
4798 "winreg 0.52.0",
4799]
4800
4801[[package]]
4802name = "embedded-io"
4803version = "0.4.0"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4806
4807[[package]]
4808name = "embedded-io"
4809version = "0.6.1"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4812
4813[[package]]
4814name = "emojis"
4815version = "0.6.4"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4818dependencies = [
4819 "phf",
4820]
4821
4822[[package]]
4823name = "encode_unicode"
4824version = "1.0.0"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4827
4828[[package]]
4829name = "encoding_rs"
4830version = "0.8.35"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4833dependencies = [
4834 "cfg-if",
4835]
4836
4837[[package]]
4838name = "endi"
4839version = "1.1.0"
4840source = "registry+https://github.com/rust-lang/crates.io-index"
4841checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4842
4843[[package]]
4844name = "enumflags2"
4845version = "0.7.11"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4848dependencies = [
4849 "enumflags2_derive",
4850 "serde",
4851]
4852
4853[[package]]
4854name = "enumflags2_derive"
4855version = "0.7.11"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4858dependencies = [
4859 "proc-macro2",
4860 "quote",
4861 "syn 2.0.101",
4862]
4863
4864[[package]]
4865name = "env_filter"
4866version = "0.1.3"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4869dependencies = [
4870 "log",
4871 "regex",
4872]
4873
4874[[package]]
4875name = "env_logger"
4876version = "0.10.2"
4877source = "registry+https://github.com/rust-lang/crates.io-index"
4878checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4879dependencies = [
4880 "humantime",
4881 "is-terminal",
4882 "log",
4883 "regex",
4884 "termcolor",
4885]
4886
4887[[package]]
4888name = "env_logger"
4889version = "0.11.8"
4890source = "registry+https://github.com/rust-lang/crates.io-index"
4891checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4892dependencies = [
4893 "anstream",
4894 "anstyle",
4895 "env_filter",
4896 "jiff",
4897 "log",
4898]
4899
4900[[package]]
4901name = "envy"
4902version = "0.4.2"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4905dependencies = [
4906 "serde",
4907]
4908
4909[[package]]
4910name = "equivalent"
4911version = "1.0.2"
4912source = "registry+https://github.com/rust-lang/crates.io-index"
4913checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4914
4915[[package]]
4916name = "erased-serde"
4917version = "0.4.6"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4920dependencies = [
4921 "serde",
4922 "typeid",
4923]
4924
4925[[package]]
4926name = "errno"
4927version = "0.2.8"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4930dependencies = [
4931 "errno-dragonfly",
4932 "libc",
4933 "winapi",
4934]
4935
4936[[package]]
4937name = "errno"
4938version = "0.3.11"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4941dependencies = [
4942 "libc",
4943 "windows-sys 0.59.0",
4944]
4945
4946[[package]]
4947name = "errno-dragonfly"
4948version = "0.1.2"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4951dependencies = [
4952 "cc",
4953 "libc",
4954]
4955
4956[[package]]
4957name = "etagere"
4958version = "0.2.15"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4961dependencies = [
4962 "euclid",
4963 "svg_fmt",
4964]
4965
4966[[package]]
4967name = "etcetera"
4968version = "0.8.0"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4971dependencies = [
4972 "cfg-if",
4973 "home",
4974 "windows-sys 0.48.0",
4975]
4976
4977[[package]]
4978name = "euclid"
4979version = "0.22.11"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4982dependencies = [
4983 "num-traits",
4984]
4985
4986[[package]]
4987name = "eval"
4988version = "0.1.0"
4989dependencies = [
4990 "agent",
4991 "anyhow",
4992 "assistant_settings",
4993 "assistant_tool",
4994 "assistant_tools",
4995 "async-trait",
4996 "async-watch",
4997 "buffer_diff",
4998 "chrono",
4999 "clap",
5000 "client",
5001 "collections",
5002 "debug_adapter_extension",
5003 "dirs 4.0.0",
5004 "dotenv",
5005 "env_logger 0.11.8",
5006 "extension",
5007 "fs",
5008 "futures 0.3.31",
5009 "gpui",
5010 "gpui_tokio",
5011 "handlebars 4.5.0",
5012 "language",
5013 "language_extension",
5014 "language_model",
5015 "language_models",
5016 "languages",
5017 "markdown",
5018 "node_runtime",
5019 "pathdiff",
5020 "paths",
5021 "pretty_assertions",
5022 "project",
5023 "prompt_store",
5024 "regex",
5025 "release_channel",
5026 "reqwest_client",
5027 "serde",
5028 "serde_json",
5029 "settings",
5030 "shellexpand 2.1.2",
5031 "smol",
5032 "telemetry",
5033 "terminal_view",
5034 "toml 0.8.20",
5035 "unindent",
5036 "util",
5037 "uuid",
5038 "workspace-hack",
5039]
5040
5041[[package]]
5042name = "event-listener"
5043version = "2.5.3"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5046
5047[[package]]
5048name = "event-listener"
5049version = "5.4.0"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5052dependencies = [
5053 "concurrent-queue",
5054 "parking",
5055 "pin-project-lite",
5056]
5057
5058[[package]]
5059name = "event-listener-strategy"
5060version = "0.5.4"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5063dependencies = [
5064 "event-listener 5.4.0",
5065 "pin-project-lite",
5066]
5067
5068[[package]]
5069name = "exec"
5070version = "0.3.1"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5073dependencies = [
5074 "errno 0.2.8",
5075 "libc",
5076]
5077
5078[[package]]
5079name = "exr"
5080version = "1.73.0"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5083dependencies = [
5084 "bit_field",
5085 "half",
5086 "lebe",
5087 "miniz_oxide",
5088 "rayon-core",
5089 "smallvec",
5090 "zune-inflate",
5091]
5092
5093[[package]]
5094name = "extension"
5095version = "0.1.0"
5096dependencies = [
5097 "anyhow",
5098 "async-compression",
5099 "async-tar",
5100 "async-trait",
5101 "collections",
5102 "dap",
5103 "fs",
5104 "futures 0.3.31",
5105 "gpui",
5106 "heck 0.5.0",
5107 "http_client",
5108 "language",
5109 "log",
5110 "lsp",
5111 "parking_lot",
5112 "semantic_version",
5113 "serde",
5114 "serde_json",
5115 "task",
5116 "toml 0.8.20",
5117 "util",
5118 "wasi-preview1-component-adapter-provider",
5119 "wasm-encoder 0.221.3",
5120 "wasmparser 0.221.3",
5121 "wit-component 0.221.3",
5122 "workspace-hack",
5123]
5124
5125[[package]]
5126name = "extension_cli"
5127version = "0.1.0"
5128dependencies = [
5129 "anyhow",
5130 "clap",
5131 "env_logger 0.11.8",
5132 "extension",
5133 "fs",
5134 "gpui",
5135 "language",
5136 "log",
5137 "reqwest_client",
5138 "rpc",
5139 "serde",
5140 "serde_json",
5141 "theme",
5142 "tokio",
5143 "toml 0.8.20",
5144 "tree-sitter",
5145 "wasmtime",
5146 "workspace-hack",
5147]
5148
5149[[package]]
5150name = "extension_host"
5151version = "0.1.0"
5152dependencies = [
5153 "anyhow",
5154 "async-compression",
5155 "async-tar",
5156 "async-trait",
5157 "client",
5158 "collections",
5159 "criterion",
5160 "ctor",
5161 "dap",
5162 "env_logger 0.11.8",
5163 "extension",
5164 "fs",
5165 "futures 0.3.31",
5166 "gpui",
5167 "http_client",
5168 "language",
5169 "language_extension",
5170 "log",
5171 "lsp",
5172 "moka",
5173 "node_runtime",
5174 "parking_lot",
5175 "paths",
5176 "project",
5177 "rand 0.8.5",
5178 "release_channel",
5179 "remote",
5180 "reqwest_client",
5181 "schemars",
5182 "semantic_version",
5183 "serde",
5184 "serde_json",
5185 "serde_json_lenient",
5186 "settings",
5187 "task",
5188 "telemetry",
5189 "tempfile",
5190 "theme",
5191 "theme_extension",
5192 "toml 0.8.20",
5193 "url",
5194 "util",
5195 "wasmparser 0.221.3",
5196 "wasmtime",
5197 "wasmtime-wasi",
5198 "workspace-hack",
5199]
5200
5201[[package]]
5202name = "extensions_ui"
5203version = "0.1.0"
5204dependencies = [
5205 "anyhow",
5206 "client",
5207 "collections",
5208 "db",
5209 "editor",
5210 "extension",
5211 "extension_host",
5212 "fs",
5213 "fuzzy",
5214 "gpui",
5215 "language",
5216 "log",
5217 "num-format",
5218 "picker",
5219 "project",
5220 "release_channel",
5221 "semantic_version",
5222 "serde",
5223 "settings",
5224 "smallvec",
5225 "strum 0.27.1",
5226 "telemetry",
5227 "theme",
5228 "ui",
5229 "util",
5230 "vim_mode_setting",
5231 "workspace",
5232 "workspace-hack",
5233 "zed_actions",
5234]
5235
5236[[package]]
5237name = "fallible-iterator"
5238version = "0.3.0"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5241
5242[[package]]
5243name = "fancy-regex"
5244version = "0.13.0"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5247dependencies = [
5248 "bit-set 0.5.3",
5249 "regex-automata 0.4.9",
5250 "regex-syntax 0.8.5",
5251]
5252
5253[[package]]
5254name = "fancy-regex"
5255version = "0.14.0"
5256source = "registry+https://github.com/rust-lang/crates.io-index"
5257checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5258dependencies = [
5259 "bit-set 0.8.0",
5260 "regex-automata 0.4.9",
5261 "regex-syntax 0.8.5",
5262]
5263
5264[[package]]
5265name = "fast-srgb8"
5266version = "1.0.0"
5267source = "registry+https://github.com/rust-lang/crates.io-index"
5268checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5269
5270[[package]]
5271name = "faster-hex"
5272version = "0.9.0"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5275dependencies = [
5276 "serde",
5277]
5278
5279[[package]]
5280name = "faster-hex"
5281version = "0.10.0"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5284dependencies = [
5285 "heapless",
5286 "serde",
5287]
5288
5289[[package]]
5290name = "fastrand"
5291version = "1.9.0"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5294dependencies = [
5295 "instant",
5296]
5297
5298[[package]]
5299name = "fastrand"
5300version = "2.3.0"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5303
5304[[package]]
5305name = "fd-lock"
5306version = "4.0.4"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5309dependencies = [
5310 "cfg-if",
5311 "rustix 1.0.7",
5312 "windows-sys 0.59.0",
5313]
5314
5315[[package]]
5316name = "fdeflate"
5317version = "0.3.7"
5318source = "registry+https://github.com/rust-lang/crates.io-index"
5319checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5320dependencies = [
5321 "simd-adler32",
5322]
5323
5324[[package]]
5325name = "feature_flags"
5326version = "0.1.0"
5327dependencies = [
5328 "futures 0.3.31",
5329 "gpui",
5330 "smol",
5331 "workspace-hack",
5332]
5333
5334[[package]]
5335name = "feedback"
5336version = "0.1.0"
5337dependencies = [
5338 "client",
5339 "editor",
5340 "gpui",
5341 "human_bytes",
5342 "menu",
5343 "release_channel",
5344 "serde",
5345 "sysinfo",
5346 "ui",
5347 "urlencoding",
5348 "util",
5349 "workspace",
5350 "workspace-hack",
5351 "zed_actions",
5352]
5353
5354[[package]]
5355name = "ff"
5356version = "0.12.1"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5359dependencies = [
5360 "rand_core 0.6.4",
5361 "subtle",
5362]
5363
5364[[package]]
5365name = "file_finder"
5366version = "0.1.0"
5367dependencies = [
5368 "anyhow",
5369 "collections",
5370 "ctor",
5371 "editor",
5372 "env_logger 0.11.8",
5373 "file_icons",
5374 "futures 0.3.31",
5375 "fuzzy",
5376 "gpui",
5377 "language",
5378 "menu",
5379 "picker",
5380 "project",
5381 "schemars",
5382 "serde",
5383 "serde_derive",
5384 "serde_json",
5385 "settings",
5386 "text",
5387 "theme",
5388 "ui",
5389 "util",
5390 "workspace",
5391 "workspace-hack",
5392]
5393
5394[[package]]
5395name = "file_icons"
5396version = "0.1.0"
5397dependencies = [
5398 "gpui",
5399 "serde",
5400 "settings",
5401 "theme",
5402 "util",
5403 "workspace-hack",
5404]
5405
5406[[package]]
5407name = "filedescriptor"
5408version = "0.8.3"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5411dependencies = [
5412 "libc",
5413 "thiserror 1.0.69",
5414 "winapi",
5415]
5416
5417[[package]]
5418name = "filetime"
5419version = "0.2.25"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5422dependencies = [
5423 "cfg-if",
5424 "libc",
5425 "libredox",
5426 "windows-sys 0.59.0",
5427]
5428
5429[[package]]
5430name = "fixedbitset"
5431version = "0.4.2"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5434
5435[[package]]
5436name = "flate2"
5437version = "1.1.1"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5440dependencies = [
5441 "crc32fast",
5442 "libz-rs-sys",
5443 "miniz_oxide",
5444]
5445
5446[[package]]
5447name = "float-cmp"
5448version = "0.9.0"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5451
5452[[package]]
5453name = "float-ord"
5454version = "0.3.2"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5457
5458[[package]]
5459name = "float_next_after"
5460version = "1.0.0"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5463
5464[[package]]
5465name = "fluent-uri"
5466version = "0.3.2"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5469dependencies = [
5470 "borrow-or-share",
5471 "ref-cast",
5472 "serde",
5473]
5474
5475[[package]]
5476name = "flume"
5477version = "0.11.1"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5480dependencies = [
5481 "futures-core",
5482 "futures-sink",
5483 "nanorand",
5484 "spin",
5485]
5486
5487[[package]]
5488name = "fnv"
5489version = "1.0.7"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5492
5493[[package]]
5494name = "foldhash"
5495version = "0.1.5"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5498
5499[[package]]
5500name = "font-kit"
5501version = "0.14.1"
5502source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5503dependencies = [
5504 "bitflags 2.9.0",
5505 "byteorder",
5506 "core-foundation 0.10.0",
5507 "core-graphics 0.24.0",
5508 "core-text",
5509 "dirs 5.0.1",
5510 "dwrote",
5511 "float-ord",
5512 "freetype-sys",
5513 "lazy_static",
5514 "libc",
5515 "log",
5516 "pathfinder_geometry",
5517 "pathfinder_simd",
5518 "walkdir",
5519 "winapi",
5520 "yeslogic-fontconfig-sys",
5521]
5522
5523[[package]]
5524name = "font-types"
5525version = "0.8.4"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5528dependencies = [
5529 "bytemuck",
5530]
5531
5532[[package]]
5533name = "fontconfig-parser"
5534version = "0.5.7"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5537dependencies = [
5538 "roxmltree",
5539]
5540
5541[[package]]
5542name = "fontdb"
5543version = "0.16.2"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5546dependencies = [
5547 "fontconfig-parser",
5548 "log",
5549 "memmap2",
5550 "slotmap",
5551 "tinyvec",
5552 "ttf-parser 0.20.0",
5553]
5554
5555[[package]]
5556name = "fontdb"
5557version = "0.23.0"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5560dependencies = [
5561 "fontconfig-parser",
5562 "log",
5563 "memmap2",
5564 "slotmap",
5565 "tinyvec",
5566 "ttf-parser 0.25.1",
5567]
5568
5569[[package]]
5570name = "foreign-types"
5571version = "0.3.2"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5574dependencies = [
5575 "foreign-types-shared 0.1.1",
5576]
5577
5578[[package]]
5579name = "foreign-types"
5580version = "0.5.0"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5583dependencies = [
5584 "foreign-types-macros",
5585 "foreign-types-shared 0.3.1",
5586]
5587
5588[[package]]
5589name = "foreign-types-macros"
5590version = "0.2.3"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5593dependencies = [
5594 "proc-macro2",
5595 "quote",
5596 "syn 2.0.101",
5597]
5598
5599[[package]]
5600name = "foreign-types-shared"
5601version = "0.1.1"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5604
5605[[package]]
5606name = "foreign-types-shared"
5607version = "0.3.1"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5610
5611[[package]]
5612name = "fork"
5613version = "0.2.0"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5616dependencies = [
5617 "libc",
5618]
5619
5620[[package]]
5621name = "form_urlencoded"
5622version = "1.2.1"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5625dependencies = [
5626 "percent-encoding",
5627]
5628
5629[[package]]
5630name = "fraction"
5631version = "0.15.3"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5634dependencies = [
5635 "lazy_static",
5636 "num",
5637]
5638
5639[[package]]
5640name = "freetype-sys"
5641version = "0.20.1"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5644dependencies = [
5645 "cc",
5646 "libc",
5647 "pkg-config",
5648]
5649
5650[[package]]
5651name = "fs"
5652version = "0.1.0"
5653dependencies = [
5654 "anyhow",
5655 "ashpd",
5656 "async-tar",
5657 "async-trait",
5658 "cocoa 0.26.0",
5659 "collections",
5660 "fsevent",
5661 "futures 0.3.31",
5662 "git",
5663 "gpui",
5664 "ignore",
5665 "libc",
5666 "log",
5667 "notify",
5668 "objc",
5669 "parking_lot",
5670 "paths",
5671 "proto",
5672 "rope",
5673 "serde",
5674 "serde_json",
5675 "smol",
5676 "tempfile",
5677 "text",
5678 "time",
5679 "util",
5680 "windows 0.61.1",
5681 "workspace-hack",
5682]
5683
5684[[package]]
5685name = "fs-set-times"
5686version = "0.20.3"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5689dependencies = [
5690 "io-lifetimes",
5691 "rustix 1.0.7",
5692 "windows-sys 0.59.0",
5693]
5694
5695[[package]]
5696name = "fs2"
5697version = "0.4.3"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5700dependencies = [
5701 "libc",
5702 "winapi",
5703]
5704
5705[[package]]
5706name = "fs_extra"
5707version = "1.3.0"
5708source = "registry+https://github.com/rust-lang/crates.io-index"
5709checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5710
5711[[package]]
5712name = "fsevent"
5713version = "0.1.0"
5714dependencies = [
5715 "bitflags 2.9.0",
5716 "core-foundation 0.10.0",
5717 "fsevent-sys 3.1.0",
5718 "parking_lot",
5719 "tempfile",
5720 "workspace-hack",
5721]
5722
5723[[package]]
5724name = "fsevent-sys"
5725version = "3.1.0"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5728dependencies = [
5729 "libc",
5730]
5731
5732[[package]]
5733name = "fsevent-sys"
5734version = "4.1.0"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5737dependencies = [
5738 "libc",
5739]
5740
5741[[package]]
5742name = "funty"
5743version = "2.0.0"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5746
5747[[package]]
5748name = "futf"
5749version = "0.1.5"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5752dependencies = [
5753 "mac",
5754 "new_debug_unreachable",
5755]
5756
5757[[package]]
5758name = "futures"
5759version = "0.1.31"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5762
5763[[package]]
5764name = "futures"
5765version = "0.3.31"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5768dependencies = [
5769 "futures-channel",
5770 "futures-core",
5771 "futures-executor",
5772 "futures-io",
5773 "futures-sink",
5774 "futures-task",
5775 "futures-util",
5776]
5777
5778[[package]]
5779name = "futures-batch"
5780version = "0.6.1"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5783dependencies = [
5784 "futures 0.3.31",
5785 "futures-timer",
5786 "pin-utils",
5787]
5788
5789[[package]]
5790name = "futures-channel"
5791version = "0.3.31"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5794dependencies = [
5795 "futures-core",
5796 "futures-sink",
5797]
5798
5799[[package]]
5800name = "futures-core"
5801version = "0.3.31"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5804
5805[[package]]
5806name = "futures-executor"
5807version = "0.3.31"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5810dependencies = [
5811 "futures-core",
5812 "futures-task",
5813 "futures-util",
5814]
5815
5816[[package]]
5817name = "futures-intrusive"
5818version = "0.5.0"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5821dependencies = [
5822 "futures-core",
5823 "lock_api",
5824 "parking_lot",
5825]
5826
5827[[package]]
5828name = "futures-io"
5829version = "0.3.31"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5832
5833[[package]]
5834name = "futures-lite"
5835version = "1.13.0"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5838dependencies = [
5839 "fastrand 1.9.0",
5840 "futures-core",
5841 "futures-io",
5842 "memchr",
5843 "parking",
5844 "pin-project-lite",
5845 "waker-fn",
5846]
5847
5848[[package]]
5849name = "futures-lite"
5850version = "2.6.0"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5853dependencies = [
5854 "fastrand 2.3.0",
5855 "futures-core",
5856 "futures-io",
5857 "parking",
5858 "pin-project-lite",
5859]
5860
5861[[package]]
5862name = "futures-macro"
5863version = "0.3.31"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5866dependencies = [
5867 "proc-macro2",
5868 "quote",
5869 "syn 2.0.101",
5870]
5871
5872[[package]]
5873name = "futures-sink"
5874version = "0.3.31"
5875source = "registry+https://github.com/rust-lang/crates.io-index"
5876checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5877
5878[[package]]
5879name = "futures-task"
5880version = "0.3.31"
5881source = "registry+https://github.com/rust-lang/crates.io-index"
5882checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5883
5884[[package]]
5885name = "futures-timer"
5886version = "3.0.3"
5887source = "registry+https://github.com/rust-lang/crates.io-index"
5888checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5889
5890[[package]]
5891name = "futures-util"
5892version = "0.3.31"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5895dependencies = [
5896 "futures 0.1.31",
5897 "futures-channel",
5898 "futures-core",
5899 "futures-io",
5900 "futures-macro",
5901 "futures-sink",
5902 "futures-task",
5903 "memchr",
5904 "pin-project-lite",
5905 "pin-utils",
5906 "slab",
5907 "tokio-io",
5908]
5909
5910[[package]]
5911name = "fuzzy"
5912version = "0.1.0"
5913dependencies = [
5914 "gpui",
5915 "log",
5916 "util",
5917 "workspace-hack",
5918]
5919
5920[[package]]
5921name = "fuzzy-matcher"
5922version = "0.3.7"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5925dependencies = [
5926 "thread_local",
5927]
5928
5929[[package]]
5930name = "generator"
5931version = "0.8.5"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5934dependencies = [
5935 "cc",
5936 "cfg-if",
5937 "libc",
5938 "log",
5939 "rustversion",
5940 "windows 0.61.1",
5941]
5942
5943[[package]]
5944name = "generic-array"
5945version = "0.14.7"
5946source = "registry+https://github.com/rust-lang/crates.io-index"
5947checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5948dependencies = [
5949 "typenum",
5950 "version_check",
5951]
5952
5953[[package]]
5954name = "gethostname"
5955version = "0.4.3"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5958dependencies = [
5959 "libc",
5960 "windows-targets 0.48.5",
5961]
5962
5963[[package]]
5964name = "getrandom"
5965version = "0.1.16"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5968dependencies = [
5969 "cfg-if",
5970 "libc",
5971 "wasi 0.9.0+wasi-snapshot-preview1",
5972]
5973
5974[[package]]
5975name = "getrandom"
5976version = "0.2.15"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5979dependencies = [
5980 "cfg-if",
5981 "js-sys",
5982 "libc",
5983 "wasi 0.11.0+wasi-snapshot-preview1",
5984 "wasm-bindgen",
5985]
5986
5987[[package]]
5988name = "getrandom"
5989version = "0.3.2"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5992dependencies = [
5993 "cfg-if",
5994 "js-sys",
5995 "libc",
5996 "r-efi",
5997 "wasi 0.14.2+wasi-0.2.4",
5998 "wasm-bindgen",
5999]
6000
6001[[package]]
6002name = "gif"
6003version = "0.13.1"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6006dependencies = [
6007 "color_quant",
6008 "weezl",
6009]
6010
6011[[package]]
6012name = "gimli"
6013version = "0.31.1"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6016dependencies = [
6017 "fallible-iterator",
6018 "indexmap",
6019 "stable_deref_trait",
6020]
6021
6022[[package]]
6023name = "git"
6024version = "0.1.0"
6025dependencies = [
6026 "anyhow",
6027 "askpass",
6028 "async-trait",
6029 "collections",
6030 "derive_more",
6031 "futures 0.3.31",
6032 "git2",
6033 "gpui",
6034 "http_client",
6035 "log",
6036 "parking_lot",
6037 "pretty_assertions",
6038 "regex",
6039 "rope",
6040 "schemars",
6041 "serde",
6042 "serde_json",
6043 "smol",
6044 "sum_tree",
6045 "tempfile",
6046 "text",
6047 "thiserror 2.0.12",
6048 "time",
6049 "unindent",
6050 "url",
6051 "util",
6052 "uuid",
6053 "workspace-hack",
6054]
6055
6056[[package]]
6057name = "git2"
6058version = "0.20.1"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6061dependencies = [
6062 "bitflags 2.9.0",
6063 "libc",
6064 "libgit2-sys",
6065 "log",
6066 "url",
6067]
6068
6069[[package]]
6070name = "git_hosting_providers"
6071version = "0.1.0"
6072dependencies = [
6073 "anyhow",
6074 "async-trait",
6075 "futures 0.3.31",
6076 "git",
6077 "gpui",
6078 "http_client",
6079 "indoc",
6080 "pretty_assertions",
6081 "regex",
6082 "schemars",
6083 "serde",
6084 "serde_json",
6085 "settings",
6086 "url",
6087 "util",
6088 "workspace-hack",
6089]
6090
6091[[package]]
6092name = "git_ui"
6093version = "0.1.0"
6094dependencies = [
6095 "anyhow",
6096 "askpass",
6097 "assistant_settings",
6098 "buffer_diff",
6099 "chrono",
6100 "collections",
6101 "command_palette_hooks",
6102 "component",
6103 "ctor",
6104 "db",
6105 "editor",
6106 "env_logger 0.11.8",
6107 "futures 0.3.31",
6108 "fuzzy",
6109 "git",
6110 "gpui",
6111 "itertools 0.14.0",
6112 "language",
6113 "language_model",
6114 "linkify",
6115 "log",
6116 "markdown",
6117 "menu",
6118 "multi_buffer",
6119 "notifications",
6120 "panel",
6121 "picker",
6122 "postage",
6123 "pretty_assertions",
6124 "project",
6125 "schemars",
6126 "serde",
6127 "serde_derive",
6128 "serde_json",
6129 "settings",
6130 "strum 0.27.1",
6131 "telemetry",
6132 "theme",
6133 "time",
6134 "time_format",
6135 "ui",
6136 "unindent",
6137 "util",
6138 "windows 0.61.1",
6139 "workspace",
6140 "workspace-hack",
6141 "zed_actions",
6142]
6143
6144[[package]]
6145name = "gix"
6146version = "0.71.0"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6149dependencies = [
6150 "gix-actor",
6151 "gix-attributes",
6152 "gix-command",
6153 "gix-commitgraph",
6154 "gix-config",
6155 "gix-date",
6156 "gix-diff",
6157 "gix-discover",
6158 "gix-features 0.41.1",
6159 "gix-filter",
6160 "gix-fs 0.14.0",
6161 "gix-glob",
6162 "gix-hash 0.17.0",
6163 "gix-hashtable",
6164 "gix-ignore",
6165 "gix-index",
6166 "gix-lock",
6167 "gix-object",
6168 "gix-odb",
6169 "gix-pack",
6170 "gix-path",
6171 "gix-pathspec",
6172 "gix-protocol",
6173 "gix-ref",
6174 "gix-refspec",
6175 "gix-revision",
6176 "gix-revwalk",
6177 "gix-sec",
6178 "gix-shallow",
6179 "gix-submodule",
6180 "gix-tempfile",
6181 "gix-trace",
6182 "gix-traverse",
6183 "gix-url",
6184 "gix-utils 0.2.0",
6185 "gix-validate 0.9.4",
6186 "gix-worktree",
6187 "once_cell",
6188 "smallvec",
6189 "thiserror 2.0.12",
6190]
6191
6192[[package]]
6193name = "gix-actor"
6194version = "0.34.0"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6197dependencies = [
6198 "bstr",
6199 "gix-date",
6200 "gix-utils 0.2.0",
6201 "itoa",
6202 "thiserror 2.0.12",
6203 "winnow",
6204]
6205
6206[[package]]
6207name = "gix-attributes"
6208version = "0.25.0"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6211dependencies = [
6212 "bstr",
6213 "gix-glob",
6214 "gix-path",
6215 "gix-quote",
6216 "gix-trace",
6217 "kstring",
6218 "smallvec",
6219 "thiserror 2.0.12",
6220 "unicode-bom",
6221]
6222
6223[[package]]
6224name = "gix-bitmap"
6225version = "0.2.14"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6228dependencies = [
6229 "thiserror 2.0.12",
6230]
6231
6232[[package]]
6233name = "gix-chunk"
6234version = "0.4.11"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6237dependencies = [
6238 "thiserror 2.0.12",
6239]
6240
6241[[package]]
6242name = "gix-command"
6243version = "0.5.0"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6246dependencies = [
6247 "bstr",
6248 "gix-path",
6249 "gix-quote",
6250 "gix-trace",
6251 "shell-words",
6252]
6253
6254[[package]]
6255name = "gix-commitgraph"
6256version = "0.27.0"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6259dependencies = [
6260 "bstr",
6261 "gix-chunk",
6262 "gix-hash 0.17.0",
6263 "memmap2",
6264 "thiserror 2.0.12",
6265]
6266
6267[[package]]
6268name = "gix-config"
6269version = "0.44.0"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6272dependencies = [
6273 "bstr",
6274 "gix-config-value",
6275 "gix-features 0.41.1",
6276 "gix-glob",
6277 "gix-path",
6278 "gix-ref",
6279 "gix-sec",
6280 "memchr",
6281 "once_cell",
6282 "smallvec",
6283 "thiserror 2.0.12",
6284 "unicode-bom",
6285 "winnow",
6286]
6287
6288[[package]]
6289name = "gix-config-value"
6290version = "0.14.12"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6293dependencies = [
6294 "bitflags 2.9.0",
6295 "bstr",
6296 "gix-path",
6297 "libc",
6298 "thiserror 2.0.12",
6299]
6300
6301[[package]]
6302name = "gix-date"
6303version = "0.9.4"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6306dependencies = [
6307 "bstr",
6308 "itoa",
6309 "jiff",
6310 "thiserror 2.0.12",
6311]
6312
6313[[package]]
6314name = "gix-diff"
6315version = "0.51.0"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6318dependencies = [
6319 "bstr",
6320 "gix-command",
6321 "gix-filter",
6322 "gix-fs 0.14.0",
6323 "gix-hash 0.17.0",
6324 "gix-object",
6325 "gix-path",
6326 "gix-tempfile",
6327 "gix-trace",
6328 "gix-traverse",
6329 "gix-worktree",
6330 "imara-diff",
6331 "thiserror 2.0.12",
6332]
6333
6334[[package]]
6335name = "gix-discover"
6336version = "0.39.0"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6339dependencies = [
6340 "bstr",
6341 "dunce",
6342 "gix-fs 0.14.0",
6343 "gix-hash 0.17.0",
6344 "gix-path",
6345 "gix-ref",
6346 "gix-sec",
6347 "thiserror 2.0.12",
6348]
6349
6350[[package]]
6351name = "gix-features"
6352version = "0.41.1"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6355dependencies = [
6356 "crc32fast",
6357 "crossbeam-channel",
6358 "flate2",
6359 "gix-path",
6360 "gix-trace",
6361 "gix-utils 0.2.0",
6362 "libc",
6363 "once_cell",
6364 "parking_lot",
6365 "prodash",
6366 "thiserror 2.0.12",
6367 "walkdir",
6368]
6369
6370[[package]]
6371name = "gix-features"
6372version = "0.42.1"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6375dependencies = [
6376 "gix-trace",
6377 "gix-utils 0.3.0",
6378 "libc",
6379 "prodash",
6380]
6381
6382[[package]]
6383name = "gix-filter"
6384version = "0.18.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6387dependencies = [
6388 "bstr",
6389 "encoding_rs",
6390 "gix-attributes",
6391 "gix-command",
6392 "gix-hash 0.17.0",
6393 "gix-object",
6394 "gix-packetline-blocking",
6395 "gix-path",
6396 "gix-quote",
6397 "gix-trace",
6398 "gix-utils 0.2.0",
6399 "smallvec",
6400 "thiserror 2.0.12",
6401]
6402
6403[[package]]
6404name = "gix-fs"
6405version = "0.14.0"
6406source = "registry+https://github.com/rust-lang/crates.io-index"
6407checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6408dependencies = [
6409 "bstr",
6410 "fastrand 2.3.0",
6411 "gix-features 0.41.1",
6412 "gix-path",
6413 "gix-utils 0.2.0",
6414 "thiserror 2.0.12",
6415]
6416
6417[[package]]
6418name = "gix-fs"
6419version = "0.15.0"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6422dependencies = [
6423 "bstr",
6424 "fastrand 2.3.0",
6425 "gix-features 0.42.1",
6426 "gix-path",
6427 "gix-utils 0.3.0",
6428 "thiserror 2.0.12",
6429]
6430
6431[[package]]
6432name = "gix-glob"
6433version = "0.19.0"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6436dependencies = [
6437 "bitflags 2.9.0",
6438 "bstr",
6439 "gix-features 0.41.1",
6440 "gix-path",
6441]
6442
6443[[package]]
6444name = "gix-hash"
6445version = "0.17.0"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6448dependencies = [
6449 "faster-hex 0.9.0",
6450 "gix-features 0.41.1",
6451 "sha1-checked",
6452 "thiserror 2.0.12",
6453]
6454
6455[[package]]
6456name = "gix-hash"
6457version = "0.18.0"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6460dependencies = [
6461 "faster-hex 0.10.0",
6462 "gix-features 0.42.1",
6463 "sha1-checked",
6464 "thiserror 2.0.12",
6465]
6466
6467[[package]]
6468name = "gix-hashtable"
6469version = "0.8.1"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6472dependencies = [
6473 "gix-hash 0.18.0",
6474 "hashbrown 0.14.5",
6475 "parking_lot",
6476]
6477
6478[[package]]
6479name = "gix-ignore"
6480version = "0.14.0"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6483dependencies = [
6484 "bstr",
6485 "gix-glob",
6486 "gix-path",
6487 "gix-trace",
6488 "unicode-bom",
6489]
6490
6491[[package]]
6492name = "gix-index"
6493version = "0.39.0"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6496dependencies = [
6497 "bitflags 2.9.0",
6498 "bstr",
6499 "filetime",
6500 "fnv",
6501 "gix-bitmap",
6502 "gix-features 0.41.1",
6503 "gix-fs 0.14.0",
6504 "gix-hash 0.17.0",
6505 "gix-lock",
6506 "gix-object",
6507 "gix-traverse",
6508 "gix-utils 0.2.0",
6509 "gix-validate 0.9.4",
6510 "hashbrown 0.14.5",
6511 "itoa",
6512 "libc",
6513 "memmap2",
6514 "rustix 0.38.44",
6515 "smallvec",
6516 "thiserror 2.0.12",
6517]
6518
6519[[package]]
6520name = "gix-lock"
6521version = "17.1.0"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6524dependencies = [
6525 "gix-tempfile",
6526 "gix-utils 0.3.0",
6527 "thiserror 2.0.12",
6528]
6529
6530[[package]]
6531name = "gix-object"
6532version = "0.48.0"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6535dependencies = [
6536 "bstr",
6537 "gix-actor",
6538 "gix-date",
6539 "gix-features 0.41.1",
6540 "gix-hash 0.17.0",
6541 "gix-hashtable",
6542 "gix-path",
6543 "gix-utils 0.2.0",
6544 "gix-validate 0.9.4",
6545 "itoa",
6546 "smallvec",
6547 "thiserror 2.0.12",
6548 "winnow",
6549]
6550
6551[[package]]
6552name = "gix-odb"
6553version = "0.68.0"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6556dependencies = [
6557 "arc-swap",
6558 "gix-date",
6559 "gix-features 0.41.1",
6560 "gix-fs 0.14.0",
6561 "gix-hash 0.17.0",
6562 "gix-hashtable",
6563 "gix-object",
6564 "gix-pack",
6565 "gix-path",
6566 "gix-quote",
6567 "parking_lot",
6568 "tempfile",
6569 "thiserror 2.0.12",
6570]
6571
6572[[package]]
6573name = "gix-pack"
6574version = "0.58.0"
6575source = "registry+https://github.com/rust-lang/crates.io-index"
6576checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6577dependencies = [
6578 "clru",
6579 "gix-chunk",
6580 "gix-features 0.41.1",
6581 "gix-hash 0.17.0",
6582 "gix-hashtable",
6583 "gix-object",
6584 "gix-path",
6585 "memmap2",
6586 "smallvec",
6587 "thiserror 2.0.12",
6588 "uluru",
6589]
6590
6591[[package]]
6592name = "gix-packetline"
6593version = "0.18.4"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6596dependencies = [
6597 "bstr",
6598 "faster-hex 0.9.0",
6599 "gix-trace",
6600 "thiserror 2.0.12",
6601]
6602
6603[[package]]
6604name = "gix-packetline-blocking"
6605version = "0.18.3"
6606source = "registry+https://github.com/rust-lang/crates.io-index"
6607checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6608dependencies = [
6609 "bstr",
6610 "faster-hex 0.9.0",
6611 "gix-trace",
6612 "thiserror 2.0.12",
6613]
6614
6615[[package]]
6616name = "gix-path"
6617version = "0.10.18"
6618source = "registry+https://github.com/rust-lang/crates.io-index"
6619checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6620dependencies = [
6621 "bstr",
6622 "gix-trace",
6623 "gix-validate 0.10.0",
6624 "home",
6625 "once_cell",
6626 "thiserror 2.0.12",
6627]
6628
6629[[package]]
6630name = "gix-pathspec"
6631version = "0.10.0"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6634dependencies = [
6635 "bitflags 2.9.0",
6636 "bstr",
6637 "gix-attributes",
6638 "gix-config-value",
6639 "gix-glob",
6640 "gix-path",
6641 "thiserror 2.0.12",
6642]
6643
6644[[package]]
6645name = "gix-protocol"
6646version = "0.49.0"
6647source = "registry+https://github.com/rust-lang/crates.io-index"
6648checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6649dependencies = [
6650 "bstr",
6651 "gix-date",
6652 "gix-features 0.41.1",
6653 "gix-hash 0.17.0",
6654 "gix-ref",
6655 "gix-shallow",
6656 "gix-transport",
6657 "gix-utils 0.2.0",
6658 "maybe-async",
6659 "thiserror 2.0.12",
6660 "winnow",
6661]
6662
6663[[package]]
6664name = "gix-quote"
6665version = "0.5.0"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6668dependencies = [
6669 "bstr",
6670 "gix-utils 0.2.0",
6671 "thiserror 2.0.12",
6672]
6673
6674[[package]]
6675name = "gix-ref"
6676version = "0.51.0"
6677source = "registry+https://github.com/rust-lang/crates.io-index"
6678checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6679dependencies = [
6680 "gix-actor",
6681 "gix-features 0.41.1",
6682 "gix-fs 0.14.0",
6683 "gix-hash 0.17.0",
6684 "gix-lock",
6685 "gix-object",
6686 "gix-path",
6687 "gix-tempfile",
6688 "gix-utils 0.2.0",
6689 "gix-validate 0.9.4",
6690 "memmap2",
6691 "thiserror 2.0.12",
6692 "winnow",
6693]
6694
6695[[package]]
6696name = "gix-refspec"
6697version = "0.29.0"
6698source = "registry+https://github.com/rust-lang/crates.io-index"
6699checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6700dependencies = [
6701 "bstr",
6702 "gix-hash 0.17.0",
6703 "gix-revision",
6704 "gix-validate 0.9.4",
6705 "smallvec",
6706 "thiserror 2.0.12",
6707]
6708
6709[[package]]
6710name = "gix-revision"
6711version = "0.33.0"
6712source = "registry+https://github.com/rust-lang/crates.io-index"
6713checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6714dependencies = [
6715 "bstr",
6716 "gix-commitgraph",
6717 "gix-date",
6718 "gix-hash 0.17.0",
6719 "gix-object",
6720 "gix-revwalk",
6721 "thiserror 2.0.12",
6722]
6723
6724[[package]]
6725name = "gix-revwalk"
6726version = "0.19.0"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6729dependencies = [
6730 "gix-commitgraph",
6731 "gix-date",
6732 "gix-hash 0.17.0",
6733 "gix-hashtable",
6734 "gix-object",
6735 "smallvec",
6736 "thiserror 2.0.12",
6737]
6738
6739[[package]]
6740name = "gix-sec"
6741version = "0.10.12"
6742source = "registry+https://github.com/rust-lang/crates.io-index"
6743checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6744dependencies = [
6745 "bitflags 2.9.0",
6746 "gix-path",
6747 "libc",
6748 "windows-sys 0.52.0",
6749]
6750
6751[[package]]
6752name = "gix-shallow"
6753version = "0.3.0"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6756dependencies = [
6757 "bstr",
6758 "gix-hash 0.17.0",
6759 "gix-lock",
6760 "thiserror 2.0.12",
6761]
6762
6763[[package]]
6764name = "gix-submodule"
6765version = "0.18.0"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6768dependencies = [
6769 "bstr",
6770 "gix-config",
6771 "gix-path",
6772 "gix-pathspec",
6773 "gix-refspec",
6774 "gix-url",
6775 "thiserror 2.0.12",
6776]
6777
6778[[package]]
6779name = "gix-tempfile"
6780version = "17.1.0"
6781source = "registry+https://github.com/rust-lang/crates.io-index"
6782checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6783dependencies = [
6784 "dashmap 6.1.0",
6785 "gix-fs 0.15.0",
6786 "libc",
6787 "once_cell",
6788 "parking_lot",
6789 "tempfile",
6790]
6791
6792[[package]]
6793name = "gix-trace"
6794version = "0.1.12"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6797
6798[[package]]
6799name = "gix-transport"
6800version = "0.46.0"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6803dependencies = [
6804 "bstr",
6805 "gix-command",
6806 "gix-features 0.41.1",
6807 "gix-packetline",
6808 "gix-quote",
6809 "gix-sec",
6810 "gix-url",
6811 "thiserror 2.0.12",
6812]
6813
6814[[package]]
6815name = "gix-traverse"
6816version = "0.45.0"
6817source = "registry+https://github.com/rust-lang/crates.io-index"
6818checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6819dependencies = [
6820 "bitflags 2.9.0",
6821 "gix-commitgraph",
6822 "gix-date",
6823 "gix-hash 0.17.0",
6824 "gix-hashtable",
6825 "gix-object",
6826 "gix-revwalk",
6827 "smallvec",
6828 "thiserror 2.0.12",
6829]
6830
6831[[package]]
6832name = "gix-url"
6833version = "0.30.0"
6834source = "registry+https://github.com/rust-lang/crates.io-index"
6835checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6836dependencies = [
6837 "bstr",
6838 "gix-features 0.41.1",
6839 "gix-path",
6840 "percent-encoding",
6841 "thiserror 2.0.12",
6842 "url",
6843]
6844
6845[[package]]
6846name = "gix-utils"
6847version = "0.2.0"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6850dependencies = [
6851 "fastrand 2.3.0",
6852 "unicode-normalization",
6853]
6854
6855[[package]]
6856name = "gix-utils"
6857version = "0.3.0"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6860dependencies = [
6861 "fastrand 2.3.0",
6862 "unicode-normalization",
6863]
6864
6865[[package]]
6866name = "gix-validate"
6867version = "0.9.4"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6870dependencies = [
6871 "bstr",
6872 "thiserror 2.0.12",
6873]
6874
6875[[package]]
6876name = "gix-validate"
6877version = "0.10.0"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6880dependencies = [
6881 "bstr",
6882 "thiserror 2.0.12",
6883]
6884
6885[[package]]
6886name = "gix-worktree"
6887version = "0.40.0"
6888source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6890dependencies = [
6891 "bstr",
6892 "gix-attributes",
6893 "gix-features 0.41.1",
6894 "gix-fs 0.14.0",
6895 "gix-glob",
6896 "gix-hash 0.17.0",
6897 "gix-ignore",
6898 "gix-index",
6899 "gix-object",
6900 "gix-path",
6901 "gix-validate 0.9.4",
6902]
6903
6904[[package]]
6905name = "glob"
6906version = "0.3.2"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6909
6910[[package]]
6911name = "globset"
6912version = "0.4.16"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6915dependencies = [
6916 "aho-corasick",
6917 "bstr",
6918 "log",
6919 "regex-automata 0.4.9",
6920 "regex-syntax 0.8.5",
6921]
6922
6923[[package]]
6924name = "gloo-timers"
6925version = "0.3.0"
6926source = "registry+https://github.com/rust-lang/crates.io-index"
6927checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6928dependencies = [
6929 "futures-channel",
6930 "futures-core",
6931 "js-sys",
6932 "wasm-bindgen",
6933]
6934
6935[[package]]
6936name = "glow"
6937version = "0.14.2"
6938source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6940dependencies = [
6941 "js-sys",
6942 "slotmap",
6943 "wasm-bindgen",
6944 "web-sys",
6945]
6946
6947[[package]]
6948name = "go_to_line"
6949version = "0.1.0"
6950dependencies = [
6951 "anyhow",
6952 "editor",
6953 "gpui",
6954 "indoc",
6955 "language",
6956 "menu",
6957 "project",
6958 "rope",
6959 "schemars",
6960 "serde",
6961 "serde_json",
6962 "settings",
6963 "text",
6964 "theme",
6965 "tree-sitter-rust",
6966 "tree-sitter-typescript",
6967 "ui",
6968 "util",
6969 "workspace",
6970 "workspace-hack",
6971]
6972
6973[[package]]
6974name = "google_ai"
6975version = "0.1.0"
6976dependencies = [
6977 "anyhow",
6978 "futures 0.3.31",
6979 "http_client",
6980 "schemars",
6981 "serde",
6982 "serde_json",
6983 "strum 0.27.1",
6984 "workspace-hack",
6985]
6986
6987[[package]]
6988name = "gpu-alloc"
6989version = "0.6.0"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6992dependencies = [
6993 "bitflags 2.9.0",
6994 "gpu-alloc-types",
6995]
6996
6997[[package]]
6998name = "gpu-alloc-ash"
6999version = "0.7.0"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7002dependencies = [
7003 "ash",
7004 "gpu-alloc-types",
7005 "tinyvec",
7006]
7007
7008[[package]]
7009name = "gpu-alloc-types"
7010version = "0.3.0"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7013dependencies = [
7014 "bitflags 2.9.0",
7015]
7016
7017[[package]]
7018name = "gpui"
7019version = "0.1.0"
7020dependencies = [
7021 "anyhow",
7022 "as-raw-xcb-connection",
7023 "ashpd",
7024 "async-task",
7025 "backtrace",
7026 "bindgen 0.71.1",
7027 "blade-graphics",
7028 "blade-macros",
7029 "blade-util",
7030 "block",
7031 "bytemuck",
7032 "calloop",
7033 "calloop-wayland-source",
7034 "cbindgen",
7035 "cocoa 0.26.0",
7036 "collections",
7037 "core-foundation 0.10.0",
7038 "core-foundation-sys",
7039 "core-graphics 0.24.0",
7040 "core-text",
7041 "core-video",
7042 "cosmic-text",
7043 "ctor",
7044 "derive_more",
7045 "embed-resource",
7046 "env_logger 0.11.8",
7047 "etagere",
7048 "filedescriptor",
7049 "flume",
7050 "font-kit",
7051 "foreign-types 0.5.0",
7052 "futures 0.3.31",
7053 "gpui_macros",
7054 "http_client",
7055 "image",
7056 "inventory",
7057 "itertools 0.14.0",
7058 "log",
7059 "lyon",
7060 "media",
7061 "metal",
7062 "naga",
7063 "num_cpus",
7064 "objc",
7065 "objc2",
7066 "objc2-metal",
7067 "oo7",
7068 "open",
7069 "parking",
7070 "parking_lot",
7071 "pathfinder_geometry",
7072 "postage",
7073 "profiling",
7074 "rand 0.8.5",
7075 "raw-window-handle",
7076 "refineable",
7077 "reqwest_client",
7078 "resvg",
7079 "scap",
7080 "schemars",
7081 "seahash",
7082 "semantic_version",
7083 "serde",
7084 "serde_derive",
7085 "serde_json",
7086 "slotmap",
7087 "smallvec",
7088 "smol",
7089 "strum 0.27.1",
7090 "sum_tree",
7091 "taffy",
7092 "thiserror 2.0.12",
7093 "unicode-segmentation",
7094 "usvg",
7095 "util",
7096 "uuid",
7097 "waker-fn",
7098 "wayland-backend",
7099 "wayland-client",
7100 "wayland-cursor",
7101 "wayland-protocols",
7102 "wayland-protocols-plasma",
7103 "windows 0.61.1",
7104 "windows-core 0.61.0",
7105 "windows-numerics",
7106 "windows-registry 0.5.1",
7107 "workspace-hack",
7108 "x11-clipboard",
7109 "x11rb",
7110 "xim",
7111 "xkbcommon",
7112]
7113
7114[[package]]
7115name = "gpui_macros"
7116version = "0.1.0"
7117dependencies = [
7118 "gpui",
7119 "proc-macro2",
7120 "quote",
7121 "syn 1.0.109",
7122 "workspace-hack",
7123]
7124
7125[[package]]
7126name = "gpui_tokio"
7127version = "0.1.0"
7128dependencies = [
7129 "gpui",
7130 "tokio",
7131 "util",
7132 "workspace-hack",
7133]
7134
7135[[package]]
7136name = "grid"
7137version = "0.13.0"
7138source = "registry+https://github.com/rust-lang/crates.io-index"
7139checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7140
7141[[package]]
7142name = "group"
7143version = "0.12.1"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7146dependencies = [
7147 "ff",
7148 "rand_core 0.6.4",
7149 "subtle",
7150]
7151
7152[[package]]
7153name = "h2"
7154version = "0.3.26"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7157dependencies = [
7158 "bytes 1.10.1",
7159 "fnv",
7160 "futures-core",
7161 "futures-sink",
7162 "futures-util",
7163 "http 0.2.12",
7164 "indexmap",
7165 "slab",
7166 "tokio",
7167 "tokio-util",
7168 "tracing",
7169]
7170
7171[[package]]
7172name = "h2"
7173version = "0.4.9"
7174source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7176dependencies = [
7177 "atomic-waker",
7178 "bytes 1.10.1",
7179 "fnv",
7180 "futures-core",
7181 "futures-sink",
7182 "http 1.3.1",
7183 "indexmap",
7184 "slab",
7185 "tokio",
7186 "tokio-util",
7187 "tracing",
7188]
7189
7190[[package]]
7191name = "half"
7192version = "2.6.0"
7193source = "registry+https://github.com/rust-lang/crates.io-index"
7194checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7195dependencies = [
7196 "cfg-if",
7197 "crunchy",
7198 "num-traits",
7199]
7200
7201[[package]]
7202name = "handlebars"
7203version = "4.5.0"
7204source = "registry+https://github.com/rust-lang/crates.io-index"
7205checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7206dependencies = [
7207 "log",
7208 "pest",
7209 "pest_derive",
7210 "rust-embed",
7211 "serde",
7212 "serde_json",
7213 "thiserror 1.0.69",
7214]
7215
7216[[package]]
7217name = "handlebars"
7218version = "6.3.2"
7219source = "registry+https://github.com/rust-lang/crates.io-index"
7220checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7221dependencies = [
7222 "derive_builder",
7223 "log",
7224 "num-order",
7225 "pest",
7226 "pest_derive",
7227 "serde",
7228 "serde_json",
7229 "thiserror 2.0.12",
7230]
7231
7232[[package]]
7233name = "hash32"
7234version = "0.3.1"
7235source = "registry+https://github.com/rust-lang/crates.io-index"
7236checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7237dependencies = [
7238 "byteorder",
7239]
7240
7241[[package]]
7242name = "hashbrown"
7243version = "0.12.3"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7246dependencies = [
7247 "ahash 0.7.8",
7248]
7249
7250[[package]]
7251name = "hashbrown"
7252version = "0.14.5"
7253source = "registry+https://github.com/rust-lang/crates.io-index"
7254checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7255dependencies = [
7256 "ahash 0.8.11",
7257 "allocator-api2",
7258]
7259
7260[[package]]
7261name = "hashbrown"
7262version = "0.15.3"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7265dependencies = [
7266 "allocator-api2",
7267 "equivalent",
7268 "foldhash",
7269 "serde",
7270]
7271
7272[[package]]
7273name = "hashlink"
7274version = "0.8.4"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7277dependencies = [
7278 "hashbrown 0.14.5",
7279]
7280
7281[[package]]
7282name = "hashlink"
7283version = "0.10.0"
7284source = "registry+https://github.com/rust-lang/crates.io-index"
7285checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7286dependencies = [
7287 "hashbrown 0.15.3",
7288]
7289
7290[[package]]
7291name = "headers"
7292version = "0.3.9"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7295dependencies = [
7296 "base64 0.21.7",
7297 "bytes 1.10.1",
7298 "headers-core",
7299 "http 0.2.12",
7300 "httpdate",
7301 "mime",
7302 "sha1",
7303]
7304
7305[[package]]
7306name = "headers-core"
7307version = "0.2.0"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7310dependencies = [
7311 "http 0.2.12",
7312]
7313
7314[[package]]
7315name = "heapless"
7316version = "0.8.0"
7317source = "registry+https://github.com/rust-lang/crates.io-index"
7318checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7319dependencies = [
7320 "hash32",
7321 "stable_deref_trait",
7322]
7323
7324[[package]]
7325name = "heck"
7326version = "0.3.3"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7329dependencies = [
7330 "unicode-segmentation",
7331]
7332
7333[[package]]
7334name = "heck"
7335version = "0.4.1"
7336source = "registry+https://github.com/rust-lang/crates.io-index"
7337checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7338dependencies = [
7339 "unicode-segmentation",
7340]
7341
7342[[package]]
7343name = "heck"
7344version = "0.5.0"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7347
7348[[package]]
7349name = "heed"
7350version = "0.21.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7353dependencies = [
7354 "bitflags 2.9.0",
7355 "byteorder",
7356 "heed-traits",
7357 "heed-types",
7358 "libc",
7359 "lmdb-master-sys",
7360 "once_cell",
7361 "page_size",
7362 "serde",
7363 "synchronoise",
7364 "url",
7365]
7366
7367[[package]]
7368name = "heed-traits"
7369version = "0.20.0"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7372
7373[[package]]
7374name = "heed-types"
7375version = "0.21.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7378dependencies = [
7379 "bincode",
7380 "byteorder",
7381 "heed-traits",
7382 "serde",
7383 "serde_json",
7384]
7385
7386[[package]]
7387name = "hermit-abi"
7388version = "0.3.9"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7391
7392[[package]]
7393name = "hermit-abi"
7394version = "0.4.0"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7397
7398[[package]]
7399name = "hermit-abi"
7400version = "0.5.0"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7403
7404[[package]]
7405name = "hex"
7406version = "0.4.3"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7409
7410[[package]]
7411name = "hexf-parse"
7412version = "0.2.1"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7415
7416[[package]]
7417name = "hidden-trait"
7418version = "0.1.2"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7421dependencies = [
7422 "proc-macro2",
7423 "quote",
7424 "syn 1.0.109",
7425]
7426
7427[[package]]
7428name = "hkdf"
7429version = "0.12.4"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7432dependencies = [
7433 "hmac",
7434]
7435
7436[[package]]
7437name = "hmac"
7438version = "0.12.1"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7441dependencies = [
7442 "digest",
7443]
7444
7445[[package]]
7446name = "home"
7447version = "0.5.11"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7450dependencies = [
7451 "windows-sys 0.59.0",
7452]
7453
7454[[package]]
7455name = "hound"
7456version = "3.5.1"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7459
7460[[package]]
7461name = "html5ever"
7462version = "0.27.0"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7465dependencies = [
7466 "log",
7467 "mac",
7468 "markup5ever 0.12.1",
7469 "proc-macro2",
7470 "quote",
7471 "syn 2.0.101",
7472]
7473
7474[[package]]
7475name = "html5ever"
7476version = "0.31.0"
7477source = "registry+https://github.com/rust-lang/crates.io-index"
7478checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7479dependencies = [
7480 "log",
7481 "mac",
7482 "markup5ever 0.16.1",
7483 "match_token",
7484]
7485
7486[[package]]
7487name = "html_to_markdown"
7488version = "0.1.0"
7489dependencies = [
7490 "anyhow",
7491 "html5ever 0.27.0",
7492 "indoc",
7493 "markup5ever_rcdom",
7494 "pretty_assertions",
7495 "regex",
7496 "workspace-hack",
7497]
7498
7499[[package]]
7500name = "http"
7501version = "0.2.12"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7504dependencies = [
7505 "bytes 1.10.1",
7506 "fnv",
7507 "itoa",
7508]
7509
7510[[package]]
7511name = "http"
7512version = "1.3.1"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7515dependencies = [
7516 "bytes 1.10.1",
7517 "fnv",
7518 "itoa",
7519]
7520
7521[[package]]
7522name = "http-body"
7523version = "0.4.6"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7526dependencies = [
7527 "bytes 1.10.1",
7528 "http 0.2.12",
7529 "pin-project-lite",
7530]
7531
7532[[package]]
7533name = "http-body"
7534version = "1.0.1"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7537dependencies = [
7538 "bytes 1.10.1",
7539 "http 1.3.1",
7540]
7541
7542[[package]]
7543name = "http-body-util"
7544version = "0.1.3"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7547dependencies = [
7548 "bytes 1.10.1",
7549 "futures-core",
7550 "http 1.3.1",
7551 "http-body 1.0.1",
7552 "pin-project-lite",
7553]
7554
7555[[package]]
7556name = "http-range-header"
7557version = "0.3.1"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7560
7561[[package]]
7562name = "http-types"
7563version = "2.12.0"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7566dependencies = [
7567 "anyhow",
7568 "async-channel 1.9.0",
7569 "base64 0.13.1",
7570 "futures-lite 1.13.0",
7571 "http 0.2.12",
7572 "infer",
7573 "pin-project-lite",
7574 "rand 0.7.3",
7575 "serde",
7576 "serde_json",
7577 "serde_qs 0.8.5",
7578 "serde_urlencoded",
7579 "url",
7580]
7581
7582[[package]]
7583name = "http_client"
7584version = "0.1.0"
7585dependencies = [
7586 "anyhow",
7587 "bytes 1.10.1",
7588 "derive_more",
7589 "futures 0.3.31",
7590 "http 1.3.1",
7591 "log",
7592 "serde",
7593 "serde_json",
7594 "url",
7595 "workspace-hack",
7596]
7597
7598[[package]]
7599name = "http_client_tls"
7600version = "0.1.0"
7601dependencies = [
7602 "rustls 0.23.26",
7603 "rustls-platform-verifier",
7604 "workspace-hack",
7605]
7606
7607[[package]]
7608name = "httparse"
7609version = "1.10.1"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7612
7613[[package]]
7614name = "httpdate"
7615version = "1.0.3"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7618
7619[[package]]
7620name = "human_bytes"
7621version = "0.4.3"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7624
7625[[package]]
7626name = "humantime"
7627version = "2.2.0"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7630
7631[[package]]
7632name = "hyper"
7633version = "0.14.32"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7636dependencies = [
7637 "bytes 1.10.1",
7638 "futures-channel",
7639 "futures-core",
7640 "futures-util",
7641 "h2 0.3.26",
7642 "http 0.2.12",
7643 "http-body 0.4.6",
7644 "httparse",
7645 "httpdate",
7646 "itoa",
7647 "pin-project-lite",
7648 "socket2",
7649 "tokio",
7650 "tower-service",
7651 "tracing",
7652 "want",
7653]
7654
7655[[package]]
7656name = "hyper"
7657version = "1.6.0"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7660dependencies = [
7661 "bytes 1.10.1",
7662 "futures-channel",
7663 "futures-util",
7664 "h2 0.4.9",
7665 "http 1.3.1",
7666 "http-body 1.0.1",
7667 "httparse",
7668 "itoa",
7669 "pin-project-lite",
7670 "smallvec",
7671 "tokio",
7672 "want",
7673]
7674
7675[[package]]
7676name = "hyper-rustls"
7677version = "0.24.2"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7680dependencies = [
7681 "futures-util",
7682 "http 0.2.12",
7683 "hyper 0.14.32",
7684 "log",
7685 "rustls 0.21.12",
7686 "rustls-native-certs 0.6.3",
7687 "tokio",
7688 "tokio-rustls 0.24.1",
7689]
7690
7691[[package]]
7692name = "hyper-rustls"
7693version = "0.27.5"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7696dependencies = [
7697 "futures-util",
7698 "http 1.3.1",
7699 "hyper 1.6.0",
7700 "hyper-util",
7701 "rustls 0.23.26",
7702 "rustls-native-certs 0.8.1",
7703 "rustls-pki-types",
7704 "tokio",
7705 "tokio-rustls 0.26.2",
7706 "tower-service",
7707]
7708
7709[[package]]
7710name = "hyper-tls"
7711version = "0.5.0"
7712source = "registry+https://github.com/rust-lang/crates.io-index"
7713checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7714dependencies = [
7715 "bytes 1.10.1",
7716 "hyper 0.14.32",
7717 "native-tls",
7718 "tokio",
7719 "tokio-native-tls",
7720]
7721
7722[[package]]
7723name = "hyper-util"
7724version = "0.1.11"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7727dependencies = [
7728 "bytes 1.10.1",
7729 "futures-channel",
7730 "futures-util",
7731 "http 1.3.1",
7732 "http-body 1.0.1",
7733 "hyper 1.6.0",
7734 "libc",
7735 "pin-project-lite",
7736 "socket2",
7737 "tokio",
7738 "tower-service",
7739 "tracing",
7740]
7741
7742[[package]]
7743name = "iana-time-zone"
7744version = "0.1.63"
7745source = "registry+https://github.com/rust-lang/crates.io-index"
7746checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7747dependencies = [
7748 "android_system_properties",
7749 "core-foundation-sys",
7750 "iana-time-zone-haiku",
7751 "js-sys",
7752 "log",
7753 "wasm-bindgen",
7754 "windows-core 0.61.0",
7755]
7756
7757[[package]]
7758name = "iana-time-zone-haiku"
7759version = "0.1.2"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7762dependencies = [
7763 "cc",
7764]
7765
7766[[package]]
7767name = "icons"
7768version = "0.1.0"
7769dependencies = [
7770 "serde",
7771 "strum 0.27.1",
7772 "workspace-hack",
7773]
7774
7775[[package]]
7776name = "icu_collections"
7777version = "1.5.0"
7778source = "registry+https://github.com/rust-lang/crates.io-index"
7779checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7780dependencies = [
7781 "displaydoc",
7782 "yoke",
7783 "zerofrom",
7784 "zerovec",
7785]
7786
7787[[package]]
7788name = "icu_locid"
7789version = "1.5.0"
7790source = "registry+https://github.com/rust-lang/crates.io-index"
7791checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7792dependencies = [
7793 "displaydoc",
7794 "litemap",
7795 "tinystr",
7796 "writeable",
7797 "zerovec",
7798]
7799
7800[[package]]
7801name = "icu_locid_transform"
7802version = "1.5.0"
7803source = "registry+https://github.com/rust-lang/crates.io-index"
7804checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7805dependencies = [
7806 "displaydoc",
7807 "icu_locid",
7808 "icu_locid_transform_data",
7809 "icu_provider",
7810 "tinystr",
7811 "zerovec",
7812]
7813
7814[[package]]
7815name = "icu_locid_transform_data"
7816version = "1.5.1"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7819
7820[[package]]
7821name = "icu_normalizer"
7822version = "1.5.0"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7825dependencies = [
7826 "displaydoc",
7827 "icu_collections",
7828 "icu_normalizer_data",
7829 "icu_properties",
7830 "icu_provider",
7831 "smallvec",
7832 "utf16_iter",
7833 "utf8_iter",
7834 "write16",
7835 "zerovec",
7836]
7837
7838[[package]]
7839name = "icu_normalizer_data"
7840version = "1.5.1"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7843
7844[[package]]
7845name = "icu_properties"
7846version = "1.5.1"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7849dependencies = [
7850 "displaydoc",
7851 "icu_collections",
7852 "icu_locid_transform",
7853 "icu_properties_data",
7854 "icu_provider",
7855 "tinystr",
7856 "zerovec",
7857]
7858
7859[[package]]
7860name = "icu_properties_data"
7861version = "1.5.1"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7864
7865[[package]]
7866name = "icu_provider"
7867version = "1.5.0"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7870dependencies = [
7871 "displaydoc",
7872 "icu_locid",
7873 "icu_provider_macros",
7874 "stable_deref_trait",
7875 "tinystr",
7876 "writeable",
7877 "yoke",
7878 "zerofrom",
7879 "zerovec",
7880]
7881
7882[[package]]
7883name = "icu_provider_macros"
7884version = "1.5.0"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7887dependencies = [
7888 "proc-macro2",
7889 "quote",
7890 "syn 2.0.101",
7891]
7892
7893[[package]]
7894name = "id-arena"
7895version = "2.2.1"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7898
7899[[package]]
7900name = "ident_case"
7901version = "1.0.1"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7904
7905[[package]]
7906name = "idna"
7907version = "1.0.3"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7910dependencies = [
7911 "idna_adapter",
7912 "smallvec",
7913 "utf8_iter",
7914]
7915
7916[[package]]
7917name = "idna_adapter"
7918version = "1.2.0"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7921dependencies = [
7922 "icu_normalizer",
7923 "icu_properties",
7924]
7925
7926[[package]]
7927name = "ignore"
7928version = "0.4.23"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7931dependencies = [
7932 "crossbeam-deque",
7933 "globset",
7934 "log",
7935 "memchr",
7936 "regex-automata 0.4.9",
7937 "same-file",
7938 "walkdir",
7939 "winapi-util",
7940]
7941
7942[[package]]
7943name = "image"
7944version = "0.25.6"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7947dependencies = [
7948 "bytemuck",
7949 "byteorder-lite",
7950 "color_quant",
7951 "exr",
7952 "gif",
7953 "image-webp",
7954 "num-traits",
7955 "png",
7956 "qoi",
7957 "ravif",
7958 "rayon",
7959 "rgb",
7960 "tiff",
7961 "zune-core",
7962 "zune-jpeg",
7963]
7964
7965[[package]]
7966name = "image-webp"
7967version = "0.2.1"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7970dependencies = [
7971 "byteorder-lite",
7972 "quick-error",
7973]
7974
7975[[package]]
7976name = "image_viewer"
7977version = "0.1.0"
7978dependencies = [
7979 "anyhow",
7980 "db",
7981 "editor",
7982 "file_icons",
7983 "gpui",
7984 "language",
7985 "log",
7986 "project",
7987 "schemars",
7988 "serde",
7989 "settings",
7990 "theme",
7991 "ui",
7992 "util",
7993 "workspace",
7994 "workspace-hack",
7995]
7996
7997[[package]]
7998name = "imagesize"
7999version = "0.13.0"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8002
8003[[package]]
8004name = "imara-diff"
8005version = "0.1.8"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8008dependencies = [
8009 "hashbrown 0.15.3",
8010]
8011
8012[[package]]
8013name = "imgref"
8014version = "1.11.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8017
8018[[package]]
8019name = "indexed_docs"
8020version = "0.1.0"
8021dependencies = [
8022 "anyhow",
8023 "async-trait",
8024 "cargo_metadata",
8025 "collections",
8026 "derive_more",
8027 "extension",
8028 "fs",
8029 "futures 0.3.31",
8030 "fuzzy",
8031 "gpui",
8032 "heed",
8033 "html_to_markdown",
8034 "http_client",
8035 "indexmap",
8036 "indoc",
8037 "parking_lot",
8038 "paths",
8039 "pretty_assertions",
8040 "serde",
8041 "strum 0.27.1",
8042 "util",
8043 "workspace-hack",
8044]
8045
8046[[package]]
8047name = "indexmap"
8048version = "2.9.0"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8051dependencies = [
8052 "equivalent",
8053 "hashbrown 0.15.3",
8054 "serde",
8055]
8056
8057[[package]]
8058name = "indoc"
8059version = "2.0.6"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8062
8063[[package]]
8064name = "infer"
8065version = "0.2.3"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8068
8069[[package]]
8070name = "inherent"
8071version = "1.0.12"
8072source = "registry+https://github.com/rust-lang/crates.io-index"
8073checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8074dependencies = [
8075 "proc-macro2",
8076 "quote",
8077 "syn 2.0.101",
8078]
8079
8080[[package]]
8081name = "inline_completion"
8082version = "0.1.0"
8083dependencies = [
8084 "anyhow",
8085 "gpui",
8086 "language",
8087 "project",
8088 "workspace-hack",
8089 "zed_llm_client",
8090]
8091
8092[[package]]
8093name = "inline_completion_button"
8094version = "0.1.0"
8095dependencies = [
8096 "anyhow",
8097 "client",
8098 "copilot",
8099 "editor",
8100 "feature_flags",
8101 "fs",
8102 "futures 0.3.31",
8103 "gpui",
8104 "indoc",
8105 "inline_completion",
8106 "language",
8107 "lsp",
8108 "paths",
8109 "project",
8110 "regex",
8111 "serde_json",
8112 "settings",
8113 "supermaven",
8114 "telemetry",
8115 "theme",
8116 "ui",
8117 "workspace",
8118 "workspace-hack",
8119 "zed_actions",
8120 "zed_llm_client",
8121 "zeta",
8122]
8123
8124[[package]]
8125name = "inotify"
8126version = "0.11.0"
8127source = "registry+https://github.com/rust-lang/crates.io-index"
8128checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8129dependencies = [
8130 "bitflags 2.9.0",
8131 "inotify-sys",
8132 "libc",
8133]
8134
8135[[package]]
8136name = "inotify-sys"
8137version = "0.1.5"
8138source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8140dependencies = [
8141 "libc",
8142]
8143
8144[[package]]
8145name = "inout"
8146version = "0.1.4"
8147source = "registry+https://github.com/rust-lang/crates.io-index"
8148checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8149dependencies = [
8150 "block-padding",
8151 "generic-array",
8152]
8153
8154[[package]]
8155name = "install_cli"
8156version = "0.1.0"
8157dependencies = [
8158 "anyhow",
8159 "client",
8160 "gpui",
8161 "release_channel",
8162 "smol",
8163 "util",
8164 "workspace",
8165 "workspace-hack",
8166]
8167
8168[[package]]
8169name = "instant"
8170version = "0.1.13"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8173dependencies = [
8174 "cfg-if",
8175]
8176
8177[[package]]
8178name = "interim"
8179version = "0.2.1"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8182dependencies = [
8183 "chrono",
8184 "logos",
8185]
8186
8187[[package]]
8188name = "interpolate_name"
8189version = "0.2.4"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8192dependencies = [
8193 "proc-macro2",
8194 "quote",
8195 "syn 2.0.101",
8196]
8197
8198[[package]]
8199name = "inventory"
8200version = "0.3.20"
8201source = "registry+https://github.com/rust-lang/crates.io-index"
8202checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8203dependencies = [
8204 "rustversion",
8205]
8206
8207[[package]]
8208name = "io-extras"
8209version = "0.18.4"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8212dependencies = [
8213 "io-lifetimes",
8214 "windows-sys 0.59.0",
8215]
8216
8217[[package]]
8218name = "io-lifetimes"
8219version = "2.0.4"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8222
8223[[package]]
8224name = "io-surface"
8225version = "0.16.0"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8228dependencies = [
8229 "cgl",
8230 "core-foundation 0.10.0",
8231 "core-foundation-sys",
8232 "leaky-cow",
8233 "libc",
8234]
8235
8236[[package]]
8237name = "iovec"
8238version = "0.1.4"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8241dependencies = [
8242 "libc",
8243]
8244
8245[[package]]
8246name = "ipc-channel"
8247version = "0.19.0"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8250dependencies = [
8251 "bincode",
8252 "crossbeam-channel",
8253 "fnv",
8254 "lazy_static",
8255 "libc",
8256 "mio",
8257 "rand 0.8.5",
8258 "serde",
8259 "tempfile",
8260 "uuid",
8261 "windows 0.58.0",
8262]
8263
8264[[package]]
8265name = "ipnet"
8266version = "2.11.0"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8269
8270[[package]]
8271name = "is-docker"
8272version = "0.2.0"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8275dependencies = [
8276 "once_cell",
8277]
8278
8279[[package]]
8280name = "is-terminal"
8281version = "0.4.16"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8284dependencies = [
8285 "hermit-abi 0.5.0",
8286 "libc",
8287 "windows-sys 0.59.0",
8288]
8289
8290[[package]]
8291name = "is-wsl"
8292version = "0.4.0"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8295dependencies = [
8296 "is-docker",
8297 "once_cell",
8298]
8299
8300[[package]]
8301name = "is_terminal_polyfill"
8302version = "1.70.1"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8305
8306[[package]]
8307name = "itertools"
8308version = "0.10.5"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8311dependencies = [
8312 "either",
8313]
8314
8315[[package]]
8316name = "itertools"
8317version = "0.11.0"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8320dependencies = [
8321 "either",
8322]
8323
8324[[package]]
8325name = "itertools"
8326version = "0.12.1"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8329dependencies = [
8330 "either",
8331]
8332
8333[[package]]
8334name = "itertools"
8335version = "0.13.0"
8336source = "registry+https://github.com/rust-lang/crates.io-index"
8337checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8338dependencies = [
8339 "either",
8340]
8341
8342[[package]]
8343name = "itertools"
8344version = "0.14.0"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8347dependencies = [
8348 "either",
8349]
8350
8351[[package]]
8352name = "itoa"
8353version = "1.0.15"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8356
8357[[package]]
8358name = "jiff"
8359version = "0.2.10"
8360source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8362dependencies = [
8363 "jiff-static",
8364 "jiff-tzdb-platform",
8365 "log",
8366 "portable-atomic",
8367 "portable-atomic-util",
8368 "serde",
8369 "windows-sys 0.59.0",
8370]
8371
8372[[package]]
8373name = "jiff-static"
8374version = "0.2.10"
8375source = "registry+https://github.com/rust-lang/crates.io-index"
8376checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8377dependencies = [
8378 "proc-macro2",
8379 "quote",
8380 "syn 2.0.101",
8381]
8382
8383[[package]]
8384name = "jiff-tzdb"
8385version = "0.1.4"
8386source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8388
8389[[package]]
8390name = "jiff-tzdb-platform"
8391version = "0.1.3"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8394dependencies = [
8395 "jiff-tzdb",
8396]
8397
8398[[package]]
8399name = "jj"
8400version = "0.1.0"
8401dependencies = [
8402 "anyhow",
8403 "gpui",
8404 "jj-lib",
8405 "workspace-hack",
8406]
8407
8408[[package]]
8409name = "jj-lib"
8410version = "0.29.0"
8411source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8412dependencies = [
8413 "async-trait",
8414 "blake2",
8415 "bstr",
8416 "chrono",
8417 "clru",
8418 "digest",
8419 "dunce",
8420 "either",
8421 "futures 0.3.31",
8422 "gix",
8423 "glob",
8424 "hashbrown 0.15.3",
8425 "hex",
8426 "ignore",
8427 "indexmap",
8428 "interim",
8429 "itertools 0.14.0",
8430 "jj-lib-proc-macros",
8431 "maplit",
8432 "once_cell",
8433 "pest",
8434 "pest_derive",
8435 "pollster 0.4.0",
8436 "prost 0.13.5",
8437 "rand 0.8.5",
8438 "rand_chacha 0.3.1",
8439 "rayon",
8440 "ref-cast",
8441 "regex",
8442 "rustix 1.0.7",
8443 "same-file",
8444 "serde",
8445 "serde_json",
8446 "smallvec",
8447 "strsim",
8448 "tempfile",
8449 "thiserror 2.0.12",
8450 "toml_edit",
8451 "tracing",
8452 "version_check",
8453 "winreg 0.52.0",
8454]
8455
8456[[package]]
8457name = "jj-lib-proc-macros"
8458version = "0.29.0"
8459source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8460dependencies = [
8461 "proc-macro2",
8462 "quote",
8463 "syn 2.0.101",
8464]
8465
8466[[package]]
8467name = "jj_ui"
8468version = "0.1.0"
8469dependencies = [
8470 "command_palette_hooks",
8471 "feature_flags",
8472 "fuzzy",
8473 "gpui",
8474 "jj",
8475 "picker",
8476 "ui",
8477 "util",
8478 "workspace",
8479 "workspace-hack",
8480 "zed_actions",
8481]
8482
8483[[package]]
8484name = "jni"
8485version = "0.21.1"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8488dependencies = [
8489 "cesu8",
8490 "cfg-if",
8491 "combine",
8492 "jni-sys",
8493 "log",
8494 "thiserror 1.0.69",
8495 "walkdir",
8496 "windows-sys 0.45.0",
8497]
8498
8499[[package]]
8500name = "jni-sys"
8501version = "0.3.0"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8504
8505[[package]]
8506name = "jobserver"
8507version = "0.1.33"
8508source = "registry+https://github.com/rust-lang/crates.io-index"
8509checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8510dependencies = [
8511 "getrandom 0.3.2",
8512 "libc",
8513]
8514
8515[[package]]
8516name = "journal"
8517version = "0.1.0"
8518dependencies = [
8519 "anyhow",
8520 "chrono",
8521 "editor",
8522 "gpui",
8523 "log",
8524 "schemars",
8525 "serde",
8526 "settings",
8527 "shellexpand 2.1.2",
8528 "workspace",
8529 "workspace-hack",
8530]
8531
8532[[package]]
8533name = "jpeg-decoder"
8534version = "0.3.1"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8537
8538[[package]]
8539name = "js-sys"
8540version = "0.3.77"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8543dependencies = [
8544 "once_cell",
8545 "wasm-bindgen",
8546]
8547
8548[[package]]
8549name = "jsonschema"
8550version = "0.30.0"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8553dependencies = [
8554 "ahash 0.8.11",
8555 "base64 0.22.1",
8556 "bytecount",
8557 "email_address",
8558 "fancy-regex 0.14.0",
8559 "fraction",
8560 "idna",
8561 "itoa",
8562 "num-cmp",
8563 "num-traits",
8564 "once_cell",
8565 "percent-encoding",
8566 "referencing",
8567 "regex",
8568 "regex-syntax 0.8.5",
8569 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8570 "serde",
8571 "serde_json",
8572 "uuid-simd",
8573]
8574
8575[[package]]
8576name = "jsonwebtoken"
8577version = "9.3.1"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8580dependencies = [
8581 "base64 0.22.1",
8582 "js-sys",
8583 "pem",
8584 "ring",
8585 "serde",
8586 "serde_json",
8587 "simple_asn1",
8588]
8589
8590[[package]]
8591name = "jupyter-protocol"
8592version = "0.6.0"
8593source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8594dependencies = [
8595 "anyhow",
8596 "async-trait",
8597 "bytes 1.10.1",
8598 "chrono",
8599 "futures 0.3.31",
8600 "serde",
8601 "serde_json",
8602 "uuid",
8603]
8604
8605[[package]]
8606name = "jupyter-websocket-client"
8607version = "0.9.0"
8608source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8609dependencies = [
8610 "anyhow",
8611 "async-trait",
8612 "async-tungstenite",
8613 "futures 0.3.31",
8614 "jupyter-protocol",
8615 "serde",
8616 "serde_json",
8617 "url",
8618 "uuid",
8619]
8620
8621[[package]]
8622name = "khronos-egl"
8623version = "6.0.0"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8626dependencies = [
8627 "libc",
8628 "libloading",
8629]
8630
8631[[package]]
8632name = "kqueue"
8633version = "1.0.8"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8636dependencies = [
8637 "kqueue-sys",
8638 "libc",
8639]
8640
8641[[package]]
8642name = "kqueue-sys"
8643version = "1.0.4"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8646dependencies = [
8647 "bitflags 1.3.2",
8648 "libc",
8649]
8650
8651[[package]]
8652name = "kstring"
8653version = "2.0.2"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8656dependencies = [
8657 "static_assertions",
8658]
8659
8660[[package]]
8661name = "kurbo"
8662version = "0.11.1"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8665dependencies = [
8666 "arrayvec",
8667 "smallvec",
8668]
8669
8670[[package]]
8671name = "kv-log-macro"
8672version = "1.0.7"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8675dependencies = [
8676 "log",
8677]
8678
8679[[package]]
8680name = "language"
8681version = "0.1.0"
8682dependencies = [
8683 "anyhow",
8684 "async-trait",
8685 "async-watch",
8686 "clock",
8687 "collections",
8688 "ctor",
8689 "diffy",
8690 "ec4rs",
8691 "env_logger 0.11.8",
8692 "fs",
8693 "futures 0.3.31",
8694 "fuzzy",
8695 "globset",
8696 "gpui",
8697 "http_client",
8698 "imara-diff",
8699 "indoc",
8700 "itertools 0.14.0",
8701 "log",
8702 "lsp",
8703 "parking_lot",
8704 "postage",
8705 "pretty_assertions",
8706 "rand 0.8.5",
8707 "regex",
8708 "rpc",
8709 "schemars",
8710 "serde",
8711 "serde_json",
8712 "settings",
8713 "smallvec",
8714 "smol",
8715 "streaming-iterator",
8716 "strsim",
8717 "sum_tree",
8718 "task",
8719 "text",
8720 "theme",
8721 "tree-sitter",
8722 "tree-sitter-elixir",
8723 "tree-sitter-embedded-template",
8724 "tree-sitter-heex",
8725 "tree-sitter-html",
8726 "tree-sitter-json",
8727 "tree-sitter-md",
8728 "tree-sitter-python",
8729 "tree-sitter-ruby",
8730 "tree-sitter-rust",
8731 "tree-sitter-typescript",
8732 "unicase",
8733 "unindent",
8734 "util",
8735 "workspace-hack",
8736]
8737
8738[[package]]
8739name = "language_extension"
8740version = "0.1.0"
8741dependencies = [
8742 "anyhow",
8743 "async-trait",
8744 "collections",
8745 "extension",
8746 "fs",
8747 "futures 0.3.31",
8748 "gpui",
8749 "language",
8750 "lsp",
8751 "serde",
8752 "serde_json",
8753 "util",
8754 "workspace-hack",
8755]
8756
8757[[package]]
8758name = "language_model"
8759version = "0.1.0"
8760dependencies = [
8761 "anthropic",
8762 "anyhow",
8763 "base64 0.22.1",
8764 "client",
8765 "collections",
8766 "futures 0.3.31",
8767 "google_ai",
8768 "gpui",
8769 "http_client",
8770 "icons",
8771 "image",
8772 "open_ai",
8773 "parking_lot",
8774 "proto",
8775 "schemars",
8776 "serde",
8777 "serde_json",
8778 "smol",
8779 "strum 0.27.1",
8780 "telemetry_events",
8781 "thiserror 2.0.12",
8782 "util",
8783 "workspace-hack",
8784 "zed_llm_client",
8785]
8786
8787[[package]]
8788name = "language_models"
8789version = "0.1.0"
8790dependencies = [
8791 "anthropic",
8792 "anyhow",
8793 "aws-config",
8794 "aws-credential-types",
8795 "aws_http_client",
8796 "bedrock",
8797 "client",
8798 "collections",
8799 "copilot",
8800 "credentials_provider",
8801 "deepseek",
8802 "editor",
8803 "feature_flags",
8804 "fs",
8805 "futures 0.3.31",
8806 "google_ai",
8807 "gpui",
8808 "gpui_tokio",
8809 "http_client",
8810 "language_model",
8811 "lmstudio",
8812 "log",
8813 "menu",
8814 "mistral",
8815 "ollama",
8816 "open_ai",
8817 "partial-json-fixer",
8818 "project",
8819 "proto",
8820 "release_channel",
8821 "schemars",
8822 "serde",
8823 "serde_json",
8824 "settings",
8825 "smol",
8826 "strum 0.27.1",
8827 "theme",
8828 "thiserror 2.0.12",
8829 "tiktoken-rs",
8830 "tokio",
8831 "ui",
8832 "util",
8833 "workspace-hack",
8834 "zed_llm_client",
8835]
8836
8837[[package]]
8838name = "language_selector"
8839version = "0.1.0"
8840dependencies = [
8841 "anyhow",
8842 "editor",
8843 "file_finder",
8844 "file_icons",
8845 "fuzzy",
8846 "gpui",
8847 "language",
8848 "picker",
8849 "project",
8850 "settings",
8851 "ui",
8852 "util",
8853 "workspace",
8854 "workspace-hack",
8855]
8856
8857[[package]]
8858name = "language_tools"
8859version = "0.1.0"
8860dependencies = [
8861 "anyhow",
8862 "client",
8863 "collections",
8864 "copilot",
8865 "editor",
8866 "env_logger 0.11.8",
8867 "futures 0.3.31",
8868 "gpui",
8869 "itertools 0.14.0",
8870 "language",
8871 "lsp",
8872 "project",
8873 "release_channel",
8874 "serde_json",
8875 "settings",
8876 "theme",
8877 "tree-sitter",
8878 "ui",
8879 "util",
8880 "workspace",
8881 "workspace-hack",
8882 "zed_actions",
8883]
8884
8885[[package]]
8886name = "languages"
8887version = "0.1.0"
8888dependencies = [
8889 "anyhow",
8890 "async-compression",
8891 "async-tar",
8892 "async-trait",
8893 "collections",
8894 "futures 0.3.31",
8895 "gpui",
8896 "http_client",
8897 "language",
8898 "log",
8899 "lsp",
8900 "node_runtime",
8901 "parking_lot",
8902 "paths",
8903 "pet",
8904 "pet-conda",
8905 "pet-core",
8906 "pet-fs",
8907 "pet-poetry",
8908 "pet-reporter",
8909 "pretty_assertions",
8910 "project",
8911 "regex",
8912 "rope",
8913 "rust-embed",
8914 "serde",
8915 "serde_json",
8916 "settings",
8917 "smol",
8918 "snippet_provider",
8919 "task",
8920 "text",
8921 "theme",
8922 "toml 0.8.20",
8923 "tree-sitter",
8924 "tree-sitter-bash",
8925 "tree-sitter-c",
8926 "tree-sitter-cpp",
8927 "tree-sitter-css",
8928 "tree-sitter-diff",
8929 "tree-sitter-gitcommit",
8930 "tree-sitter-go",
8931 "tree-sitter-gomod",
8932 "tree-sitter-gowork",
8933 "tree-sitter-jsdoc",
8934 "tree-sitter-json",
8935 "tree-sitter-md",
8936 "tree-sitter-python",
8937 "tree-sitter-regex",
8938 "tree-sitter-rust",
8939 "tree-sitter-typescript",
8940 "tree-sitter-yaml",
8941 "unindent",
8942 "util",
8943 "workspace",
8944 "workspace-hack",
8945]
8946
8947[[package]]
8948name = "lazy_static"
8949version = "1.5.0"
8950source = "registry+https://github.com/rust-lang/crates.io-index"
8951checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8952dependencies = [
8953 "spin",
8954]
8955
8956[[package]]
8957name = "lazycell"
8958version = "1.3.0"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8961
8962[[package]]
8963name = "leak"
8964version = "0.1.2"
8965source = "registry+https://github.com/rust-lang/crates.io-index"
8966checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8967
8968[[package]]
8969name = "leaky-cow"
8970version = "0.1.1"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8973dependencies = [
8974 "leak",
8975]
8976
8977[[package]]
8978name = "leb128"
8979version = "0.2.5"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8982
8983[[package]]
8984name = "leb128fmt"
8985version = "0.1.0"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8988
8989[[package]]
8990name = "lebe"
8991version = "0.5.2"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8994
8995[[package]]
8996name = "libc"
8997version = "0.2.172"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
9000
9001[[package]]
9002name = "libdbus-sys"
9003version = "0.2.5"
9004source = "registry+https://github.com/rust-lang/crates.io-index"
9005checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9006dependencies = [
9007 "cc",
9008 "pkg-config",
9009]
9010
9011[[package]]
9012name = "libfuzzer-sys"
9013version = "0.4.9"
9014source = "registry+https://github.com/rust-lang/crates.io-index"
9015checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9016dependencies = [
9017 "arbitrary",
9018 "cc",
9019]
9020
9021[[package]]
9022name = "libgit2-sys"
9023version = "0.18.1+1.9.0"
9024source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9026dependencies = [
9027 "cc",
9028 "libc",
9029 "libz-sys",
9030 "pkg-config",
9031]
9032
9033[[package]]
9034name = "libloading"
9035version = "0.8.6"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9038dependencies = [
9039 "cfg-if",
9040 "windows-targets 0.52.6",
9041]
9042
9043[[package]]
9044name = "libm"
9045version = "0.2.11"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9048
9049[[package]]
9050name = "libmimalloc-sys"
9051version = "0.1.42"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9054dependencies = [
9055 "cc",
9056 "libc",
9057]
9058
9059[[package]]
9060name = "libredox"
9061version = "0.1.3"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9064dependencies = [
9065 "bitflags 2.9.0",
9066 "libc",
9067 "redox_syscall 0.5.11",
9068]
9069
9070[[package]]
9071name = "libsqlite3-sys"
9072version = "0.30.1"
9073source = "registry+https://github.com/rust-lang/crates.io-index"
9074checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9075dependencies = [
9076 "cc",
9077 "pkg-config",
9078 "vcpkg",
9079]
9080
9081[[package]]
9082name = "libwebrtc"
9083version = "0.3.10"
9084source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9085dependencies = [
9086 "cxx",
9087 "jni",
9088 "js-sys",
9089 "lazy_static",
9090 "livekit-protocol",
9091 "livekit-runtime",
9092 "log",
9093 "parking_lot",
9094 "serde",
9095 "serde_json",
9096 "thiserror 1.0.69",
9097 "tokio",
9098 "wasm-bindgen",
9099 "wasm-bindgen-futures",
9100 "web-sys",
9101 "webrtc-sys",
9102]
9103
9104[[package]]
9105name = "libz-rs-sys"
9106version = "0.5.0"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9109dependencies = [
9110 "zlib-rs",
9111]
9112
9113[[package]]
9114name = "libz-sys"
9115version = "1.1.22"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9118dependencies = [
9119 "cc",
9120 "libc",
9121 "pkg-config",
9122 "vcpkg",
9123]
9124
9125[[package]]
9126name = "link-cplusplus"
9127version = "1.0.10"
9128source = "registry+https://github.com/rust-lang/crates.io-index"
9129checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9130dependencies = [
9131 "cc",
9132]
9133
9134[[package]]
9135name = "linkify"
9136version = "0.10.0"
9137source = "registry+https://github.com/rust-lang/crates.io-index"
9138checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9139dependencies = [
9140 "memchr",
9141]
9142
9143[[package]]
9144name = "linux-raw-sys"
9145version = "0.4.15"
9146source = "registry+https://github.com/rust-lang/crates.io-index"
9147checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9148
9149[[package]]
9150name = "linux-raw-sys"
9151version = "0.9.4"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9154
9155[[package]]
9156name = "litemap"
9157version = "0.7.5"
9158source = "registry+https://github.com/rust-lang/crates.io-index"
9159checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9160
9161[[package]]
9162name = "livekit"
9163version = "0.7.8"
9164source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9165dependencies = [
9166 "chrono",
9167 "futures-util",
9168 "lazy_static",
9169 "libloading",
9170 "libwebrtc",
9171 "livekit-api",
9172 "livekit-protocol",
9173 "livekit-runtime",
9174 "log",
9175 "parking_lot",
9176 "prost 0.12.6",
9177 "semver",
9178 "serde",
9179 "serde_json",
9180 "thiserror 1.0.69",
9181 "tokio",
9182]
9183
9184[[package]]
9185name = "livekit-api"
9186version = "0.4.2"
9187source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9188dependencies = [
9189 "futures-util",
9190 "http 0.2.12",
9191 "livekit-protocol",
9192 "livekit-runtime",
9193 "log",
9194 "parking_lot",
9195 "pbjson-types",
9196 "prost 0.12.6",
9197 "rand 0.9.1",
9198 "reqwest 0.11.27",
9199 "scopeguard",
9200 "serde",
9201 "sha2",
9202 "thiserror 1.0.69",
9203 "tokio",
9204 "tokio-tungstenite 0.26.2",
9205 "url",
9206]
9207
9208[[package]]
9209name = "livekit-protocol"
9210version = "0.3.9"
9211source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9212dependencies = [
9213 "futures-util",
9214 "livekit-runtime",
9215 "parking_lot",
9216 "pbjson",
9217 "pbjson-types",
9218 "prost 0.12.6",
9219 "prost-types 0.12.6",
9220 "serde",
9221 "thiserror 1.0.69",
9222 "tokio",
9223]
9224
9225[[package]]
9226name = "livekit-runtime"
9227version = "0.4.0"
9228source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9229dependencies = [
9230 "tokio",
9231 "tokio-stream",
9232]
9233
9234[[package]]
9235name = "livekit_api"
9236version = "0.1.0"
9237dependencies = [
9238 "anyhow",
9239 "async-trait",
9240 "jsonwebtoken",
9241 "log",
9242 "prost 0.9.0",
9243 "prost-build 0.9.0",
9244 "prost-types 0.9.0",
9245 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9246 "serde",
9247 "workspace-hack",
9248]
9249
9250[[package]]
9251name = "livekit_client"
9252version = "0.1.0"
9253dependencies = [
9254 "anyhow",
9255 "async-trait",
9256 "collections",
9257 "core-foundation 0.10.0",
9258 "core-video",
9259 "coreaudio-rs 0.12.1",
9260 "cpal",
9261 "futures 0.3.31",
9262 "gpui",
9263 "gpui_tokio",
9264 "http_client_tls",
9265 "image",
9266 "libwebrtc",
9267 "livekit",
9268 "livekit_api",
9269 "log",
9270 "nanoid",
9271 "objc",
9272 "parking_lot",
9273 "postage",
9274 "scap",
9275 "serde",
9276 "serde_json",
9277 "sha2",
9278 "simplelog",
9279 "smallvec",
9280 "tokio-tungstenite 0.26.2",
9281 "util",
9282 "workspace-hack",
9283]
9284
9285[[package]]
9286name = "lmdb-master-sys"
9287version = "0.2.5"
9288source = "registry+https://github.com/rust-lang/crates.io-index"
9289checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9290dependencies = [
9291 "cc",
9292 "doxygen-rs",
9293 "libc",
9294]
9295
9296[[package]]
9297name = "lmstudio"
9298version = "0.1.0"
9299dependencies = [
9300 "anyhow",
9301 "futures 0.3.31",
9302 "http_client",
9303 "schemars",
9304 "serde",
9305 "serde_json",
9306 "workspace-hack",
9307]
9308
9309[[package]]
9310name = "lock_api"
9311version = "0.4.12"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9314dependencies = [
9315 "autocfg",
9316 "scopeguard",
9317]
9318
9319[[package]]
9320name = "log"
9321version = "0.4.27"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9324dependencies = [
9325 "serde",
9326 "value-bag",
9327]
9328
9329[[package]]
9330name = "logos"
9331version = "0.15.0"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9334dependencies = [
9335 "logos-derive",
9336]
9337
9338[[package]]
9339name = "logos-codegen"
9340version = "0.15.0"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9343dependencies = [
9344 "beef",
9345 "fnv",
9346 "lazy_static",
9347 "proc-macro2",
9348 "quote",
9349 "regex-syntax 0.8.5",
9350 "rustc_version",
9351 "syn 2.0.101",
9352]
9353
9354[[package]]
9355name = "logos-derive"
9356version = "0.15.0"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9359dependencies = [
9360 "logos-codegen",
9361]
9362
9363[[package]]
9364name = "loom"
9365version = "0.7.2"
9366source = "registry+https://github.com/rust-lang/crates.io-index"
9367checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9368dependencies = [
9369 "cfg-if",
9370 "generator",
9371 "scoped-tls",
9372 "tracing",
9373 "tracing-subscriber",
9374]
9375
9376[[package]]
9377name = "loop9"
9378version = "0.1.5"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9381dependencies = [
9382 "imgref",
9383]
9384
9385[[package]]
9386name = "lru"
9387version = "0.12.5"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9390dependencies = [
9391 "hashbrown 0.15.3",
9392]
9393
9394[[package]]
9395name = "lsp"
9396version = "0.1.0"
9397dependencies = [
9398 "anyhow",
9399 "async-pipe",
9400 "collections",
9401 "ctor",
9402 "env_logger 0.11.8",
9403 "futures 0.3.31",
9404 "gpui",
9405 "log",
9406 "lsp-types",
9407 "parking_lot",
9408 "postage",
9409 "release_channel",
9410 "schemars",
9411 "serde",
9412 "serde_json",
9413 "smol",
9414 "util",
9415 "workspace-hack",
9416]
9417
9418[[package]]
9419name = "lsp-types"
9420version = "0.95.1"
9421source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9422dependencies = [
9423 "bitflags 1.3.2",
9424 "serde",
9425 "serde_json",
9426 "serde_repr",
9427 "url",
9428]
9429
9430[[package]]
9431name = "lyon"
9432version = "1.0.1"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9435dependencies = [
9436 "lyon_algorithms",
9437 "lyon_extra",
9438 "lyon_tessellation",
9439]
9440
9441[[package]]
9442name = "lyon_algorithms"
9443version = "1.0.5"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9446dependencies = [
9447 "lyon_path",
9448 "num-traits",
9449]
9450
9451[[package]]
9452name = "lyon_extra"
9453version = "1.0.3"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9456dependencies = [
9457 "lyon_path",
9458 "thiserror 1.0.69",
9459]
9460
9461[[package]]
9462name = "lyon_geom"
9463version = "1.0.6"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9466dependencies = [
9467 "arrayvec",
9468 "euclid",
9469 "num-traits",
9470]
9471
9472[[package]]
9473name = "lyon_path"
9474version = "1.0.7"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9477dependencies = [
9478 "lyon_geom",
9479 "num-traits",
9480]
9481
9482[[package]]
9483name = "lyon_tessellation"
9484version = "1.0.15"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9487dependencies = [
9488 "float_next_after",
9489 "lyon_path",
9490 "num-traits",
9491]
9492
9493[[package]]
9494name = "mac"
9495version = "0.1.1"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9498
9499[[package]]
9500name = "mach2"
9501version = "0.4.2"
9502source = "registry+https://github.com/rust-lang/crates.io-index"
9503checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9504dependencies = [
9505 "libc",
9506]
9507
9508[[package]]
9509name = "malloc_buf"
9510version = "0.0.6"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9513dependencies = [
9514 "libc",
9515]
9516
9517[[package]]
9518name = "maplit"
9519version = "1.0.2"
9520source = "registry+https://github.com/rust-lang/crates.io-index"
9521checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9522
9523[[package]]
9524name = "markdown"
9525version = "0.1.0"
9526dependencies = [
9527 "anyhow",
9528 "assets",
9529 "base64 0.22.1",
9530 "env_logger 0.11.8",
9531 "gpui",
9532 "language",
9533 "languages",
9534 "linkify",
9535 "log",
9536 "node_runtime",
9537 "pulldown-cmark 0.12.2",
9538 "settings",
9539 "sum_tree",
9540 "theme",
9541 "ui",
9542 "util",
9543 "workspace-hack",
9544]
9545
9546[[package]]
9547name = "markdown_preview"
9548version = "0.1.0"
9549dependencies = [
9550 "anyhow",
9551 "async-recursion 1.1.1",
9552 "collections",
9553 "editor",
9554 "fs",
9555 "gpui",
9556 "language",
9557 "linkify",
9558 "log",
9559 "pretty_assertions",
9560 "pulldown-cmark 0.12.2",
9561 "settings",
9562 "theme",
9563 "ui",
9564 "util",
9565 "workspace",
9566 "workspace-hack",
9567]
9568
9569[[package]]
9570name = "markup5ever"
9571version = "0.12.1"
9572source = "registry+https://github.com/rust-lang/crates.io-index"
9573checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9574dependencies = [
9575 "log",
9576 "phf",
9577 "phf_codegen",
9578 "string_cache",
9579 "string_cache_codegen",
9580 "tendril",
9581]
9582
9583[[package]]
9584name = "markup5ever"
9585version = "0.16.1"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9588dependencies = [
9589 "log",
9590 "tendril",
9591 "web_atoms",
9592]
9593
9594[[package]]
9595name = "markup5ever_rcdom"
9596version = "0.3.0"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9599dependencies = [
9600 "html5ever 0.27.0",
9601 "markup5ever 0.12.1",
9602 "tendril",
9603 "xml5ever",
9604]
9605
9606[[package]]
9607name = "match_token"
9608version = "0.1.0"
9609source = "registry+https://github.com/rust-lang/crates.io-index"
9610checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9611dependencies = [
9612 "proc-macro2",
9613 "quote",
9614 "syn 2.0.101",
9615]
9616
9617[[package]]
9618name = "matchers"
9619version = "0.1.0"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9622dependencies = [
9623 "regex-automata 0.1.10",
9624]
9625
9626[[package]]
9627name = "matchit"
9628version = "0.7.3"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9631
9632[[package]]
9633name = "maybe-async"
9634version = "0.2.10"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9637dependencies = [
9638 "proc-macro2",
9639 "quote",
9640 "syn 2.0.101",
9641]
9642
9643[[package]]
9644name = "maybe-owned"
9645version = "0.3.4"
9646source = "registry+https://github.com/rust-lang/crates.io-index"
9647checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9648
9649[[package]]
9650name = "maybe-rayon"
9651version = "0.1.1"
9652source = "registry+https://github.com/rust-lang/crates.io-index"
9653checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9654dependencies = [
9655 "cfg-if",
9656 "rayon",
9657]
9658
9659[[package]]
9660name = "md-5"
9661version = "0.10.6"
9662source = "registry+https://github.com/rust-lang/crates.io-index"
9663checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9664dependencies = [
9665 "cfg-if",
9666 "digest",
9667]
9668
9669[[package]]
9670name = "mdbook"
9671version = "0.4.48"
9672source = "registry+https://github.com/rust-lang/crates.io-index"
9673checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9674dependencies = [
9675 "ammonia",
9676 "anyhow",
9677 "chrono",
9678 "clap",
9679 "clap_complete",
9680 "elasticlunr-rs",
9681 "env_logger 0.11.8",
9682 "futures-util",
9683 "handlebars 6.3.2",
9684 "hex",
9685 "ignore",
9686 "log",
9687 "memchr",
9688 "notify",
9689 "notify-debouncer-mini",
9690 "once_cell",
9691 "opener",
9692 "pathdiff",
9693 "pulldown-cmark 0.10.3",
9694 "regex",
9695 "serde",
9696 "serde_json",
9697 "sha2",
9698 "shlex",
9699 "tempfile",
9700 "tokio",
9701 "toml 0.5.11",
9702 "topological-sort",
9703 "walkdir",
9704 "warp",
9705]
9706
9707[[package]]
9708name = "media"
9709version = "0.1.0"
9710dependencies = [
9711 "anyhow",
9712 "bindgen 0.71.1",
9713 "core-foundation 0.10.0",
9714 "core-video",
9715 "ctor",
9716 "foreign-types 0.5.0",
9717 "metal",
9718 "objc",
9719 "workspace-hack",
9720]
9721
9722[[package]]
9723name = "memchr"
9724version = "2.7.4"
9725source = "registry+https://github.com/rust-lang/crates.io-index"
9726checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9727
9728[[package]]
9729name = "memfd"
9730version = "0.6.4"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9733dependencies = [
9734 "rustix 0.38.44",
9735]
9736
9737[[package]]
9738name = "memmap2"
9739version = "0.9.5"
9740source = "registry+https://github.com/rust-lang/crates.io-index"
9741checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9742dependencies = [
9743 "libc",
9744]
9745
9746[[package]]
9747name = "memoffset"
9748version = "0.9.1"
9749source = "registry+https://github.com/rust-lang/crates.io-index"
9750checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9751dependencies = [
9752 "autocfg",
9753]
9754
9755[[package]]
9756name = "menu"
9757version = "0.1.0"
9758dependencies = [
9759 "gpui",
9760 "workspace-hack",
9761]
9762
9763[[package]]
9764name = "metal"
9765version = "0.29.0"
9766source = "registry+https://github.com/rust-lang/crates.io-index"
9767checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9768dependencies = [
9769 "bitflags 2.9.0",
9770 "block",
9771 "core-graphics-types 0.1.3",
9772 "foreign-types 0.5.0",
9773 "log",
9774 "objc",
9775 "paste",
9776]
9777
9778[[package]]
9779name = "migrator"
9780version = "0.1.0"
9781dependencies = [
9782 "anyhow",
9783 "collections",
9784 "convert_case 0.8.0",
9785 "log",
9786 "pretty_assertions",
9787 "streaming-iterator",
9788 "tree-sitter",
9789 "tree-sitter-json",
9790 "workspace-hack",
9791]
9792
9793[[package]]
9794name = "mimalloc"
9795version = "0.1.46"
9796source = "registry+https://github.com/rust-lang/crates.io-index"
9797checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9798dependencies = [
9799 "libmimalloc-sys",
9800]
9801
9802[[package]]
9803name = "mime"
9804version = "0.3.17"
9805source = "registry+https://github.com/rust-lang/crates.io-index"
9806checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9807
9808[[package]]
9809name = "mime_guess"
9810version = "2.0.5"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9813dependencies = [
9814 "mime",
9815 "unicase",
9816]
9817
9818[[package]]
9819name = "minimal-lexical"
9820version = "0.2.1"
9821source = "registry+https://github.com/rust-lang/crates.io-index"
9822checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9823
9824[[package]]
9825name = "miniz_oxide"
9826version = "0.8.8"
9827source = "registry+https://github.com/rust-lang/crates.io-index"
9828checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9829dependencies = [
9830 "adler2",
9831 "simd-adler32",
9832]
9833
9834[[package]]
9835name = "mint"
9836version = "0.5.9"
9837source = "registry+https://github.com/rust-lang/crates.io-index"
9838checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9839
9840[[package]]
9841name = "mio"
9842version = "1.0.3"
9843source = "registry+https://github.com/rust-lang/crates.io-index"
9844checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9845dependencies = [
9846 "libc",
9847 "log",
9848 "wasi 0.11.0+wasi-snapshot-preview1",
9849 "windows-sys 0.52.0",
9850]
9851
9852[[package]]
9853name = "miow"
9854version = "0.6.0"
9855source = "registry+https://github.com/rust-lang/crates.io-index"
9856checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9857dependencies = [
9858 "windows-sys 0.48.0",
9859]
9860
9861[[package]]
9862name = "mistral"
9863version = "0.1.0"
9864dependencies = [
9865 "anyhow",
9866 "futures 0.3.31",
9867 "http_client",
9868 "schemars",
9869 "serde",
9870 "serde_json",
9871 "strum 0.27.1",
9872 "workspace-hack",
9873]
9874
9875[[package]]
9876name = "moka"
9877version = "0.12.10"
9878source = "registry+https://github.com/rust-lang/crates.io-index"
9879checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9880dependencies = [
9881 "crossbeam-channel",
9882 "crossbeam-epoch",
9883 "crossbeam-utils",
9884 "loom",
9885 "parking_lot",
9886 "portable-atomic",
9887 "rustc_version",
9888 "smallvec",
9889 "tagptr",
9890 "thiserror 1.0.69",
9891 "uuid",
9892]
9893
9894[[package]]
9895name = "msvc_spectre_libs"
9896version = "0.1.3"
9897source = "registry+https://github.com/rust-lang/crates.io-index"
9898checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9899dependencies = [
9900 "cc",
9901]
9902
9903[[package]]
9904name = "multi_buffer"
9905version = "0.1.0"
9906dependencies = [
9907 "anyhow",
9908 "buffer_diff",
9909 "clock",
9910 "collections",
9911 "ctor",
9912 "env_logger 0.11.8",
9913 "gpui",
9914 "indoc",
9915 "itertools 0.14.0",
9916 "language",
9917 "log",
9918 "parking_lot",
9919 "pretty_assertions",
9920 "project",
9921 "rand 0.8.5",
9922 "rope",
9923 "serde",
9924 "settings",
9925 "smallvec",
9926 "smol",
9927 "sum_tree",
9928 "text",
9929 "theme",
9930 "tree-sitter",
9931 "util",
9932 "workspace-hack",
9933]
9934
9935[[package]]
9936name = "multimap"
9937version = "0.8.3"
9938source = "registry+https://github.com/rust-lang/crates.io-index"
9939checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9940
9941[[package]]
9942name = "multimap"
9943version = "0.10.0"
9944source = "registry+https://github.com/rust-lang/crates.io-index"
9945checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9946
9947[[package]]
9948name = "naga"
9949version = "25.0.1"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9952dependencies = [
9953 "arrayvec",
9954 "bit-set 0.8.0",
9955 "bitflags 2.9.0",
9956 "cfg_aliases 0.2.1",
9957 "codespan-reporting 0.12.0",
9958 "half",
9959 "hashbrown 0.15.3",
9960 "hexf-parse",
9961 "indexmap",
9962 "log",
9963 "num-traits",
9964 "once_cell",
9965 "rustc-hash 1.1.0",
9966 "spirv",
9967 "strum 0.26.3",
9968 "thiserror 2.0.12",
9969 "unicode-ident",
9970]
9971
9972[[package]]
9973name = "nanoid"
9974version = "0.4.0"
9975source = "registry+https://github.com/rust-lang/crates.io-index"
9976checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9977dependencies = [
9978 "rand 0.8.5",
9979]
9980
9981[[package]]
9982name = "nanorand"
9983version = "0.7.0"
9984source = "registry+https://github.com/rust-lang/crates.io-index"
9985checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9986dependencies = [
9987 "getrandom 0.2.15",
9988]
9989
9990[[package]]
9991name = "native-tls"
9992version = "0.2.14"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9995dependencies = [
9996 "libc",
9997 "log",
9998 "openssl",
9999 "openssl-probe",
10000 "openssl-sys",
10001 "schannel",
10002 "security-framework 2.11.1",
10003 "security-framework-sys",
10004 "tempfile",
10005]
10006
10007[[package]]
10008name = "nbformat"
10009version = "0.10.0"
10010source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10011dependencies = [
10012 "anyhow",
10013 "chrono",
10014 "jupyter-protocol",
10015 "serde",
10016 "serde_json",
10017 "thiserror 1.0.69",
10018 "uuid",
10019]
10020
10021[[package]]
10022name = "ndk"
10023version = "0.8.0"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10026dependencies = [
10027 "bitflags 2.9.0",
10028 "jni-sys",
10029 "log",
10030 "ndk-sys",
10031 "num_enum",
10032 "thiserror 1.0.69",
10033]
10034
10035[[package]]
10036name = "ndk-context"
10037version = "0.1.1"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10040
10041[[package]]
10042name = "ndk-sys"
10043version = "0.5.0+25.2.9519653"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10046dependencies = [
10047 "jni-sys",
10048]
10049
10050[[package]]
10051name = "new_debug_unreachable"
10052version = "1.0.6"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10055
10056[[package]]
10057name = "nix"
10058version = "0.28.0"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10061dependencies = [
10062 "bitflags 2.9.0",
10063 "cfg-if",
10064 "cfg_aliases 0.1.1",
10065 "libc",
10066]
10067
10068[[package]]
10069name = "nix"
10070version = "0.29.0"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10073dependencies = [
10074 "bitflags 2.9.0",
10075 "cfg-if",
10076 "cfg_aliases 0.2.1",
10077 "libc",
10078 "memoffset",
10079]
10080
10081[[package]]
10082name = "node_runtime"
10083version = "0.1.0"
10084dependencies = [
10085 "anyhow",
10086 "async-compression",
10087 "async-std",
10088 "async-tar",
10089 "async-trait",
10090 "async-watch",
10091 "futures 0.3.31",
10092 "http_client",
10093 "log",
10094 "paths",
10095 "semver",
10096 "serde",
10097 "serde_json",
10098 "smol",
10099 "util",
10100 "which 6.0.3",
10101 "workspace-hack",
10102]
10103
10104[[package]]
10105name = "nom"
10106version = "7.1.3"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10109dependencies = [
10110 "memchr",
10111 "minimal-lexical",
10112]
10113
10114[[package]]
10115name = "noop_proc_macro"
10116version = "0.3.0"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10119
10120[[package]]
10121name = "normpath"
10122version = "1.3.0"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10125dependencies = [
10126 "windows-sys 0.59.0",
10127]
10128
10129[[package]]
10130name = "notifications"
10131version = "0.1.0"
10132dependencies = [
10133 "anyhow",
10134 "channel",
10135 "client",
10136 "collections",
10137 "component",
10138 "db",
10139 "gpui",
10140 "rpc",
10141 "settings",
10142 "sum_tree",
10143 "time",
10144 "ui",
10145 "util",
10146 "workspace",
10147 "workspace-hack",
10148]
10149
10150[[package]]
10151name = "notify"
10152version = "8.0.0"
10153source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10154dependencies = [
10155 "bitflags 2.9.0",
10156 "filetime",
10157 "fsevent-sys 4.1.0",
10158 "inotify",
10159 "kqueue",
10160 "libc",
10161 "log",
10162 "mio",
10163 "notify-types",
10164 "walkdir",
10165 "windows-sys 0.59.0",
10166]
10167
10168[[package]]
10169name = "notify-debouncer-mini"
10170version = "0.6.0"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10173dependencies = [
10174 "log",
10175 "notify",
10176 "notify-types",
10177 "tempfile",
10178]
10179
10180[[package]]
10181name = "notify-types"
10182version = "2.0.0"
10183source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10184
10185[[package]]
10186name = "ntapi"
10187version = "0.4.1"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10190dependencies = [
10191 "winapi",
10192]
10193
10194[[package]]
10195name = "nu-ansi-term"
10196version = "0.46.0"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10199dependencies = [
10200 "overload",
10201 "winapi",
10202]
10203
10204[[package]]
10205name = "nu-ansi-term"
10206version = "0.50.1"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10209dependencies = [
10210 "windows-sys 0.52.0",
10211]
10212
10213[[package]]
10214name = "num"
10215version = "0.4.3"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10218dependencies = [
10219 "num-bigint",
10220 "num-complex",
10221 "num-integer",
10222 "num-iter",
10223 "num-rational",
10224 "num-traits",
10225]
10226
10227[[package]]
10228name = "num-bigint"
10229version = "0.4.6"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10232dependencies = [
10233 "num-integer",
10234 "num-traits",
10235]
10236
10237[[package]]
10238name = "num-bigint-dig"
10239version = "0.8.4"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10242dependencies = [
10243 "byteorder",
10244 "lazy_static",
10245 "libm",
10246 "num-integer",
10247 "num-iter",
10248 "num-traits",
10249 "rand 0.8.5",
10250 "serde",
10251 "smallvec",
10252 "zeroize",
10253]
10254
10255[[package]]
10256name = "num-cmp"
10257version = "0.1.0"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10260
10261[[package]]
10262name = "num-complex"
10263version = "0.4.6"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10266dependencies = [
10267 "num-traits",
10268]
10269
10270[[package]]
10271name = "num-conv"
10272version = "0.1.0"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10275
10276[[package]]
10277name = "num-derive"
10278version = "0.4.2"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10281dependencies = [
10282 "proc-macro2",
10283 "quote",
10284 "syn 2.0.101",
10285]
10286
10287[[package]]
10288name = "num-format"
10289version = "0.4.4"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10292dependencies = [
10293 "arrayvec",
10294 "itoa",
10295]
10296
10297[[package]]
10298name = "num-integer"
10299version = "0.1.46"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10302dependencies = [
10303 "num-traits",
10304]
10305
10306[[package]]
10307name = "num-iter"
10308version = "0.1.45"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10311dependencies = [
10312 "autocfg",
10313 "num-integer",
10314 "num-traits",
10315]
10316
10317[[package]]
10318name = "num-modular"
10319version = "0.6.1"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10322
10323[[package]]
10324name = "num-order"
10325version = "1.2.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10328dependencies = [
10329 "num-modular",
10330]
10331
10332[[package]]
10333name = "num-rational"
10334version = "0.4.2"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10337dependencies = [
10338 "num-bigint",
10339 "num-integer",
10340 "num-traits",
10341]
10342
10343[[package]]
10344name = "num-traits"
10345version = "0.2.19"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10348dependencies = [
10349 "autocfg",
10350 "libm",
10351]
10352
10353[[package]]
10354name = "num_cpus"
10355version = "1.16.0"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10358dependencies = [
10359 "hermit-abi 0.3.9",
10360 "libc",
10361]
10362
10363[[package]]
10364name = "num_enum"
10365version = "0.7.3"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10368dependencies = [
10369 "num_enum_derive",
10370]
10371
10372[[package]]
10373name = "num_enum_derive"
10374version = "0.7.3"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10377dependencies = [
10378 "proc-macro-crate",
10379 "proc-macro2",
10380 "quote",
10381 "syn 2.0.101",
10382]
10383
10384[[package]]
10385name = "num_threads"
10386version = "0.1.7"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10389dependencies = [
10390 "libc",
10391]
10392
10393[[package]]
10394name = "nvim-rs"
10395version = "0.9.2"
10396source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10397dependencies = [
10398 "async-trait",
10399 "futures 0.3.31",
10400 "log",
10401 "rmp",
10402 "rmpv",
10403 "tokio",
10404 "tokio-util",
10405]
10406
10407[[package]]
10408name = "objc"
10409version = "0.2.7"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10412dependencies = [
10413 "malloc_buf",
10414 "objc_exception",
10415]
10416
10417[[package]]
10418name = "objc-foundation"
10419version = "0.1.1"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10422dependencies = [
10423 "block",
10424 "objc",
10425 "objc_id",
10426]
10427
10428[[package]]
10429name = "objc2"
10430version = "0.6.1"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10433dependencies = [
10434 "objc2-encode",
10435]
10436
10437[[package]]
10438name = "objc2-app-kit"
10439version = "0.3.1"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10442dependencies = [
10443 "bitflags 2.9.0",
10444 "objc2",
10445 "objc2-core-foundation",
10446 "objc2-foundation",
10447 "objc2-quartz-core",
10448]
10449
10450[[package]]
10451name = "objc2-core-foundation"
10452version = "0.3.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10455dependencies = [
10456 "bitflags 2.9.0",
10457 "dispatch2",
10458 "objc2",
10459]
10460
10461[[package]]
10462name = "objc2-encode"
10463version = "4.1.0"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10466
10467[[package]]
10468name = "objc2-foundation"
10469version = "0.3.1"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10472dependencies = [
10473 "bitflags 2.9.0",
10474 "objc2",
10475 "objc2-core-foundation",
10476]
10477
10478[[package]]
10479name = "objc2-metal"
10480version = "0.3.1"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10483dependencies = [
10484 "bitflags 2.9.0",
10485 "block2",
10486 "dispatch2",
10487 "objc2",
10488 "objc2-core-foundation",
10489 "objc2-foundation",
10490]
10491
10492[[package]]
10493name = "objc2-quartz-core"
10494version = "0.3.1"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10497dependencies = [
10498 "bitflags 2.9.0",
10499 "objc2",
10500 "objc2-core-foundation",
10501 "objc2-foundation",
10502 "objc2-metal",
10503]
10504
10505[[package]]
10506name = "objc2-ui-kit"
10507version = "0.3.1"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10510dependencies = [
10511 "bitflags 2.9.0",
10512 "objc2",
10513 "objc2-core-foundation",
10514 "objc2-foundation",
10515 "objc2-quartz-core",
10516]
10517
10518[[package]]
10519name = "objc_exception"
10520version = "0.1.2"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10523dependencies = [
10524 "cc",
10525]
10526
10527[[package]]
10528name = "objc_id"
10529version = "0.1.1"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10532dependencies = [
10533 "objc",
10534]
10535
10536[[package]]
10537name = "object"
10538version = "0.36.7"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10541dependencies = [
10542 "crc32fast",
10543 "hashbrown 0.15.3",
10544 "indexmap",
10545 "memchr",
10546]
10547
10548[[package]]
10549name = "oboe"
10550version = "0.6.1"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10553dependencies = [
10554 "jni",
10555 "ndk",
10556 "ndk-context",
10557 "num-derive",
10558 "num-traits",
10559 "oboe-sys",
10560]
10561
10562[[package]]
10563name = "oboe-sys"
10564version = "0.6.1"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10567dependencies = [
10568 "cc",
10569]
10570
10571[[package]]
10572name = "ollama"
10573version = "0.1.0"
10574dependencies = [
10575 "anyhow",
10576 "futures 0.3.31",
10577 "http_client",
10578 "schemars",
10579 "serde",
10580 "serde_json",
10581 "workspace-hack",
10582]
10583
10584[[package]]
10585name = "once_cell"
10586version = "1.21.3"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10589
10590[[package]]
10591name = "oo7"
10592version = "0.4.3"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10595dependencies = [
10596 "aes",
10597 "ashpd",
10598 "async-fs",
10599 "async-io",
10600 "async-lock",
10601 "blocking",
10602 "cbc",
10603 "cipher",
10604 "digest",
10605 "endi",
10606 "futures-lite 2.6.0",
10607 "futures-util",
10608 "getrandom 0.3.2",
10609 "hkdf",
10610 "hmac",
10611 "md-5",
10612 "num",
10613 "num-bigint-dig",
10614 "pbkdf2 0.12.2",
10615 "rand 0.9.1",
10616 "serde",
10617 "sha2",
10618 "subtle",
10619 "zbus",
10620 "zbus_macros",
10621 "zeroize",
10622 "zvariant",
10623]
10624
10625[[package]]
10626name = "oorandom"
10627version = "11.1.5"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10630
10631[[package]]
10632name = "open"
10633version = "5.3.2"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10636dependencies = [
10637 "is-wsl",
10638 "libc",
10639 "pathdiff",
10640]
10641
10642[[package]]
10643name = "open_ai"
10644version = "0.1.0"
10645dependencies = [
10646 "anyhow",
10647 "futures 0.3.31",
10648 "http_client",
10649 "schemars",
10650 "serde",
10651 "serde_json",
10652 "strum 0.27.1",
10653 "workspace-hack",
10654]
10655
10656[[package]]
10657name = "opener"
10658version = "0.7.2"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10661dependencies = [
10662 "bstr",
10663 "dbus",
10664 "normpath",
10665 "windows-sys 0.59.0",
10666]
10667
10668[[package]]
10669name = "openssl"
10670version = "0.10.72"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10673dependencies = [
10674 "bitflags 2.9.0",
10675 "cfg-if",
10676 "foreign-types 0.3.2",
10677 "libc",
10678 "once_cell",
10679 "openssl-macros",
10680 "openssl-sys",
10681]
10682
10683[[package]]
10684name = "openssl-macros"
10685version = "0.1.1"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10688dependencies = [
10689 "proc-macro2",
10690 "quote",
10691 "syn 2.0.101",
10692]
10693
10694[[package]]
10695name = "openssl-probe"
10696version = "0.1.6"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10699
10700[[package]]
10701name = "openssl-sys"
10702version = "0.9.107"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10705dependencies = [
10706 "cc",
10707 "libc",
10708 "pkg-config",
10709 "vcpkg",
10710]
10711
10712[[package]]
10713name = "optfield"
10714version = "0.3.0"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10717dependencies = [
10718 "proc-macro2",
10719 "quote",
10720 "syn 2.0.101",
10721]
10722
10723[[package]]
10724name = "option-ext"
10725version = "0.2.0"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10728
10729[[package]]
10730name = "ordered-float"
10731version = "2.10.1"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10734dependencies = [
10735 "num-traits",
10736]
10737
10738[[package]]
10739name = "ordered-float"
10740version = "4.6.0"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10743dependencies = [
10744 "num-traits",
10745]
10746
10747[[package]]
10748name = "ordered-stream"
10749version = "0.2.0"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10752dependencies = [
10753 "futures-core",
10754 "pin-project-lite",
10755]
10756
10757[[package]]
10758name = "ouroboros"
10759version = "0.18.5"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10762dependencies = [
10763 "aliasable",
10764 "ouroboros_macro",
10765 "static_assertions",
10766]
10767
10768[[package]]
10769name = "ouroboros_macro"
10770version = "0.18.5"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10773dependencies = [
10774 "heck 0.4.1",
10775 "proc-macro2",
10776 "proc-macro2-diagnostics",
10777 "quote",
10778 "syn 2.0.101",
10779]
10780
10781[[package]]
10782name = "outline"
10783version = "0.1.0"
10784dependencies = [
10785 "editor",
10786 "fuzzy",
10787 "gpui",
10788 "indoc",
10789 "language",
10790 "menu",
10791 "ordered-float 2.10.1",
10792 "picker",
10793 "project",
10794 "rope",
10795 "serde_json",
10796 "settings",
10797 "smol",
10798 "theme",
10799 "tree-sitter-rust",
10800 "tree-sitter-typescript",
10801 "ui",
10802 "util",
10803 "workspace",
10804 "workspace-hack",
10805 "zed_actions",
10806]
10807
10808[[package]]
10809name = "outline_panel"
10810version = "0.1.0"
10811dependencies = [
10812 "anyhow",
10813 "collections",
10814 "db",
10815 "editor",
10816 "file_icons",
10817 "fuzzy",
10818 "gpui",
10819 "itertools 0.14.0",
10820 "language",
10821 "log",
10822 "menu",
10823 "outline",
10824 "pretty_assertions",
10825 "project",
10826 "schemars",
10827 "search",
10828 "serde",
10829 "serde_json",
10830 "settings",
10831 "smallvec",
10832 "smol",
10833 "theme",
10834 "ui",
10835 "util",
10836 "workspace",
10837 "workspace-hack",
10838 "worktree",
10839 "zed_actions",
10840]
10841
10842[[package]]
10843name = "outref"
10844version = "0.5.2"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10847
10848[[package]]
10849name = "overload"
10850version = "0.1.1"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10853
10854[[package]]
10855name = "p256"
10856version = "0.11.1"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10859dependencies = [
10860 "ecdsa",
10861 "elliptic-curve",
10862 "sha2",
10863]
10864
10865[[package]]
10866name = "page_size"
10867version = "0.6.0"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10870dependencies = [
10871 "libc",
10872 "winapi",
10873]
10874
10875[[package]]
10876name = "palette"
10877version = "0.7.6"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10880dependencies = [
10881 "approx",
10882 "fast-srgb8",
10883 "palette_derive",
10884]
10885
10886[[package]]
10887name = "palette_derive"
10888version = "0.7.6"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10891dependencies = [
10892 "by_address",
10893 "proc-macro2",
10894 "quote",
10895 "syn 2.0.101",
10896]
10897
10898[[package]]
10899name = "panel"
10900version = "0.1.0"
10901dependencies = [
10902 "editor",
10903 "gpui",
10904 "settings",
10905 "theme",
10906 "ui",
10907 "workspace",
10908 "workspace-hack",
10909]
10910
10911[[package]]
10912name = "parking"
10913version = "2.2.1"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10916
10917[[package]]
10918name = "parking_lot"
10919version = "0.12.3"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10922dependencies = [
10923 "lock_api",
10924 "parking_lot_core",
10925]
10926
10927[[package]]
10928name = "parking_lot_core"
10929version = "0.9.10"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10932dependencies = [
10933 "cfg-if",
10934 "libc",
10935 "redox_syscall 0.5.11",
10936 "smallvec",
10937 "windows-targets 0.52.6",
10938]
10939
10940[[package]]
10941name = "partial-json-fixer"
10942version = "0.5.3"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10945
10946[[package]]
10947name = "password-hash"
10948version = "0.4.2"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10951dependencies = [
10952 "base64ct",
10953 "rand_core 0.6.4",
10954 "subtle",
10955]
10956
10957[[package]]
10958name = "password-hash"
10959version = "0.5.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10962dependencies = [
10963 "base64ct",
10964 "rand_core 0.6.4",
10965 "subtle",
10966]
10967
10968[[package]]
10969name = "paste"
10970version = "1.0.15"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10973
10974[[package]]
10975name = "pathdiff"
10976version = "0.2.3"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10979
10980[[package]]
10981name = "pathfinder_geometry"
10982version = "0.5.1"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10985dependencies = [
10986 "log",
10987 "pathfinder_simd",
10988]
10989
10990[[package]]
10991name = "pathfinder_simd"
10992version = "0.5.4"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10995dependencies = [
10996 "rustc_version",
10997]
10998
10999[[package]]
11000name = "paths"
11001version = "0.1.0"
11002dependencies = [
11003 "dirs 4.0.0",
11004 "util",
11005 "workspace-hack",
11006]
11007
11008[[package]]
11009name = "pbjson"
11010version = "0.6.0"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11013dependencies = [
11014 "base64 0.21.7",
11015 "serde",
11016]
11017
11018[[package]]
11019name = "pbjson-build"
11020version = "0.6.2"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11023dependencies = [
11024 "heck 0.4.1",
11025 "itertools 0.11.0",
11026 "prost 0.12.6",
11027 "prost-types 0.12.6",
11028]
11029
11030[[package]]
11031name = "pbjson-types"
11032version = "0.6.0"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11035dependencies = [
11036 "bytes 1.10.1",
11037 "chrono",
11038 "pbjson",
11039 "pbjson-build",
11040 "prost 0.12.6",
11041 "prost-build 0.12.6",
11042 "serde",
11043]
11044
11045[[package]]
11046name = "pbkdf2"
11047version = "0.11.0"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11050dependencies = [
11051 "digest",
11052 "hmac",
11053 "password-hash 0.4.2",
11054 "sha2",
11055]
11056
11057[[package]]
11058name = "pbkdf2"
11059version = "0.12.2"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11062dependencies = [
11063 "digest",
11064 "hmac",
11065]
11066
11067[[package]]
11068name = "pem"
11069version = "3.0.5"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11072dependencies = [
11073 "base64 0.22.1",
11074 "serde",
11075]
11076
11077[[package]]
11078name = "pem-rfc7468"
11079version = "0.7.0"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11082dependencies = [
11083 "base64ct",
11084]
11085
11086[[package]]
11087name = "percent-encoding"
11088version = "2.3.1"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11091
11092[[package]]
11093name = "perplexity"
11094version = "0.1.0"
11095dependencies = [
11096 "serde",
11097 "zed_extension_api 0.6.0",
11098]
11099
11100[[package]]
11101name = "pest"
11102version = "2.8.0"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11105dependencies = [
11106 "memchr",
11107 "thiserror 2.0.12",
11108 "ucd-trie",
11109]
11110
11111[[package]]
11112name = "pest_derive"
11113version = "2.8.0"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11116dependencies = [
11117 "pest",
11118 "pest_generator",
11119]
11120
11121[[package]]
11122name = "pest_generator"
11123version = "2.8.0"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11126dependencies = [
11127 "pest",
11128 "pest_meta",
11129 "proc-macro2",
11130 "quote",
11131 "syn 2.0.101",
11132]
11133
11134[[package]]
11135name = "pest_meta"
11136version = "2.8.0"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11139dependencies = [
11140 "once_cell",
11141 "pest",
11142 "sha2",
11143]
11144
11145[[package]]
11146name = "pet"
11147version = "0.1.0"
11148source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11149dependencies = [
11150 "clap",
11151 "env_logger 0.10.2",
11152 "lazy_static",
11153 "log",
11154 "msvc_spectre_libs",
11155 "pet-conda",
11156 "pet-core",
11157 "pet-env-var-path",
11158 "pet-fs",
11159 "pet-global-virtualenvs",
11160 "pet-homebrew",
11161 "pet-jsonrpc",
11162 "pet-linux-global-python",
11163 "pet-mac-commandlinetools",
11164 "pet-mac-python-org",
11165 "pet-mac-xcode",
11166 "pet-pipenv",
11167 "pet-pixi",
11168 "pet-poetry",
11169 "pet-pyenv",
11170 "pet-python-utils",
11171 "pet-reporter",
11172 "pet-telemetry",
11173 "pet-venv",
11174 "pet-virtualenv",
11175 "pet-virtualenvwrapper",
11176 "pet-windows-registry",
11177 "pet-windows-store",
11178 "serde",
11179 "serde_json",
11180]
11181
11182[[package]]
11183name = "pet-conda"
11184version = "0.1.0"
11185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11186dependencies = [
11187 "env_logger 0.10.2",
11188 "lazy_static",
11189 "log",
11190 "msvc_spectre_libs",
11191 "pet-core",
11192 "pet-fs",
11193 "pet-python-utils",
11194 "pet-reporter",
11195 "regex",
11196 "serde",
11197 "serde_json",
11198 "yaml-rust2",
11199]
11200
11201[[package]]
11202name = "pet-core"
11203version = "0.1.0"
11204source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11205dependencies = [
11206 "clap",
11207 "lazy_static",
11208 "log",
11209 "msvc_spectre_libs",
11210 "pet-fs",
11211 "regex",
11212 "serde",
11213 "serde_json",
11214]
11215
11216[[package]]
11217name = "pet-env-var-path"
11218version = "0.1.0"
11219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11220dependencies = [
11221 "lazy_static",
11222 "log",
11223 "msvc_spectre_libs",
11224 "pet-conda",
11225 "pet-core",
11226 "pet-fs",
11227 "pet-python-utils",
11228 "pet-virtualenv",
11229 "regex",
11230]
11231
11232[[package]]
11233name = "pet-fs"
11234version = "0.1.0"
11235source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11236dependencies = [
11237 "log",
11238 "msvc_spectre_libs",
11239]
11240
11241[[package]]
11242name = "pet-global-virtualenvs"
11243version = "0.1.0"
11244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11245dependencies = [
11246 "log",
11247 "msvc_spectre_libs",
11248 "pet-conda",
11249 "pet-core",
11250 "pet-fs",
11251 "pet-virtualenv",
11252]
11253
11254[[package]]
11255name = "pet-homebrew"
11256version = "0.1.0"
11257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11258dependencies = [
11259 "lazy_static",
11260 "log",
11261 "msvc_spectre_libs",
11262 "pet-conda",
11263 "pet-core",
11264 "pet-fs",
11265 "pet-python-utils",
11266 "pet-virtualenv",
11267 "regex",
11268 "serde",
11269 "serde_json",
11270]
11271
11272[[package]]
11273name = "pet-jsonrpc"
11274version = "0.1.0"
11275source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11276dependencies = [
11277 "env_logger 0.10.2",
11278 "log",
11279 "msvc_spectre_libs",
11280 "pet-core",
11281 "serde",
11282 "serde_json",
11283]
11284
11285[[package]]
11286name = "pet-linux-global-python"
11287version = "0.1.0"
11288source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11289dependencies = [
11290 "log",
11291 "msvc_spectre_libs",
11292 "pet-core",
11293 "pet-fs",
11294 "pet-python-utils",
11295 "pet-virtualenv",
11296]
11297
11298[[package]]
11299name = "pet-mac-commandlinetools"
11300version = "0.1.0"
11301source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11302dependencies = [
11303 "log",
11304 "msvc_spectre_libs",
11305 "pet-core",
11306 "pet-fs",
11307 "pet-python-utils",
11308 "pet-virtualenv",
11309]
11310
11311[[package]]
11312name = "pet-mac-python-org"
11313version = "0.1.0"
11314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11315dependencies = [
11316 "log",
11317 "msvc_spectre_libs",
11318 "pet-core",
11319 "pet-fs",
11320 "pet-python-utils",
11321 "pet-virtualenv",
11322]
11323
11324[[package]]
11325name = "pet-mac-xcode"
11326version = "0.1.0"
11327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11328dependencies = [
11329 "log",
11330 "msvc_spectre_libs",
11331 "pet-core",
11332 "pet-fs",
11333 "pet-python-utils",
11334 "pet-virtualenv",
11335]
11336
11337[[package]]
11338name = "pet-pipenv"
11339version = "0.1.0"
11340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11341dependencies = [
11342 "log",
11343 "msvc_spectre_libs",
11344 "pet-core",
11345 "pet-fs",
11346 "pet-python-utils",
11347 "pet-virtualenv",
11348]
11349
11350[[package]]
11351name = "pet-pixi"
11352version = "0.1.0"
11353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11354dependencies = [
11355 "log",
11356 "msvc_spectre_libs",
11357 "pet-conda",
11358 "pet-core",
11359 "pet-python-utils",
11360]
11361
11362[[package]]
11363name = "pet-poetry"
11364version = "0.1.0"
11365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11366dependencies = [
11367 "base64 0.22.1",
11368 "lazy_static",
11369 "log",
11370 "msvc_spectre_libs",
11371 "pet-core",
11372 "pet-fs",
11373 "pet-python-utils",
11374 "pet-reporter",
11375 "pet-virtualenv",
11376 "regex",
11377 "serde",
11378 "serde_json",
11379 "sha2",
11380 "toml 0.8.20",
11381]
11382
11383[[package]]
11384name = "pet-pyenv"
11385version = "0.1.0"
11386source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11387dependencies = [
11388 "lazy_static",
11389 "log",
11390 "msvc_spectre_libs",
11391 "pet-conda",
11392 "pet-core",
11393 "pet-fs",
11394 "pet-python-utils",
11395 "pet-reporter",
11396 "regex",
11397 "serde",
11398 "serde_json",
11399]
11400
11401[[package]]
11402name = "pet-python-utils"
11403version = "0.1.0"
11404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11405dependencies = [
11406 "env_logger 0.10.2",
11407 "lazy_static",
11408 "log",
11409 "msvc_spectre_libs",
11410 "pet-core",
11411 "pet-fs",
11412 "regex",
11413 "serde",
11414 "serde_json",
11415 "sha2",
11416]
11417
11418[[package]]
11419name = "pet-reporter"
11420version = "0.1.0"
11421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11422dependencies = [
11423 "env_logger 0.10.2",
11424 "log",
11425 "msvc_spectre_libs",
11426 "pet-core",
11427 "pet-jsonrpc",
11428 "serde",
11429 "serde_json",
11430]
11431
11432[[package]]
11433name = "pet-telemetry"
11434version = "0.1.0"
11435source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11436dependencies = [
11437 "env_logger 0.10.2",
11438 "lazy_static",
11439 "log",
11440 "msvc_spectre_libs",
11441 "pet-core",
11442 "pet-fs",
11443 "pet-python-utils",
11444 "regex",
11445]
11446
11447[[package]]
11448name = "pet-venv"
11449version = "0.1.0"
11450source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11451dependencies = [
11452 "log",
11453 "msvc_spectre_libs",
11454 "pet-core",
11455 "pet-python-utils",
11456 "pet-virtualenv",
11457]
11458
11459[[package]]
11460name = "pet-virtualenv"
11461version = "0.1.0"
11462source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11463dependencies = [
11464 "log",
11465 "msvc_spectre_libs",
11466 "pet-core",
11467 "pet-fs",
11468 "pet-python-utils",
11469]
11470
11471[[package]]
11472name = "pet-virtualenvwrapper"
11473version = "0.1.0"
11474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11475dependencies = [
11476 "log",
11477 "msvc_spectre_libs",
11478 "pet-core",
11479 "pet-fs",
11480 "pet-python-utils",
11481 "pet-virtualenv",
11482]
11483
11484[[package]]
11485name = "pet-windows-registry"
11486version = "0.1.0"
11487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11488dependencies = [
11489 "lazy_static",
11490 "log",
11491 "msvc_spectre_libs",
11492 "pet-conda",
11493 "pet-core",
11494 "pet-fs",
11495 "pet-python-utils",
11496 "pet-virtualenv",
11497 "pet-windows-store",
11498 "regex",
11499 "winreg 0.55.0",
11500]
11501
11502[[package]]
11503name = "pet-windows-store"
11504version = "0.1.0"
11505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11506dependencies = [
11507 "lazy_static",
11508 "log",
11509 "msvc_spectre_libs",
11510 "pet-core",
11511 "pet-fs",
11512 "pet-python-utils",
11513 "pet-virtualenv",
11514 "regex",
11515 "winreg 0.55.0",
11516]
11517
11518[[package]]
11519name = "petgraph"
11520version = "0.6.5"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11523dependencies = [
11524 "fixedbitset",
11525 "indexmap",
11526]
11527
11528[[package]]
11529name = "pgvector"
11530version = "0.4.0"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11533dependencies = [
11534 "serde",
11535]
11536
11537[[package]]
11538name = "phf"
11539version = "0.11.3"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11542dependencies = [
11543 "phf_macros",
11544 "phf_shared",
11545]
11546
11547[[package]]
11548name = "phf_codegen"
11549version = "0.11.3"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11552dependencies = [
11553 "phf_generator",
11554 "phf_shared",
11555]
11556
11557[[package]]
11558name = "phf_generator"
11559version = "0.11.3"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11562dependencies = [
11563 "phf_shared",
11564 "rand 0.8.5",
11565]
11566
11567[[package]]
11568name = "phf_macros"
11569version = "0.11.3"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11572dependencies = [
11573 "phf_generator",
11574 "phf_shared",
11575 "proc-macro2",
11576 "quote",
11577 "syn 2.0.101",
11578]
11579
11580[[package]]
11581name = "phf_shared"
11582version = "0.11.3"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11585dependencies = [
11586 "siphasher",
11587]
11588
11589[[package]]
11590name = "picker"
11591version = "0.1.0"
11592dependencies = [
11593 "anyhow",
11594 "ctor",
11595 "editor",
11596 "env_logger 0.11.8",
11597 "gpui",
11598 "menu",
11599 "schemars",
11600 "serde",
11601 "serde_json",
11602 "ui",
11603 "util",
11604 "workspace",
11605 "workspace-hack",
11606]
11607
11608[[package]]
11609name = "pico-args"
11610version = "0.5.0"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11613
11614[[package]]
11615name = "pin-project"
11616version = "1.1.10"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11619dependencies = [
11620 "pin-project-internal",
11621]
11622
11623[[package]]
11624name = "pin-project-internal"
11625version = "1.1.10"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11628dependencies = [
11629 "proc-macro2",
11630 "quote",
11631 "syn 2.0.101",
11632]
11633
11634[[package]]
11635name = "pin-project-lite"
11636version = "0.2.16"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11639
11640[[package]]
11641name = "pin-utils"
11642version = "0.1.0"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11645
11646[[package]]
11647name = "piper"
11648version = "0.2.4"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11651dependencies = [
11652 "atomic-waker",
11653 "fastrand 2.3.0",
11654 "futures-io",
11655]
11656
11657[[package]]
11658name = "pkcs1"
11659version = "0.7.5"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11662dependencies = [
11663 "der 0.7.10",
11664 "pkcs8 0.10.2",
11665 "spki 0.7.3",
11666]
11667
11668[[package]]
11669name = "pkcs8"
11670version = "0.9.0"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11673dependencies = [
11674 "der 0.6.1",
11675 "spki 0.6.0",
11676]
11677
11678[[package]]
11679name = "pkcs8"
11680version = "0.10.2"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11683dependencies = [
11684 "der 0.7.10",
11685 "spki 0.7.3",
11686]
11687
11688[[package]]
11689name = "pkg-config"
11690version = "0.3.32"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11693
11694[[package]]
11695name = "plist"
11696version = "1.7.1"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11699dependencies = [
11700 "base64 0.22.1",
11701 "indexmap",
11702 "quick-xml 0.32.0",
11703 "serde",
11704 "time",
11705]
11706
11707[[package]]
11708name = "plotters"
11709version = "0.3.7"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11712dependencies = [
11713 "num-traits",
11714 "plotters-backend",
11715 "plotters-svg",
11716 "wasm-bindgen",
11717 "web-sys",
11718]
11719
11720[[package]]
11721name = "plotters-backend"
11722version = "0.3.7"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11725
11726[[package]]
11727name = "plotters-svg"
11728version = "0.3.7"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11731dependencies = [
11732 "plotters-backend",
11733]
11734
11735[[package]]
11736name = "png"
11737version = "0.17.16"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11740dependencies = [
11741 "bitflags 1.3.2",
11742 "crc32fast",
11743 "fdeflate",
11744 "flate2",
11745 "miniz_oxide",
11746]
11747
11748[[package]]
11749name = "polling"
11750version = "3.7.4"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11753dependencies = [
11754 "cfg-if",
11755 "concurrent-queue",
11756 "hermit-abi 0.4.0",
11757 "pin-project-lite",
11758 "rustix 0.38.44",
11759 "tracing",
11760 "windows-sys 0.59.0",
11761]
11762
11763[[package]]
11764name = "pollster"
11765version = "0.2.5"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11768
11769[[package]]
11770name = "pollster"
11771version = "0.4.0"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11774
11775[[package]]
11776name = "portable-atomic"
11777version = "1.11.0"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11780
11781[[package]]
11782name = "portable-atomic-util"
11783version = "0.2.4"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11786dependencies = [
11787 "portable-atomic",
11788]
11789
11790[[package]]
11791name = "portable-pty"
11792version = "0.9.0"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11795dependencies = [
11796 "anyhow",
11797 "bitflags 1.3.2",
11798 "downcast-rs",
11799 "filedescriptor",
11800 "lazy_static",
11801 "libc",
11802 "log",
11803 "nix 0.28.0",
11804 "serial2",
11805 "shared_library",
11806 "shell-words",
11807 "winapi",
11808 "winreg 0.10.1",
11809]
11810
11811[[package]]
11812name = "postage"
11813version = "0.5.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11816dependencies = [
11817 "atomic",
11818 "crossbeam-queue",
11819 "futures 0.3.31",
11820 "log",
11821 "parking_lot",
11822 "pin-project",
11823 "pollster 0.2.5",
11824 "static_assertions",
11825 "thiserror 1.0.69",
11826]
11827
11828[[package]]
11829name = "postcard"
11830version = "1.1.1"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11833dependencies = [
11834 "cobs",
11835 "embedded-io 0.4.0",
11836 "embedded-io 0.6.1",
11837 "serde",
11838]
11839
11840[[package]]
11841name = "powerfmt"
11842version = "0.2.0"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11845
11846[[package]]
11847name = "ppv-lite86"
11848version = "0.2.21"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11851dependencies = [
11852 "zerocopy 0.8.24",
11853]
11854
11855[[package]]
11856name = "precomputed-hash"
11857version = "0.1.1"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11860
11861[[package]]
11862name = "prettier"
11863version = "0.1.0"
11864dependencies = [
11865 "anyhow",
11866 "collections",
11867 "fs",
11868 "gpui",
11869 "language",
11870 "log",
11871 "lsp",
11872 "node_runtime",
11873 "parking_lot",
11874 "paths",
11875 "serde",
11876 "serde_json",
11877 "util",
11878 "workspace-hack",
11879]
11880
11881[[package]]
11882name = "pretty_assertions"
11883version = "1.4.1"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11886dependencies = [
11887 "diff",
11888 "yansi",
11889]
11890
11891[[package]]
11892name = "prettyplease"
11893version = "0.2.32"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11896dependencies = [
11897 "proc-macro2",
11898 "syn 2.0.101",
11899]
11900
11901[[package]]
11902name = "proc-macro-crate"
11903version = "3.3.0"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11906dependencies = [
11907 "toml_edit",
11908]
11909
11910[[package]]
11911name = "proc-macro-error-attr2"
11912version = "2.0.0"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11915dependencies = [
11916 "proc-macro2",
11917 "quote",
11918]
11919
11920[[package]]
11921name = "proc-macro-error2"
11922version = "2.0.1"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11925dependencies = [
11926 "proc-macro-error-attr2",
11927 "proc-macro2",
11928 "quote",
11929 "syn 2.0.101",
11930]
11931
11932[[package]]
11933name = "proc-macro2"
11934version = "1.0.95"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11937dependencies = [
11938 "unicode-ident",
11939]
11940
11941[[package]]
11942name = "proc-macro2-diagnostics"
11943version = "0.10.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11946dependencies = [
11947 "proc-macro2",
11948 "quote",
11949 "syn 2.0.101",
11950 "version_check",
11951 "yansi",
11952]
11953
11954[[package]]
11955name = "prodash"
11956version = "29.0.2"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11959dependencies = [
11960 "log",
11961 "parking_lot",
11962]
11963
11964[[package]]
11965name = "profiling"
11966version = "1.0.16"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11969dependencies = [
11970 "profiling-procmacros",
11971]
11972
11973[[package]]
11974name = "profiling-procmacros"
11975version = "1.0.16"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11978dependencies = [
11979 "quote",
11980 "syn 2.0.101",
11981]
11982
11983[[package]]
11984name = "project"
11985version = "0.1.0"
11986dependencies = [
11987 "aho-corasick",
11988 "anyhow",
11989 "askpass",
11990 "async-trait",
11991 "buffer_diff",
11992 "circular-buffer",
11993 "client",
11994 "clock",
11995 "collections",
11996 "context_server",
11997 "dap",
11998 "dap_adapters",
11999 "env_logger 0.11.8",
12000 "extension",
12001 "fancy-regex 0.14.0",
12002 "fs",
12003 "futures 0.3.31",
12004 "fuzzy",
12005 "git",
12006 "git2",
12007 "git_hosting_providers",
12008 "globset",
12009 "gpui",
12010 "http_client",
12011 "image",
12012 "indexmap",
12013 "itertools 0.14.0",
12014 "language",
12015 "log",
12016 "lsp",
12017 "node_runtime",
12018 "parking_lot",
12019 "pathdiff",
12020 "paths",
12021 "postage",
12022 "prettier",
12023 "pretty_assertions",
12024 "rand 0.8.5",
12025 "regex",
12026 "release_channel",
12027 "remote",
12028 "rpc",
12029 "schemars",
12030 "serde",
12031 "serde_json",
12032 "settings",
12033 "sha2",
12034 "shellexpand 2.1.2",
12035 "shlex",
12036 "smol",
12037 "snippet",
12038 "snippet_provider",
12039 "sum_tree",
12040 "task",
12041 "tempfile",
12042 "terminal",
12043 "text",
12044 "toml 0.8.20",
12045 "unindent",
12046 "url",
12047 "util",
12048 "which 6.0.3",
12049 "workspace-hack",
12050 "worktree",
12051 "zlog",
12052]
12053
12054[[package]]
12055name = "project_panel"
12056version = "0.1.0"
12057dependencies = [
12058 "anyhow",
12059 "client",
12060 "collections",
12061 "command_palette_hooks",
12062 "db",
12063 "editor",
12064 "file_icons",
12065 "git",
12066 "gpui",
12067 "indexmap",
12068 "language",
12069 "menu",
12070 "pretty_assertions",
12071 "project",
12072 "schemars",
12073 "search",
12074 "serde",
12075 "serde_derive",
12076 "serde_json",
12077 "settings",
12078 "smallvec",
12079 "theme",
12080 "ui",
12081 "util",
12082 "workspace",
12083 "workspace-hack",
12084 "worktree",
12085 "zed_actions",
12086]
12087
12088[[package]]
12089name = "project_symbols"
12090version = "0.1.0"
12091dependencies = [
12092 "anyhow",
12093 "editor",
12094 "futures 0.3.31",
12095 "fuzzy",
12096 "gpui",
12097 "language",
12098 "lsp",
12099 "ordered-float 2.10.1",
12100 "picker",
12101 "project",
12102 "release_channel",
12103 "serde_json",
12104 "settings",
12105 "theme",
12106 "util",
12107 "workspace",
12108 "workspace-hack",
12109]
12110
12111[[package]]
12112name = "prometheus"
12113version = "0.14.0"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12116dependencies = [
12117 "cfg-if",
12118 "fnv",
12119 "lazy_static",
12120 "memchr",
12121 "parking_lot",
12122 "protobuf",
12123 "thiserror 2.0.12",
12124]
12125
12126[[package]]
12127name = "prompt_store"
12128version = "0.1.0"
12129dependencies = [
12130 "anyhow",
12131 "assets",
12132 "chrono",
12133 "collections",
12134 "fs",
12135 "futures 0.3.31",
12136 "fuzzy",
12137 "gpui",
12138 "handlebars 4.5.0",
12139 "heed",
12140 "language",
12141 "log",
12142 "parking_lot",
12143 "paths",
12144 "rope",
12145 "serde",
12146 "serde_json",
12147 "text",
12148 "util",
12149 "uuid",
12150 "workspace-hack",
12151]
12152
12153[[package]]
12154name = "prost"
12155version = "0.9.0"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12158dependencies = [
12159 "bytes 1.10.1",
12160 "prost-derive 0.9.0",
12161]
12162
12163[[package]]
12164name = "prost"
12165version = "0.12.6"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12168dependencies = [
12169 "bytes 1.10.1",
12170 "prost-derive 0.12.6",
12171]
12172
12173[[package]]
12174name = "prost"
12175version = "0.13.5"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12178dependencies = [
12179 "bytes 1.10.1",
12180 "prost-derive 0.13.5",
12181]
12182
12183[[package]]
12184name = "prost-build"
12185version = "0.9.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12188dependencies = [
12189 "bytes 1.10.1",
12190 "heck 0.3.3",
12191 "itertools 0.10.5",
12192 "lazy_static",
12193 "log",
12194 "multimap 0.8.3",
12195 "petgraph",
12196 "prost 0.9.0",
12197 "prost-types 0.9.0",
12198 "regex",
12199 "tempfile",
12200 "which 4.4.2",
12201]
12202
12203[[package]]
12204name = "prost-build"
12205version = "0.12.6"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12208dependencies = [
12209 "bytes 1.10.1",
12210 "heck 0.5.0",
12211 "itertools 0.12.1",
12212 "log",
12213 "multimap 0.10.0",
12214 "once_cell",
12215 "petgraph",
12216 "prettyplease",
12217 "prost 0.12.6",
12218 "prost-types 0.12.6",
12219 "regex",
12220 "syn 2.0.101",
12221 "tempfile",
12222]
12223
12224[[package]]
12225name = "prost-derive"
12226version = "0.9.0"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12229dependencies = [
12230 "anyhow",
12231 "itertools 0.10.5",
12232 "proc-macro2",
12233 "quote",
12234 "syn 1.0.109",
12235]
12236
12237[[package]]
12238name = "prost-derive"
12239version = "0.12.6"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12242dependencies = [
12243 "anyhow",
12244 "itertools 0.12.1",
12245 "proc-macro2",
12246 "quote",
12247 "syn 2.0.101",
12248]
12249
12250[[package]]
12251name = "prost-derive"
12252version = "0.13.5"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12255dependencies = [
12256 "anyhow",
12257 "itertools 0.14.0",
12258 "proc-macro2",
12259 "quote",
12260 "syn 2.0.101",
12261]
12262
12263[[package]]
12264name = "prost-types"
12265version = "0.9.0"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12268dependencies = [
12269 "bytes 1.10.1",
12270 "prost 0.9.0",
12271]
12272
12273[[package]]
12274name = "prost-types"
12275version = "0.12.6"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12278dependencies = [
12279 "prost 0.12.6",
12280]
12281
12282[[package]]
12283name = "proto"
12284version = "0.1.0"
12285dependencies = [
12286 "anyhow",
12287 "collections",
12288 "prost 0.9.0",
12289 "prost-build 0.9.0",
12290 "serde",
12291 "workspace-hack",
12292]
12293
12294[[package]]
12295name = "protobuf"
12296version = "3.7.2"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12299dependencies = [
12300 "once_cell",
12301 "protobuf-support",
12302 "thiserror 1.0.69",
12303]
12304
12305[[package]]
12306name = "protobuf-support"
12307version = "3.7.2"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12310dependencies = [
12311 "thiserror 1.0.69",
12312]
12313
12314[[package]]
12315name = "psm"
12316version = "0.1.25"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12319dependencies = [
12320 "cc",
12321]
12322
12323[[package]]
12324name = "ptr_meta"
12325version = "0.1.4"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12328dependencies = [
12329 "ptr_meta_derive",
12330]
12331
12332[[package]]
12333name = "ptr_meta_derive"
12334version = "0.1.4"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12337dependencies = [
12338 "proc-macro2",
12339 "quote",
12340 "syn 1.0.109",
12341]
12342
12343[[package]]
12344name = "pulldown-cmark"
12345version = "0.10.3"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12348dependencies = [
12349 "bitflags 2.9.0",
12350 "memchr",
12351 "pulldown-cmark-escape",
12352 "unicase",
12353]
12354
12355[[package]]
12356name = "pulldown-cmark"
12357version = "0.12.2"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12360dependencies = [
12361 "bitflags 2.9.0",
12362 "memchr",
12363 "unicase",
12364]
12365
12366[[package]]
12367name = "pulldown-cmark-escape"
12368version = "0.10.1"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12371
12372[[package]]
12373name = "pulley-interpreter"
12374version = "29.0.1"
12375source = "registry+https://github.com/rust-lang/crates.io-index"
12376checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12377dependencies = [
12378 "cranelift-bitset",
12379 "log",
12380 "sptr",
12381 "wasmtime-math",
12382]
12383
12384[[package]]
12385name = "qoi"
12386version = "0.4.1"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12389dependencies = [
12390 "bytemuck",
12391]
12392
12393[[package]]
12394name = "quick-error"
12395version = "2.0.1"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12398
12399[[package]]
12400name = "quick-xml"
12401version = "0.30.0"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12404dependencies = [
12405 "memchr",
12406]
12407
12408[[package]]
12409name = "quick-xml"
12410version = "0.32.0"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12413dependencies = [
12414 "memchr",
12415]
12416
12417[[package]]
12418name = "quick-xml"
12419version = "0.37.4"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12422dependencies = [
12423 "memchr",
12424]
12425
12426[[package]]
12427name = "quinn"
12428version = "0.11.7"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12431dependencies = [
12432 "bytes 1.10.1",
12433 "cfg_aliases 0.2.1",
12434 "pin-project-lite",
12435 "quinn-proto",
12436 "quinn-udp",
12437 "rustc-hash 2.1.1",
12438 "rustls 0.23.26",
12439 "socket2",
12440 "thiserror 2.0.12",
12441 "tokio",
12442 "tracing",
12443 "web-time",
12444]
12445
12446[[package]]
12447name = "quinn-proto"
12448version = "0.11.10"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12451dependencies = [
12452 "bytes 1.10.1",
12453 "getrandom 0.3.2",
12454 "rand 0.9.1",
12455 "ring",
12456 "rustc-hash 2.1.1",
12457 "rustls 0.23.26",
12458 "rustls-pki-types",
12459 "slab",
12460 "thiserror 2.0.12",
12461 "tinyvec",
12462 "tracing",
12463 "web-time",
12464]
12465
12466[[package]]
12467name = "quinn-udp"
12468version = "0.5.11"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12471dependencies = [
12472 "cfg_aliases 0.2.1",
12473 "libc",
12474 "once_cell",
12475 "socket2",
12476 "tracing",
12477 "windows-sys 0.59.0",
12478]
12479
12480[[package]]
12481name = "quote"
12482version = "1.0.40"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12485dependencies = [
12486 "proc-macro2",
12487]
12488
12489[[package]]
12490name = "r-efi"
12491version = "5.2.0"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12494
12495[[package]]
12496name = "radium"
12497version = "0.7.0"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12500
12501[[package]]
12502name = "rand"
12503version = "0.7.3"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12506dependencies = [
12507 "getrandom 0.1.16",
12508 "libc",
12509 "rand_chacha 0.2.2",
12510 "rand_core 0.5.1",
12511 "rand_hc",
12512]
12513
12514[[package]]
12515name = "rand"
12516version = "0.8.5"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12519dependencies = [
12520 "libc",
12521 "rand_chacha 0.3.1",
12522 "rand_core 0.6.4",
12523]
12524
12525[[package]]
12526name = "rand"
12527version = "0.9.1"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12530dependencies = [
12531 "rand_chacha 0.9.0",
12532 "rand_core 0.9.3",
12533]
12534
12535[[package]]
12536name = "rand_chacha"
12537version = "0.2.2"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12540dependencies = [
12541 "ppv-lite86",
12542 "rand_core 0.5.1",
12543]
12544
12545[[package]]
12546name = "rand_chacha"
12547version = "0.3.1"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12550dependencies = [
12551 "ppv-lite86",
12552 "rand_core 0.6.4",
12553]
12554
12555[[package]]
12556name = "rand_chacha"
12557version = "0.9.0"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12560dependencies = [
12561 "ppv-lite86",
12562 "rand_core 0.9.3",
12563]
12564
12565[[package]]
12566name = "rand_core"
12567version = "0.5.1"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12570dependencies = [
12571 "getrandom 0.1.16",
12572]
12573
12574[[package]]
12575name = "rand_core"
12576version = "0.6.4"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12579dependencies = [
12580 "getrandom 0.2.15",
12581]
12582
12583[[package]]
12584name = "rand_core"
12585version = "0.9.3"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12588dependencies = [
12589 "getrandom 0.3.2",
12590]
12591
12592[[package]]
12593name = "rand_hc"
12594version = "0.2.0"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12597dependencies = [
12598 "rand_core 0.5.1",
12599]
12600
12601[[package]]
12602name = "rangemap"
12603version = "1.5.1"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12606
12607[[package]]
12608name = "rav1e"
12609version = "0.7.1"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12612dependencies = [
12613 "arbitrary",
12614 "arg_enum_proc_macro",
12615 "arrayvec",
12616 "av1-grain",
12617 "bitstream-io",
12618 "built",
12619 "cfg-if",
12620 "interpolate_name",
12621 "itertools 0.12.1",
12622 "libc",
12623 "libfuzzer-sys",
12624 "log",
12625 "maybe-rayon",
12626 "new_debug_unreachable",
12627 "noop_proc_macro",
12628 "num-derive",
12629 "num-traits",
12630 "once_cell",
12631 "paste",
12632 "profiling",
12633 "rand 0.8.5",
12634 "rand_chacha 0.3.1",
12635 "simd_helpers",
12636 "system-deps",
12637 "thiserror 1.0.69",
12638 "v_frame",
12639 "wasm-bindgen",
12640]
12641
12642[[package]]
12643name = "ravif"
12644version = "0.11.12"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12647dependencies = [
12648 "avif-serialize",
12649 "imgref",
12650 "loop9",
12651 "quick-error",
12652 "rav1e",
12653 "rayon",
12654 "rgb",
12655]
12656
12657[[package]]
12658name = "raw-window-handle"
12659version = "0.6.2"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12662
12663[[package]]
12664name = "raw-window-metal"
12665version = "0.4.0"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12668dependencies = [
12669 "cocoa 0.25.0",
12670 "core-graphics 0.23.2",
12671 "objc",
12672 "raw-window-handle",
12673]
12674
12675[[package]]
12676name = "rayon"
12677version = "1.10.0"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12680dependencies = [
12681 "either",
12682 "rayon-core",
12683]
12684
12685[[package]]
12686name = "rayon-core"
12687version = "1.12.1"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12690dependencies = [
12691 "crossbeam-deque",
12692 "crossbeam-utils",
12693]
12694
12695[[package]]
12696name = "read-fonts"
12697version = "0.25.3"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12700dependencies = [
12701 "bytemuck",
12702 "font-types",
12703]
12704
12705[[package]]
12706name = "recent_projects"
12707version = "0.1.0"
12708dependencies = [
12709 "anyhow",
12710 "auto_update",
12711 "dap",
12712 "editor",
12713 "extension_host",
12714 "file_finder",
12715 "futures 0.3.31",
12716 "fuzzy",
12717 "gpui",
12718 "language",
12719 "log",
12720 "markdown",
12721 "menu",
12722 "ordered-float 2.10.1",
12723 "paths",
12724 "picker",
12725 "project",
12726 "release_channel",
12727 "remote",
12728 "schemars",
12729 "serde",
12730 "serde_json",
12731 "settings",
12732 "smol",
12733 "task",
12734 "telemetry",
12735 "theme",
12736 "ui",
12737 "util",
12738 "workspace",
12739 "workspace-hack",
12740 "zed_actions",
12741]
12742
12743[[package]]
12744name = "redox_syscall"
12745version = "0.2.16"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12748dependencies = [
12749 "bitflags 1.3.2",
12750]
12751
12752[[package]]
12753name = "redox_syscall"
12754version = "0.5.11"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12757dependencies = [
12758 "bitflags 2.9.0",
12759]
12760
12761[[package]]
12762name = "redox_users"
12763version = "0.4.6"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12766dependencies = [
12767 "getrandom 0.2.15",
12768 "libredox",
12769 "thiserror 1.0.69",
12770]
12771
12772[[package]]
12773name = "redox_users"
12774version = "0.5.0"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12777dependencies = [
12778 "getrandom 0.2.15",
12779 "libredox",
12780 "thiserror 2.0.12",
12781]
12782
12783[[package]]
12784name = "ref-cast"
12785version = "1.0.24"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12788dependencies = [
12789 "ref-cast-impl",
12790]
12791
12792[[package]]
12793name = "ref-cast-impl"
12794version = "1.0.24"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12797dependencies = [
12798 "proc-macro2",
12799 "quote",
12800 "syn 2.0.101",
12801]
12802
12803[[package]]
12804name = "referencing"
12805version = "0.30.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12808dependencies = [
12809 "ahash 0.8.11",
12810 "fluent-uri",
12811 "once_cell",
12812 "parking_lot",
12813 "percent-encoding",
12814 "serde_json",
12815]
12816
12817[[package]]
12818name = "refineable"
12819version = "0.1.0"
12820dependencies = [
12821 "derive_refineable",
12822 "workspace-hack",
12823]
12824
12825[[package]]
12826name = "regalloc2"
12827version = "0.11.2"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12830dependencies = [
12831 "allocator-api2",
12832 "bumpalo",
12833 "hashbrown 0.15.3",
12834 "log",
12835 "rustc-hash 2.1.1",
12836 "serde",
12837 "smallvec",
12838]
12839
12840[[package]]
12841name = "regex"
12842version = "1.11.1"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12845dependencies = [
12846 "aho-corasick",
12847 "memchr",
12848 "regex-automata 0.4.9",
12849 "regex-syntax 0.8.5",
12850]
12851
12852[[package]]
12853name = "regex-automata"
12854version = "0.1.10"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12857dependencies = [
12858 "regex-syntax 0.6.29",
12859]
12860
12861[[package]]
12862name = "regex-automata"
12863version = "0.4.9"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12866dependencies = [
12867 "aho-corasick",
12868 "memchr",
12869 "regex-syntax 0.8.5",
12870]
12871
12872[[package]]
12873name = "regex-lite"
12874version = "0.1.6"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12877
12878[[package]]
12879name = "regex-syntax"
12880version = "0.6.29"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12883
12884[[package]]
12885name = "regex-syntax"
12886version = "0.8.5"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12889
12890[[package]]
12891name = "release_channel"
12892version = "0.1.0"
12893dependencies = [
12894 "gpui",
12895 "workspace-hack",
12896]
12897
12898[[package]]
12899name = "remote"
12900version = "0.1.0"
12901dependencies = [
12902 "anyhow",
12903 "askpass",
12904 "async-trait",
12905 "collections",
12906 "fs",
12907 "futures 0.3.31",
12908 "gpui",
12909 "itertools 0.14.0",
12910 "log",
12911 "parking_lot",
12912 "paths",
12913 "prost 0.9.0",
12914 "release_channel",
12915 "rpc",
12916 "schemars",
12917 "serde",
12918 "serde_json",
12919 "shlex",
12920 "smol",
12921 "tempfile",
12922 "thiserror 2.0.12",
12923 "urlencoding",
12924 "util",
12925 "workspace-hack",
12926]
12927
12928[[package]]
12929name = "remote_server"
12930version = "0.1.0"
12931dependencies = [
12932 "anyhow",
12933 "askpass",
12934 "assistant_tool",
12935 "assistant_tools",
12936 "async-watch",
12937 "backtrace",
12938 "cargo_toml",
12939 "chrono",
12940 "clap",
12941 "client",
12942 "clock",
12943 "dap",
12944 "dap_adapters",
12945 "debug_adapter_extension",
12946 "env_logger 0.11.8",
12947 "extension",
12948 "extension_host",
12949 "fork",
12950 "fs",
12951 "futures 0.3.31",
12952 "git",
12953 "git_hosting_providers",
12954 "gpui",
12955 "gpui_tokio",
12956 "http_client",
12957 "language",
12958 "language_extension",
12959 "language_model",
12960 "languages",
12961 "libc",
12962 "log",
12963 "lsp",
12964 "node_runtime",
12965 "paths",
12966 "project",
12967 "proto",
12968 "release_channel",
12969 "remote",
12970 "reqwest_client",
12971 "rpc",
12972 "rust-embed",
12973 "serde",
12974 "serde_json",
12975 "settings",
12976 "shellexpand 2.1.2",
12977 "smol",
12978 "sysinfo",
12979 "telemetry_events",
12980 "toml 0.8.20",
12981 "unindent",
12982 "util",
12983 "worktree",
12984]
12985
12986[[package]]
12987name = "rend"
12988version = "0.4.2"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12991dependencies = [
12992 "bytecheck",
12993]
12994
12995[[package]]
12996name = "repl"
12997version = "0.1.0"
12998dependencies = [
12999 "alacritty_terminal",
13000 "anyhow",
13001 "async-dispatcher",
13002 "async-tungstenite",
13003 "base64 0.22.1",
13004 "client",
13005 "collections",
13006 "command_palette_hooks",
13007 "editor",
13008 "env_logger 0.11.8",
13009 "feature_flags",
13010 "file_icons",
13011 "futures 0.3.31",
13012 "gpui",
13013 "http_client",
13014 "image",
13015 "indoc",
13016 "jupyter-protocol",
13017 "jupyter-websocket-client",
13018 "language",
13019 "languages",
13020 "log",
13021 "markdown_preview",
13022 "menu",
13023 "multi_buffer",
13024 "nbformat",
13025 "picker",
13026 "project",
13027 "runtimelib",
13028 "schemars",
13029 "serde",
13030 "serde_json",
13031 "settings",
13032 "smol",
13033 "telemetry",
13034 "terminal",
13035 "terminal_view",
13036 "theme",
13037 "tree-sitter-md",
13038 "tree-sitter-python",
13039 "tree-sitter-typescript",
13040 "ui",
13041 "util",
13042 "uuid",
13043 "workspace",
13044 "workspace-hack",
13045]
13046
13047[[package]]
13048name = "reqwest"
13049version = "0.11.27"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13052dependencies = [
13053 "base64 0.21.7",
13054 "bytes 1.10.1",
13055 "encoding_rs",
13056 "futures-core",
13057 "futures-util",
13058 "h2 0.3.26",
13059 "http 0.2.12",
13060 "http-body 0.4.6",
13061 "hyper 0.14.32",
13062 "hyper-rustls 0.24.2",
13063 "hyper-tls",
13064 "ipnet",
13065 "js-sys",
13066 "log",
13067 "mime",
13068 "native-tls",
13069 "once_cell",
13070 "percent-encoding",
13071 "pin-project-lite",
13072 "rustls 0.21.12",
13073 "rustls-native-certs 0.6.3",
13074 "rustls-pemfile 1.0.4",
13075 "serde",
13076 "serde_json",
13077 "serde_urlencoded",
13078 "sync_wrapper 0.1.2",
13079 "system-configuration 0.5.1",
13080 "tokio",
13081 "tokio-native-tls",
13082 "tokio-rustls 0.24.1",
13083 "tower-service",
13084 "url",
13085 "wasm-bindgen",
13086 "wasm-bindgen-futures",
13087 "web-sys",
13088 "winreg 0.50.0",
13089]
13090
13091[[package]]
13092name = "reqwest"
13093version = "0.12.15"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13096dependencies = [
13097 "base64 0.22.1",
13098 "bytes 1.10.1",
13099 "futures-channel",
13100 "futures-core",
13101 "futures-util",
13102 "http 1.3.1",
13103 "http-body 1.0.1",
13104 "http-body-util",
13105 "hyper 1.6.0",
13106 "hyper-util",
13107 "ipnet",
13108 "js-sys",
13109 "log",
13110 "mime",
13111 "once_cell",
13112 "percent-encoding",
13113 "pin-project-lite",
13114 "serde",
13115 "serde_json",
13116 "serde_urlencoded",
13117 "sync_wrapper 1.0.2",
13118 "tokio",
13119 "tower 0.5.2",
13120 "tower-service",
13121 "url",
13122 "wasm-bindgen",
13123 "wasm-bindgen-futures",
13124 "web-sys",
13125 "windows-registry 0.4.0",
13126]
13127
13128[[package]]
13129name = "reqwest"
13130version = "0.12.15"
13131source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13132dependencies = [
13133 "base64 0.22.1",
13134 "bytes 1.10.1",
13135 "encoding_rs",
13136 "futures-core",
13137 "futures-util",
13138 "h2 0.4.9",
13139 "http 1.3.1",
13140 "http-body 1.0.1",
13141 "http-body-util",
13142 "hyper 1.6.0",
13143 "hyper-rustls 0.27.5",
13144 "hyper-util",
13145 "ipnet",
13146 "js-sys",
13147 "log",
13148 "mime",
13149 "once_cell",
13150 "percent-encoding",
13151 "pin-project-lite",
13152 "quinn",
13153 "rustls 0.23.26",
13154 "rustls-native-certs 0.8.1",
13155 "rustls-pemfile 2.2.0",
13156 "rustls-pki-types",
13157 "serde",
13158 "serde_json",
13159 "serde_urlencoded",
13160 "sync_wrapper 1.0.2",
13161 "system-configuration 0.6.1",
13162 "tokio",
13163 "tokio-rustls 0.26.2",
13164 "tokio-socks",
13165 "tokio-util",
13166 "tower 0.5.2",
13167 "tower-service",
13168 "url",
13169 "wasm-bindgen",
13170 "wasm-bindgen-futures",
13171 "wasm-streams",
13172 "web-sys",
13173 "windows-registry 0.4.0",
13174]
13175
13176[[package]]
13177name = "reqwest_client"
13178version = "0.1.0"
13179dependencies = [
13180 "anyhow",
13181 "bytes 1.10.1",
13182 "futures 0.3.31",
13183 "gpui",
13184 "http_client",
13185 "http_client_tls",
13186 "log",
13187 "regex",
13188 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13189 "serde",
13190 "smol",
13191 "tokio",
13192 "workspace-hack",
13193]
13194
13195[[package]]
13196name = "resvg"
13197version = "0.45.1"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13200dependencies = [
13201 "log",
13202 "pico-args",
13203 "rgb",
13204 "svgtypes",
13205 "tiny-skia",
13206 "usvg",
13207]
13208
13209[[package]]
13210name = "rfc6979"
13211version = "0.3.1"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13214dependencies = [
13215 "crypto-bigint 0.4.9",
13216 "hmac",
13217 "zeroize",
13218]
13219
13220[[package]]
13221name = "rgb"
13222version = "0.8.50"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13225dependencies = [
13226 "bytemuck",
13227]
13228
13229[[package]]
13230name = "rich_text"
13231version = "0.1.0"
13232dependencies = [
13233 "futures 0.3.31",
13234 "gpui",
13235 "language",
13236 "linkify",
13237 "pulldown-cmark 0.12.2",
13238 "theme",
13239 "ui",
13240 "util",
13241 "workspace-hack",
13242]
13243
13244[[package]]
13245name = "ring"
13246version = "0.17.14"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13249dependencies = [
13250 "cc",
13251 "cfg-if",
13252 "getrandom 0.2.15",
13253 "libc",
13254 "untrusted",
13255 "windows-sys 0.52.0",
13256]
13257
13258[[package]]
13259name = "rkyv"
13260version = "0.7.45"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13263dependencies = [
13264 "bitvec",
13265 "bytecheck",
13266 "bytes 1.10.1",
13267 "hashbrown 0.12.3",
13268 "ptr_meta",
13269 "rend",
13270 "rkyv_derive",
13271 "seahash",
13272 "tinyvec",
13273 "uuid",
13274]
13275
13276[[package]]
13277name = "rkyv_derive"
13278version = "0.7.45"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13281dependencies = [
13282 "proc-macro2",
13283 "quote",
13284 "syn 1.0.109",
13285]
13286
13287[[package]]
13288name = "rmp"
13289version = "0.8.14"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13292dependencies = [
13293 "byteorder",
13294 "num-traits",
13295 "paste",
13296]
13297
13298[[package]]
13299name = "rmpv"
13300version = "1.3.0"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13303dependencies = [
13304 "num-traits",
13305 "rmp",
13306]
13307
13308[[package]]
13309name = "rodio"
13310version = "0.20.1"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13313dependencies = [
13314 "cpal",
13315 "hound",
13316]
13317
13318[[package]]
13319name = "rope"
13320version = "0.1.0"
13321dependencies = [
13322 "arrayvec",
13323 "criterion",
13324 "ctor",
13325 "env_logger 0.11.8",
13326 "gpui",
13327 "log",
13328 "rand 0.8.5",
13329 "rayon",
13330 "smallvec",
13331 "sum_tree",
13332 "unicode-segmentation",
13333 "util",
13334 "workspace-hack",
13335]
13336
13337[[package]]
13338name = "roxmltree"
13339version = "0.20.0"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13342
13343[[package]]
13344name = "rpc"
13345version = "0.1.0"
13346dependencies = [
13347 "anyhow",
13348 "async-tungstenite",
13349 "base64 0.22.1",
13350 "chrono",
13351 "collections",
13352 "env_logger 0.11.8",
13353 "futures 0.3.31",
13354 "gpui",
13355 "parking_lot",
13356 "proto",
13357 "rand 0.8.5",
13358 "rsa",
13359 "serde",
13360 "serde_json",
13361 "sha2",
13362 "strum 0.27.1",
13363 "tracing",
13364 "util",
13365 "workspace-hack",
13366 "zstd",
13367]
13368
13369[[package]]
13370name = "rsa"
13371version = "0.9.8"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13374dependencies = [
13375 "const-oid",
13376 "digest",
13377 "num-bigint-dig",
13378 "num-integer",
13379 "num-traits",
13380 "pkcs1",
13381 "pkcs8 0.10.2",
13382 "rand_core 0.6.4",
13383 "signature 2.2.0",
13384 "spki 0.7.3",
13385 "subtle",
13386 "zeroize",
13387]
13388
13389[[package]]
13390name = "rules_library"
13391version = "0.1.0"
13392dependencies = [
13393 "anyhow",
13394 "collections",
13395 "editor",
13396 "gpui",
13397 "language",
13398 "language_model",
13399 "log",
13400 "menu",
13401 "picker",
13402 "prompt_store",
13403 "release_channel",
13404 "rope",
13405 "serde",
13406 "settings",
13407 "theme",
13408 "ui",
13409 "util",
13410 "workspace",
13411 "workspace-hack",
13412 "zed_actions",
13413]
13414
13415[[package]]
13416name = "runtimelib"
13417version = "0.25.0"
13418source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13419dependencies = [
13420 "anyhow",
13421 "async-dispatcher",
13422 "async-std",
13423 "base64 0.22.1",
13424 "bytes 1.10.1",
13425 "chrono",
13426 "data-encoding",
13427 "dirs 5.0.1",
13428 "futures 0.3.31",
13429 "glob",
13430 "jupyter-protocol",
13431 "ring",
13432 "serde",
13433 "serde_json",
13434 "shellexpand 3.1.1",
13435 "smol",
13436 "uuid",
13437 "zeromq",
13438]
13439
13440[[package]]
13441name = "rust-embed"
13442version = "8.7.0"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13445dependencies = [
13446 "rust-embed-impl",
13447 "rust-embed-utils",
13448 "walkdir",
13449]
13450
13451[[package]]
13452name = "rust-embed-impl"
13453version = "8.7.0"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13456dependencies = [
13457 "proc-macro2",
13458 "quote",
13459 "rust-embed-utils",
13460 "syn 2.0.101",
13461 "walkdir",
13462]
13463
13464[[package]]
13465name = "rust-embed-utils"
13466version = "8.7.0"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13469dependencies = [
13470 "globset",
13471 "sha2",
13472 "walkdir",
13473]
13474
13475[[package]]
13476name = "rust_decimal"
13477version = "1.37.1"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13480dependencies = [
13481 "arrayvec",
13482 "borsh",
13483 "bytes 1.10.1",
13484 "num-traits",
13485 "rand 0.8.5",
13486 "rkyv",
13487 "serde",
13488 "serde_json",
13489]
13490
13491[[package]]
13492name = "rustc-demangle"
13493version = "0.1.24"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13496
13497[[package]]
13498name = "rustc-hash"
13499version = "1.1.0"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13502
13503[[package]]
13504name = "rustc-hash"
13505version = "2.1.1"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13508
13509[[package]]
13510name = "rustc_version"
13511version = "0.4.1"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13514dependencies = [
13515 "semver",
13516]
13517
13518[[package]]
13519name = "rustix"
13520version = "0.38.44"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13523dependencies = [
13524 "bitflags 2.9.0",
13525 "errno 0.3.11",
13526 "itoa",
13527 "libc",
13528 "linux-raw-sys 0.4.15",
13529 "windows-sys 0.59.0",
13530]
13531
13532[[package]]
13533name = "rustix"
13534version = "1.0.7"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13537dependencies = [
13538 "bitflags 2.9.0",
13539 "errno 0.3.11",
13540 "libc",
13541 "linux-raw-sys 0.9.4",
13542 "windows-sys 0.59.0",
13543]
13544
13545[[package]]
13546name = "rustix-linux-procfs"
13547version = "0.1.1"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13550dependencies = [
13551 "once_cell",
13552 "rustix 1.0.7",
13553]
13554
13555[[package]]
13556name = "rustix-openpty"
13557version = "0.1.1"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13560dependencies = [
13561 "errno 0.3.11",
13562 "libc",
13563 "rustix 0.38.44",
13564]
13565
13566[[package]]
13567name = "rustls"
13568version = "0.21.12"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13571dependencies = [
13572 "log",
13573 "ring",
13574 "rustls-webpki 0.101.7",
13575 "sct",
13576]
13577
13578[[package]]
13579name = "rustls"
13580version = "0.23.26"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13583dependencies = [
13584 "aws-lc-rs",
13585 "log",
13586 "once_cell",
13587 "ring",
13588 "rustls-pki-types",
13589 "rustls-webpki 0.103.1",
13590 "subtle",
13591 "zeroize",
13592]
13593
13594[[package]]
13595name = "rustls-native-certs"
13596version = "0.6.3"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13599dependencies = [
13600 "openssl-probe",
13601 "rustls-pemfile 1.0.4",
13602 "schannel",
13603 "security-framework 2.11.1",
13604]
13605
13606[[package]]
13607name = "rustls-native-certs"
13608version = "0.8.1"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13611dependencies = [
13612 "openssl-probe",
13613 "rustls-pki-types",
13614 "schannel",
13615 "security-framework 3.2.0",
13616]
13617
13618[[package]]
13619name = "rustls-pemfile"
13620version = "1.0.4"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13623dependencies = [
13624 "base64 0.21.7",
13625]
13626
13627[[package]]
13628name = "rustls-pemfile"
13629version = "2.2.0"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13632dependencies = [
13633 "rustls-pki-types",
13634]
13635
13636[[package]]
13637name = "rustls-pki-types"
13638version = "1.12.0"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13641dependencies = [
13642 "web-time",
13643 "zeroize",
13644]
13645
13646[[package]]
13647name = "rustls-platform-verifier"
13648version = "0.5.1"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13651dependencies = [
13652 "core-foundation 0.10.0",
13653 "core-foundation-sys",
13654 "jni",
13655 "log",
13656 "once_cell",
13657 "rustls 0.23.26",
13658 "rustls-native-certs 0.8.1",
13659 "rustls-platform-verifier-android",
13660 "rustls-webpki 0.103.1",
13661 "security-framework 3.2.0",
13662 "security-framework-sys",
13663 "webpki-root-certs",
13664 "windows-sys 0.59.0",
13665]
13666
13667[[package]]
13668name = "rustls-platform-verifier-android"
13669version = "0.1.1"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13672
13673[[package]]
13674name = "rustls-webpki"
13675version = "0.101.7"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13678dependencies = [
13679 "ring",
13680 "untrusted",
13681]
13682
13683[[package]]
13684name = "rustls-webpki"
13685version = "0.103.1"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13688dependencies = [
13689 "aws-lc-rs",
13690 "ring",
13691 "rustls-pki-types",
13692 "untrusted",
13693]
13694
13695[[package]]
13696name = "rustversion"
13697version = "1.0.20"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13700
13701[[package]]
13702name = "rustybuzz"
13703version = "0.14.1"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13706dependencies = [
13707 "bitflags 2.9.0",
13708 "bytemuck",
13709 "libm",
13710 "smallvec",
13711 "ttf-parser 0.21.1",
13712 "unicode-bidi-mirroring 0.2.0",
13713 "unicode-ccc 0.2.0",
13714 "unicode-properties",
13715 "unicode-script",
13716]
13717
13718[[package]]
13719name = "rustybuzz"
13720version = "0.20.1"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13723dependencies = [
13724 "bitflags 2.9.0",
13725 "bytemuck",
13726 "core_maths",
13727 "log",
13728 "smallvec",
13729 "ttf-parser 0.25.1",
13730 "unicode-bidi-mirroring 0.4.0",
13731 "unicode-ccc 0.4.0",
13732 "unicode-properties",
13733 "unicode-script",
13734]
13735
13736[[package]]
13737name = "ryu"
13738version = "1.0.20"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13741
13742[[package]]
13743name = "salsa20"
13744version = "0.10.2"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13747dependencies = [
13748 "cipher",
13749]
13750
13751[[package]]
13752name = "same-file"
13753version = "1.0.6"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13756dependencies = [
13757 "winapi-util",
13758]
13759
13760[[package]]
13761name = "scap"
13762version = "0.0.8"
13763source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13764dependencies = [
13765 "anyhow",
13766 "cocoa 0.25.0",
13767 "core-graphics-helmer-fork",
13768 "log",
13769 "objc",
13770 "rand 0.8.5",
13771 "screencapturekit",
13772 "screencapturekit-sys",
13773 "sysinfo",
13774 "tao-core-video-sys",
13775 "windows 0.61.1",
13776 "windows-capture",
13777 "x11",
13778 "xcb",
13779]
13780
13781[[package]]
13782name = "schannel"
13783version = "0.1.27"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13786dependencies = [
13787 "windows-sys 0.59.0",
13788]
13789
13790[[package]]
13791name = "schema_generator"
13792version = "0.1.0"
13793dependencies = [
13794 "anyhow",
13795 "clap",
13796 "env_logger 0.11.8",
13797 "schemars",
13798 "serde",
13799 "serde_json",
13800 "theme",
13801 "workspace-hack",
13802]
13803
13804[[package]]
13805name = "schemars"
13806version = "0.8.22"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13809dependencies = [
13810 "dyn-clone",
13811 "indexmap",
13812 "schemars_derive",
13813 "serde",
13814 "serde_json",
13815]
13816
13817[[package]]
13818name = "schemars_derive"
13819version = "0.8.22"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13822dependencies = [
13823 "proc-macro2",
13824 "quote",
13825 "serde_derive_internals",
13826 "syn 2.0.101",
13827]
13828
13829[[package]]
13830name = "scoped-tls"
13831version = "1.0.1"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13834
13835[[package]]
13836name = "scopeguard"
13837version = "1.2.0"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13840
13841[[package]]
13842name = "scratch"
13843version = "1.0.8"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13846
13847[[package]]
13848name = "screencapturekit"
13849version = "0.2.8"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13852dependencies = [
13853 "screencapturekit-sys",
13854]
13855
13856[[package]]
13857name = "screencapturekit-sys"
13858version = "0.2.8"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13861dependencies = [
13862 "block",
13863 "dispatch",
13864 "objc",
13865 "objc-foundation",
13866 "objc_id",
13867 "once_cell",
13868]
13869
13870[[package]]
13871name = "scrypt"
13872version = "0.11.0"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13875dependencies = [
13876 "password-hash 0.5.0",
13877 "pbkdf2 0.12.2",
13878 "salsa20",
13879 "sha2",
13880]
13881
13882[[package]]
13883name = "sct"
13884version = "0.7.1"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13887dependencies = [
13888 "ring",
13889 "untrusted",
13890]
13891
13892[[package]]
13893name = "sea-bae"
13894version = "0.2.1"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13897dependencies = [
13898 "heck 0.4.1",
13899 "proc-macro-error2",
13900 "proc-macro2",
13901 "quote",
13902 "syn 2.0.101",
13903]
13904
13905[[package]]
13906name = "sea-orm"
13907version = "1.1.10"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13910dependencies = [
13911 "async-stream",
13912 "async-trait",
13913 "bigdecimal",
13914 "chrono",
13915 "futures-util",
13916 "log",
13917 "ouroboros",
13918 "pgvector",
13919 "rust_decimal",
13920 "sea-orm-macros",
13921 "sea-query",
13922 "sea-query-binder",
13923 "serde",
13924 "serde_json",
13925 "sqlx",
13926 "strum 0.26.3",
13927 "thiserror 2.0.12",
13928 "time",
13929 "tracing",
13930 "url",
13931 "uuid",
13932]
13933
13934[[package]]
13935name = "sea-orm-macros"
13936version = "1.1.10"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13939dependencies = [
13940 "heck 0.4.1",
13941 "proc-macro2",
13942 "quote",
13943 "sea-bae",
13944 "syn 2.0.101",
13945 "unicode-ident",
13946]
13947
13948[[package]]
13949name = "sea-query"
13950version = "0.32.4"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13953dependencies = [
13954 "bigdecimal",
13955 "chrono",
13956 "inherent",
13957 "ordered-float 4.6.0",
13958 "rust_decimal",
13959 "serde_json",
13960 "time",
13961 "uuid",
13962]
13963
13964[[package]]
13965name = "sea-query-binder"
13966version = "0.7.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13969dependencies = [
13970 "bigdecimal",
13971 "chrono",
13972 "rust_decimal",
13973 "sea-query",
13974 "serde_json",
13975 "sqlx",
13976 "time",
13977 "uuid",
13978]
13979
13980[[package]]
13981name = "seahash"
13982version = "4.1.0"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13985
13986[[package]]
13987name = "search"
13988version = "0.1.0"
13989dependencies = [
13990 "any_vec",
13991 "anyhow",
13992 "bitflags 2.9.0",
13993 "client",
13994 "collections",
13995 "editor",
13996 "futures 0.3.31",
13997 "gpui",
13998 "language",
13999 "menu",
14000 "project",
14001 "schemars",
14002 "serde",
14003 "serde_json",
14004 "settings",
14005 "smol",
14006 "theme",
14007 "ui",
14008 "unindent",
14009 "util",
14010 "workspace",
14011 "workspace-hack",
14012 "zed_actions",
14013]
14014
14015[[package]]
14016name = "sec1"
14017version = "0.3.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14020dependencies = [
14021 "base16ct",
14022 "der 0.6.1",
14023 "generic-array",
14024 "pkcs8 0.9.0",
14025 "subtle",
14026 "zeroize",
14027]
14028
14029[[package]]
14030name = "security-framework"
14031version = "2.11.1"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14034dependencies = [
14035 "bitflags 2.9.0",
14036 "core-foundation 0.9.4",
14037 "core-foundation-sys",
14038 "libc",
14039 "security-framework-sys",
14040]
14041
14042[[package]]
14043name = "security-framework"
14044version = "3.2.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14047dependencies = [
14048 "bitflags 2.9.0",
14049 "core-foundation 0.10.0",
14050 "core-foundation-sys",
14051 "libc",
14052 "security-framework-sys",
14053]
14054
14055[[package]]
14056name = "security-framework-sys"
14057version = "2.14.0"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14060dependencies = [
14061 "core-foundation-sys",
14062 "libc",
14063]
14064
14065[[package]]
14066name = "self_cell"
14067version = "1.2.0"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14070
14071[[package]]
14072name = "semantic_index"
14073version = "0.1.0"
14074dependencies = [
14075 "anyhow",
14076 "arrayvec",
14077 "blake3",
14078 "client",
14079 "clock",
14080 "collections",
14081 "env_logger 0.11.8",
14082 "feature_flags",
14083 "fs",
14084 "futures 0.3.31",
14085 "futures-batch",
14086 "gpui",
14087 "heed",
14088 "http_client",
14089 "language",
14090 "language_model",
14091 "languages",
14092 "log",
14093 "open_ai",
14094 "parking_lot",
14095 "project",
14096 "reqwest_client",
14097 "serde",
14098 "serde_json",
14099 "settings",
14100 "sha2",
14101 "smol",
14102 "streaming-iterator",
14103 "tempfile",
14104 "theme",
14105 "tree-sitter",
14106 "ui",
14107 "unindent",
14108 "util",
14109 "workspace",
14110 "workspace-hack",
14111 "worktree",
14112]
14113
14114[[package]]
14115name = "semantic_version"
14116version = "0.1.0"
14117dependencies = [
14118 "anyhow",
14119 "serde",
14120 "workspace-hack",
14121]
14122
14123[[package]]
14124name = "semver"
14125version = "1.0.26"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14128dependencies = [
14129 "serde",
14130]
14131
14132[[package]]
14133name = "serde"
14134version = "1.0.219"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14137dependencies = [
14138 "serde_derive",
14139]
14140
14141[[package]]
14142name = "serde_derive"
14143version = "1.0.219"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14146dependencies = [
14147 "proc-macro2",
14148 "quote",
14149 "syn 2.0.101",
14150]
14151
14152[[package]]
14153name = "serde_derive_internals"
14154version = "0.29.1"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14157dependencies = [
14158 "proc-macro2",
14159 "quote",
14160 "syn 2.0.101",
14161]
14162
14163[[package]]
14164name = "serde_fmt"
14165version = "1.0.3"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14168dependencies = [
14169 "serde",
14170]
14171
14172[[package]]
14173name = "serde_json"
14174version = "1.0.140"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14177dependencies = [
14178 "indexmap",
14179 "itoa",
14180 "memchr",
14181 "ryu",
14182 "serde",
14183]
14184
14185[[package]]
14186name = "serde_json_lenient"
14187version = "0.2.4"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14190dependencies = [
14191 "indexmap",
14192 "itoa",
14193 "memchr",
14194 "ryu",
14195 "serde",
14196]
14197
14198[[package]]
14199name = "serde_path_to_error"
14200version = "0.1.17"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14203dependencies = [
14204 "itoa",
14205 "serde",
14206]
14207
14208[[package]]
14209name = "serde_qs"
14210version = "0.8.5"
14211source = "registry+https://github.com/rust-lang/crates.io-index"
14212checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14213dependencies = [
14214 "percent-encoding",
14215 "serde",
14216 "thiserror 1.0.69",
14217]
14218
14219[[package]]
14220name = "serde_qs"
14221version = "0.10.1"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14224dependencies = [
14225 "percent-encoding",
14226 "serde",
14227 "thiserror 1.0.69",
14228]
14229
14230[[package]]
14231name = "serde_repr"
14232version = "0.1.20"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14235dependencies = [
14236 "proc-macro2",
14237 "quote",
14238 "syn 2.0.101",
14239]
14240
14241[[package]]
14242name = "serde_spanned"
14243version = "0.6.8"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14246dependencies = [
14247 "serde",
14248]
14249
14250[[package]]
14251name = "serde_urlencoded"
14252version = "0.7.1"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14255dependencies = [
14256 "form_urlencoded",
14257 "itoa",
14258 "ryu",
14259 "serde",
14260]
14261
14262[[package]]
14263name = "serial2"
14264version = "0.2.29"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14267dependencies = [
14268 "cfg-if",
14269 "libc",
14270 "winapi",
14271]
14272
14273[[package]]
14274name = "session"
14275version = "0.1.0"
14276dependencies = [
14277 "db",
14278 "gpui",
14279 "serde_json",
14280 "util",
14281 "uuid",
14282 "workspace-hack",
14283]
14284
14285[[package]]
14286name = "settings"
14287version = "0.1.0"
14288dependencies = [
14289 "anyhow",
14290 "collections",
14291 "ec4rs",
14292 "fs",
14293 "futures 0.3.31",
14294 "gpui",
14295 "indoc",
14296 "inventory",
14297 "log",
14298 "paths",
14299 "pretty_assertions",
14300 "release_channel",
14301 "rust-embed",
14302 "schemars",
14303 "serde",
14304 "serde_derive",
14305 "serde_json",
14306 "serde_json_lenient",
14307 "smallvec",
14308 "streaming-iterator",
14309 "tree-sitter",
14310 "tree-sitter-json",
14311 "unindent",
14312 "util",
14313 "workspace-hack",
14314]
14315
14316[[package]]
14317name = "settings_ui"
14318version = "0.1.0"
14319dependencies = [
14320 "command_palette_hooks",
14321 "editor",
14322 "feature_flags",
14323 "fs",
14324 "gpui",
14325 "log",
14326 "paths",
14327 "schemars",
14328 "serde",
14329 "settings",
14330 "theme",
14331 "ui",
14332 "workspace",
14333 "workspace-hack",
14334]
14335
14336[[package]]
14337name = "sha1"
14338version = "0.10.6"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14341dependencies = [
14342 "cfg-if",
14343 "cpufeatures",
14344 "digest",
14345]
14346
14347[[package]]
14348name = "sha1-checked"
14349version = "0.10.0"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14352dependencies = [
14353 "digest",
14354 "sha1",
14355]
14356
14357[[package]]
14358name = "sha1_smol"
14359version = "1.0.1"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14362
14363[[package]]
14364name = "sha2"
14365version = "0.10.8"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14368dependencies = [
14369 "cfg-if",
14370 "cpufeatures",
14371 "digest",
14372]
14373
14374[[package]]
14375name = "sharded-slab"
14376version = "0.1.7"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14379dependencies = [
14380 "lazy_static",
14381]
14382
14383[[package]]
14384name = "shared_library"
14385version = "0.1.9"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14388dependencies = [
14389 "lazy_static",
14390 "libc",
14391]
14392
14393[[package]]
14394name = "shell-words"
14395version = "1.1.0"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14398
14399[[package]]
14400name = "shellexpand"
14401version = "2.1.2"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14404dependencies = [
14405 "dirs 4.0.0",
14406]
14407
14408[[package]]
14409name = "shellexpand"
14410version = "3.1.1"
14411source = "registry+https://github.com/rust-lang/crates.io-index"
14412checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14413dependencies = [
14414 "dirs 6.0.0",
14415]
14416
14417[[package]]
14418name = "shlex"
14419version = "1.3.0"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14422
14423[[package]]
14424name = "signal-hook"
14425version = "0.3.17"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14428dependencies = [
14429 "libc",
14430 "signal-hook-registry",
14431]
14432
14433[[package]]
14434name = "signal-hook-registry"
14435version = "1.4.5"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14438dependencies = [
14439 "libc",
14440]
14441
14442[[package]]
14443name = "signature"
14444version = "1.6.4"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14447dependencies = [
14448 "digest",
14449 "rand_core 0.6.4",
14450]
14451
14452[[package]]
14453name = "signature"
14454version = "2.2.0"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14457dependencies = [
14458 "digest",
14459 "rand_core 0.6.4",
14460]
14461
14462[[package]]
14463name = "simd-adler32"
14464version = "0.3.7"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14467
14468[[package]]
14469name = "simd_helpers"
14470version = "0.1.0"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14473dependencies = [
14474 "quote",
14475]
14476
14477[[package]]
14478name = "simdutf8"
14479version = "0.1.5"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14482
14483[[package]]
14484name = "simple_asn1"
14485version = "0.6.3"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14488dependencies = [
14489 "num-bigint",
14490 "num-traits",
14491 "thiserror 2.0.12",
14492 "time",
14493]
14494
14495[[package]]
14496name = "simplecss"
14497version = "0.2.2"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14500dependencies = [
14501 "log",
14502]
14503
14504[[package]]
14505name = "simplelog"
14506version = "0.12.2"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14509dependencies = [
14510 "log",
14511 "termcolor",
14512 "time",
14513]
14514
14515[[package]]
14516name = "siphasher"
14517version = "1.0.1"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14520
14521[[package]]
14522name = "skrifa"
14523version = "0.26.6"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14526dependencies = [
14527 "bytemuck",
14528 "read-fonts",
14529]
14530
14531[[package]]
14532name = "slab"
14533version = "0.4.9"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14536dependencies = [
14537 "autocfg",
14538]
14539
14540[[package]]
14541name = "slash_commands_example"
14542version = "0.1.0"
14543dependencies = [
14544 "zed_extension_api 0.1.0",
14545]
14546
14547[[package]]
14548name = "slotmap"
14549version = "1.0.7"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14552dependencies = [
14553 "version_check",
14554]
14555
14556[[package]]
14557name = "smallvec"
14558version = "1.15.0"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14561dependencies = [
14562 "serde",
14563]
14564
14565[[package]]
14566name = "smart-default"
14567version = "0.6.0"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14570dependencies = [
14571 "proc-macro2",
14572 "quote",
14573 "syn 1.0.109",
14574]
14575
14576[[package]]
14577name = "smol"
14578version = "2.0.2"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14581dependencies = [
14582 "async-channel 2.3.1",
14583 "async-executor",
14584 "async-fs",
14585 "async-io",
14586 "async-lock",
14587 "async-net",
14588 "async-process",
14589 "blocking",
14590 "futures-lite 2.6.0",
14591]
14592
14593[[package]]
14594name = "smol_str"
14595version = "0.1.24"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14598dependencies = [
14599 "serde",
14600]
14601
14602[[package]]
14603name = "smol_str"
14604version = "0.2.2"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14607
14608[[package]]
14609name = "snippet"
14610version = "0.1.0"
14611dependencies = [
14612 "anyhow",
14613 "smallvec",
14614 "workspace-hack",
14615]
14616
14617[[package]]
14618name = "snippet_provider"
14619version = "0.1.0"
14620dependencies = [
14621 "anyhow",
14622 "collections",
14623 "extension",
14624 "fs",
14625 "futures 0.3.31",
14626 "gpui",
14627 "indoc",
14628 "parking_lot",
14629 "paths",
14630 "schemars",
14631 "serde",
14632 "serde_json_lenient",
14633 "snippet",
14634 "util",
14635 "workspace-hack",
14636]
14637
14638[[package]]
14639name = "snippets_ui"
14640version = "0.1.0"
14641dependencies = [
14642 "fuzzy",
14643 "gpui",
14644 "language",
14645 "paths",
14646 "picker",
14647 "ui",
14648 "util",
14649 "workspace",
14650 "workspace-hack",
14651]
14652
14653[[package]]
14654name = "socket2"
14655version = "0.5.9"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14658dependencies = [
14659 "libc",
14660 "windows-sys 0.52.0",
14661]
14662
14663[[package]]
14664name = "spdx"
14665version = "0.10.8"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14668dependencies = [
14669 "smallvec",
14670]
14671
14672[[package]]
14673name = "spin"
14674version = "0.9.8"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14677dependencies = [
14678 "lock_api",
14679]
14680
14681[[package]]
14682name = "spirv"
14683version = "0.3.0+sdk-1.3.268.0"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14686dependencies = [
14687 "bitflags 2.9.0",
14688]
14689
14690[[package]]
14691name = "spki"
14692version = "0.6.0"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14695dependencies = [
14696 "base64ct",
14697 "der 0.6.1",
14698]
14699
14700[[package]]
14701name = "spki"
14702version = "0.7.3"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14705dependencies = [
14706 "base64ct",
14707 "der 0.7.10",
14708]
14709
14710[[package]]
14711name = "sptr"
14712version = "0.3.2"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14715
14716[[package]]
14717name = "sqlez"
14718version = "0.1.0"
14719dependencies = [
14720 "anyhow",
14721 "collections",
14722 "futures 0.3.31",
14723 "indoc",
14724 "libsqlite3-sys",
14725 "parking_lot",
14726 "smol",
14727 "sqlformat",
14728 "thread_local",
14729 "util",
14730 "uuid",
14731 "workspace-hack",
14732]
14733
14734[[package]]
14735name = "sqlez_macros"
14736version = "0.1.0"
14737dependencies = [
14738 "sqlez",
14739 "sqlformat",
14740 "syn 1.0.109",
14741 "workspace-hack",
14742]
14743
14744[[package]]
14745name = "sqlformat"
14746version = "0.2.6"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14749dependencies = [
14750 "nom",
14751 "unicode_categories",
14752]
14753
14754[[package]]
14755name = "sqlx"
14756version = "0.8.5"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14759dependencies = [
14760 "sqlx-core",
14761 "sqlx-macros",
14762 "sqlx-mysql",
14763 "sqlx-postgres",
14764 "sqlx-sqlite",
14765]
14766
14767[[package]]
14768name = "sqlx-core"
14769version = "0.8.5"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14772dependencies = [
14773 "base64 0.22.1",
14774 "bigdecimal",
14775 "bytes 1.10.1",
14776 "chrono",
14777 "crc",
14778 "crossbeam-queue",
14779 "either",
14780 "event-listener 5.4.0",
14781 "futures-core",
14782 "futures-intrusive",
14783 "futures-io",
14784 "futures-util",
14785 "hashbrown 0.15.3",
14786 "hashlink 0.10.0",
14787 "indexmap",
14788 "log",
14789 "memchr",
14790 "once_cell",
14791 "percent-encoding",
14792 "rust_decimal",
14793 "rustls 0.23.26",
14794 "serde",
14795 "serde_json",
14796 "sha2",
14797 "smallvec",
14798 "thiserror 2.0.12",
14799 "time",
14800 "tokio",
14801 "tokio-stream",
14802 "tracing",
14803 "url",
14804 "uuid",
14805 "webpki-roots",
14806]
14807
14808[[package]]
14809name = "sqlx-macros"
14810version = "0.8.5"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14813dependencies = [
14814 "proc-macro2",
14815 "quote",
14816 "sqlx-core",
14817 "sqlx-macros-core",
14818 "syn 2.0.101",
14819]
14820
14821[[package]]
14822name = "sqlx-macros-core"
14823version = "0.8.5"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14826dependencies = [
14827 "dotenvy",
14828 "either",
14829 "heck 0.5.0",
14830 "hex",
14831 "once_cell",
14832 "proc-macro2",
14833 "quote",
14834 "serde",
14835 "serde_json",
14836 "sha2",
14837 "sqlx-core",
14838 "sqlx-mysql",
14839 "sqlx-postgres",
14840 "sqlx-sqlite",
14841 "syn 2.0.101",
14842 "tempfile",
14843 "tokio",
14844 "url",
14845]
14846
14847[[package]]
14848name = "sqlx-mysql"
14849version = "0.8.5"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14852dependencies = [
14853 "atoi",
14854 "base64 0.22.1",
14855 "bigdecimal",
14856 "bitflags 2.9.0",
14857 "byteorder",
14858 "bytes 1.10.1",
14859 "chrono",
14860 "crc",
14861 "digest",
14862 "dotenvy",
14863 "either",
14864 "futures-channel",
14865 "futures-core",
14866 "futures-io",
14867 "futures-util",
14868 "generic-array",
14869 "hex",
14870 "hkdf",
14871 "hmac",
14872 "itoa",
14873 "log",
14874 "md-5",
14875 "memchr",
14876 "once_cell",
14877 "percent-encoding",
14878 "rand 0.8.5",
14879 "rsa",
14880 "rust_decimal",
14881 "serde",
14882 "sha1",
14883 "sha2",
14884 "smallvec",
14885 "sqlx-core",
14886 "stringprep",
14887 "thiserror 2.0.12",
14888 "time",
14889 "tracing",
14890 "uuid",
14891 "whoami",
14892]
14893
14894[[package]]
14895name = "sqlx-postgres"
14896version = "0.8.5"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14899dependencies = [
14900 "atoi",
14901 "base64 0.22.1",
14902 "bigdecimal",
14903 "bitflags 2.9.0",
14904 "byteorder",
14905 "chrono",
14906 "crc",
14907 "dotenvy",
14908 "etcetera",
14909 "futures-channel",
14910 "futures-core",
14911 "futures-util",
14912 "hex",
14913 "hkdf",
14914 "hmac",
14915 "home",
14916 "itoa",
14917 "log",
14918 "md-5",
14919 "memchr",
14920 "num-bigint",
14921 "once_cell",
14922 "rand 0.8.5",
14923 "rust_decimal",
14924 "serde",
14925 "serde_json",
14926 "sha2",
14927 "smallvec",
14928 "sqlx-core",
14929 "stringprep",
14930 "thiserror 2.0.12",
14931 "time",
14932 "tracing",
14933 "uuid",
14934 "whoami",
14935]
14936
14937[[package]]
14938name = "sqlx-sqlite"
14939version = "0.8.5"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14942dependencies = [
14943 "atoi",
14944 "chrono",
14945 "flume",
14946 "futures-channel",
14947 "futures-core",
14948 "futures-executor",
14949 "futures-intrusive",
14950 "futures-util",
14951 "libsqlite3-sys",
14952 "log",
14953 "percent-encoding",
14954 "serde",
14955 "serde_urlencoded",
14956 "sqlx-core",
14957 "thiserror 2.0.12",
14958 "time",
14959 "tracing",
14960 "url",
14961 "uuid",
14962]
14963
14964[[package]]
14965name = "stable_deref_trait"
14966version = "1.2.0"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14969
14970[[package]]
14971name = "static_assertions"
14972version = "1.1.0"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14975
14976[[package]]
14977name = "story"
14978version = "0.1.0"
14979dependencies = [
14980 "gpui",
14981 "itertools 0.14.0",
14982 "smallvec",
14983 "workspace-hack",
14984]
14985
14986[[package]]
14987name = "storybook"
14988version = "0.1.0"
14989dependencies = [
14990 "anyhow",
14991 "clap",
14992 "collab_ui",
14993 "ctrlc",
14994 "dialoguer",
14995 "editor",
14996 "fuzzy",
14997 "gpui",
14998 "indoc",
14999 "language",
15000 "log",
15001 "menu",
15002 "picker",
15003 "project",
15004 "reqwest_client",
15005 "rust-embed",
15006 "settings",
15007 "simplelog",
15008 "story",
15009 "strum 0.27.1",
15010 "theme",
15011 "title_bar",
15012 "ui",
15013 "workspace",
15014 "workspace-hack",
15015]
15016
15017[[package]]
15018name = "streaming-iterator"
15019version = "0.1.9"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15022
15023[[package]]
15024name = "streaming_diff"
15025version = "0.1.0"
15026dependencies = [
15027 "ordered-float 2.10.1",
15028 "rand 0.8.5",
15029 "rope",
15030 "util",
15031 "workspace-hack",
15032]
15033
15034[[package]]
15035name = "strict-num"
15036version = "0.1.1"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15039dependencies = [
15040 "float-cmp",
15041]
15042
15043[[package]]
15044name = "string_cache"
15045version = "0.8.9"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15048dependencies = [
15049 "new_debug_unreachable",
15050 "parking_lot",
15051 "phf_shared",
15052 "precomputed-hash",
15053 "serde",
15054]
15055
15056[[package]]
15057name = "string_cache_codegen"
15058version = "0.5.4"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15061dependencies = [
15062 "phf_generator",
15063 "phf_shared",
15064 "proc-macro2",
15065 "quote",
15066]
15067
15068[[package]]
15069name = "stringprep"
15070version = "0.1.5"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15073dependencies = [
15074 "unicode-bidi",
15075 "unicode-normalization",
15076 "unicode-properties",
15077]
15078
15079[[package]]
15080name = "strsim"
15081version = "0.11.1"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15084
15085[[package]]
15086name = "strum"
15087version = "0.26.3"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15090dependencies = [
15091 "strum_macros 0.26.4",
15092]
15093
15094[[package]]
15095name = "strum"
15096version = "0.27.1"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15099dependencies = [
15100 "strum_macros 0.27.1",
15101]
15102
15103[[package]]
15104name = "strum_macros"
15105version = "0.26.4"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15108dependencies = [
15109 "heck 0.5.0",
15110 "proc-macro2",
15111 "quote",
15112 "rustversion",
15113 "syn 2.0.101",
15114]
15115
15116[[package]]
15117name = "strum_macros"
15118version = "0.27.1"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15121dependencies = [
15122 "heck 0.5.0",
15123 "proc-macro2",
15124 "quote",
15125 "rustversion",
15126 "syn 2.0.101",
15127]
15128
15129[[package]]
15130name = "subtle"
15131version = "2.6.1"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15134
15135[[package]]
15136name = "sum_tree"
15137version = "0.1.0"
15138dependencies = [
15139 "arrayvec",
15140 "ctor",
15141 "env_logger 0.11.8",
15142 "log",
15143 "rand 0.8.5",
15144 "rayon",
15145 "workspace-hack",
15146]
15147
15148[[package]]
15149name = "supermaven"
15150version = "0.1.0"
15151dependencies = [
15152 "anyhow",
15153 "client",
15154 "collections",
15155 "editor",
15156 "env_logger 0.11.8",
15157 "futures 0.3.31",
15158 "gpui",
15159 "http_client",
15160 "inline_completion",
15161 "language",
15162 "log",
15163 "postage",
15164 "project",
15165 "serde",
15166 "serde_json",
15167 "settings",
15168 "smol",
15169 "supermaven_api",
15170 "text",
15171 "theme",
15172 "ui",
15173 "unicode-segmentation",
15174 "util",
15175 "workspace-hack",
15176]
15177
15178[[package]]
15179name = "supermaven_api"
15180version = "0.1.0"
15181dependencies = [
15182 "anyhow",
15183 "futures 0.3.31",
15184 "http_client",
15185 "paths",
15186 "serde",
15187 "serde_json",
15188 "smol",
15189 "workspace-hack",
15190]
15191
15192[[package]]
15193name = "sval"
15194version = "2.14.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15197
15198[[package]]
15199name = "sval_buffer"
15200version = "2.14.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15203dependencies = [
15204 "sval",
15205 "sval_ref",
15206]
15207
15208[[package]]
15209name = "sval_dynamic"
15210version = "2.14.1"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15213dependencies = [
15214 "sval",
15215]
15216
15217[[package]]
15218name = "sval_fmt"
15219version = "2.14.1"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15222dependencies = [
15223 "itoa",
15224 "ryu",
15225 "sval",
15226]
15227
15228[[package]]
15229name = "sval_json"
15230version = "2.14.1"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15233dependencies = [
15234 "itoa",
15235 "ryu",
15236 "sval",
15237]
15238
15239[[package]]
15240name = "sval_nested"
15241version = "2.14.1"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15244dependencies = [
15245 "sval",
15246 "sval_buffer",
15247 "sval_ref",
15248]
15249
15250[[package]]
15251name = "sval_ref"
15252version = "2.14.1"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15255dependencies = [
15256 "sval",
15257]
15258
15259[[package]]
15260name = "sval_serde"
15261version = "2.14.1"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15264dependencies = [
15265 "serde",
15266 "sval",
15267 "sval_nested",
15268]
15269
15270[[package]]
15271name = "svg_fmt"
15272version = "0.4.5"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15275
15276[[package]]
15277name = "svgtypes"
15278version = "0.15.3"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15281dependencies = [
15282 "kurbo",
15283 "siphasher",
15284]
15285
15286[[package]]
15287name = "swash"
15288version = "0.2.2"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15291dependencies = [
15292 "skrifa",
15293 "yazi",
15294 "zeno",
15295]
15296
15297[[package]]
15298name = "syn"
15299version = "1.0.109"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15302dependencies = [
15303 "proc-macro2",
15304 "quote",
15305 "unicode-ident",
15306]
15307
15308[[package]]
15309name = "syn"
15310version = "2.0.101"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15313dependencies = [
15314 "proc-macro2",
15315 "quote",
15316 "unicode-ident",
15317]
15318
15319[[package]]
15320name = "sync_wrapper"
15321version = "0.1.2"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15324
15325[[package]]
15326name = "sync_wrapper"
15327version = "1.0.2"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15330dependencies = [
15331 "futures-core",
15332]
15333
15334[[package]]
15335name = "synchronoise"
15336version = "1.0.1"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15339dependencies = [
15340 "crossbeam-queue",
15341]
15342
15343[[package]]
15344name = "synstructure"
15345version = "0.13.1"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15348dependencies = [
15349 "proc-macro2",
15350 "quote",
15351 "syn 2.0.101",
15352]
15353
15354[[package]]
15355name = "sys-locale"
15356version = "0.3.2"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15359dependencies = [
15360 "libc",
15361]
15362
15363[[package]]
15364name = "sysinfo"
15365version = "0.31.4"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15368dependencies = [
15369 "core-foundation-sys",
15370 "libc",
15371 "memchr",
15372 "ntapi",
15373 "rayon",
15374 "windows 0.57.0",
15375]
15376
15377[[package]]
15378name = "system-configuration"
15379version = "0.5.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15382dependencies = [
15383 "bitflags 1.3.2",
15384 "core-foundation 0.9.4",
15385 "system-configuration-sys 0.5.0",
15386]
15387
15388[[package]]
15389name = "system-configuration"
15390version = "0.6.1"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15393dependencies = [
15394 "bitflags 2.9.0",
15395 "core-foundation 0.9.4",
15396 "system-configuration-sys 0.6.0",
15397]
15398
15399[[package]]
15400name = "system-configuration-sys"
15401version = "0.5.0"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15404dependencies = [
15405 "core-foundation-sys",
15406 "libc",
15407]
15408
15409[[package]]
15410name = "system-configuration-sys"
15411version = "0.6.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15414dependencies = [
15415 "core-foundation-sys",
15416 "libc",
15417]
15418
15419[[package]]
15420name = "system-deps"
15421version = "6.2.2"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15424dependencies = [
15425 "cfg-expr",
15426 "heck 0.5.0",
15427 "pkg-config",
15428 "toml 0.8.20",
15429 "version-compare",
15430]
15431
15432[[package]]
15433name = "system-interface"
15434version = "0.27.3"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15437dependencies = [
15438 "bitflags 2.9.0",
15439 "cap-fs-ext",
15440 "cap-std",
15441 "fd-lock",
15442 "io-lifetimes",
15443 "rustix 0.38.44",
15444 "windows-sys 0.59.0",
15445 "winx",
15446]
15447
15448[[package]]
15449name = "tab_switcher"
15450version = "0.1.0"
15451dependencies = [
15452 "anyhow",
15453 "collections",
15454 "ctor",
15455 "editor",
15456 "env_logger 0.11.8",
15457 "fuzzy",
15458 "gpui",
15459 "language",
15460 "menu",
15461 "picker",
15462 "project",
15463 "schemars",
15464 "serde",
15465 "serde_json",
15466 "settings",
15467 "smol",
15468 "theme",
15469 "ui",
15470 "util",
15471 "workspace",
15472 "workspace-hack",
15473]
15474
15475[[package]]
15476name = "taffy"
15477version = "0.4.4"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15480dependencies = [
15481 "arrayvec",
15482 "grid",
15483 "num-traits",
15484 "serde",
15485 "slotmap",
15486]
15487
15488[[package]]
15489name = "tagptr"
15490version = "0.2.0"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15493
15494[[package]]
15495name = "take-until"
15496version = "0.2.0"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15499
15500[[package]]
15501name = "tao-core-video-sys"
15502version = "0.2.0"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15505dependencies = [
15506 "cfg-if",
15507 "core-foundation-sys",
15508 "libc",
15509 "objc",
15510]
15511
15512[[package]]
15513name = "tap"
15514version = "1.0.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15517
15518[[package]]
15519name = "target-lexicon"
15520version = "0.12.16"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15523
15524[[package]]
15525name = "target-lexicon"
15526version = "0.13.2"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15529
15530[[package]]
15531name = "task"
15532version = "0.1.0"
15533dependencies = [
15534 "anyhow",
15535 "collections",
15536 "futures 0.3.31",
15537 "gpui",
15538 "hex",
15539 "parking_lot",
15540 "pretty_assertions",
15541 "proto",
15542 "schemars",
15543 "serde",
15544 "serde_json",
15545 "serde_json_lenient",
15546 "sha2",
15547 "shellexpand 2.1.2",
15548 "util",
15549 "workspace-hack",
15550 "zed_actions",
15551]
15552
15553[[package]]
15554name = "tasks_ui"
15555version = "0.1.0"
15556dependencies = [
15557 "anyhow",
15558 "collections",
15559 "editor",
15560 "file_icons",
15561 "fuzzy",
15562 "gpui",
15563 "itertools 0.14.0",
15564 "language",
15565 "menu",
15566 "picker",
15567 "project",
15568 "serde",
15569 "serde_json",
15570 "task",
15571 "tree-sitter-rust",
15572 "tree-sitter-typescript",
15573 "ui",
15574 "util",
15575 "workspace",
15576 "workspace-hack",
15577 "zed_actions",
15578]
15579
15580[[package]]
15581name = "telemetry"
15582version = "0.1.0"
15583dependencies = [
15584 "futures 0.3.31",
15585 "serde",
15586 "serde_json",
15587 "telemetry_events",
15588 "workspace-hack",
15589]
15590
15591[[package]]
15592name = "telemetry_events"
15593version = "0.1.0"
15594dependencies = [
15595 "semantic_version",
15596 "serde",
15597 "serde_json",
15598 "workspace-hack",
15599]
15600
15601[[package]]
15602name = "tempfile"
15603version = "3.20.0"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15606dependencies = [
15607 "fastrand 2.3.0",
15608 "getrandom 0.3.2",
15609 "once_cell",
15610 "rustix 1.0.7",
15611 "windows-sys 0.59.0",
15612]
15613
15614[[package]]
15615name = "tendril"
15616version = "0.4.3"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15619dependencies = [
15620 "futf",
15621 "mac",
15622 "utf-8",
15623]
15624
15625[[package]]
15626name = "termcolor"
15627version = "1.4.1"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15630dependencies = [
15631 "winapi-util",
15632]
15633
15634[[package]]
15635name = "terminal"
15636version = "0.1.0"
15637dependencies = [
15638 "alacritty_terminal",
15639 "anyhow",
15640 "collections",
15641 "dirs 4.0.0",
15642 "futures 0.3.31",
15643 "gpui",
15644 "libc",
15645 "rand 0.8.5",
15646 "regex",
15647 "release_channel",
15648 "schemars",
15649 "serde",
15650 "serde_derive",
15651 "settings",
15652 "smol",
15653 "sysinfo",
15654 "task",
15655 "theme",
15656 "thiserror 2.0.12",
15657 "util",
15658 "windows 0.61.1",
15659 "workspace-hack",
15660]
15661
15662[[package]]
15663name = "terminal_size"
15664version = "0.4.2"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15667dependencies = [
15668 "rustix 1.0.7",
15669 "windows-sys 0.59.0",
15670]
15671
15672[[package]]
15673name = "terminal_view"
15674version = "0.1.0"
15675dependencies = [
15676 "anyhow",
15677 "assistant_slash_command",
15678 "async-recursion 1.1.1",
15679 "breadcrumbs",
15680 "client",
15681 "collections",
15682 "db",
15683 "dirs 4.0.0",
15684 "editor",
15685 "futures 0.3.31",
15686 "gpui",
15687 "itertools 0.14.0",
15688 "language",
15689 "log",
15690 "project",
15691 "rand 0.8.5",
15692 "regex",
15693 "schemars",
15694 "search",
15695 "serde",
15696 "serde_json",
15697 "settings",
15698 "shellexpand 2.1.2",
15699 "smol",
15700 "task",
15701 "terminal",
15702 "theme",
15703 "ui",
15704 "util",
15705 "workspace",
15706 "workspace-hack",
15707 "zed_actions",
15708]
15709
15710[[package]]
15711name = "text"
15712version = "0.1.0"
15713dependencies = [
15714 "anyhow",
15715 "clock",
15716 "collections",
15717 "ctor",
15718 "env_logger 0.11.8",
15719 "gpui",
15720 "http_client",
15721 "log",
15722 "parking_lot",
15723 "postage",
15724 "rand 0.8.5",
15725 "regex",
15726 "rope",
15727 "smallvec",
15728 "sum_tree",
15729 "util",
15730 "workspace-hack",
15731]
15732
15733[[package]]
15734name = "theme"
15735version = "0.1.0"
15736dependencies = [
15737 "anyhow",
15738 "collections",
15739 "derive_more",
15740 "fs",
15741 "futures 0.3.31",
15742 "gpui",
15743 "indexmap",
15744 "log",
15745 "palette",
15746 "parking_lot",
15747 "refineable",
15748 "schemars",
15749 "serde",
15750 "serde_derive",
15751 "serde_json",
15752 "serde_json_lenient",
15753 "serde_repr",
15754 "settings",
15755 "strum 0.27.1",
15756 "thiserror 2.0.12",
15757 "util",
15758 "uuid",
15759 "workspace-hack",
15760]
15761
15762[[package]]
15763name = "theme_extension"
15764version = "0.1.0"
15765dependencies = [
15766 "anyhow",
15767 "extension",
15768 "fs",
15769 "gpui",
15770 "theme",
15771 "workspace-hack",
15772]
15773
15774[[package]]
15775name = "theme_importer"
15776version = "0.1.0"
15777dependencies = [
15778 "anyhow",
15779 "clap",
15780 "gpui",
15781 "indexmap",
15782 "log",
15783 "palette",
15784 "rust-embed",
15785 "serde",
15786 "serde_json",
15787 "serde_json_lenient",
15788 "simplelog",
15789 "strum 0.27.1",
15790 "theme",
15791 "vscode_theme",
15792 "workspace-hack",
15793]
15794
15795[[package]]
15796name = "theme_selector"
15797version = "0.1.0"
15798dependencies = [
15799 "fs",
15800 "fuzzy",
15801 "gpui",
15802 "log",
15803 "picker",
15804 "serde",
15805 "settings",
15806 "telemetry",
15807 "theme",
15808 "ui",
15809 "util",
15810 "workspace",
15811 "workspace-hack",
15812 "zed_actions",
15813]
15814
15815[[package]]
15816name = "thiserror"
15817version = "1.0.69"
15818source = "registry+https://github.com/rust-lang/crates.io-index"
15819checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15820dependencies = [
15821 "thiserror-impl 1.0.69",
15822]
15823
15824[[package]]
15825name = "thiserror"
15826version = "2.0.12"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15829dependencies = [
15830 "thiserror-impl 2.0.12",
15831]
15832
15833[[package]]
15834name = "thiserror-impl"
15835version = "1.0.69"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15838dependencies = [
15839 "proc-macro2",
15840 "quote",
15841 "syn 2.0.101",
15842]
15843
15844[[package]]
15845name = "thiserror-impl"
15846version = "2.0.12"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15849dependencies = [
15850 "proc-macro2",
15851 "quote",
15852 "syn 2.0.101",
15853]
15854
15855[[package]]
15856name = "thread_local"
15857version = "1.1.8"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15860dependencies = [
15861 "cfg-if",
15862 "once_cell",
15863]
15864
15865[[package]]
15866name = "tiff"
15867version = "0.9.1"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15870dependencies = [
15871 "flate2",
15872 "jpeg-decoder",
15873 "weezl",
15874]
15875
15876[[package]]
15877name = "tiktoken-rs"
15878version = "0.7.0"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15881dependencies = [
15882 "anyhow",
15883 "base64 0.22.1",
15884 "bstr",
15885 "fancy-regex 0.13.0",
15886 "lazy_static",
15887 "regex",
15888 "rustc-hash 1.1.0",
15889]
15890
15891[[package]]
15892name = "time"
15893version = "0.3.41"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15896dependencies = [
15897 "deranged",
15898 "itoa",
15899 "libc",
15900 "num-conv",
15901 "num_threads",
15902 "powerfmt",
15903 "serde",
15904 "time-core",
15905 "time-macros",
15906]
15907
15908[[package]]
15909name = "time-core"
15910version = "0.1.4"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15913
15914[[package]]
15915name = "time-macros"
15916version = "0.2.22"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15919dependencies = [
15920 "num-conv",
15921 "time-core",
15922]
15923
15924[[package]]
15925name = "time_format"
15926version = "0.1.0"
15927dependencies = [
15928 "core-foundation 0.10.0",
15929 "core-foundation-sys",
15930 "sys-locale",
15931 "time",
15932 "workspace-hack",
15933]
15934
15935[[package]]
15936name = "tiny-keccak"
15937version = "2.0.2"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15940dependencies = [
15941 "crunchy",
15942]
15943
15944[[package]]
15945name = "tiny-skia"
15946version = "0.11.4"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15949dependencies = [
15950 "arrayref",
15951 "arrayvec",
15952 "bytemuck",
15953 "cfg-if",
15954 "log",
15955 "png",
15956 "tiny-skia-path",
15957]
15958
15959[[package]]
15960name = "tiny-skia-path"
15961version = "0.11.4"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15964dependencies = [
15965 "arrayref",
15966 "bytemuck",
15967 "strict-num",
15968]
15969
15970[[package]]
15971name = "tiny_http"
15972version = "0.8.2"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15975dependencies = [
15976 "ascii",
15977 "chrono",
15978 "chunked_transfer",
15979 "log",
15980 "url",
15981]
15982
15983[[package]]
15984name = "tinystr"
15985version = "0.7.6"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15988dependencies = [
15989 "displaydoc",
15990 "zerovec",
15991]
15992
15993[[package]]
15994name = "tinytemplate"
15995version = "1.2.1"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15998dependencies = [
15999 "serde",
16000 "serde_json",
16001]
16002
16003[[package]]
16004name = "tinyvec"
16005version = "1.9.0"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16008dependencies = [
16009 "tinyvec_macros",
16010]
16011
16012[[package]]
16013name = "tinyvec_macros"
16014version = "0.1.1"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16017
16018[[package]]
16019name = "title_bar"
16020version = "0.1.0"
16021dependencies = [
16022 "auto_update",
16023 "call",
16024 "chrono",
16025 "client",
16026 "collections",
16027 "db",
16028 "gpui",
16029 "http_client",
16030 "notifications",
16031 "pretty_assertions",
16032 "project",
16033 "remote",
16034 "rpc",
16035 "schemars",
16036 "serde",
16037 "settings",
16038 "smallvec",
16039 "story",
16040 "telemetry",
16041 "theme",
16042 "tree-sitter-md",
16043 "ui",
16044 "util",
16045 "windows 0.61.1",
16046 "workspace",
16047 "workspace-hack",
16048 "zed_actions",
16049]
16050
16051[[package]]
16052name = "tokio"
16053version = "1.44.2"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16056dependencies = [
16057 "backtrace",
16058 "bytes 1.10.1",
16059 "libc",
16060 "mio",
16061 "parking_lot",
16062 "pin-project-lite",
16063 "signal-hook-registry",
16064 "socket2",
16065 "tokio-macros",
16066 "windows-sys 0.52.0",
16067]
16068
16069[[package]]
16070name = "tokio-io"
16071version = "0.1.13"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16074dependencies = [
16075 "bytes 0.4.12",
16076 "futures 0.1.31",
16077 "log",
16078]
16079
16080[[package]]
16081name = "tokio-macros"
16082version = "2.5.0"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16085dependencies = [
16086 "proc-macro2",
16087 "quote",
16088 "syn 2.0.101",
16089]
16090
16091[[package]]
16092name = "tokio-native-tls"
16093version = "0.3.1"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16096dependencies = [
16097 "native-tls",
16098 "tokio",
16099]
16100
16101[[package]]
16102name = "tokio-rustls"
16103version = "0.24.1"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16106dependencies = [
16107 "rustls 0.21.12",
16108 "tokio",
16109]
16110
16111[[package]]
16112name = "tokio-rustls"
16113version = "0.26.2"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16116dependencies = [
16117 "rustls 0.23.26",
16118 "tokio",
16119]
16120
16121[[package]]
16122name = "tokio-socks"
16123version = "0.5.2"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16126dependencies = [
16127 "either",
16128 "futures-io",
16129 "futures-util",
16130 "thiserror 1.0.69",
16131 "tokio",
16132]
16133
16134[[package]]
16135name = "tokio-stream"
16136version = "0.1.17"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16139dependencies = [
16140 "futures-core",
16141 "pin-project-lite",
16142 "tokio",
16143]
16144
16145[[package]]
16146name = "tokio-tungstenite"
16147version = "0.20.1"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16150dependencies = [
16151 "futures-util",
16152 "log",
16153 "tokio",
16154 "tungstenite 0.20.1",
16155]
16156
16157[[package]]
16158name = "tokio-tungstenite"
16159version = "0.21.0"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16162dependencies = [
16163 "futures-util",
16164 "log",
16165 "tokio",
16166 "tungstenite 0.21.0",
16167]
16168
16169[[package]]
16170name = "tokio-tungstenite"
16171version = "0.26.2"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16174dependencies = [
16175 "futures-util",
16176 "log",
16177 "rustls 0.23.26",
16178 "rustls-pki-types",
16179 "tokio",
16180 "tokio-rustls 0.26.2",
16181 "tungstenite 0.26.2",
16182]
16183
16184[[package]]
16185name = "tokio-util"
16186version = "0.7.14"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16189dependencies = [
16190 "bytes 1.10.1",
16191 "futures-core",
16192 "futures-io",
16193 "futures-sink",
16194 "pin-project-lite",
16195 "tokio",
16196]
16197
16198[[package]]
16199name = "toml"
16200version = "0.5.11"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16203dependencies = [
16204 "serde",
16205]
16206
16207[[package]]
16208name = "toml"
16209version = "0.8.20"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16212dependencies = [
16213 "serde",
16214 "serde_spanned",
16215 "toml_datetime",
16216 "toml_edit",
16217]
16218
16219[[package]]
16220name = "toml_datetime"
16221version = "0.6.9"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16224dependencies = [
16225 "serde",
16226]
16227
16228[[package]]
16229name = "toml_edit"
16230version = "0.22.26"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16233dependencies = [
16234 "indexmap",
16235 "serde",
16236 "serde_spanned",
16237 "toml_datetime",
16238 "toml_write",
16239 "winnow",
16240]
16241
16242[[package]]
16243name = "toml_write"
16244version = "0.1.1"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16247
16248[[package]]
16249name = "toolchain_selector"
16250version = "0.1.0"
16251dependencies = [
16252 "editor",
16253 "fuzzy",
16254 "gpui",
16255 "language",
16256 "picker",
16257 "project",
16258 "ui",
16259 "util",
16260 "workspace",
16261 "workspace-hack",
16262]
16263
16264[[package]]
16265name = "topological-sort"
16266version = "0.2.2"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16269
16270[[package]]
16271name = "tower"
16272version = "0.4.13"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16275dependencies = [
16276 "futures-core",
16277 "futures-util",
16278 "pin-project",
16279 "pin-project-lite",
16280 "tokio",
16281 "tower-layer",
16282 "tower-service",
16283 "tracing",
16284]
16285
16286[[package]]
16287name = "tower"
16288version = "0.5.2"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16291dependencies = [
16292 "futures-core",
16293 "futures-util",
16294 "pin-project-lite",
16295 "sync_wrapper 1.0.2",
16296 "tokio",
16297 "tower-layer",
16298 "tower-service",
16299]
16300
16301[[package]]
16302name = "tower-http"
16303version = "0.3.5"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16306dependencies = [
16307 "bitflags 1.3.2",
16308 "bytes 1.10.1",
16309 "futures-core",
16310 "futures-util",
16311 "http 0.2.12",
16312 "http-body 0.4.6",
16313 "http-range-header",
16314 "pin-project-lite",
16315 "tower-layer",
16316 "tower-service",
16317]
16318
16319[[package]]
16320name = "tower-http"
16321version = "0.4.4"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16324dependencies = [
16325 "bitflags 2.9.0",
16326 "bytes 1.10.1",
16327 "futures-core",
16328 "futures-util",
16329 "http 0.2.12",
16330 "http-body 0.4.6",
16331 "http-range-header",
16332 "pin-project-lite",
16333 "tower-layer",
16334 "tower-service",
16335 "tracing",
16336]
16337
16338[[package]]
16339name = "tower-layer"
16340version = "0.3.3"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16343
16344[[package]]
16345name = "tower-service"
16346version = "0.3.3"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16349
16350[[package]]
16351name = "tracing"
16352version = "0.1.41"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16355dependencies = [
16356 "log",
16357 "pin-project-lite",
16358 "tracing-attributes",
16359 "tracing-core",
16360]
16361
16362[[package]]
16363name = "tracing-attributes"
16364version = "0.1.28"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16367dependencies = [
16368 "proc-macro2",
16369 "quote",
16370 "syn 2.0.101",
16371]
16372
16373[[package]]
16374name = "tracing-core"
16375version = "0.1.33"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16378dependencies = [
16379 "once_cell",
16380 "valuable",
16381]
16382
16383[[package]]
16384name = "tracing-log"
16385version = "0.2.0"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16388dependencies = [
16389 "log",
16390 "once_cell",
16391 "tracing-core",
16392]
16393
16394[[package]]
16395name = "tracing-serde"
16396version = "0.2.0"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16399dependencies = [
16400 "serde",
16401 "tracing-core",
16402]
16403
16404[[package]]
16405name = "tracing-subscriber"
16406version = "0.3.19"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16409dependencies = [
16410 "matchers",
16411 "nu-ansi-term 0.46.0",
16412 "once_cell",
16413 "regex",
16414 "serde",
16415 "serde_json",
16416 "sharded-slab",
16417 "smallvec",
16418 "thread_local",
16419 "tracing",
16420 "tracing-core",
16421 "tracing-log",
16422 "tracing-serde",
16423]
16424
16425[[package]]
16426name = "trait-variant"
16427version = "0.1.2"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16430dependencies = [
16431 "proc-macro2",
16432 "quote",
16433 "syn 2.0.101",
16434]
16435
16436[[package]]
16437name = "tree-sitter"
16438version = "0.25.3"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16441dependencies = [
16442 "cc",
16443 "regex",
16444 "regex-syntax 0.8.5",
16445 "serde_json",
16446 "streaming-iterator",
16447 "tree-sitter-language",
16448 "wasmtime-c-api-impl",
16449]
16450
16451[[package]]
16452name = "tree-sitter-bash"
16453version = "0.23.3"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16456dependencies = [
16457 "cc",
16458 "tree-sitter-language",
16459]
16460
16461[[package]]
16462name = "tree-sitter-c"
16463version = "0.23.4"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16466dependencies = [
16467 "cc",
16468 "tree-sitter-language",
16469]
16470
16471[[package]]
16472name = "tree-sitter-cpp"
16473version = "0.23.4"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16476dependencies = [
16477 "cc",
16478 "tree-sitter-language",
16479]
16480
16481[[package]]
16482name = "tree-sitter-css"
16483version = "0.23.2"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16486dependencies = [
16487 "cc",
16488 "tree-sitter-language",
16489]
16490
16491[[package]]
16492name = "tree-sitter-diff"
16493version = "0.1.0"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16496dependencies = [
16497 "cc",
16498 "tree-sitter-language",
16499]
16500
16501[[package]]
16502name = "tree-sitter-elixir"
16503version = "0.3.4"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16506dependencies = [
16507 "cc",
16508 "tree-sitter-language",
16509]
16510
16511[[package]]
16512name = "tree-sitter-embedded-template"
16513version = "0.23.2"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16516dependencies = [
16517 "cc",
16518 "tree-sitter-language",
16519]
16520
16521[[package]]
16522name = "tree-sitter-gitcommit"
16523version = "0.0.1"
16524source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16525dependencies = [
16526 "cc",
16527 "tree-sitter-language",
16528]
16529
16530[[package]]
16531name = "tree-sitter-go"
16532version = "0.23.4"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16535dependencies = [
16536 "cc",
16537 "tree-sitter-language",
16538]
16539
16540[[package]]
16541name = "tree-sitter-gomod"
16542version = "1.1.1"
16543source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16544dependencies = [
16545 "cc",
16546 "tree-sitter-language",
16547]
16548
16549[[package]]
16550name = "tree-sitter-gowork"
16551version = "0.0.1"
16552source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16553dependencies = [
16554 "cc",
16555 "tree-sitter-language",
16556]
16557
16558[[package]]
16559name = "tree-sitter-heex"
16560version = "0.0.1"
16561source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16562dependencies = [
16563 "cc",
16564 "tree-sitter-language",
16565]
16566
16567[[package]]
16568name = "tree-sitter-html"
16569version = "0.23.2"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16572dependencies = [
16573 "cc",
16574 "tree-sitter-language",
16575]
16576
16577[[package]]
16578name = "tree-sitter-jsdoc"
16579version = "0.23.2"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16582dependencies = [
16583 "cc",
16584 "tree-sitter-language",
16585]
16586
16587[[package]]
16588name = "tree-sitter-json"
16589version = "0.24.8"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16592dependencies = [
16593 "cc",
16594 "tree-sitter-language",
16595]
16596
16597[[package]]
16598name = "tree-sitter-language"
16599version = "0.1.5"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16602
16603[[package]]
16604name = "tree-sitter-md"
16605version = "0.3.2"
16606source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16607dependencies = [
16608 "cc",
16609 "tree-sitter-language",
16610]
16611
16612[[package]]
16613name = "tree-sitter-python"
16614version = "0.23.6"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16617dependencies = [
16618 "cc",
16619 "tree-sitter-language",
16620]
16621
16622[[package]]
16623name = "tree-sitter-regex"
16624version = "0.24.3"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16627dependencies = [
16628 "cc",
16629 "tree-sitter-language",
16630]
16631
16632[[package]]
16633name = "tree-sitter-ruby"
16634version = "0.23.1"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16637dependencies = [
16638 "cc",
16639 "tree-sitter-language",
16640]
16641
16642[[package]]
16643name = "tree-sitter-rust"
16644version = "0.24.0"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16647dependencies = [
16648 "cc",
16649 "tree-sitter-language",
16650]
16651
16652[[package]]
16653name = "tree-sitter-typescript"
16654version = "0.23.2"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16657dependencies = [
16658 "cc",
16659 "tree-sitter-language",
16660]
16661
16662[[package]]
16663name = "tree-sitter-yaml"
16664version = "0.6.1"
16665source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16666dependencies = [
16667 "cc",
16668 "tree-sitter-language",
16669]
16670
16671[[package]]
16672name = "try-lock"
16673version = "0.2.5"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16676
16677[[package]]
16678name = "ttf-parser"
16679version = "0.20.0"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16682
16683[[package]]
16684name = "ttf-parser"
16685version = "0.21.1"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16688
16689[[package]]
16690name = "ttf-parser"
16691version = "0.25.1"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16694dependencies = [
16695 "core_maths",
16696]
16697
16698[[package]]
16699name = "tungstenite"
16700version = "0.20.1"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16703dependencies = [
16704 "byteorder",
16705 "bytes 1.10.1",
16706 "data-encoding",
16707 "http 0.2.12",
16708 "httparse",
16709 "log",
16710 "rand 0.8.5",
16711 "sha1",
16712 "thiserror 1.0.69",
16713 "url",
16714 "utf-8",
16715]
16716
16717[[package]]
16718name = "tungstenite"
16719version = "0.21.0"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16722dependencies = [
16723 "byteorder",
16724 "bytes 1.10.1",
16725 "data-encoding",
16726 "http 1.3.1",
16727 "httparse",
16728 "log",
16729 "rand 0.8.5",
16730 "sha1",
16731 "thiserror 1.0.69",
16732 "url",
16733 "utf-8",
16734]
16735
16736[[package]]
16737name = "tungstenite"
16738version = "0.26.2"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16741dependencies = [
16742 "bytes 1.10.1",
16743 "data-encoding",
16744 "http 1.3.1",
16745 "httparse",
16746 "log",
16747 "rand 0.9.1",
16748 "rustls 0.23.26",
16749 "rustls-pki-types",
16750 "sha1",
16751 "thiserror 2.0.12",
16752 "utf-8",
16753]
16754
16755[[package]]
16756name = "typeid"
16757version = "1.0.3"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16760
16761[[package]]
16762name = "typenum"
16763version = "1.18.0"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16766
16767[[package]]
16768name = "ucd-trie"
16769version = "0.1.7"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16772
16773[[package]]
16774name = "uds_windows"
16775version = "1.1.0"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16778dependencies = [
16779 "memoffset",
16780 "tempfile",
16781 "winapi",
16782]
16783
16784[[package]]
16785name = "ui"
16786version = "0.1.0"
16787dependencies = [
16788 "chrono",
16789 "component",
16790 "documented",
16791 "gpui",
16792 "icons",
16793 "itertools 0.14.0",
16794 "menu",
16795 "serde",
16796 "settings",
16797 "smallvec",
16798 "story",
16799 "strum 0.27.1",
16800 "theme",
16801 "ui_macros",
16802 "util",
16803 "windows 0.61.1",
16804 "workspace-hack",
16805]
16806
16807[[package]]
16808name = "ui_input"
16809version = "0.1.0"
16810dependencies = [
16811 "component",
16812 "editor",
16813 "gpui",
16814 "settings",
16815 "theme",
16816 "ui",
16817 "workspace-hack",
16818]
16819
16820[[package]]
16821name = "ui_macros"
16822version = "0.1.0"
16823dependencies = [
16824 "quote",
16825 "syn 1.0.109",
16826 "workspace-hack",
16827]
16828
16829[[package]]
16830name = "ui_prompt"
16831version = "0.1.0"
16832dependencies = [
16833 "gpui",
16834 "markdown",
16835 "menu",
16836 "settings",
16837 "theme",
16838 "ui",
16839 "workspace",
16840 "workspace-hack",
16841]
16842
16843[[package]]
16844name = "uluru"
16845version = "3.1.0"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16848dependencies = [
16849 "arrayvec",
16850]
16851
16852[[package]]
16853name = "unicase"
16854version = "2.8.1"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16857
16858[[package]]
16859name = "unicode-bidi"
16860version = "0.3.18"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16863
16864[[package]]
16865name = "unicode-bidi-mirroring"
16866version = "0.2.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16869
16870[[package]]
16871name = "unicode-bidi-mirroring"
16872version = "0.4.0"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16875
16876[[package]]
16877name = "unicode-bom"
16878version = "2.0.3"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16881
16882[[package]]
16883name = "unicode-ccc"
16884version = "0.2.0"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16887
16888[[package]]
16889name = "unicode-ccc"
16890version = "0.4.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16893
16894[[package]]
16895name = "unicode-ident"
16896version = "1.0.18"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16899
16900[[package]]
16901name = "unicode-linebreak"
16902version = "0.1.5"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16905
16906[[package]]
16907name = "unicode-normalization"
16908version = "0.1.24"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16911dependencies = [
16912 "tinyvec",
16913]
16914
16915[[package]]
16916name = "unicode-properties"
16917version = "0.1.3"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16920
16921[[package]]
16922name = "unicode-script"
16923version = "0.5.7"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16926
16927[[package]]
16928name = "unicode-segmentation"
16929version = "1.12.0"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16932
16933[[package]]
16934name = "unicode-vo"
16935version = "0.1.0"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16938
16939[[package]]
16940name = "unicode-width"
16941version = "0.1.14"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16944
16945[[package]]
16946name = "unicode-width"
16947version = "0.2.0"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16950
16951[[package]]
16952name = "unicode-xid"
16953version = "0.2.6"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16956
16957[[package]]
16958name = "unicode_categories"
16959version = "0.1.1"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16962
16963[[package]]
16964name = "unindent"
16965version = "0.2.4"
16966source = "registry+https://github.com/rust-lang/crates.io-index"
16967checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16968
16969[[package]]
16970name = "untrusted"
16971version = "0.9.0"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16974
16975[[package]]
16976name = "url"
16977version = "2.5.4"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16980dependencies = [
16981 "form_urlencoded",
16982 "idna",
16983 "percent-encoding",
16984 "serde",
16985]
16986
16987[[package]]
16988name = "urlencoding"
16989version = "2.1.3"
16990source = "registry+https://github.com/rust-lang/crates.io-index"
16991checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16992
16993[[package]]
16994name = "usvg"
16995version = "0.45.1"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16998dependencies = [
16999 "base64 0.22.1",
17000 "data-url",
17001 "flate2",
17002 "fontdb 0.23.0",
17003 "imagesize",
17004 "kurbo",
17005 "log",
17006 "pico-args",
17007 "roxmltree",
17008 "rustybuzz 0.20.1",
17009 "simplecss",
17010 "siphasher",
17011 "strict-num",
17012 "svgtypes",
17013 "tiny-skia-path",
17014 "unicode-bidi",
17015 "unicode-script",
17016 "unicode-vo",
17017 "xmlwriter",
17018]
17019
17020[[package]]
17021name = "utf-8"
17022version = "0.7.6"
17023source = "registry+https://github.com/rust-lang/crates.io-index"
17024checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17025
17026[[package]]
17027name = "utf16_iter"
17028version = "1.0.5"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17031
17032[[package]]
17033name = "utf8_iter"
17034version = "1.0.4"
17035source = "registry+https://github.com/rust-lang/crates.io-index"
17036checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17037
17038[[package]]
17039name = "utf8parse"
17040version = "0.2.2"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17043
17044[[package]]
17045name = "util"
17046version = "0.1.0"
17047dependencies = [
17048 "anyhow",
17049 "async-fs",
17050 "async_zip",
17051 "collections",
17052 "dirs 4.0.0",
17053 "dunce",
17054 "futures 0.3.31",
17055 "futures-lite 1.13.0",
17056 "git2",
17057 "globset",
17058 "itertools 0.14.0",
17059 "libc",
17060 "log",
17061 "rand 0.8.5",
17062 "regex",
17063 "rust-embed",
17064 "serde",
17065 "serde_json",
17066 "smol",
17067 "take-until",
17068 "tempfile",
17069 "tendril",
17070 "unicase",
17071 "util_macros",
17072 "walkdir",
17073 "workspace-hack",
17074]
17075
17076[[package]]
17077name = "util_macros"
17078version = "0.1.0"
17079dependencies = [
17080 "quote",
17081 "syn 1.0.109",
17082 "workspace-hack",
17083]
17084
17085[[package]]
17086name = "uuid"
17087version = "1.16.0"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17090dependencies = [
17091 "getrandom 0.3.2",
17092 "serde",
17093 "sha1_smol",
17094]
17095
17096[[package]]
17097name = "uuid-simd"
17098version = "0.8.0"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17101dependencies = [
17102 "outref",
17103 "uuid",
17104 "vsimd",
17105]
17106
17107[[package]]
17108name = "v_frame"
17109version = "0.3.8"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17112dependencies = [
17113 "aligned-vec",
17114 "num-traits",
17115 "wasm-bindgen",
17116]
17117
17118[[package]]
17119name = "valuable"
17120version = "0.1.1"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17123
17124[[package]]
17125name = "value-bag"
17126version = "1.11.1"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17129dependencies = [
17130 "value-bag-serde1",
17131 "value-bag-sval2",
17132]
17133
17134[[package]]
17135name = "value-bag-serde1"
17136version = "1.11.1"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17139dependencies = [
17140 "erased-serde",
17141 "serde",
17142 "serde_fmt",
17143]
17144
17145[[package]]
17146name = "value-bag-sval2"
17147version = "1.11.1"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17150dependencies = [
17151 "sval",
17152 "sval_buffer",
17153 "sval_dynamic",
17154 "sval_fmt",
17155 "sval_json",
17156 "sval_ref",
17157 "sval_serde",
17158]
17159
17160[[package]]
17161name = "vcpkg"
17162version = "0.2.15"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17165
17166[[package]]
17167name = "version-compare"
17168version = "0.2.0"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17171
17172[[package]]
17173name = "version_check"
17174version = "0.9.5"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17177
17178[[package]]
17179name = "vim"
17180version = "0.1.0"
17181dependencies = [
17182 "anyhow",
17183 "assets",
17184 "async-compat",
17185 "async-trait",
17186 "collections",
17187 "command_palette",
17188 "command_palette_hooks",
17189 "db",
17190 "editor",
17191 "futures 0.3.31",
17192 "git_ui",
17193 "gpui",
17194 "indoc",
17195 "itertools 0.14.0",
17196 "language",
17197 "log",
17198 "lsp",
17199 "multi_buffer",
17200 "nvim-rs",
17201 "parking_lot",
17202 "picker",
17203 "project",
17204 "project_panel",
17205 "regex",
17206 "release_channel",
17207 "schemars",
17208 "search",
17209 "serde",
17210 "serde_derive",
17211 "serde_json",
17212 "settings",
17213 "task",
17214 "text",
17215 "theme",
17216 "tokio",
17217 "ui",
17218 "util",
17219 "vim_mode_setting",
17220 "workspace",
17221 "workspace-hack",
17222 "zed_actions",
17223]
17224
17225[[package]]
17226name = "vim_mode_setting"
17227version = "0.1.0"
17228dependencies = [
17229 "anyhow",
17230 "gpui",
17231 "settings",
17232 "workspace-hack",
17233]
17234
17235[[package]]
17236name = "vscode_theme"
17237version = "0.2.0"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17240dependencies = [
17241 "serde",
17242]
17243
17244[[package]]
17245name = "vsimd"
17246version = "0.8.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17249
17250[[package]]
17251name = "vswhom"
17252version = "0.1.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17255dependencies = [
17256 "libc",
17257 "vswhom-sys",
17258]
17259
17260[[package]]
17261name = "vswhom-sys"
17262version = "0.1.3"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17265dependencies = [
17266 "cc",
17267 "libc",
17268]
17269
17270[[package]]
17271name = "vte"
17272version = "0.15.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17275dependencies = [
17276 "arrayvec",
17277 "bitflags 2.9.0",
17278 "cursor-icon",
17279 "log",
17280 "memchr",
17281 "serde",
17282]
17283
17284[[package]]
17285name = "waker-fn"
17286version = "1.2.0"
17287source = "registry+https://github.com/rust-lang/crates.io-index"
17288checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17289
17290[[package]]
17291name = "walkdir"
17292version = "2.5.0"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17295dependencies = [
17296 "same-file",
17297 "winapi-util",
17298]
17299
17300[[package]]
17301name = "want"
17302version = "0.3.1"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17305dependencies = [
17306 "try-lock",
17307]
17308
17309[[package]]
17310name = "warp"
17311version = "0.3.7"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17314dependencies = [
17315 "bytes 1.10.1",
17316 "futures-channel",
17317 "futures-util",
17318 "headers",
17319 "http 0.2.12",
17320 "hyper 0.14.32",
17321 "log",
17322 "mime",
17323 "mime_guess",
17324 "percent-encoding",
17325 "pin-project",
17326 "scoped-tls",
17327 "serde",
17328 "serde_json",
17329 "serde_urlencoded",
17330 "tokio",
17331 "tokio-tungstenite 0.21.0",
17332 "tokio-util",
17333 "tower-service",
17334 "tracing",
17335]
17336
17337[[package]]
17338name = "wasi"
17339version = "0.9.0+wasi-snapshot-preview1"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17342
17343[[package]]
17344name = "wasi"
17345version = "0.11.0+wasi-snapshot-preview1"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17348
17349[[package]]
17350name = "wasi"
17351version = "0.14.2+wasi-0.2.4"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17354dependencies = [
17355 "wit-bindgen-rt 0.39.0",
17356]
17357
17358[[package]]
17359name = "wasi-preview1-component-adapter-provider"
17360version = "29.0.1"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17363
17364[[package]]
17365name = "wasite"
17366version = "0.1.0"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17369
17370[[package]]
17371name = "wasm-bindgen"
17372version = "0.2.100"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17375dependencies = [
17376 "cfg-if",
17377 "once_cell",
17378 "rustversion",
17379 "wasm-bindgen-macro",
17380]
17381
17382[[package]]
17383name = "wasm-bindgen-backend"
17384version = "0.2.100"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17387dependencies = [
17388 "bumpalo",
17389 "log",
17390 "proc-macro2",
17391 "quote",
17392 "syn 2.0.101",
17393 "wasm-bindgen-shared",
17394]
17395
17396[[package]]
17397name = "wasm-bindgen-futures"
17398version = "0.4.50"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17401dependencies = [
17402 "cfg-if",
17403 "js-sys",
17404 "once_cell",
17405 "wasm-bindgen",
17406 "web-sys",
17407]
17408
17409[[package]]
17410name = "wasm-bindgen-macro"
17411version = "0.2.100"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17414dependencies = [
17415 "quote",
17416 "wasm-bindgen-macro-support",
17417]
17418
17419[[package]]
17420name = "wasm-bindgen-macro-support"
17421version = "0.2.100"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17424dependencies = [
17425 "proc-macro2",
17426 "quote",
17427 "syn 2.0.101",
17428 "wasm-bindgen-backend",
17429 "wasm-bindgen-shared",
17430]
17431
17432[[package]]
17433name = "wasm-bindgen-shared"
17434version = "0.2.100"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17437dependencies = [
17438 "unicode-ident",
17439]
17440
17441[[package]]
17442name = "wasm-encoder"
17443version = "0.201.0"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17446dependencies = [
17447 "leb128",
17448]
17449
17450[[package]]
17451name = "wasm-encoder"
17452version = "0.221.3"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17455dependencies = [
17456 "leb128",
17457 "wasmparser 0.221.3",
17458]
17459
17460[[package]]
17461name = "wasm-encoder"
17462version = "0.227.1"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17465dependencies = [
17466 "leb128fmt",
17467 "wasmparser 0.227.1",
17468]
17469
17470[[package]]
17471name = "wasm-metadata"
17472version = "0.201.0"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17475dependencies = [
17476 "anyhow",
17477 "indexmap",
17478 "serde",
17479 "serde_derive",
17480 "serde_json",
17481 "spdx",
17482 "wasm-encoder 0.201.0",
17483 "wasmparser 0.201.0",
17484]
17485
17486[[package]]
17487name = "wasm-metadata"
17488version = "0.221.3"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17491dependencies = [
17492 "anyhow",
17493 "indexmap",
17494 "serde",
17495 "serde_derive",
17496 "serde_json",
17497 "spdx",
17498 "wasm-encoder 0.221.3",
17499 "wasmparser 0.221.3",
17500]
17501
17502[[package]]
17503name = "wasm-metadata"
17504version = "0.227.1"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17507dependencies = [
17508 "anyhow",
17509 "auditable-serde",
17510 "flate2",
17511 "indexmap",
17512 "serde",
17513 "serde_derive",
17514 "serde_json",
17515 "spdx",
17516 "url",
17517 "wasm-encoder 0.227.1",
17518 "wasmparser 0.227.1",
17519]
17520
17521[[package]]
17522name = "wasm-streams"
17523version = "0.4.2"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17526dependencies = [
17527 "futures-util",
17528 "js-sys",
17529 "wasm-bindgen",
17530 "wasm-bindgen-futures",
17531 "web-sys",
17532]
17533
17534[[package]]
17535name = "wasmparser"
17536version = "0.201.0"
17537source = "registry+https://github.com/rust-lang/crates.io-index"
17538checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17539dependencies = [
17540 "bitflags 2.9.0",
17541 "indexmap",
17542 "semver",
17543]
17544
17545[[package]]
17546name = "wasmparser"
17547version = "0.221.3"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17550dependencies = [
17551 "bitflags 2.9.0",
17552 "hashbrown 0.15.3",
17553 "indexmap",
17554 "semver",
17555 "serde",
17556]
17557
17558[[package]]
17559name = "wasmparser"
17560version = "0.227.1"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17563dependencies = [
17564 "bitflags 2.9.0",
17565 "hashbrown 0.15.3",
17566 "indexmap",
17567 "semver",
17568]
17569
17570[[package]]
17571name = "wasmprinter"
17572version = "0.221.3"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17575dependencies = [
17576 "anyhow",
17577 "termcolor",
17578 "wasmparser 0.221.3",
17579]
17580
17581[[package]]
17582name = "wasmtime"
17583version = "29.0.1"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17586dependencies = [
17587 "anyhow",
17588 "async-trait",
17589 "bitflags 2.9.0",
17590 "bumpalo",
17591 "cc",
17592 "cfg-if",
17593 "encoding_rs",
17594 "hashbrown 0.14.5",
17595 "indexmap",
17596 "libc",
17597 "log",
17598 "mach2",
17599 "memfd",
17600 "object",
17601 "once_cell",
17602 "paste",
17603 "postcard",
17604 "psm",
17605 "pulley-interpreter",
17606 "rayon",
17607 "rustix 0.38.44",
17608 "semver",
17609 "serde",
17610 "serde_derive",
17611 "smallvec",
17612 "sptr",
17613 "target-lexicon 0.13.2",
17614 "trait-variant",
17615 "wasmparser 0.221.3",
17616 "wasmtime-asm-macros",
17617 "wasmtime-component-macro",
17618 "wasmtime-component-util",
17619 "wasmtime-cranelift",
17620 "wasmtime-environ",
17621 "wasmtime-fiber",
17622 "wasmtime-jit-icache-coherence",
17623 "wasmtime-math",
17624 "wasmtime-slab",
17625 "wasmtime-versioned-export-macros",
17626 "wasmtime-winch",
17627 "windows-sys 0.59.0",
17628]
17629
17630[[package]]
17631name = "wasmtime-asm-macros"
17632version = "29.0.1"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17635dependencies = [
17636 "cfg-if",
17637]
17638
17639[[package]]
17640name = "wasmtime-c-api-impl"
17641version = "29.0.1"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17644dependencies = [
17645 "anyhow",
17646 "log",
17647 "tracing",
17648 "wasmtime",
17649 "wasmtime-c-api-macros",
17650]
17651
17652[[package]]
17653name = "wasmtime-c-api-macros"
17654version = "29.0.1"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17657dependencies = [
17658 "proc-macro2",
17659 "quote",
17660]
17661
17662[[package]]
17663name = "wasmtime-component-macro"
17664version = "29.0.1"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17667dependencies = [
17668 "anyhow",
17669 "proc-macro2",
17670 "quote",
17671 "syn 2.0.101",
17672 "wasmtime-component-util",
17673 "wasmtime-wit-bindgen",
17674 "wit-parser 0.221.3",
17675]
17676
17677[[package]]
17678name = "wasmtime-component-util"
17679version = "29.0.1"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17682
17683[[package]]
17684name = "wasmtime-cranelift"
17685version = "29.0.1"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17688dependencies = [
17689 "anyhow",
17690 "cfg-if",
17691 "cranelift-codegen",
17692 "cranelift-control",
17693 "cranelift-entity",
17694 "cranelift-frontend",
17695 "cranelift-native",
17696 "gimli",
17697 "itertools 0.12.1",
17698 "log",
17699 "object",
17700 "smallvec",
17701 "target-lexicon 0.13.2",
17702 "thiserror 1.0.69",
17703 "wasmparser 0.221.3",
17704 "wasmtime-environ",
17705 "wasmtime-versioned-export-macros",
17706]
17707
17708[[package]]
17709name = "wasmtime-environ"
17710version = "29.0.1"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17713dependencies = [
17714 "anyhow",
17715 "cpp_demangle",
17716 "cranelift-bitset",
17717 "cranelift-entity",
17718 "gimli",
17719 "indexmap",
17720 "log",
17721 "object",
17722 "postcard",
17723 "rustc-demangle",
17724 "semver",
17725 "serde",
17726 "serde_derive",
17727 "smallvec",
17728 "target-lexicon 0.13.2",
17729 "wasm-encoder 0.221.3",
17730 "wasmparser 0.221.3",
17731 "wasmprinter",
17732 "wasmtime-component-util",
17733]
17734
17735[[package]]
17736name = "wasmtime-fiber"
17737version = "29.0.1"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17740dependencies = [
17741 "anyhow",
17742 "cc",
17743 "cfg-if",
17744 "rustix 0.38.44",
17745 "wasmtime-asm-macros",
17746 "wasmtime-versioned-export-macros",
17747 "windows-sys 0.59.0",
17748]
17749
17750[[package]]
17751name = "wasmtime-jit-icache-coherence"
17752version = "29.0.1"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17755dependencies = [
17756 "anyhow",
17757 "cfg-if",
17758 "libc",
17759 "windows-sys 0.59.0",
17760]
17761
17762[[package]]
17763name = "wasmtime-math"
17764version = "29.0.1"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17767dependencies = [
17768 "libm",
17769]
17770
17771[[package]]
17772name = "wasmtime-slab"
17773version = "29.0.1"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17776
17777[[package]]
17778name = "wasmtime-versioned-export-macros"
17779version = "29.0.1"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17782dependencies = [
17783 "proc-macro2",
17784 "quote",
17785 "syn 2.0.101",
17786]
17787
17788[[package]]
17789name = "wasmtime-wasi"
17790version = "29.0.1"
17791source = "registry+https://github.com/rust-lang/crates.io-index"
17792checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17793dependencies = [
17794 "anyhow",
17795 "async-trait",
17796 "bitflags 2.9.0",
17797 "bytes 1.10.1",
17798 "cap-fs-ext",
17799 "cap-net-ext",
17800 "cap-rand",
17801 "cap-std",
17802 "cap-time-ext",
17803 "fs-set-times",
17804 "futures 0.3.31",
17805 "io-extras",
17806 "io-lifetimes",
17807 "rustix 0.38.44",
17808 "system-interface",
17809 "thiserror 1.0.69",
17810 "tokio",
17811 "tracing",
17812 "trait-variant",
17813 "url",
17814 "wasmtime",
17815 "wiggle",
17816 "windows-sys 0.59.0",
17817]
17818
17819[[package]]
17820name = "wasmtime-winch"
17821version = "29.0.1"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17824dependencies = [
17825 "anyhow",
17826 "cranelift-codegen",
17827 "gimli",
17828 "object",
17829 "target-lexicon 0.13.2",
17830 "wasmparser 0.221.3",
17831 "wasmtime-cranelift",
17832 "wasmtime-environ",
17833 "winch-codegen",
17834]
17835
17836[[package]]
17837name = "wasmtime-wit-bindgen"
17838version = "29.0.1"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17841dependencies = [
17842 "anyhow",
17843 "heck 0.5.0",
17844 "indexmap",
17845 "wit-parser 0.221.3",
17846]
17847
17848[[package]]
17849name = "wast"
17850version = "35.0.2"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17853dependencies = [
17854 "leb128",
17855]
17856
17857[[package]]
17858name = "wayland-backend"
17859version = "0.3.8"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17862dependencies = [
17863 "cc",
17864 "downcast-rs",
17865 "rustix 0.38.44",
17866 "scoped-tls",
17867 "smallvec",
17868 "wayland-sys",
17869]
17870
17871[[package]]
17872name = "wayland-client"
17873version = "0.31.8"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17876dependencies = [
17877 "bitflags 2.9.0",
17878 "rustix 0.38.44",
17879 "wayland-backend",
17880 "wayland-scanner",
17881]
17882
17883[[package]]
17884name = "wayland-cursor"
17885version = "0.31.8"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17888dependencies = [
17889 "rustix 0.38.44",
17890 "wayland-client",
17891 "xcursor",
17892]
17893
17894[[package]]
17895name = "wayland-protocols"
17896version = "0.31.2"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17899dependencies = [
17900 "bitflags 2.9.0",
17901 "wayland-backend",
17902 "wayland-client",
17903 "wayland-scanner",
17904]
17905
17906[[package]]
17907name = "wayland-protocols-plasma"
17908version = "0.2.0"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17911dependencies = [
17912 "bitflags 2.9.0",
17913 "wayland-backend",
17914 "wayland-client",
17915 "wayland-protocols",
17916 "wayland-scanner",
17917]
17918
17919[[package]]
17920name = "wayland-scanner"
17921version = "0.31.6"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17924dependencies = [
17925 "proc-macro2",
17926 "quick-xml 0.37.4",
17927 "quote",
17928]
17929
17930[[package]]
17931name = "wayland-sys"
17932version = "0.31.6"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17935dependencies = [
17936 "dlib",
17937 "log",
17938 "once_cell",
17939 "pkg-config",
17940]
17941
17942[[package]]
17943name = "web-sys"
17944version = "0.3.77"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17947dependencies = [
17948 "js-sys",
17949 "wasm-bindgen",
17950]
17951
17952[[package]]
17953name = "web-time"
17954version = "1.1.0"
17955source = "registry+https://github.com/rust-lang/crates.io-index"
17956checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17957dependencies = [
17958 "js-sys",
17959 "wasm-bindgen",
17960]
17961
17962[[package]]
17963name = "web_atoms"
17964version = "0.1.0"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17967dependencies = [
17968 "phf",
17969 "phf_codegen",
17970 "string_cache",
17971 "string_cache_codegen",
17972]
17973
17974[[package]]
17975name = "web_search"
17976version = "0.1.0"
17977dependencies = [
17978 "anyhow",
17979 "collections",
17980 "gpui",
17981 "serde",
17982 "workspace-hack",
17983 "zed_llm_client",
17984]
17985
17986[[package]]
17987name = "web_search_providers"
17988version = "0.1.0"
17989dependencies = [
17990 "anyhow",
17991 "client",
17992 "futures 0.3.31",
17993 "gpui",
17994 "http_client",
17995 "language_model",
17996 "serde",
17997 "serde_json",
17998 "web_search",
17999 "workspace-hack",
18000 "zed_llm_client",
18001]
18002
18003[[package]]
18004name = "webpki-root-certs"
18005version = "0.26.8"
18006source = "registry+https://github.com/rust-lang/crates.io-index"
18007checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18008dependencies = [
18009 "rustls-pki-types",
18010]
18011
18012[[package]]
18013name = "webpki-roots"
18014version = "0.26.8"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18017dependencies = [
18018 "rustls-pki-types",
18019]
18020
18021[[package]]
18022name = "webrtc-sys"
18023version = "0.3.7"
18024source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18025dependencies = [
18026 "cc",
18027 "cxx",
18028 "cxx-build",
18029 "glob",
18030 "log",
18031 "webrtc-sys-build",
18032]
18033
18034[[package]]
18035name = "webrtc-sys-build"
18036version = "0.3.6"
18037source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18038dependencies = [
18039 "fs2",
18040 "regex",
18041 "reqwest 0.11.27",
18042 "scratch",
18043 "semver",
18044 "zip",
18045]
18046
18047[[package]]
18048name = "weezl"
18049version = "0.1.8"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18052
18053[[package]]
18054name = "welcome"
18055version = "0.1.0"
18056dependencies = [
18057 "anyhow",
18058 "client",
18059 "component",
18060 "db",
18061 "documented",
18062 "editor",
18063 "fuzzy",
18064 "gpui",
18065 "install_cli",
18066 "language",
18067 "picker",
18068 "project",
18069 "schemars",
18070 "serde",
18071 "settings",
18072 "telemetry",
18073 "theme",
18074 "ui",
18075 "util",
18076 "vim_mode_setting",
18077 "workspace",
18078 "workspace-hack",
18079 "zed_actions",
18080]
18081
18082[[package]]
18083name = "which"
18084version = "4.4.2"
18085source = "registry+https://github.com/rust-lang/crates.io-index"
18086checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18087dependencies = [
18088 "either",
18089 "home",
18090 "once_cell",
18091 "rustix 0.38.44",
18092]
18093
18094[[package]]
18095name = "which"
18096version = "6.0.3"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18099dependencies = [
18100 "either",
18101 "home",
18102 "rustix 0.38.44",
18103 "winsafe",
18104]
18105
18106[[package]]
18107name = "whoami"
18108version = "1.6.0"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18111dependencies = [
18112 "redox_syscall 0.5.11",
18113 "wasite",
18114]
18115
18116[[package]]
18117name = "wiggle"
18118version = "29.0.1"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18121dependencies = [
18122 "anyhow",
18123 "async-trait",
18124 "bitflags 2.9.0",
18125 "thiserror 1.0.69",
18126 "tracing",
18127 "wasmtime",
18128 "wiggle-macro",
18129]
18130
18131[[package]]
18132name = "wiggle-generate"
18133version = "29.0.1"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18136dependencies = [
18137 "anyhow",
18138 "heck 0.5.0",
18139 "proc-macro2",
18140 "quote",
18141 "shellexpand 2.1.2",
18142 "syn 2.0.101",
18143 "witx",
18144]
18145
18146[[package]]
18147name = "wiggle-macro"
18148version = "29.0.1"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18151dependencies = [
18152 "proc-macro2",
18153 "quote",
18154 "syn 2.0.101",
18155 "wiggle-generate",
18156]
18157
18158[[package]]
18159name = "winapi"
18160version = "0.3.9"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18163dependencies = [
18164 "winapi-i686-pc-windows-gnu",
18165 "winapi-x86_64-pc-windows-gnu",
18166]
18167
18168[[package]]
18169name = "winapi-i686-pc-windows-gnu"
18170version = "0.4.0"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18173
18174[[package]]
18175name = "winapi-util"
18176version = "0.1.9"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18179dependencies = [
18180 "windows-sys 0.59.0",
18181]
18182
18183[[package]]
18184name = "winapi-x86_64-pc-windows-gnu"
18185version = "0.4.0"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18188
18189[[package]]
18190name = "winch-codegen"
18191version = "29.0.1"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18194dependencies = [
18195 "anyhow",
18196 "cranelift-codegen",
18197 "gimli",
18198 "regalloc2",
18199 "smallvec",
18200 "target-lexicon 0.13.2",
18201 "thiserror 1.0.69",
18202 "wasmparser 0.221.3",
18203 "wasmtime-cranelift",
18204 "wasmtime-environ",
18205]
18206
18207[[package]]
18208name = "windows"
18209version = "0.54.0"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18212dependencies = [
18213 "windows-core 0.54.0",
18214 "windows-targets 0.52.6",
18215]
18216
18217[[package]]
18218name = "windows"
18219version = "0.57.0"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18222dependencies = [
18223 "windows-core 0.57.0",
18224 "windows-targets 0.52.6",
18225]
18226
18227[[package]]
18228name = "windows"
18229version = "0.58.0"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18232dependencies = [
18233 "windows-core 0.58.0",
18234 "windows-targets 0.52.6",
18235]
18236
18237[[package]]
18238name = "windows"
18239version = "0.61.1"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18242dependencies = [
18243 "windows-collections",
18244 "windows-core 0.61.0",
18245 "windows-future",
18246 "windows-link",
18247 "windows-numerics",
18248]
18249
18250[[package]]
18251name = "windows-capture"
18252version = "1.4.3"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18255dependencies = [
18256 "clap",
18257 "ctrlc",
18258 "parking_lot",
18259 "rayon",
18260 "thiserror 2.0.12",
18261 "windows 0.61.1",
18262 "windows-future",
18263]
18264
18265[[package]]
18266name = "windows-collections"
18267version = "0.2.0"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18270dependencies = [
18271 "windows-core 0.61.0",
18272]
18273
18274[[package]]
18275name = "windows-core"
18276version = "0.54.0"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18279dependencies = [
18280 "windows-result 0.1.2",
18281 "windows-targets 0.52.6",
18282]
18283
18284[[package]]
18285name = "windows-core"
18286version = "0.57.0"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18289dependencies = [
18290 "windows-implement 0.57.0",
18291 "windows-interface 0.57.0",
18292 "windows-result 0.1.2",
18293 "windows-targets 0.52.6",
18294]
18295
18296[[package]]
18297name = "windows-core"
18298version = "0.58.0"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18301dependencies = [
18302 "windows-implement 0.58.0",
18303 "windows-interface 0.58.0",
18304 "windows-result 0.2.0",
18305 "windows-strings 0.1.0",
18306 "windows-targets 0.52.6",
18307]
18308
18309[[package]]
18310name = "windows-core"
18311version = "0.61.0"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18314dependencies = [
18315 "windows-implement 0.60.0",
18316 "windows-interface 0.59.1",
18317 "windows-link",
18318 "windows-result 0.3.2",
18319 "windows-strings 0.4.0",
18320]
18321
18322[[package]]
18323name = "windows-future"
18324version = "0.2.0"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18327dependencies = [
18328 "windows-core 0.61.0",
18329 "windows-link",
18330]
18331
18332[[package]]
18333name = "windows-implement"
18334version = "0.57.0"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18337dependencies = [
18338 "proc-macro2",
18339 "quote",
18340 "syn 2.0.101",
18341]
18342
18343[[package]]
18344name = "windows-implement"
18345version = "0.58.0"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18348dependencies = [
18349 "proc-macro2",
18350 "quote",
18351 "syn 2.0.101",
18352]
18353
18354[[package]]
18355name = "windows-implement"
18356version = "0.60.0"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18359dependencies = [
18360 "proc-macro2",
18361 "quote",
18362 "syn 2.0.101",
18363]
18364
18365[[package]]
18366name = "windows-interface"
18367version = "0.57.0"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18370dependencies = [
18371 "proc-macro2",
18372 "quote",
18373 "syn 2.0.101",
18374]
18375
18376[[package]]
18377name = "windows-interface"
18378version = "0.58.0"
18379source = "registry+https://github.com/rust-lang/crates.io-index"
18380checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18381dependencies = [
18382 "proc-macro2",
18383 "quote",
18384 "syn 2.0.101",
18385]
18386
18387[[package]]
18388name = "windows-interface"
18389version = "0.59.1"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18392dependencies = [
18393 "proc-macro2",
18394 "quote",
18395 "syn 2.0.101",
18396]
18397
18398[[package]]
18399name = "windows-link"
18400version = "0.1.1"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18403
18404[[package]]
18405name = "windows-numerics"
18406version = "0.2.0"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18409dependencies = [
18410 "windows-core 0.61.0",
18411 "windows-link",
18412]
18413
18414[[package]]
18415name = "windows-registry"
18416version = "0.4.0"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18419dependencies = [
18420 "windows-result 0.3.2",
18421 "windows-strings 0.3.1",
18422 "windows-targets 0.53.0",
18423]
18424
18425[[package]]
18426name = "windows-registry"
18427version = "0.5.1"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18430dependencies = [
18431 "windows-link",
18432 "windows-result 0.3.2",
18433 "windows-strings 0.4.0",
18434]
18435
18436[[package]]
18437name = "windows-result"
18438version = "0.1.2"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18441dependencies = [
18442 "windows-targets 0.52.6",
18443]
18444
18445[[package]]
18446name = "windows-result"
18447version = "0.2.0"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18450dependencies = [
18451 "windows-targets 0.52.6",
18452]
18453
18454[[package]]
18455name = "windows-result"
18456version = "0.3.2"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18459dependencies = [
18460 "windows-link",
18461]
18462
18463[[package]]
18464name = "windows-strings"
18465version = "0.1.0"
18466source = "registry+https://github.com/rust-lang/crates.io-index"
18467checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18468dependencies = [
18469 "windows-result 0.2.0",
18470 "windows-targets 0.52.6",
18471]
18472
18473[[package]]
18474name = "windows-strings"
18475version = "0.3.1"
18476source = "registry+https://github.com/rust-lang/crates.io-index"
18477checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18478dependencies = [
18479 "windows-link",
18480]
18481
18482[[package]]
18483name = "windows-strings"
18484version = "0.4.0"
18485source = "registry+https://github.com/rust-lang/crates.io-index"
18486checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18487dependencies = [
18488 "windows-link",
18489]
18490
18491[[package]]
18492name = "windows-sys"
18493version = "0.45.0"
18494source = "registry+https://github.com/rust-lang/crates.io-index"
18495checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18496dependencies = [
18497 "windows-targets 0.42.2",
18498]
18499
18500[[package]]
18501name = "windows-sys"
18502version = "0.48.0"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18505dependencies = [
18506 "windows-targets 0.48.5",
18507]
18508
18509[[package]]
18510name = "windows-sys"
18511version = "0.52.0"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18514dependencies = [
18515 "windows-targets 0.52.6",
18516]
18517
18518[[package]]
18519name = "windows-sys"
18520version = "0.59.0"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18523dependencies = [
18524 "windows-targets 0.52.6",
18525]
18526
18527[[package]]
18528name = "windows-targets"
18529version = "0.42.2"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18532dependencies = [
18533 "windows_aarch64_gnullvm 0.42.2",
18534 "windows_aarch64_msvc 0.42.2",
18535 "windows_i686_gnu 0.42.2",
18536 "windows_i686_msvc 0.42.2",
18537 "windows_x86_64_gnu 0.42.2",
18538 "windows_x86_64_gnullvm 0.42.2",
18539 "windows_x86_64_msvc 0.42.2",
18540]
18541
18542[[package]]
18543name = "windows-targets"
18544version = "0.48.5"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18547dependencies = [
18548 "windows_aarch64_gnullvm 0.48.5",
18549 "windows_aarch64_msvc 0.48.5",
18550 "windows_i686_gnu 0.48.5",
18551 "windows_i686_msvc 0.48.5",
18552 "windows_x86_64_gnu 0.48.5",
18553 "windows_x86_64_gnullvm 0.48.5",
18554 "windows_x86_64_msvc 0.48.5",
18555]
18556
18557[[package]]
18558name = "windows-targets"
18559version = "0.52.6"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18562dependencies = [
18563 "windows_aarch64_gnullvm 0.52.6",
18564 "windows_aarch64_msvc 0.52.6",
18565 "windows_i686_gnu 0.52.6",
18566 "windows_i686_gnullvm 0.52.6",
18567 "windows_i686_msvc 0.52.6",
18568 "windows_x86_64_gnu 0.52.6",
18569 "windows_x86_64_gnullvm 0.52.6",
18570 "windows_x86_64_msvc 0.52.6",
18571]
18572
18573[[package]]
18574name = "windows-targets"
18575version = "0.53.0"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18578dependencies = [
18579 "windows_aarch64_gnullvm 0.53.0",
18580 "windows_aarch64_msvc 0.53.0",
18581 "windows_i686_gnu 0.53.0",
18582 "windows_i686_gnullvm 0.53.0",
18583 "windows_i686_msvc 0.53.0",
18584 "windows_x86_64_gnu 0.53.0",
18585 "windows_x86_64_gnullvm 0.53.0",
18586 "windows_x86_64_msvc 0.53.0",
18587]
18588
18589[[package]]
18590name = "windows_aarch64_gnullvm"
18591version = "0.42.2"
18592source = "registry+https://github.com/rust-lang/crates.io-index"
18593checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18594
18595[[package]]
18596name = "windows_aarch64_gnullvm"
18597version = "0.48.5"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18600
18601[[package]]
18602name = "windows_aarch64_gnullvm"
18603version = "0.52.6"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18606
18607[[package]]
18608name = "windows_aarch64_gnullvm"
18609version = "0.53.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18612
18613[[package]]
18614name = "windows_aarch64_msvc"
18615version = "0.42.2"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18618
18619[[package]]
18620name = "windows_aarch64_msvc"
18621version = "0.48.5"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18624
18625[[package]]
18626name = "windows_aarch64_msvc"
18627version = "0.52.6"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18630
18631[[package]]
18632name = "windows_aarch64_msvc"
18633version = "0.53.0"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18636
18637[[package]]
18638name = "windows_i686_gnu"
18639version = "0.42.2"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18642
18643[[package]]
18644name = "windows_i686_gnu"
18645version = "0.48.5"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18648
18649[[package]]
18650name = "windows_i686_gnu"
18651version = "0.52.6"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18654
18655[[package]]
18656name = "windows_i686_gnu"
18657version = "0.53.0"
18658source = "registry+https://github.com/rust-lang/crates.io-index"
18659checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18660
18661[[package]]
18662name = "windows_i686_gnullvm"
18663version = "0.52.6"
18664source = "registry+https://github.com/rust-lang/crates.io-index"
18665checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18666
18667[[package]]
18668name = "windows_i686_gnullvm"
18669version = "0.53.0"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18672
18673[[package]]
18674name = "windows_i686_msvc"
18675version = "0.42.2"
18676source = "registry+https://github.com/rust-lang/crates.io-index"
18677checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18678
18679[[package]]
18680name = "windows_i686_msvc"
18681version = "0.48.5"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18684
18685[[package]]
18686name = "windows_i686_msvc"
18687version = "0.52.6"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18690
18691[[package]]
18692name = "windows_i686_msvc"
18693version = "0.53.0"
18694source = "registry+https://github.com/rust-lang/crates.io-index"
18695checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18696
18697[[package]]
18698name = "windows_x86_64_gnu"
18699version = "0.42.2"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18702
18703[[package]]
18704name = "windows_x86_64_gnu"
18705version = "0.48.5"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18708
18709[[package]]
18710name = "windows_x86_64_gnu"
18711version = "0.52.6"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18714
18715[[package]]
18716name = "windows_x86_64_gnu"
18717version = "0.53.0"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18720
18721[[package]]
18722name = "windows_x86_64_gnullvm"
18723version = "0.42.2"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18726
18727[[package]]
18728name = "windows_x86_64_gnullvm"
18729version = "0.48.5"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18732
18733[[package]]
18734name = "windows_x86_64_gnullvm"
18735version = "0.52.6"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18738
18739[[package]]
18740name = "windows_x86_64_gnullvm"
18741version = "0.53.0"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18744
18745[[package]]
18746name = "windows_x86_64_msvc"
18747version = "0.42.2"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18750
18751[[package]]
18752name = "windows_x86_64_msvc"
18753version = "0.48.5"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18756
18757[[package]]
18758name = "windows_x86_64_msvc"
18759version = "0.52.6"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18762
18763[[package]]
18764name = "windows_x86_64_msvc"
18765version = "0.53.0"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18768
18769[[package]]
18770name = "winnow"
18771version = "0.7.6"
18772source = "registry+https://github.com/rust-lang/crates.io-index"
18773checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18774dependencies = [
18775 "memchr",
18776]
18777
18778[[package]]
18779name = "winreg"
18780version = "0.10.1"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18783dependencies = [
18784 "winapi",
18785]
18786
18787[[package]]
18788name = "winreg"
18789version = "0.50.0"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18792dependencies = [
18793 "cfg-if",
18794 "windows-sys 0.48.0",
18795]
18796
18797[[package]]
18798name = "winreg"
18799version = "0.52.0"
18800source = "registry+https://github.com/rust-lang/crates.io-index"
18801checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18802dependencies = [
18803 "cfg-if",
18804 "windows-sys 0.48.0",
18805]
18806
18807[[package]]
18808name = "winreg"
18809version = "0.55.0"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18812dependencies = [
18813 "cfg-if",
18814 "windows-sys 0.59.0",
18815]
18816
18817[[package]]
18818name = "winresource"
18819version = "0.1.20"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18822dependencies = [
18823 "toml 0.8.20",
18824 "version_check",
18825]
18826
18827[[package]]
18828name = "winsafe"
18829version = "0.0.19"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18832
18833[[package]]
18834name = "winx"
18835version = "0.36.4"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18838dependencies = [
18839 "bitflags 2.9.0",
18840 "windows-sys 0.59.0",
18841]
18842
18843[[package]]
18844name = "wio"
18845version = "0.2.2"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18848dependencies = [
18849 "winapi",
18850]
18851
18852[[package]]
18853name = "wit-bindgen"
18854version = "0.22.0"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18857dependencies = [
18858 "bitflags 2.9.0",
18859 "wit-bindgen-rt 0.22.0",
18860 "wit-bindgen-rust-macro 0.22.0",
18861]
18862
18863[[package]]
18864name = "wit-bindgen"
18865version = "0.41.0"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18868dependencies = [
18869 "wit-bindgen-rt 0.41.0",
18870 "wit-bindgen-rust-macro 0.41.0",
18871]
18872
18873[[package]]
18874name = "wit-bindgen-core"
18875version = "0.22.0"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18878dependencies = [
18879 "anyhow",
18880 "wit-parser 0.201.0",
18881]
18882
18883[[package]]
18884name = "wit-bindgen-core"
18885version = "0.41.0"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18888dependencies = [
18889 "anyhow",
18890 "heck 0.5.0",
18891 "wit-parser 0.227.1",
18892]
18893
18894[[package]]
18895name = "wit-bindgen-rt"
18896version = "0.22.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18899
18900[[package]]
18901name = "wit-bindgen-rt"
18902version = "0.39.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18905dependencies = [
18906 "bitflags 2.9.0",
18907]
18908
18909[[package]]
18910name = "wit-bindgen-rt"
18911version = "0.41.0"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18914dependencies = [
18915 "bitflags 2.9.0",
18916 "futures 0.3.31",
18917 "once_cell",
18918]
18919
18920[[package]]
18921name = "wit-bindgen-rust"
18922version = "0.22.0"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18925dependencies = [
18926 "anyhow",
18927 "heck 0.4.1",
18928 "indexmap",
18929 "wasm-metadata 0.201.0",
18930 "wit-bindgen-core 0.22.0",
18931 "wit-component 0.201.0",
18932]
18933
18934[[package]]
18935name = "wit-bindgen-rust"
18936version = "0.41.0"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18939dependencies = [
18940 "anyhow",
18941 "heck 0.5.0",
18942 "indexmap",
18943 "prettyplease",
18944 "syn 2.0.101",
18945 "wasm-metadata 0.227.1",
18946 "wit-bindgen-core 0.41.0",
18947 "wit-component 0.227.1",
18948]
18949
18950[[package]]
18951name = "wit-bindgen-rust-macro"
18952version = "0.22.0"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18955dependencies = [
18956 "anyhow",
18957 "proc-macro2",
18958 "quote",
18959 "syn 2.0.101",
18960 "wit-bindgen-core 0.22.0",
18961 "wit-bindgen-rust 0.22.0",
18962]
18963
18964[[package]]
18965name = "wit-bindgen-rust-macro"
18966version = "0.41.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18969dependencies = [
18970 "anyhow",
18971 "prettyplease",
18972 "proc-macro2",
18973 "quote",
18974 "syn 2.0.101",
18975 "wit-bindgen-core 0.41.0",
18976 "wit-bindgen-rust 0.41.0",
18977]
18978
18979[[package]]
18980name = "wit-component"
18981version = "0.201.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18984dependencies = [
18985 "anyhow",
18986 "bitflags 2.9.0",
18987 "indexmap",
18988 "log",
18989 "serde",
18990 "serde_derive",
18991 "serde_json",
18992 "wasm-encoder 0.201.0",
18993 "wasm-metadata 0.201.0",
18994 "wasmparser 0.201.0",
18995 "wit-parser 0.201.0",
18996]
18997
18998[[package]]
18999name = "wit-component"
19000version = "0.221.3"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19003dependencies = [
19004 "anyhow",
19005 "bitflags 2.9.0",
19006 "indexmap",
19007 "log",
19008 "serde",
19009 "serde_derive",
19010 "serde_json",
19011 "wasm-encoder 0.221.3",
19012 "wasm-metadata 0.221.3",
19013 "wasmparser 0.221.3",
19014 "wit-parser 0.221.3",
19015]
19016
19017[[package]]
19018name = "wit-component"
19019version = "0.227.1"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19022dependencies = [
19023 "anyhow",
19024 "bitflags 2.9.0",
19025 "indexmap",
19026 "log",
19027 "serde",
19028 "serde_derive",
19029 "serde_json",
19030 "wasm-encoder 0.227.1",
19031 "wasm-metadata 0.227.1",
19032 "wasmparser 0.227.1",
19033 "wit-parser 0.227.1",
19034]
19035
19036[[package]]
19037name = "wit-parser"
19038version = "0.201.0"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19041dependencies = [
19042 "anyhow",
19043 "id-arena",
19044 "indexmap",
19045 "log",
19046 "semver",
19047 "serde",
19048 "serde_derive",
19049 "serde_json",
19050 "unicode-xid",
19051 "wasmparser 0.201.0",
19052]
19053
19054[[package]]
19055name = "wit-parser"
19056version = "0.221.3"
19057source = "registry+https://github.com/rust-lang/crates.io-index"
19058checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19059dependencies = [
19060 "anyhow",
19061 "id-arena",
19062 "indexmap",
19063 "log",
19064 "semver",
19065 "serde",
19066 "serde_derive",
19067 "serde_json",
19068 "unicode-xid",
19069 "wasmparser 0.221.3",
19070]
19071
19072[[package]]
19073name = "wit-parser"
19074version = "0.227.1"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19077dependencies = [
19078 "anyhow",
19079 "id-arena",
19080 "indexmap",
19081 "log",
19082 "semver",
19083 "serde",
19084 "serde_derive",
19085 "serde_json",
19086 "unicode-xid",
19087 "wasmparser 0.227.1",
19088]
19089
19090[[package]]
19091name = "witx"
19092version = "0.9.1"
19093source = "registry+https://github.com/rust-lang/crates.io-index"
19094checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19095dependencies = [
19096 "anyhow",
19097 "log",
19098 "thiserror 1.0.69",
19099 "wast",
19100]
19101
19102[[package]]
19103name = "workspace"
19104version = "0.1.0"
19105dependencies = [
19106 "any_vec",
19107 "anyhow",
19108 "async-recursion 1.1.1",
19109 "bincode",
19110 "call",
19111 "client",
19112 "clock",
19113 "collections",
19114 "component",
19115 "dap",
19116 "db",
19117 "env_logger 0.11.8",
19118 "fs",
19119 "futures 0.3.31",
19120 "gpui",
19121 "http_client",
19122 "itertools 0.14.0",
19123 "language",
19124 "log",
19125 "menu",
19126 "node_runtime",
19127 "parking_lot",
19128 "postage",
19129 "project",
19130 "remote",
19131 "schemars",
19132 "serde",
19133 "serde_json",
19134 "session",
19135 "settings",
19136 "smallvec",
19137 "sqlez",
19138 "strum 0.27.1",
19139 "task",
19140 "telemetry",
19141 "tempfile",
19142 "theme",
19143 "ui",
19144 "util",
19145 "uuid",
19146 "windows 0.61.1",
19147 "workspace-hack",
19148 "zed_actions",
19149]
19150
19151[[package]]
19152name = "workspace-hack"
19153version = "0.1.0"
19154dependencies = [
19155 "aes",
19156 "ahash 0.8.11",
19157 "aho-corasick",
19158 "anstream",
19159 "arrayvec",
19160 "async-compression",
19161 "async-std",
19162 "async-tungstenite",
19163 "aws-config",
19164 "aws-credential-types",
19165 "aws-runtime",
19166 "aws-sigv4",
19167 "aws-smithy-async",
19168 "aws-smithy-http",
19169 "aws-smithy-runtime",
19170 "aws-smithy-runtime-api",
19171 "aws-smithy-types",
19172 "base64 0.22.1",
19173 "base64ct",
19174 "bigdecimal",
19175 "bit-set 0.8.0",
19176 "bit-vec 0.8.0",
19177 "bitflags 2.9.0",
19178 "bstr",
19179 "bytemuck",
19180 "byteorder",
19181 "bytes 1.10.1",
19182 "cc",
19183 "chrono",
19184 "cipher",
19185 "clang-sys",
19186 "clap",
19187 "clap_builder",
19188 "codespan-reporting 0.12.0",
19189 "concurrent-queue",
19190 "core-foundation 0.9.4",
19191 "core-foundation-sys",
19192 "coreaudio-sys",
19193 "cranelift-codegen",
19194 "crc32fast",
19195 "crossbeam-epoch",
19196 "crossbeam-utils",
19197 "crypto-common",
19198 "deranged",
19199 "digest",
19200 "either",
19201 "euclid",
19202 "event-listener 5.4.0",
19203 "event-listener-strategy",
19204 "flate2",
19205 "flume",
19206 "foldhash",
19207 "form_urlencoded",
19208 "futures 0.3.31",
19209 "futures-channel",
19210 "futures-core",
19211 "futures-executor",
19212 "futures-io",
19213 "futures-sink",
19214 "futures-task",
19215 "futures-util",
19216 "getrandom 0.2.15",
19217 "getrandom 0.3.2",
19218 "gimli",
19219 "half",
19220 "handlebars 4.5.0",
19221 "hashbrown 0.14.5",
19222 "hashbrown 0.15.3",
19223 "heck 0.4.1",
19224 "hmac",
19225 "hyper 0.14.32",
19226 "hyper-rustls 0.27.5",
19227 "idna",
19228 "indexmap",
19229 "inout",
19230 "itertools 0.12.1",
19231 "itertools 0.13.0",
19232 "jiff",
19233 "lazy_static",
19234 "libc",
19235 "libsqlite3-sys",
19236 "linux-raw-sys 0.4.15",
19237 "linux-raw-sys 0.9.4",
19238 "log",
19239 "lyon",
19240 "lyon_path",
19241 "md-5",
19242 "memchr",
19243 "miniz_oxide",
19244 "mio",
19245 "naga",
19246 "nix 0.29.0",
19247 "nom",
19248 "num-bigint",
19249 "num-bigint-dig",
19250 "num-integer",
19251 "num-iter",
19252 "num-rational",
19253 "num-traits",
19254 "objc2",
19255 "objc2-foundation",
19256 "objc2-metal",
19257 "object",
19258 "once_cell",
19259 "percent-encoding",
19260 "phf",
19261 "phf_shared",
19262 "prettyplease",
19263 "proc-macro2",
19264 "prost 0.9.0",
19265 "prost-types 0.9.0",
19266 "quote",
19267 "rand 0.8.5",
19268 "rand 0.9.1",
19269 "rand_chacha 0.3.1",
19270 "rand_core 0.6.4",
19271 "regalloc2",
19272 "regex",
19273 "regex-automata 0.4.9",
19274 "regex-syntax 0.8.5",
19275 "ring",
19276 "rust_decimal",
19277 "rustc-hash 1.1.0",
19278 "rustix 0.38.44",
19279 "rustix 1.0.7",
19280 "rustls 0.23.26",
19281 "rustls-webpki 0.103.1",
19282 "scopeguard",
19283 "sea-orm",
19284 "sea-query-binder",
19285 "security-framework 3.2.0",
19286 "security-framework-sys",
19287 "semver",
19288 "serde",
19289 "serde_derive",
19290 "serde_json",
19291 "sha1",
19292 "simd-adler32",
19293 "smallvec",
19294 "spin",
19295 "sqlx",
19296 "sqlx-macros",
19297 "sqlx-macros-core",
19298 "sqlx-postgres",
19299 "sqlx-sqlite",
19300 "strum 0.26.3",
19301 "subtle",
19302 "syn 1.0.109",
19303 "syn 2.0.101",
19304 "sync_wrapper 1.0.2",
19305 "thiserror 2.0.12",
19306 "time",
19307 "time-macros",
19308 "tokio",
19309 "tokio-rustls 0.26.2",
19310 "tokio-socks",
19311 "tokio-stream",
19312 "tokio-util",
19313 "toml_datetime",
19314 "toml_edit",
19315 "tower 0.5.2",
19316 "tracing",
19317 "tracing-core",
19318 "tungstenite 0.26.2",
19319 "unicode-normalization",
19320 "unicode-properties",
19321 "url",
19322 "uuid",
19323 "wasm-encoder 0.221.3",
19324 "wasmparser 0.221.3",
19325 "wasmtime",
19326 "wasmtime-cranelift",
19327 "wasmtime-environ",
19328 "winapi",
19329 "windows-core 0.61.0",
19330 "windows-numerics",
19331 "windows-sys 0.48.0",
19332 "windows-sys 0.52.0",
19333 "windows-sys 0.59.0",
19334 "winnow",
19335 "zeroize",
19336 "zvariant",
19337]
19338
19339[[package]]
19340name = "worktree"
19341version = "0.1.0"
19342dependencies = [
19343 "anyhow",
19344 "clock",
19345 "collections",
19346 "env_logger 0.11.8",
19347 "fs",
19348 "futures 0.3.31",
19349 "fuzzy",
19350 "git",
19351 "git2",
19352 "gpui",
19353 "http_client",
19354 "ignore",
19355 "language",
19356 "log",
19357 "parking_lot",
19358 "paths",
19359 "postage",
19360 "pretty_assertions",
19361 "rand 0.8.5",
19362 "rpc",
19363 "schemars",
19364 "serde",
19365 "serde_json",
19366 "settings",
19367 "smallvec",
19368 "smol",
19369 "sum_tree",
19370 "text",
19371 "util",
19372 "workspace-hack",
19373]
19374
19375[[package]]
19376name = "write16"
19377version = "1.0.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19380
19381[[package]]
19382name = "writeable"
19383version = "0.5.5"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19386
19387[[package]]
19388name = "wyz"
19389version = "0.5.1"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19392dependencies = [
19393 "tap",
19394]
19395
19396[[package]]
19397name = "x11"
19398version = "2.21.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19401dependencies = [
19402 "libc",
19403 "pkg-config",
19404]
19405
19406[[package]]
19407name = "x11-clipboard"
19408version = "0.9.3"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19411dependencies = [
19412 "libc",
19413 "x11rb",
19414]
19415
19416[[package]]
19417name = "x11rb"
19418version = "0.13.1"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19421dependencies = [
19422 "as-raw-xcb-connection",
19423 "gethostname",
19424 "libc",
19425 "rustix 0.38.44",
19426 "x11rb-protocol",
19427]
19428
19429[[package]]
19430name = "x11rb-protocol"
19431version = "0.13.1"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19434
19435[[package]]
19436name = "xattr"
19437version = "0.2.3"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19440dependencies = [
19441 "libc",
19442]
19443
19444[[package]]
19445name = "xcb"
19446version = "1.5.0"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19449dependencies = [
19450 "bitflags 1.3.2",
19451 "libc",
19452 "quick-xml 0.30.0",
19453 "x11",
19454]
19455
19456[[package]]
19457name = "xcursor"
19458version = "0.3.8"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19461
19462[[package]]
19463name = "xdg-home"
19464version = "1.3.0"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19467dependencies = [
19468 "libc",
19469 "windows-sys 0.59.0",
19470]
19471
19472[[package]]
19473name = "xim"
19474version = "0.4.0"
19475source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19476dependencies = [
19477 "ahash 0.8.11",
19478 "hashbrown 0.14.5",
19479 "log",
19480 "x11rb",
19481 "xim-ctext",
19482 "xim-parser",
19483]
19484
19485[[package]]
19486name = "xim-ctext"
19487version = "0.3.0"
19488source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19489dependencies = [
19490 "encoding_rs",
19491]
19492
19493[[package]]
19494name = "xim-parser"
19495version = "0.2.1"
19496source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19497dependencies = [
19498 "bitflags 2.9.0",
19499]
19500
19501[[package]]
19502name = "xkbcommon"
19503version = "0.8.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19506dependencies = [
19507 "as-raw-xcb-connection",
19508 "libc",
19509 "memmap2",
19510 "xkeysym",
19511]
19512
19513[[package]]
19514name = "xkeysym"
19515version = "0.2.1"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19518
19519[[package]]
19520name = "xml5ever"
19521version = "0.18.1"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19524dependencies = [
19525 "log",
19526 "mac",
19527 "markup5ever 0.12.1",
19528]
19529
19530[[package]]
19531name = "xmlparser"
19532version = "0.13.6"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19535
19536[[package]]
19537name = "xmlwriter"
19538version = "0.1.0"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19541
19542[[package]]
19543name = "xtask"
19544version = "0.1.0"
19545dependencies = [
19546 "anyhow",
19547 "cargo_metadata",
19548 "cargo_toml",
19549 "clap",
19550 "workspace-hack",
19551]
19552
19553[[package]]
19554name = "yaml-rust2"
19555version = "0.8.1"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19558dependencies = [
19559 "arraydeque",
19560 "encoding_rs",
19561 "hashlink 0.8.4",
19562]
19563
19564[[package]]
19565name = "yansi"
19566version = "1.0.1"
19567source = "registry+https://github.com/rust-lang/crates.io-index"
19568checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19569
19570[[package]]
19571name = "yazi"
19572version = "0.2.1"
19573source = "registry+https://github.com/rust-lang/crates.io-index"
19574checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19575
19576[[package]]
19577name = "yeslogic-fontconfig-sys"
19578version = "6.0.0"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19581dependencies = [
19582 "dlib",
19583 "once_cell",
19584 "pkg-config",
19585]
19586
19587[[package]]
19588name = "yoke"
19589version = "0.7.5"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19592dependencies = [
19593 "serde",
19594 "stable_deref_trait",
19595 "yoke-derive",
19596 "zerofrom",
19597]
19598
19599[[package]]
19600name = "yoke-derive"
19601version = "0.7.5"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19604dependencies = [
19605 "proc-macro2",
19606 "quote",
19607 "syn 2.0.101",
19608 "synstructure",
19609]
19610
19611[[package]]
19612name = "zbus"
19613version = "5.5.0"
19614source = "registry+https://github.com/rust-lang/crates.io-index"
19615checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19616dependencies = [
19617 "async-broadcast",
19618 "async-executor",
19619 "async-fs",
19620 "async-io",
19621 "async-lock",
19622 "async-process",
19623 "async-recursion 1.1.1",
19624 "async-task",
19625 "async-trait",
19626 "blocking",
19627 "enumflags2",
19628 "event-listener 5.4.0",
19629 "futures-core",
19630 "futures-lite 2.6.0",
19631 "hex",
19632 "nix 0.29.0",
19633 "ordered-stream",
19634 "serde",
19635 "serde_repr",
19636 "static_assertions",
19637 "tracing",
19638 "uds_windows",
19639 "windows-sys 0.59.0",
19640 "winnow",
19641 "xdg-home",
19642 "zbus_macros",
19643 "zbus_names",
19644 "zvariant",
19645]
19646
19647[[package]]
19648name = "zbus_macros"
19649version = "5.5.0"
19650source = "registry+https://github.com/rust-lang/crates.io-index"
19651checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19652dependencies = [
19653 "proc-macro-crate",
19654 "proc-macro2",
19655 "quote",
19656 "syn 2.0.101",
19657 "zbus_names",
19658 "zvariant",
19659 "zvariant_utils",
19660]
19661
19662[[package]]
19663name = "zbus_names"
19664version = "4.2.0"
19665source = "registry+https://github.com/rust-lang/crates.io-index"
19666checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19667dependencies = [
19668 "serde",
19669 "static_assertions",
19670 "winnow",
19671 "zvariant",
19672]
19673
19674[[package]]
19675name = "zed"
19676version = "0.189.0"
19677dependencies = [
19678 "activity_indicator",
19679 "agent",
19680 "anyhow",
19681 "ashpd",
19682 "askpass",
19683 "assets",
19684 "assistant_context_editor",
19685 "assistant_settings",
19686 "assistant_tool",
19687 "assistant_tools",
19688 "async-watch",
19689 "audio",
19690 "auto_update",
19691 "auto_update_ui",
19692 "backtrace",
19693 "breadcrumbs",
19694 "call",
19695 "channel",
19696 "chrono",
19697 "clap",
19698 "cli",
19699 "client",
19700 "collab_ui",
19701 "collections",
19702 "command_palette",
19703 "component",
19704 "copilot",
19705 "dap",
19706 "dap_adapters",
19707 "db",
19708 "debug_adapter_extension",
19709 "debugger_tools",
19710 "debugger_ui",
19711 "diagnostics",
19712 "editor",
19713 "env_logger 0.11.8",
19714 "extension",
19715 "extension_host",
19716 "extensions_ui",
19717 "feature_flags",
19718 "feedback",
19719 "file_finder",
19720 "fs",
19721 "futures 0.3.31",
19722 "git",
19723 "git_hosting_providers",
19724 "git_ui",
19725 "go_to_line",
19726 "gpui",
19727 "gpui_tokio",
19728 "http_client",
19729 "image_viewer",
19730 "indoc",
19731 "inline_completion_button",
19732 "install_cli",
19733 "jj_ui",
19734 "journal",
19735 "language",
19736 "language_extension",
19737 "language_model",
19738 "language_models",
19739 "language_selector",
19740 "language_tools",
19741 "languages",
19742 "libc",
19743 "log",
19744 "markdown",
19745 "markdown_preview",
19746 "menu",
19747 "migrator",
19748 "mimalloc",
19749 "nix 0.29.0",
19750 "node_runtime",
19751 "notifications",
19752 "outline",
19753 "outline_panel",
19754 "parking_lot",
19755 "paths",
19756 "picker",
19757 "profiling",
19758 "project",
19759 "project_panel",
19760 "project_symbols",
19761 "prompt_store",
19762 "proto",
19763 "recent_projects",
19764 "release_channel",
19765 "remote",
19766 "repl",
19767 "reqwest_client",
19768 "rope",
19769 "search",
19770 "serde",
19771 "serde_json",
19772 "session",
19773 "settings",
19774 "settings_ui",
19775 "shellexpand 2.1.2",
19776 "smol",
19777 "snippet_provider",
19778 "snippets_ui",
19779 "supermaven",
19780 "sysinfo",
19781 "tab_switcher",
19782 "task",
19783 "tasks_ui",
19784 "telemetry",
19785 "telemetry_events",
19786 "terminal_view",
19787 "theme",
19788 "theme_extension",
19789 "theme_selector",
19790 "time",
19791 "title_bar",
19792 "toolchain_selector",
19793 "tree-sitter-md",
19794 "tree-sitter-rust",
19795 "ui",
19796 "ui_input",
19797 "ui_prompt",
19798 "url",
19799 "urlencoding",
19800 "util",
19801 "uuid",
19802 "vim",
19803 "vim_mode_setting",
19804 "web_search",
19805 "web_search_providers",
19806 "welcome",
19807 "windows 0.61.1",
19808 "winresource",
19809 "workspace",
19810 "workspace-hack",
19811 "zed_actions",
19812 "zeta",
19813 "zlog",
19814 "zlog_settings",
19815]
19816
19817[[package]]
19818name = "zed_actions"
19819version = "0.1.0"
19820dependencies = [
19821 "gpui",
19822 "schemars",
19823 "serde",
19824 "uuid",
19825 "workspace-hack",
19826]
19827
19828[[package]]
19829name = "zed_emmet"
19830version = "0.0.3"
19831dependencies = [
19832 "zed_extension_api 0.1.0",
19833]
19834
19835[[package]]
19836name = "zed_extension_api"
19837version = "0.1.0"
19838source = "registry+https://github.com/rust-lang/crates.io-index"
19839checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19840dependencies = [
19841 "serde",
19842 "serde_json",
19843 "wit-bindgen 0.22.0",
19844]
19845
19846[[package]]
19847name = "zed_extension_api"
19848version = "0.6.0"
19849dependencies = [
19850 "serde",
19851 "serde_json",
19852 "wit-bindgen 0.41.0",
19853]
19854
19855[[package]]
19856name = "zed_glsl"
19857version = "0.1.0"
19858dependencies = [
19859 "zed_extension_api 0.1.0",
19860]
19861
19862[[package]]
19863name = "zed_html"
19864version = "0.2.1"
19865dependencies = [
19866 "zed_extension_api 0.1.0",
19867]
19868
19869[[package]]
19870name = "zed_llm_client"
19871version = "0.8.2"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19874dependencies = [
19875 "anyhow",
19876 "serde",
19877 "serde_json",
19878 "strum 0.27.1",
19879 "uuid",
19880]
19881
19882[[package]]
19883name = "zed_proto"
19884version = "0.2.2"
19885dependencies = [
19886 "zed_extension_api 0.1.0",
19887]
19888
19889[[package]]
19890name = "zed_ruff"
19891version = "0.1.0"
19892dependencies = [
19893 "zed_extension_api 0.1.0",
19894]
19895
19896[[package]]
19897name = "zed_snippets"
19898version = "0.0.5"
19899dependencies = [
19900 "serde_json",
19901 "zed_extension_api 0.1.0",
19902]
19903
19904[[package]]
19905name = "zed_test_extension"
19906version = "0.1.0"
19907dependencies = [
19908 "zed_extension_api 0.6.0",
19909]
19910
19911[[package]]
19912name = "zed_toml"
19913version = "0.1.3"
19914dependencies = [
19915 "zed_extension_api 0.1.0",
19916]
19917
19918[[package]]
19919name = "zeno"
19920version = "0.3.2"
19921source = "registry+https://github.com/rust-lang/crates.io-index"
19922checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19923
19924[[package]]
19925name = "zerocopy"
19926version = "0.7.35"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19929dependencies = [
19930 "zerocopy-derive 0.7.35",
19931]
19932
19933[[package]]
19934name = "zerocopy"
19935version = "0.8.24"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19938dependencies = [
19939 "zerocopy-derive 0.8.24",
19940]
19941
19942[[package]]
19943name = "zerocopy-derive"
19944version = "0.7.35"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19947dependencies = [
19948 "proc-macro2",
19949 "quote",
19950 "syn 2.0.101",
19951]
19952
19953[[package]]
19954name = "zerocopy-derive"
19955version = "0.8.24"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19958dependencies = [
19959 "proc-macro2",
19960 "quote",
19961 "syn 2.0.101",
19962]
19963
19964[[package]]
19965name = "zerofrom"
19966version = "0.1.6"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19969dependencies = [
19970 "zerofrom-derive",
19971]
19972
19973[[package]]
19974name = "zerofrom-derive"
19975version = "0.1.6"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19978dependencies = [
19979 "proc-macro2",
19980 "quote",
19981 "syn 2.0.101",
19982 "synstructure",
19983]
19984
19985[[package]]
19986name = "zeroize"
19987version = "1.8.1"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19990dependencies = [
19991 "zeroize_derive",
19992]
19993
19994[[package]]
19995name = "zeroize_derive"
19996version = "1.4.2"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19999dependencies = [
20000 "proc-macro2",
20001 "quote",
20002 "syn 2.0.101",
20003]
20004
20005[[package]]
20006name = "zeromq"
20007version = "0.5.0-pre"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20010dependencies = [
20011 "async-dispatcher",
20012 "async-std",
20013 "async-trait",
20014 "asynchronous-codec",
20015 "bytes 1.10.1",
20016 "crossbeam-queue",
20017 "dashmap 5.5.3",
20018 "futures 0.3.31",
20019 "log",
20020 "num-traits",
20021 "once_cell",
20022 "parking_lot",
20023 "rand 0.8.5",
20024 "regex",
20025 "thiserror 1.0.69",
20026 "uuid",
20027]
20028
20029[[package]]
20030name = "zerovec"
20031version = "0.10.4"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20034dependencies = [
20035 "yoke",
20036 "zerofrom",
20037 "zerovec-derive",
20038]
20039
20040[[package]]
20041name = "zerovec-derive"
20042version = "0.10.3"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20045dependencies = [
20046 "proc-macro2",
20047 "quote",
20048 "syn 2.0.101",
20049]
20050
20051[[package]]
20052name = "zeta"
20053version = "0.1.0"
20054dependencies = [
20055 "anyhow",
20056 "arrayvec",
20057 "call",
20058 "client",
20059 "clock",
20060 "collections",
20061 "command_palette_hooks",
20062 "ctor",
20063 "db",
20064 "editor",
20065 "env_logger 0.11.8",
20066 "feature_flags",
20067 "fs",
20068 "futures 0.3.31",
20069 "gpui",
20070 "http_client",
20071 "indoc",
20072 "inline_completion",
20073 "language",
20074 "language_model",
20075 "log",
20076 "menu",
20077 "migrator",
20078 "paths",
20079 "postage",
20080 "project",
20081 "proto",
20082 "regex",
20083 "release_channel",
20084 "reqwest_client",
20085 "rpc",
20086 "serde",
20087 "serde_json",
20088 "settings",
20089 "telemetry",
20090 "telemetry_events",
20091 "theme",
20092 "thiserror 2.0.12",
20093 "tree-sitter-go",
20094 "tree-sitter-rust",
20095 "ui",
20096 "unindent",
20097 "util",
20098 "uuid",
20099 "workspace",
20100 "workspace-hack",
20101 "worktree",
20102 "zed_actions",
20103 "zed_llm_client",
20104]
20105
20106[[package]]
20107name = "zip"
20108version = "0.6.6"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20111dependencies = [
20112 "aes",
20113 "byteorder",
20114 "bzip2",
20115 "constant_time_eq 0.1.5",
20116 "crc32fast",
20117 "crossbeam-utils",
20118 "flate2",
20119 "hmac",
20120 "pbkdf2 0.11.0",
20121 "sha1",
20122 "time",
20123 "zstd",
20124]
20125
20126[[package]]
20127name = "zlib-rs"
20128version = "0.5.0"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20131
20132[[package]]
20133name = "zlog"
20134version = "0.1.0"
20135dependencies = [
20136 "anyhow",
20137 "chrono",
20138 "log",
20139 "tempfile",
20140 "workspace-hack",
20141]
20142
20143[[package]]
20144name = "zlog_settings"
20145version = "0.1.0"
20146dependencies = [
20147 "anyhow",
20148 "gpui",
20149 "schemars",
20150 "serde",
20151 "settings",
20152 "workspace-hack",
20153 "zlog",
20154]
20155
20156[[package]]
20157name = "zstd"
20158version = "0.11.2+zstd.1.5.2"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20161dependencies = [
20162 "zstd-safe",
20163]
20164
20165[[package]]
20166name = "zstd-safe"
20167version = "5.0.2+zstd.1.5.2"
20168source = "registry+https://github.com/rust-lang/crates.io-index"
20169checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20170dependencies = [
20171 "libc",
20172 "zstd-sys",
20173]
20174
20175[[package]]
20176name = "zstd-sys"
20177version = "2.0.15+zstd.1.5.7"
20178source = "registry+https://github.com/rust-lang/crates.io-index"
20179checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20180dependencies = [
20181 "cc",
20182 "pkg-config",
20183]
20184
20185[[package]]
20186name = "zune-core"
20187version = "0.4.12"
20188source = "registry+https://github.com/rust-lang/crates.io-index"
20189checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20190
20191[[package]]
20192name = "zune-inflate"
20193version = "0.2.54"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20196dependencies = [
20197 "simd-adler32",
20198]
20199
20200[[package]]
20201name = "zune-jpeg"
20202version = "0.4.14"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20205dependencies = [
20206 "zune-core",
20207]
20208
20209[[package]]
20210name = "zvariant"
20211version = "5.4.0"
20212source = "registry+https://github.com/rust-lang/crates.io-index"
20213checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20214dependencies = [
20215 "endi",
20216 "enumflags2",
20217 "serde",
20218 "static_assertions",
20219 "url",
20220 "winnow",
20221 "zvariant_derive",
20222 "zvariant_utils",
20223]
20224
20225[[package]]
20226name = "zvariant_derive"
20227version = "5.4.0"
20228source = "registry+https://github.com/rust-lang/crates.io-index"
20229checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20230dependencies = [
20231 "proc-macro-crate",
20232 "proc-macro2",
20233 "quote",
20234 "syn 2.0.101",
20235 "zvariant_utils",
20236]
20237
20238[[package]]
20239name = "zvariant_utils"
20240version = "3.2.0"
20241source = "registry+https://github.com/rust-lang/crates.io-index"
20242checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20243dependencies = [
20244 "proc-macro2",
20245 "quote",
20246 "serde",
20247 "static_assertions",
20248 "syn 2.0.101",
20249 "winnow",
20250]