1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21 "workspace-hack",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "agent"
53version = "0.1.0"
54dependencies = [
55 "anyhow",
56 "assistant_context_editor",
57 "assistant_settings",
58 "assistant_slash_command",
59 "assistant_slash_commands",
60 "assistant_tool",
61 "async-watch",
62 "buffer_diff",
63 "chrono",
64 "client",
65 "collections",
66 "component",
67 "context_server",
68 "convert_case 0.8.0",
69 "db",
70 "editor",
71 "extension",
72 "feature_flags",
73 "file_icons",
74 "fs",
75 "futures 0.3.31",
76 "fuzzy",
77 "git",
78 "gpui",
79 "heed",
80 "html_to_markdown",
81 "http_client",
82 "indexed_docs",
83 "indoc",
84 "inventory",
85 "itertools 0.14.0",
86 "jsonschema",
87 "language",
88 "language_model",
89 "log",
90 "lsp",
91 "markdown",
92 "menu",
93 "multi_buffer",
94 "notifications",
95 "ordered-float 2.10.1",
96 "parking_lot",
97 "paths",
98 "picker",
99 "postage",
100 "project",
101 "prompt_store",
102 "proto",
103 "rand 0.8.5",
104 "ref-cast",
105 "release_channel",
106 "rope",
107 "rules_library",
108 "schemars",
109 "search",
110 "serde",
111 "serde_json",
112 "serde_json_lenient",
113 "settings",
114 "smallvec",
115 "smol",
116 "streaming_diff",
117 "telemetry",
118 "telemetry_events",
119 "terminal",
120 "terminal_view",
121 "text",
122 "theme",
123 "thiserror 2.0.12",
124 "time",
125 "time_format",
126 "ui",
127 "ui_input",
128 "urlencoding",
129 "util",
130 "uuid",
131 "workspace",
132 "workspace-hack",
133 "zed_actions",
134 "zed_llm_client",
135]
136
137[[package]]
138name = "ahash"
139version = "0.7.8"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
142dependencies = [
143 "getrandom 0.2.15",
144 "once_cell",
145 "version_check",
146]
147
148[[package]]
149name = "ahash"
150version = "0.8.11"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
153dependencies = [
154 "cfg-if",
155 "const-random",
156 "getrandom 0.2.15",
157 "once_cell",
158 "serde",
159 "version_check",
160 "zerocopy 0.7.35",
161]
162
163[[package]]
164name = "aho-corasick"
165version = "1.1.3"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
168dependencies = [
169 "memchr",
170]
171
172[[package]]
173name = "alacritty_terminal"
174version = "0.25.1-dev"
175source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
176dependencies = [
177 "base64 0.22.1",
178 "bitflags 2.9.0",
179 "home",
180 "libc",
181 "log",
182 "miow",
183 "parking_lot",
184 "piper",
185 "polling",
186 "regex-automata 0.4.9",
187 "rustix-openpty",
188 "serde",
189 "signal-hook",
190 "unicode-width 0.1.14",
191 "vte",
192 "windows-sys 0.59.0",
193]
194
195[[package]]
196name = "aliasable"
197version = "0.1.3"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
200
201[[package]]
202name = "aligned-vec"
203version = "0.5.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
206
207[[package]]
208name = "allocator-api2"
209version = "0.2.21"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
212
213[[package]]
214name = "alsa"
215version = "0.9.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
218dependencies = [
219 "alsa-sys",
220 "bitflags 2.9.0",
221 "cfg-if",
222 "libc",
223]
224
225[[package]]
226name = "alsa-sys"
227version = "0.3.1"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
230dependencies = [
231 "libc",
232 "pkg-config",
233]
234
235[[package]]
236name = "ambient-authority"
237version = "0.0.2"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
240
241[[package]]
242name = "ammonia"
243version = "4.1.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
246dependencies = [
247 "cssparser",
248 "html5ever 0.31.0",
249 "maplit",
250 "tendril",
251 "url",
252]
253
254[[package]]
255name = "android-tzdata"
256version = "0.1.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
259
260[[package]]
261name = "android_system_properties"
262version = "0.1.5"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
265dependencies = [
266 "libc",
267]
268
269[[package]]
270name = "anes"
271version = "0.1.6"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
274
275[[package]]
276name = "anstream"
277version = "0.6.18"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
280dependencies = [
281 "anstyle",
282 "anstyle-parse",
283 "anstyle-query",
284 "anstyle-wincon",
285 "colorchoice",
286 "is_terminal_polyfill",
287 "utf8parse",
288]
289
290[[package]]
291name = "anstyle"
292version = "1.0.10"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
295
296[[package]]
297name = "anstyle-parse"
298version = "0.2.6"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
301dependencies = [
302 "utf8parse",
303]
304
305[[package]]
306name = "anstyle-query"
307version = "1.1.2"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
310dependencies = [
311 "windows-sys 0.59.0",
312]
313
314[[package]]
315name = "anstyle-wincon"
316version = "3.0.7"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
319dependencies = [
320 "anstyle",
321 "once_cell",
322 "windows-sys 0.59.0",
323]
324
325[[package]]
326name = "anthropic"
327version = "0.1.0"
328dependencies = [
329 "anyhow",
330 "chrono",
331 "futures 0.3.31",
332 "http_client",
333 "schemars",
334 "serde",
335 "serde_json",
336 "strum 0.27.1",
337 "thiserror 2.0.12",
338 "workspace-hack",
339]
340
341[[package]]
342name = "any_vec"
343version = "0.14.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
346
347[[package]]
348name = "anyhow"
349version = "1.0.98"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
352
353[[package]]
354name = "approx"
355version = "0.5.1"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
358dependencies = [
359 "num-traits",
360]
361
362[[package]]
363name = "arbitrary"
364version = "1.4.1"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
367
368[[package]]
369name = "arc-swap"
370version = "1.7.1"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
373
374[[package]]
375name = "arg_enum_proc_macro"
376version = "0.3.4"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
379dependencies = [
380 "proc-macro2",
381 "quote",
382 "syn 2.0.101",
383]
384
385[[package]]
386name = "arraydeque"
387version = "0.5.1"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
390
391[[package]]
392name = "arrayref"
393version = "0.3.9"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
396
397[[package]]
398name = "arrayvec"
399version = "0.7.6"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
402dependencies = [
403 "serde",
404]
405
406[[package]]
407name = "as-raw-xcb-connection"
408version = "1.0.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
411
412[[package]]
413name = "ascii"
414version = "1.1.0"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
417
418[[package]]
419name = "ash"
420version = "0.38.0+1.3.281"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
423dependencies = [
424 "libloading",
425]
426
427[[package]]
428name = "ash-window"
429version = "0.13.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
432dependencies = [
433 "ash",
434 "raw-window-handle",
435 "raw-window-metal",
436]
437
438[[package]]
439name = "ashpd"
440version = "0.11.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
443dependencies = [
444 "async-fs",
445 "async-net",
446 "enumflags2",
447 "futures-channel",
448 "futures-util",
449 "rand 0.9.1",
450 "serde",
451 "serde_repr",
452 "url",
453 "zbus",
454]
455
456[[package]]
457name = "askpass"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "futures 0.3.31",
462 "gpui",
463 "shlex",
464 "smol",
465 "tempfile",
466 "util",
467 "workspace-hack",
468]
469
470[[package]]
471name = "assets"
472version = "0.1.0"
473dependencies = [
474 "anyhow",
475 "gpui",
476 "rust-embed",
477 "workspace-hack",
478]
479
480[[package]]
481name = "assistant_context_editor"
482version = "0.1.0"
483dependencies = [
484 "anyhow",
485 "assistant_settings",
486 "assistant_slash_command",
487 "assistant_slash_commands",
488 "chrono",
489 "client",
490 "clock",
491 "collections",
492 "context_server",
493 "editor",
494 "feature_flags",
495 "fs",
496 "futures 0.3.31",
497 "fuzzy",
498 "gpui",
499 "indexed_docs",
500 "language",
501 "language_model",
502 "languages",
503 "log",
504 "multi_buffer",
505 "open_ai",
506 "ordered-float 2.10.1",
507 "parking_lot",
508 "paths",
509 "picker",
510 "pretty_assertions",
511 "project",
512 "prompt_store",
513 "proto",
514 "rand 0.8.5",
515 "regex",
516 "rope",
517 "rpc",
518 "serde",
519 "serde_json",
520 "settings",
521 "smallvec",
522 "smol",
523 "telemetry_events",
524 "text",
525 "theme",
526 "tree-sitter-md",
527 "ui",
528 "unindent",
529 "util",
530 "uuid",
531 "workspace",
532 "workspace-hack",
533 "zed_actions",
534]
535
536[[package]]
537name = "assistant_settings"
538version = "0.1.0"
539dependencies = [
540 "anthropic",
541 "anyhow",
542 "collections",
543 "deepseek",
544 "fs",
545 "gpui",
546 "indexmap",
547 "language_model",
548 "lmstudio",
549 "log",
550 "mistral",
551 "ollama",
552 "open_ai",
553 "paths",
554 "schemars",
555 "serde",
556 "serde_json",
557 "serde_json_lenient",
558 "settings",
559 "workspace-hack",
560 "zed_llm_client",
561]
562
563[[package]]
564name = "assistant_slash_command"
565version = "0.1.0"
566dependencies = [
567 "anyhow",
568 "async-trait",
569 "collections",
570 "derive_more",
571 "extension",
572 "futures 0.3.31",
573 "gpui",
574 "language",
575 "language_model",
576 "parking_lot",
577 "pretty_assertions",
578 "serde",
579 "serde_json",
580 "ui",
581 "workspace",
582 "workspace-hack",
583]
584
585[[package]]
586name = "assistant_slash_commands"
587version = "0.1.0"
588dependencies = [
589 "anyhow",
590 "assistant_slash_command",
591 "cargo_toml",
592 "chrono",
593 "collections",
594 "context_server",
595 "editor",
596 "env_logger 0.11.8",
597 "feature_flags",
598 "fs",
599 "futures 0.3.31",
600 "fuzzy",
601 "globset",
602 "gpui",
603 "html_to_markdown",
604 "http_client",
605 "indexed_docs",
606 "language",
607 "pretty_assertions",
608 "project",
609 "prompt_store",
610 "rope",
611 "serde",
612 "serde_json",
613 "settings",
614 "smol",
615 "text",
616 "toml 0.8.20",
617 "ui",
618 "util",
619 "workspace",
620 "workspace-hack",
621 "worktree",
622]
623
624[[package]]
625name = "assistant_tool"
626version = "0.1.0"
627dependencies = [
628 "anyhow",
629 "buffer_diff",
630 "clock",
631 "collections",
632 "ctor",
633 "derive_more",
634 "env_logger 0.11.8",
635 "futures 0.3.31",
636 "gpui",
637 "icons",
638 "language",
639 "language_model",
640 "log",
641 "parking_lot",
642 "pretty_assertions",
643 "project",
644 "rand 0.8.5",
645 "regex",
646 "serde",
647 "serde_json",
648 "settings",
649 "text",
650 "util",
651 "workspace",
652 "workspace-hack",
653]
654
655[[package]]
656name = "assistant_tools"
657version = "0.1.0"
658dependencies = [
659 "aho-corasick",
660 "anyhow",
661 "assistant_settings",
662 "assistant_tool",
663 "buffer_diff",
664 "chrono",
665 "client",
666 "clock",
667 "collections",
668 "component",
669 "derive_more",
670 "editor",
671 "feature_flags",
672 "fs",
673 "futures 0.3.31",
674 "gpui",
675 "gpui_tokio",
676 "handlebars 4.5.0",
677 "html_to_markdown",
678 "http_client",
679 "indoc",
680 "itertools 0.14.0",
681 "language",
682 "language_model",
683 "language_models",
684 "log",
685 "markdown",
686 "open",
687 "paths",
688 "portable-pty",
689 "pretty_assertions",
690 "project",
691 "prompt_store",
692 "rand 0.8.5",
693 "regex",
694 "reqwest_client",
695 "rust-embed",
696 "schemars",
697 "serde",
698 "serde_json",
699 "settings",
700 "smallvec",
701 "streaming_diff",
702 "strsim",
703 "task",
704 "tempfile",
705 "terminal",
706 "terminal_view",
707 "theme",
708 "tree-sitter-rust",
709 "ui",
710 "unindent",
711 "util",
712 "web_search",
713 "which 6.0.3",
714 "workspace",
715 "workspace-hack",
716 "zed_llm_client",
717 "zlog",
718]
719
720[[package]]
721name = "async-attributes"
722version = "1.1.2"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
725dependencies = [
726 "quote",
727 "syn 1.0.109",
728]
729
730[[package]]
731name = "async-broadcast"
732version = "0.7.2"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
735dependencies = [
736 "event-listener 5.4.0",
737 "event-listener-strategy",
738 "futures-core",
739 "pin-project-lite",
740]
741
742[[package]]
743name = "async-channel"
744version = "1.9.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
747dependencies = [
748 "concurrent-queue",
749 "event-listener 2.5.3",
750 "futures-core",
751]
752
753[[package]]
754name = "async-channel"
755version = "2.3.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
758dependencies = [
759 "concurrent-queue",
760 "event-listener-strategy",
761 "futures-core",
762 "pin-project-lite",
763]
764
765[[package]]
766name = "async-compat"
767version = "0.2.4"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
770dependencies = [
771 "futures-core",
772 "futures-io",
773 "once_cell",
774 "pin-project-lite",
775 "tokio",
776]
777
778[[package]]
779name = "async-compression"
780version = "0.4.22"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
783dependencies = [
784 "deflate64",
785 "flate2",
786 "futures-core",
787 "futures-io",
788 "memchr",
789 "pin-project-lite",
790]
791
792[[package]]
793name = "async-dispatcher"
794version = "0.1.2"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
797dependencies = [
798 "async-task",
799 "futures-lite 1.13.0",
800]
801
802[[package]]
803name = "async-executor"
804version = "1.13.1"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
807dependencies = [
808 "async-task",
809 "concurrent-queue",
810 "fastrand 2.3.0",
811 "futures-lite 2.6.0",
812 "slab",
813]
814
815[[package]]
816name = "async-fs"
817version = "2.1.2"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
820dependencies = [
821 "async-lock",
822 "blocking",
823 "futures-lite 2.6.0",
824]
825
826[[package]]
827name = "async-global-executor"
828version = "2.4.1"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
831dependencies = [
832 "async-channel 2.3.1",
833 "async-executor",
834 "async-io",
835 "async-lock",
836 "blocking",
837 "futures-lite 2.6.0",
838 "once_cell",
839]
840
841[[package]]
842name = "async-io"
843version = "2.4.0"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
846dependencies = [
847 "async-lock",
848 "cfg-if",
849 "concurrent-queue",
850 "futures-io",
851 "futures-lite 2.6.0",
852 "parking",
853 "polling",
854 "rustix 0.38.44",
855 "slab",
856 "tracing",
857 "windows-sys 0.59.0",
858]
859
860[[package]]
861name = "async-lock"
862version = "3.4.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
865dependencies = [
866 "event-listener 5.4.0",
867 "event-listener-strategy",
868 "pin-project-lite",
869]
870
871[[package]]
872name = "async-net"
873version = "2.0.0"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
876dependencies = [
877 "async-io",
878 "blocking",
879 "futures-lite 2.6.0",
880]
881
882[[package]]
883name = "async-pipe"
884version = "0.1.3"
885source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
886dependencies = [
887 "futures 0.3.31",
888 "log",
889]
890
891[[package]]
892name = "async-process"
893version = "2.3.0"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
896dependencies = [
897 "async-channel 2.3.1",
898 "async-io",
899 "async-lock",
900 "async-signal",
901 "async-task",
902 "blocking",
903 "cfg-if",
904 "event-listener 5.4.0",
905 "futures-lite 2.6.0",
906 "rustix 0.38.44",
907 "tracing",
908]
909
910[[package]]
911name = "async-recursion"
912version = "0.3.2"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
915dependencies = [
916 "proc-macro2",
917 "quote",
918 "syn 1.0.109",
919]
920
921[[package]]
922name = "async-recursion"
923version = "1.1.1"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
926dependencies = [
927 "proc-macro2",
928 "quote",
929 "syn 2.0.101",
930]
931
932[[package]]
933name = "async-signal"
934version = "0.2.10"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
937dependencies = [
938 "async-io",
939 "async-lock",
940 "atomic-waker",
941 "cfg-if",
942 "futures-core",
943 "futures-io",
944 "rustix 0.38.44",
945 "signal-hook-registry",
946 "slab",
947 "windows-sys 0.59.0",
948]
949
950[[package]]
951name = "async-std"
952version = "1.13.1"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
955dependencies = [
956 "async-attributes",
957 "async-channel 1.9.0",
958 "async-global-executor",
959 "async-io",
960 "async-lock",
961 "async-process",
962 "crossbeam-utils",
963 "futures-channel",
964 "futures-core",
965 "futures-io",
966 "futures-lite 2.6.0",
967 "gloo-timers",
968 "kv-log-macro",
969 "log",
970 "memchr",
971 "once_cell",
972 "pin-project-lite",
973 "pin-utils",
974 "slab",
975 "wasm-bindgen-futures",
976]
977
978[[package]]
979name = "async-stream"
980version = "0.3.6"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
983dependencies = [
984 "async-stream-impl",
985 "futures-core",
986 "pin-project-lite",
987]
988
989[[package]]
990name = "async-stream-impl"
991version = "0.3.6"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
994dependencies = [
995 "proc-macro2",
996 "quote",
997 "syn 2.0.101",
998]
999
1000[[package]]
1001name = "async-stripe"
1002version = "0.40.0"
1003source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1004dependencies = [
1005 "chrono",
1006 "futures-util",
1007 "http-types",
1008 "hyper 0.14.32",
1009 "hyper-rustls 0.24.2",
1010 "serde",
1011 "serde_json",
1012 "serde_path_to_error",
1013 "serde_qs 0.10.1",
1014 "smart-default",
1015 "smol_str 0.1.24",
1016 "thiserror 1.0.69",
1017 "tokio",
1018]
1019
1020[[package]]
1021name = "async-tar"
1022version = "0.5.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1025dependencies = [
1026 "async-std",
1027 "filetime",
1028 "libc",
1029 "pin-project",
1030 "redox_syscall 0.2.16",
1031 "xattr",
1032]
1033
1034[[package]]
1035name = "async-task"
1036version = "4.7.1"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1039
1040[[package]]
1041name = "async-trait"
1042version = "0.1.88"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
1045dependencies = [
1046 "proc-macro2",
1047 "quote",
1048 "syn 2.0.101",
1049]
1050
1051[[package]]
1052name = "async-tungstenite"
1053version = "0.29.1"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1056dependencies = [
1057 "atomic-waker",
1058 "futures-core",
1059 "futures-io",
1060 "futures-task",
1061 "futures-util",
1062 "log",
1063 "pin-project-lite",
1064 "rustls-pki-types",
1065 "tokio",
1066 "tokio-rustls 0.26.2",
1067 "tungstenite 0.26.2",
1068]
1069
1070[[package]]
1071name = "async-watch"
1072version = "0.3.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1075dependencies = [
1076 "event-listener 2.5.3",
1077]
1078
1079[[package]]
1080name = "async_zip"
1081version = "0.0.17"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1084dependencies = [
1085 "async-compression",
1086 "crc32fast",
1087 "futures-lite 2.6.0",
1088 "pin-project",
1089 "thiserror 1.0.69",
1090]
1091
1092[[package]]
1093name = "asynchronous-codec"
1094version = "0.7.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1097dependencies = [
1098 "bytes 1.10.1",
1099 "futures-sink",
1100 "futures-util",
1101 "memchr",
1102 "pin-project-lite",
1103]
1104
1105[[package]]
1106name = "atoi"
1107version = "2.0.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1110dependencies = [
1111 "num-traits",
1112]
1113
1114[[package]]
1115name = "atomic"
1116version = "0.5.3"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1119
1120[[package]]
1121name = "atomic-waker"
1122version = "1.1.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1125
1126[[package]]
1127name = "audio"
1128version = "0.1.0"
1129dependencies = [
1130 "anyhow",
1131 "collections",
1132 "derive_more",
1133 "gpui",
1134 "parking_lot",
1135 "rodio",
1136 "util",
1137 "workspace-hack",
1138]
1139
1140[[package]]
1141name = "auditable-serde"
1142version = "0.8.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1145dependencies = [
1146 "semver",
1147 "serde",
1148 "serde_json",
1149 "topological-sort",
1150]
1151
1152[[package]]
1153name = "auto_update"
1154version = "0.1.0"
1155dependencies = [
1156 "anyhow",
1157 "client",
1158 "db",
1159 "gpui",
1160 "http_client",
1161 "log",
1162 "paths",
1163 "release_channel",
1164 "schemars",
1165 "serde",
1166 "serde_json",
1167 "settings",
1168 "smol",
1169 "tempfile",
1170 "which 6.0.3",
1171 "workspace",
1172 "workspace-hack",
1173]
1174
1175[[package]]
1176name = "auto_update_helper"
1177version = "0.1.0"
1178dependencies = [
1179 "anyhow",
1180 "log",
1181 "simplelog",
1182 "windows 0.61.1",
1183 "winresource",
1184 "workspace-hack",
1185]
1186
1187[[package]]
1188name = "auto_update_ui"
1189version = "0.1.0"
1190dependencies = [
1191 "anyhow",
1192 "auto_update",
1193 "client",
1194 "editor",
1195 "gpui",
1196 "http_client",
1197 "markdown_preview",
1198 "release_channel",
1199 "serde",
1200 "serde_json",
1201 "smol",
1202 "util",
1203 "workspace",
1204 "workspace-hack",
1205]
1206
1207[[package]]
1208name = "autocfg"
1209version = "1.4.0"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1212
1213[[package]]
1214name = "av1-grain"
1215version = "0.2.3"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1218dependencies = [
1219 "anyhow",
1220 "arrayvec",
1221 "log",
1222 "nom",
1223 "num-rational",
1224 "v_frame",
1225]
1226
1227[[package]]
1228name = "avif-serialize"
1229version = "0.8.3"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1232dependencies = [
1233 "arrayvec",
1234]
1235
1236[[package]]
1237name = "aws-config"
1238version = "1.6.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1241dependencies = [
1242 "aws-credential-types",
1243 "aws-runtime",
1244 "aws-sdk-sso",
1245 "aws-sdk-ssooidc",
1246 "aws-sdk-sts",
1247 "aws-smithy-async",
1248 "aws-smithy-http",
1249 "aws-smithy-json",
1250 "aws-smithy-runtime",
1251 "aws-smithy-runtime-api",
1252 "aws-smithy-types",
1253 "aws-types",
1254 "bytes 1.10.1",
1255 "fastrand 2.3.0",
1256 "hex",
1257 "http 1.3.1",
1258 "ring",
1259 "time",
1260 "tokio",
1261 "tracing",
1262 "url",
1263 "zeroize",
1264]
1265
1266[[package]]
1267name = "aws-credential-types"
1268version = "1.2.2"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1271dependencies = [
1272 "aws-smithy-async",
1273 "aws-smithy-runtime-api",
1274 "aws-smithy-types",
1275 "zeroize",
1276]
1277
1278[[package]]
1279name = "aws-lc-rs"
1280version = "1.13.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1283dependencies = [
1284 "aws-lc-sys",
1285 "zeroize",
1286]
1287
1288[[package]]
1289name = "aws-lc-sys"
1290version = "0.29.0"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1293dependencies = [
1294 "bindgen 0.69.5",
1295 "cc",
1296 "cmake",
1297 "dunce",
1298 "fs_extra",
1299]
1300
1301[[package]]
1302name = "aws-runtime"
1303version = "1.5.6"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1306dependencies = [
1307 "aws-credential-types",
1308 "aws-sigv4",
1309 "aws-smithy-async",
1310 "aws-smithy-eventstream",
1311 "aws-smithy-http",
1312 "aws-smithy-runtime",
1313 "aws-smithy-runtime-api",
1314 "aws-smithy-types",
1315 "aws-types",
1316 "bytes 1.10.1",
1317 "fastrand 2.3.0",
1318 "http 0.2.12",
1319 "http-body 0.4.6",
1320 "once_cell",
1321 "percent-encoding",
1322 "pin-project-lite",
1323 "tracing",
1324 "uuid",
1325]
1326
1327[[package]]
1328name = "aws-sdk-bedrockruntime"
1329version = "1.82.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1332dependencies = [
1333 "aws-credential-types",
1334 "aws-runtime",
1335 "aws-sigv4",
1336 "aws-smithy-async",
1337 "aws-smithy-eventstream",
1338 "aws-smithy-http",
1339 "aws-smithy-json",
1340 "aws-smithy-runtime",
1341 "aws-smithy-runtime-api",
1342 "aws-smithy-types",
1343 "aws-types",
1344 "bytes 1.10.1",
1345 "fastrand 2.3.0",
1346 "http 0.2.12",
1347 "hyper 0.14.32",
1348 "once_cell",
1349 "regex-lite",
1350 "tracing",
1351]
1352
1353[[package]]
1354name = "aws-sdk-kinesis"
1355version = "1.66.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1358dependencies = [
1359 "aws-credential-types",
1360 "aws-runtime",
1361 "aws-smithy-async",
1362 "aws-smithy-eventstream",
1363 "aws-smithy-http",
1364 "aws-smithy-json",
1365 "aws-smithy-runtime",
1366 "aws-smithy-runtime-api",
1367 "aws-smithy-types",
1368 "aws-types",
1369 "bytes 1.10.1",
1370 "fastrand 2.3.0",
1371 "http 0.2.12",
1372 "once_cell",
1373 "regex-lite",
1374 "tracing",
1375]
1376
1377[[package]]
1378name = "aws-sdk-s3"
1379version = "1.82.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1382dependencies = [
1383 "aws-credential-types",
1384 "aws-runtime",
1385 "aws-sigv4",
1386 "aws-smithy-async",
1387 "aws-smithy-checksums",
1388 "aws-smithy-eventstream",
1389 "aws-smithy-http",
1390 "aws-smithy-json",
1391 "aws-smithy-runtime",
1392 "aws-smithy-runtime-api",
1393 "aws-smithy-types",
1394 "aws-smithy-xml",
1395 "aws-types",
1396 "bytes 1.10.1",
1397 "fastrand 2.3.0",
1398 "hex",
1399 "hmac",
1400 "http 0.2.12",
1401 "http 1.3.1",
1402 "http-body 0.4.6",
1403 "lru",
1404 "once_cell",
1405 "percent-encoding",
1406 "regex-lite",
1407 "sha2",
1408 "tracing",
1409 "url",
1410]
1411
1412[[package]]
1413name = "aws-sdk-sso"
1414version = "1.64.0"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1417dependencies = [
1418 "aws-credential-types",
1419 "aws-runtime",
1420 "aws-smithy-async",
1421 "aws-smithy-http",
1422 "aws-smithy-json",
1423 "aws-smithy-runtime",
1424 "aws-smithy-runtime-api",
1425 "aws-smithy-types",
1426 "aws-types",
1427 "bytes 1.10.1",
1428 "fastrand 2.3.0",
1429 "http 0.2.12",
1430 "once_cell",
1431 "regex-lite",
1432 "tracing",
1433]
1434
1435[[package]]
1436name = "aws-sdk-ssooidc"
1437version = "1.65.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1440dependencies = [
1441 "aws-credential-types",
1442 "aws-runtime",
1443 "aws-smithy-async",
1444 "aws-smithy-http",
1445 "aws-smithy-json",
1446 "aws-smithy-runtime",
1447 "aws-smithy-runtime-api",
1448 "aws-smithy-types",
1449 "aws-types",
1450 "bytes 1.10.1",
1451 "fastrand 2.3.0",
1452 "http 0.2.12",
1453 "once_cell",
1454 "regex-lite",
1455 "tracing",
1456]
1457
1458[[package]]
1459name = "aws-sdk-sts"
1460version = "1.65.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1463dependencies = [
1464 "aws-credential-types",
1465 "aws-runtime",
1466 "aws-smithy-async",
1467 "aws-smithy-http",
1468 "aws-smithy-json",
1469 "aws-smithy-query",
1470 "aws-smithy-runtime",
1471 "aws-smithy-runtime-api",
1472 "aws-smithy-types",
1473 "aws-smithy-xml",
1474 "aws-types",
1475 "fastrand 2.3.0",
1476 "http 0.2.12",
1477 "once_cell",
1478 "regex-lite",
1479 "tracing",
1480]
1481
1482[[package]]
1483name = "aws-sigv4"
1484version = "1.3.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1487dependencies = [
1488 "aws-credential-types",
1489 "aws-smithy-eventstream",
1490 "aws-smithy-http",
1491 "aws-smithy-runtime-api",
1492 "aws-smithy-types",
1493 "bytes 1.10.1",
1494 "crypto-bigint 0.5.5",
1495 "form_urlencoded",
1496 "hex",
1497 "hmac",
1498 "http 0.2.12",
1499 "http 1.3.1",
1500 "once_cell",
1501 "p256",
1502 "percent-encoding",
1503 "ring",
1504 "sha2",
1505 "subtle",
1506 "time",
1507 "tracing",
1508 "zeroize",
1509]
1510
1511[[package]]
1512name = "aws-smithy-async"
1513version = "1.2.5"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1516dependencies = [
1517 "futures-util",
1518 "pin-project-lite",
1519 "tokio",
1520]
1521
1522[[package]]
1523name = "aws-smithy-checksums"
1524version = "0.63.1"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1527dependencies = [
1528 "aws-smithy-http",
1529 "aws-smithy-types",
1530 "bytes 1.10.1",
1531 "crc32c",
1532 "crc32fast",
1533 "crc64fast-nvme",
1534 "hex",
1535 "http 0.2.12",
1536 "http-body 0.4.6",
1537 "md-5",
1538 "pin-project-lite",
1539 "sha1",
1540 "sha2",
1541 "tracing",
1542]
1543
1544[[package]]
1545name = "aws-smithy-eventstream"
1546version = "0.60.8"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1549dependencies = [
1550 "aws-smithy-types",
1551 "bytes 1.10.1",
1552 "crc32fast",
1553]
1554
1555[[package]]
1556name = "aws-smithy-http"
1557version = "0.62.0"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1560dependencies = [
1561 "aws-smithy-eventstream",
1562 "aws-smithy-runtime-api",
1563 "aws-smithy-types",
1564 "bytes 1.10.1",
1565 "bytes-utils",
1566 "futures-core",
1567 "http 0.2.12",
1568 "http 1.3.1",
1569 "http-body 0.4.6",
1570 "once_cell",
1571 "percent-encoding",
1572 "pin-project-lite",
1573 "pin-utils",
1574 "tracing",
1575]
1576
1577[[package]]
1578name = "aws-smithy-http-client"
1579version = "1.0.1"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1582dependencies = [
1583 "aws-smithy-async",
1584 "aws-smithy-runtime-api",
1585 "aws-smithy-types",
1586 "h2 0.4.9",
1587 "http 0.2.12",
1588 "http 1.3.1",
1589 "http-body 0.4.6",
1590 "hyper 0.14.32",
1591 "hyper 1.6.0",
1592 "hyper-rustls 0.24.2",
1593 "hyper-rustls 0.27.5",
1594 "hyper-util",
1595 "pin-project-lite",
1596 "rustls 0.21.12",
1597 "rustls 0.23.26",
1598 "rustls-native-certs 0.8.1",
1599 "rustls-pki-types",
1600 "tokio",
1601 "tower 0.5.2",
1602 "tracing",
1603]
1604
1605[[package]]
1606name = "aws-smithy-json"
1607version = "0.61.3"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1610dependencies = [
1611 "aws-smithy-types",
1612]
1613
1614[[package]]
1615name = "aws-smithy-observability"
1616version = "0.1.2"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1619dependencies = [
1620 "aws-smithy-runtime-api",
1621 "once_cell",
1622]
1623
1624[[package]]
1625name = "aws-smithy-query"
1626version = "0.60.7"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1629dependencies = [
1630 "aws-smithy-types",
1631 "urlencoding",
1632]
1633
1634[[package]]
1635name = "aws-smithy-runtime"
1636version = "1.8.1"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1639dependencies = [
1640 "aws-smithy-async",
1641 "aws-smithy-http",
1642 "aws-smithy-http-client",
1643 "aws-smithy-observability",
1644 "aws-smithy-runtime-api",
1645 "aws-smithy-types",
1646 "bytes 1.10.1",
1647 "fastrand 2.3.0",
1648 "http 0.2.12",
1649 "http 1.3.1",
1650 "http-body 0.4.6",
1651 "http-body 1.0.1",
1652 "once_cell",
1653 "pin-project-lite",
1654 "pin-utils",
1655 "tokio",
1656 "tracing",
1657]
1658
1659[[package]]
1660name = "aws-smithy-runtime-api"
1661version = "1.7.4"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1664dependencies = [
1665 "aws-smithy-async",
1666 "aws-smithy-types",
1667 "bytes 1.10.1",
1668 "http 0.2.12",
1669 "http 1.3.1",
1670 "pin-project-lite",
1671 "tokio",
1672 "tracing",
1673 "zeroize",
1674]
1675
1676[[package]]
1677name = "aws-smithy-types"
1678version = "1.3.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1681dependencies = [
1682 "base64-simd",
1683 "bytes 1.10.1",
1684 "bytes-utils",
1685 "futures-core",
1686 "http 0.2.12",
1687 "http 1.3.1",
1688 "http-body 0.4.6",
1689 "http-body 1.0.1",
1690 "http-body-util",
1691 "itoa",
1692 "num-integer",
1693 "pin-project-lite",
1694 "pin-utils",
1695 "ryu",
1696 "serde",
1697 "time",
1698 "tokio",
1699 "tokio-util",
1700]
1701
1702[[package]]
1703name = "aws-smithy-xml"
1704version = "0.60.9"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1707dependencies = [
1708 "xmlparser",
1709]
1710
1711[[package]]
1712name = "aws-types"
1713version = "1.3.6"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1716dependencies = [
1717 "aws-credential-types",
1718 "aws-smithy-async",
1719 "aws-smithy-runtime-api",
1720 "aws-smithy-types",
1721 "rustc_version",
1722 "tracing",
1723]
1724
1725[[package]]
1726name = "aws_http_client"
1727version = "0.1.0"
1728dependencies = [
1729 "aws-smithy-runtime-api",
1730 "aws-smithy-types",
1731 "futures 0.3.31",
1732 "http_client",
1733 "tokio",
1734 "workspace-hack",
1735]
1736
1737[[package]]
1738name = "axum"
1739version = "0.6.20"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1742dependencies = [
1743 "async-trait",
1744 "axum-core",
1745 "base64 0.21.7",
1746 "bitflags 1.3.2",
1747 "bytes 1.10.1",
1748 "futures-util",
1749 "headers",
1750 "http 0.2.12",
1751 "http-body 0.4.6",
1752 "hyper 0.14.32",
1753 "itoa",
1754 "matchit",
1755 "memchr",
1756 "mime",
1757 "percent-encoding",
1758 "pin-project-lite",
1759 "rustversion",
1760 "serde",
1761 "serde_json",
1762 "serde_path_to_error",
1763 "serde_urlencoded",
1764 "sha1",
1765 "sync_wrapper 0.1.2",
1766 "tokio",
1767 "tokio-tungstenite 0.20.1",
1768 "tower 0.4.13",
1769 "tower-layer",
1770 "tower-service",
1771]
1772
1773[[package]]
1774name = "axum-core"
1775version = "0.3.4"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1778dependencies = [
1779 "async-trait",
1780 "bytes 1.10.1",
1781 "futures-util",
1782 "http 0.2.12",
1783 "http-body 0.4.6",
1784 "mime",
1785 "rustversion",
1786 "tower-layer",
1787 "tower-service",
1788]
1789
1790[[package]]
1791name = "axum-extra"
1792version = "0.4.2"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1795dependencies = [
1796 "axum",
1797 "bytes 1.10.1",
1798 "futures-util",
1799 "http 0.2.12",
1800 "mime",
1801 "pin-project-lite",
1802 "serde",
1803 "serde_json",
1804 "tokio",
1805 "tower 0.4.13",
1806 "tower-http 0.3.5",
1807 "tower-layer",
1808 "tower-service",
1809]
1810
1811[[package]]
1812name = "backtrace"
1813version = "0.3.74"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1816dependencies = [
1817 "addr2line",
1818 "cfg-if",
1819 "libc",
1820 "miniz_oxide",
1821 "object",
1822 "rustc-demangle",
1823 "windows-targets 0.52.6",
1824]
1825
1826[[package]]
1827name = "base16ct"
1828version = "0.1.1"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1831
1832[[package]]
1833name = "base64"
1834version = "0.13.1"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1837
1838[[package]]
1839name = "base64"
1840version = "0.21.7"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1843
1844[[package]]
1845name = "base64"
1846version = "0.22.1"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1849
1850[[package]]
1851name = "base64-simd"
1852version = "0.8.0"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1855dependencies = [
1856 "outref",
1857 "vsimd",
1858]
1859
1860[[package]]
1861name = "base64ct"
1862version = "1.7.3"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
1865
1866[[package]]
1867name = "bedrock"
1868version = "0.1.0"
1869dependencies = [
1870 "anyhow",
1871 "aws-sdk-bedrockruntime",
1872 "aws-smithy-types",
1873 "futures 0.3.31",
1874 "schemars",
1875 "serde",
1876 "serde_json",
1877 "strum 0.27.1",
1878 "thiserror 2.0.12",
1879 "tokio",
1880 "workspace-hack",
1881]
1882
1883[[package]]
1884name = "beef"
1885version = "0.5.2"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
1888
1889[[package]]
1890name = "bigdecimal"
1891version = "0.4.8"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1894dependencies = [
1895 "autocfg",
1896 "libm",
1897 "num-bigint",
1898 "num-integer",
1899 "num-traits",
1900 "serde",
1901]
1902
1903[[package]]
1904name = "bincode"
1905version = "1.3.3"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1908dependencies = [
1909 "serde",
1910]
1911
1912[[package]]
1913name = "bindgen"
1914version = "0.69.5"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1917dependencies = [
1918 "bitflags 2.9.0",
1919 "cexpr",
1920 "clang-sys",
1921 "itertools 0.12.1",
1922 "lazy_static",
1923 "lazycell",
1924 "log",
1925 "prettyplease",
1926 "proc-macro2",
1927 "quote",
1928 "regex",
1929 "rustc-hash 1.1.0",
1930 "shlex",
1931 "syn 2.0.101",
1932 "which 4.4.2",
1933]
1934
1935[[package]]
1936name = "bindgen"
1937version = "0.70.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1940dependencies = [
1941 "bitflags 2.9.0",
1942 "cexpr",
1943 "clang-sys",
1944 "itertools 0.13.0",
1945 "proc-macro2",
1946 "quote",
1947 "regex",
1948 "rustc-hash 1.1.0",
1949 "shlex",
1950 "syn 2.0.101",
1951]
1952
1953[[package]]
1954name = "bindgen"
1955version = "0.71.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1958dependencies = [
1959 "bitflags 2.9.0",
1960 "cexpr",
1961 "clang-sys",
1962 "itertools 0.13.0",
1963 "log",
1964 "prettyplease",
1965 "proc-macro2",
1966 "quote",
1967 "regex",
1968 "rustc-hash 2.1.1",
1969 "shlex",
1970 "syn 2.0.101",
1971]
1972
1973[[package]]
1974name = "bit-set"
1975version = "0.5.3"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1978dependencies = [
1979 "bit-vec 0.6.3",
1980]
1981
1982[[package]]
1983name = "bit-set"
1984version = "0.8.0"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1987dependencies = [
1988 "bit-vec 0.8.0",
1989]
1990
1991[[package]]
1992name = "bit-vec"
1993version = "0.6.3"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1996
1997[[package]]
1998name = "bit-vec"
1999version = "0.8.0"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2002
2003[[package]]
2004name = "bit_field"
2005version = "0.10.2"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2008
2009[[package]]
2010name = "bitflags"
2011version = "1.3.2"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2014
2015[[package]]
2016name = "bitflags"
2017version = "2.9.0"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2020dependencies = [
2021 "serde",
2022]
2023
2024[[package]]
2025name = "bitstream-io"
2026version = "2.6.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2029
2030[[package]]
2031name = "bitvec"
2032version = "1.0.1"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2035dependencies = [
2036 "funty",
2037 "radium",
2038 "tap",
2039 "wyz",
2040]
2041
2042[[package]]
2043name = "blade-graphics"
2044version = "0.6.0"
2045source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2046dependencies = [
2047 "ash",
2048 "ash-window",
2049 "bitflags 2.9.0",
2050 "bytemuck",
2051 "codespan-reporting 0.11.1",
2052 "glow",
2053 "gpu-alloc",
2054 "gpu-alloc-ash",
2055 "hidden-trait",
2056 "js-sys",
2057 "khronos-egl",
2058 "libloading",
2059 "log",
2060 "mint",
2061 "naga",
2062 "objc2",
2063 "objc2-app-kit",
2064 "objc2-core-foundation",
2065 "objc2-foundation",
2066 "objc2-metal",
2067 "objc2-quartz-core",
2068 "objc2-ui-kit",
2069 "raw-window-handle",
2070 "slab",
2071 "wasm-bindgen",
2072 "web-sys",
2073]
2074
2075[[package]]
2076name = "blade-macros"
2077version = "0.3.0"
2078source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2079dependencies = [
2080 "proc-macro2",
2081 "quote",
2082 "syn 2.0.101",
2083]
2084
2085[[package]]
2086name = "blade-util"
2087version = "0.2.0"
2088source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2089dependencies = [
2090 "blade-graphics",
2091 "bytemuck",
2092 "log",
2093 "profiling",
2094]
2095
2096[[package]]
2097name = "blake2"
2098version = "0.10.6"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2101dependencies = [
2102 "digest",
2103]
2104
2105[[package]]
2106name = "blake3"
2107version = "1.8.2"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2110dependencies = [
2111 "arrayref",
2112 "arrayvec",
2113 "cc",
2114 "cfg-if",
2115 "constant_time_eq 0.3.1",
2116]
2117
2118[[package]]
2119name = "block"
2120version = "0.1.6"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2123
2124[[package]]
2125name = "block-buffer"
2126version = "0.10.4"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2129dependencies = [
2130 "generic-array",
2131]
2132
2133[[package]]
2134name = "block-padding"
2135version = "0.3.3"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2138dependencies = [
2139 "generic-array",
2140]
2141
2142[[package]]
2143name = "block2"
2144version = "0.6.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2147dependencies = [
2148 "objc2",
2149]
2150
2151[[package]]
2152name = "blocking"
2153version = "1.6.1"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2156dependencies = [
2157 "async-channel 2.3.1",
2158 "async-task",
2159 "futures-io",
2160 "futures-lite 2.6.0",
2161 "piper",
2162]
2163
2164[[package]]
2165name = "borrow-or-share"
2166version = "0.2.2"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2169
2170[[package]]
2171name = "borsh"
2172version = "1.5.7"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2175dependencies = [
2176 "borsh-derive",
2177 "cfg_aliases 0.2.1",
2178]
2179
2180[[package]]
2181name = "borsh-derive"
2182version = "1.5.7"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2185dependencies = [
2186 "once_cell",
2187 "proc-macro-crate",
2188 "proc-macro2",
2189 "quote",
2190 "syn 2.0.101",
2191]
2192
2193[[package]]
2194name = "breadcrumbs"
2195version = "0.1.0"
2196dependencies = [
2197 "editor",
2198 "gpui",
2199 "itertools 0.14.0",
2200 "theme",
2201 "ui",
2202 "workspace",
2203 "workspace-hack",
2204 "zed_actions",
2205]
2206
2207[[package]]
2208name = "bstr"
2209version = "1.12.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2212dependencies = [
2213 "memchr",
2214 "regex-automata 0.4.9",
2215 "serde",
2216]
2217
2218[[package]]
2219name = "buffer_diff"
2220version = "0.1.0"
2221dependencies = [
2222 "anyhow",
2223 "clock",
2224 "ctor",
2225 "env_logger 0.11.8",
2226 "futures 0.3.31",
2227 "git2",
2228 "gpui",
2229 "language",
2230 "log",
2231 "pretty_assertions",
2232 "rand 0.8.5",
2233 "rope",
2234 "serde_json",
2235 "sum_tree",
2236 "text",
2237 "unindent",
2238 "util",
2239 "workspace-hack",
2240]
2241
2242[[package]]
2243name = "built"
2244version = "0.7.7"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2247
2248[[package]]
2249name = "bumpalo"
2250version = "3.17.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2253dependencies = [
2254 "allocator-api2",
2255]
2256
2257[[package]]
2258name = "by_address"
2259version = "1.2.1"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2262
2263[[package]]
2264name = "bytecheck"
2265version = "0.6.12"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2268dependencies = [
2269 "bytecheck_derive",
2270 "ptr_meta",
2271 "simdutf8",
2272]
2273
2274[[package]]
2275name = "bytecheck_derive"
2276version = "0.6.12"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2279dependencies = [
2280 "proc-macro2",
2281 "quote",
2282 "syn 1.0.109",
2283]
2284
2285[[package]]
2286name = "bytecount"
2287version = "0.6.8"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2290
2291[[package]]
2292name = "bytemuck"
2293version = "1.22.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2296dependencies = [
2297 "bytemuck_derive",
2298]
2299
2300[[package]]
2301name = "bytemuck_derive"
2302version = "1.9.3"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2305dependencies = [
2306 "proc-macro2",
2307 "quote",
2308 "syn 2.0.101",
2309]
2310
2311[[package]]
2312name = "byteorder"
2313version = "1.5.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2316
2317[[package]]
2318name = "byteorder-lite"
2319version = "0.1.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2322
2323[[package]]
2324name = "bytes"
2325version = "0.4.12"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2328dependencies = [
2329 "byteorder",
2330 "iovec",
2331]
2332
2333[[package]]
2334name = "bytes"
2335version = "1.10.1"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2338
2339[[package]]
2340name = "bytes-utils"
2341version = "0.1.4"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2344dependencies = [
2345 "bytes 1.10.1",
2346 "either",
2347]
2348
2349[[package]]
2350name = "bzip2"
2351version = "0.4.4"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2354dependencies = [
2355 "bzip2-sys",
2356 "libc",
2357]
2358
2359[[package]]
2360name = "bzip2-sys"
2361version = "0.1.13+1.0.8"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2364dependencies = [
2365 "cc",
2366 "pkg-config",
2367]
2368
2369[[package]]
2370name = "call"
2371version = "0.1.0"
2372dependencies = [
2373 "anyhow",
2374 "audio",
2375 "client",
2376 "collections",
2377 "fs",
2378 "futures 0.3.31",
2379 "gpui",
2380 "gpui_tokio",
2381 "http_client",
2382 "language",
2383 "livekit_client",
2384 "log",
2385 "postage",
2386 "project",
2387 "schemars",
2388 "serde",
2389 "serde_derive",
2390 "settings",
2391 "telemetry",
2392 "util",
2393 "workspace-hack",
2394]
2395
2396[[package]]
2397name = "calloop"
2398version = "0.13.0"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2401dependencies = [
2402 "bitflags 2.9.0",
2403 "log",
2404 "polling",
2405 "rustix 0.38.44",
2406 "slab",
2407 "thiserror 1.0.69",
2408]
2409
2410[[package]]
2411name = "calloop-wayland-source"
2412version = "0.3.0"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2415dependencies = [
2416 "calloop",
2417 "rustix 0.38.44",
2418 "wayland-backend",
2419 "wayland-client",
2420]
2421
2422[[package]]
2423name = "camino"
2424version = "1.1.9"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2427dependencies = [
2428 "serde",
2429]
2430
2431[[package]]
2432name = "cap-fs-ext"
2433version = "3.4.4"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2436dependencies = [
2437 "cap-primitives",
2438 "cap-std",
2439 "io-lifetimes",
2440 "windows-sys 0.59.0",
2441]
2442
2443[[package]]
2444name = "cap-net-ext"
2445version = "3.4.4"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2448dependencies = [
2449 "cap-primitives",
2450 "cap-std",
2451 "rustix 1.0.7",
2452 "smallvec",
2453]
2454
2455[[package]]
2456name = "cap-primitives"
2457version = "3.4.4"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2460dependencies = [
2461 "ambient-authority",
2462 "fs-set-times",
2463 "io-extras",
2464 "io-lifetimes",
2465 "ipnet",
2466 "maybe-owned",
2467 "rustix 1.0.7",
2468 "rustix-linux-procfs",
2469 "windows-sys 0.59.0",
2470 "winx",
2471]
2472
2473[[package]]
2474name = "cap-rand"
2475version = "3.4.4"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2478dependencies = [
2479 "ambient-authority",
2480 "rand 0.8.5",
2481]
2482
2483[[package]]
2484name = "cap-std"
2485version = "3.4.4"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2488dependencies = [
2489 "cap-primitives",
2490 "io-extras",
2491 "io-lifetimes",
2492 "rustix 1.0.7",
2493]
2494
2495[[package]]
2496name = "cap-time-ext"
2497version = "3.4.4"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2500dependencies = [
2501 "ambient-authority",
2502 "cap-primitives",
2503 "iana-time-zone",
2504 "once_cell",
2505 "rustix 1.0.7",
2506 "winx",
2507]
2508
2509[[package]]
2510name = "cargo-platform"
2511version = "0.1.9"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2514dependencies = [
2515 "serde",
2516]
2517
2518[[package]]
2519name = "cargo_metadata"
2520version = "0.19.2"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2523dependencies = [
2524 "camino",
2525 "cargo-platform",
2526 "semver",
2527 "serde",
2528 "serde_json",
2529 "thiserror 2.0.12",
2530]
2531
2532[[package]]
2533name = "cargo_toml"
2534version = "0.21.0"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2537dependencies = [
2538 "serde",
2539 "toml 0.8.20",
2540]
2541
2542[[package]]
2543name = "cast"
2544version = "0.3.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2547
2548[[package]]
2549name = "cbc"
2550version = "0.1.2"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2553dependencies = [
2554 "cipher",
2555]
2556
2557[[package]]
2558name = "cbindgen"
2559version = "0.28.0"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2562dependencies = [
2563 "heck 0.4.1",
2564 "indexmap",
2565 "log",
2566 "proc-macro2",
2567 "quote",
2568 "serde",
2569 "serde_json",
2570 "syn 2.0.101",
2571 "tempfile",
2572 "toml 0.8.20",
2573]
2574
2575[[package]]
2576name = "cc"
2577version = "1.2.19"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2580dependencies = [
2581 "jobserver",
2582 "libc",
2583 "shlex",
2584]
2585
2586[[package]]
2587name = "cesu8"
2588version = "1.1.0"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2591
2592[[package]]
2593name = "cexpr"
2594version = "0.6.0"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2597dependencies = [
2598 "nom",
2599]
2600
2601[[package]]
2602name = "cfg-expr"
2603version = "0.15.8"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2606dependencies = [
2607 "smallvec",
2608 "target-lexicon 0.12.16",
2609]
2610
2611[[package]]
2612name = "cfg-if"
2613version = "1.0.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2616
2617[[package]]
2618name = "cfg_aliases"
2619version = "0.1.1"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2622
2623[[package]]
2624name = "cfg_aliases"
2625version = "0.2.1"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2628
2629[[package]]
2630name = "cgl"
2631version = "0.3.2"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2634dependencies = [
2635 "libc",
2636]
2637
2638[[package]]
2639name = "channel"
2640version = "0.1.0"
2641dependencies = [
2642 "anyhow",
2643 "client",
2644 "clock",
2645 "collections",
2646 "futures 0.3.31",
2647 "gpui",
2648 "http_client",
2649 "language",
2650 "log",
2651 "rand 0.8.5",
2652 "release_channel",
2653 "rpc",
2654 "settings",
2655 "sum_tree",
2656 "text",
2657 "time",
2658 "util",
2659 "workspace-hack",
2660]
2661
2662[[package]]
2663name = "chrono"
2664version = "0.4.41"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2667dependencies = [
2668 "android-tzdata",
2669 "iana-time-zone",
2670 "js-sys",
2671 "num-traits",
2672 "serde",
2673 "wasm-bindgen",
2674 "windows-link",
2675]
2676
2677[[package]]
2678name = "chunked_transfer"
2679version = "1.5.0"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2682
2683[[package]]
2684name = "ciborium"
2685version = "0.2.2"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2688dependencies = [
2689 "ciborium-io",
2690 "ciborium-ll",
2691 "serde",
2692]
2693
2694[[package]]
2695name = "ciborium-io"
2696version = "0.2.2"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2699
2700[[package]]
2701name = "ciborium-ll"
2702version = "0.2.2"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2705dependencies = [
2706 "ciborium-io",
2707 "half",
2708]
2709
2710[[package]]
2711name = "cipher"
2712version = "0.4.4"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2715dependencies = [
2716 "crypto-common",
2717 "inout",
2718 "zeroize",
2719]
2720
2721[[package]]
2722name = "circular-buffer"
2723version = "1.1.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
2726
2727[[package]]
2728name = "clang-sys"
2729version = "1.8.1"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2732dependencies = [
2733 "glob",
2734 "libc",
2735 "libloading",
2736]
2737
2738[[package]]
2739name = "clap"
2740version = "4.5.37"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
2743dependencies = [
2744 "clap_builder",
2745 "clap_derive",
2746]
2747
2748[[package]]
2749name = "clap_builder"
2750version = "4.5.37"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
2753dependencies = [
2754 "anstream",
2755 "anstyle",
2756 "clap_lex",
2757 "strsim",
2758 "terminal_size",
2759]
2760
2761[[package]]
2762name = "clap_complete"
2763version = "4.5.47"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
2766dependencies = [
2767 "clap",
2768]
2769
2770[[package]]
2771name = "clap_derive"
2772version = "4.5.32"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2775dependencies = [
2776 "heck 0.5.0",
2777 "proc-macro2",
2778 "quote",
2779 "syn 2.0.101",
2780]
2781
2782[[package]]
2783name = "clap_lex"
2784version = "0.7.4"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2787
2788[[package]]
2789name = "cli"
2790version = "0.1.0"
2791dependencies = [
2792 "anyhow",
2793 "clap",
2794 "collections",
2795 "core-foundation 0.10.0",
2796 "core-services",
2797 "exec",
2798 "fork",
2799 "ipc-channel",
2800 "parking_lot",
2801 "paths",
2802 "plist",
2803 "release_channel",
2804 "serde",
2805 "tempfile",
2806 "util",
2807 "windows 0.61.1",
2808 "workspace-hack",
2809]
2810
2811[[package]]
2812name = "client"
2813version = "0.1.0"
2814dependencies = [
2815 "anyhow",
2816 "async-recursion 0.3.2",
2817 "async-tungstenite",
2818 "base64 0.22.1",
2819 "chrono",
2820 "clock",
2821 "cocoa 0.26.0",
2822 "collections",
2823 "credentials_provider",
2824 "feature_flags",
2825 "futures 0.3.31",
2826 "gpui",
2827 "gpui_tokio",
2828 "http_client",
2829 "http_client_tls",
2830 "httparse",
2831 "log",
2832 "parking_lot",
2833 "paths",
2834 "postage",
2835 "rand 0.8.5",
2836 "release_channel",
2837 "rpc",
2838 "rustls-pki-types",
2839 "schemars",
2840 "serde",
2841 "serde_json",
2842 "settings",
2843 "sha2",
2844 "smol",
2845 "telemetry",
2846 "telemetry_events",
2847 "text",
2848 "thiserror 2.0.12",
2849 "time",
2850 "tiny_http",
2851 "tokio",
2852 "tokio-native-tls",
2853 "tokio-rustls 0.26.2",
2854 "tokio-socks",
2855 "url",
2856 "util",
2857 "windows 0.61.1",
2858 "workspace-hack",
2859 "worktree",
2860]
2861
2862[[package]]
2863name = "clock"
2864version = "0.1.0"
2865dependencies = [
2866 "parking_lot",
2867 "serde",
2868 "smallvec",
2869 "workspace-hack",
2870]
2871
2872[[package]]
2873name = "clru"
2874version = "0.6.2"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2877
2878[[package]]
2879name = "cmake"
2880version = "0.1.54"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
2883dependencies = [
2884 "cc",
2885]
2886
2887[[package]]
2888name = "cobs"
2889version = "0.2.3"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2892
2893[[package]]
2894name = "cocoa"
2895version = "0.25.0"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2898dependencies = [
2899 "bitflags 1.3.2",
2900 "block",
2901 "cocoa-foundation 0.1.2",
2902 "core-foundation 0.9.4",
2903 "core-graphics 0.23.2",
2904 "foreign-types 0.5.0",
2905 "libc",
2906 "objc",
2907]
2908
2909[[package]]
2910name = "cocoa"
2911version = "0.26.0"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2914dependencies = [
2915 "bitflags 2.9.0",
2916 "block",
2917 "cocoa-foundation 0.2.0",
2918 "core-foundation 0.10.0",
2919 "core-graphics 0.24.0",
2920 "foreign-types 0.5.0",
2921 "libc",
2922 "objc",
2923]
2924
2925[[package]]
2926name = "cocoa-foundation"
2927version = "0.1.2"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2930dependencies = [
2931 "bitflags 1.3.2",
2932 "block",
2933 "core-foundation 0.9.4",
2934 "core-graphics-types 0.1.3",
2935 "libc",
2936 "objc",
2937]
2938
2939[[package]]
2940name = "cocoa-foundation"
2941version = "0.2.0"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2944dependencies = [
2945 "bitflags 2.9.0",
2946 "block",
2947 "core-foundation 0.10.0",
2948 "core-graphics-types 0.2.0",
2949 "libc",
2950 "objc",
2951]
2952
2953[[package]]
2954name = "codespan-reporting"
2955version = "0.11.1"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2958dependencies = [
2959 "termcolor",
2960 "unicode-width 0.1.14",
2961]
2962
2963[[package]]
2964name = "codespan-reporting"
2965version = "0.12.0"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
2968dependencies = [
2969 "serde",
2970 "termcolor",
2971 "unicode-width 0.2.0",
2972]
2973
2974[[package]]
2975name = "collab"
2976version = "0.44.0"
2977dependencies = [
2978 "anyhow",
2979 "assistant_context_editor",
2980 "assistant_settings",
2981 "assistant_slash_command",
2982 "assistant_tool",
2983 "async-stripe",
2984 "async-trait",
2985 "async-tungstenite",
2986 "audio",
2987 "aws-config",
2988 "aws-sdk-kinesis",
2989 "aws-sdk-s3",
2990 "axum",
2991 "axum-extra",
2992 "base64 0.22.1",
2993 "buffer_diff",
2994 "call",
2995 "channel",
2996 "chrono",
2997 "client",
2998 "clock",
2999 "collab_ui",
3000 "collections",
3001 "command_palette_hooks",
3002 "context_server",
3003 "ctor",
3004 "dap",
3005 "dap_adapters",
3006 "dashmap 6.1.0",
3007 "debugger_ui",
3008 "derive_more",
3009 "editor",
3010 "env_logger 0.11.8",
3011 "envy",
3012 "extension",
3013 "file_finder",
3014 "fs",
3015 "futures 0.3.31",
3016 "git",
3017 "git_hosting_providers",
3018 "git_ui",
3019 "gpui",
3020 "gpui_tokio",
3021 "hex",
3022 "http_client",
3023 "hyper 0.14.32",
3024 "indoc",
3025 "jsonwebtoken",
3026 "language",
3027 "language_model",
3028 "livekit_api",
3029 "livekit_client",
3030 "log",
3031 "lsp",
3032 "menu",
3033 "multi_buffer",
3034 "nanoid",
3035 "node_runtime",
3036 "notifications",
3037 "parking_lot",
3038 "pretty_assertions",
3039 "project",
3040 "prometheus",
3041 "prompt_store",
3042 "prost 0.9.0",
3043 "rand 0.8.5",
3044 "recent_projects",
3045 "release_channel",
3046 "remote",
3047 "remote_server",
3048 "reqwest 0.11.27",
3049 "reqwest_client",
3050 "rpc",
3051 "rustc-demangle",
3052 "scrypt",
3053 "sea-orm",
3054 "semantic_version",
3055 "semver",
3056 "serde",
3057 "serde_derive",
3058 "serde_json",
3059 "session",
3060 "settings",
3061 "sha2",
3062 "sqlx",
3063 "strum 0.27.1",
3064 "subtle",
3065 "supermaven_api",
3066 "task",
3067 "telemetry_events",
3068 "text",
3069 "theme",
3070 "thiserror 2.0.12",
3071 "time",
3072 "tokio",
3073 "toml 0.8.20",
3074 "tower 0.4.13",
3075 "tower-http 0.4.4",
3076 "tracing",
3077 "tracing-subscriber",
3078 "unindent",
3079 "util",
3080 "uuid",
3081 "workspace",
3082 "workspace-hack",
3083 "worktree",
3084 "zed_llm_client",
3085]
3086
3087[[package]]
3088name = "collab_ui"
3089version = "0.1.0"
3090dependencies = [
3091 "anyhow",
3092 "call",
3093 "channel",
3094 "chrono",
3095 "client",
3096 "collections",
3097 "db",
3098 "editor",
3099 "emojis",
3100 "futures 0.3.31",
3101 "fuzzy",
3102 "gpui",
3103 "http_client",
3104 "language",
3105 "log",
3106 "menu",
3107 "notifications",
3108 "picker",
3109 "pretty_assertions",
3110 "project",
3111 "release_channel",
3112 "rich_text",
3113 "rpc",
3114 "schemars",
3115 "serde",
3116 "serde_derive",
3117 "serde_json",
3118 "settings",
3119 "smallvec",
3120 "story",
3121 "telemetry",
3122 "theme",
3123 "time",
3124 "time_format",
3125 "title_bar",
3126 "tree-sitter-md",
3127 "ui",
3128 "util",
3129 "workspace",
3130 "workspace-hack",
3131]
3132
3133[[package]]
3134name = "collections"
3135version = "0.1.0"
3136dependencies = [
3137 "indexmap",
3138 "rustc-hash 2.1.1",
3139 "workspace-hack",
3140]
3141
3142[[package]]
3143name = "color_quant"
3144version = "1.1.0"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3147
3148[[package]]
3149name = "colorchoice"
3150version = "1.0.3"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3153
3154[[package]]
3155name = "combine"
3156version = "4.6.7"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3159dependencies = [
3160 "bytes 1.10.1",
3161 "memchr",
3162]
3163
3164[[package]]
3165name = "command_palette"
3166version = "0.1.0"
3167dependencies = [
3168 "anyhow",
3169 "client",
3170 "collections",
3171 "command_palette_hooks",
3172 "ctor",
3173 "db",
3174 "editor",
3175 "env_logger 0.11.8",
3176 "fuzzy",
3177 "go_to_line",
3178 "gpui",
3179 "language",
3180 "log",
3181 "menu",
3182 "picker",
3183 "postage",
3184 "project",
3185 "serde",
3186 "serde_json",
3187 "settings",
3188 "telemetry",
3189 "theme",
3190 "time",
3191 "ui",
3192 "util",
3193 "workspace",
3194 "workspace-hack",
3195 "zed_actions",
3196]
3197
3198[[package]]
3199name = "command_palette_hooks"
3200version = "0.1.0"
3201dependencies = [
3202 "collections",
3203 "derive_more",
3204 "gpui",
3205 "workspace-hack",
3206]
3207
3208[[package]]
3209name = "component"
3210version = "0.1.0"
3211dependencies = [
3212 "collections",
3213 "gpui",
3214 "inventory",
3215 "parking_lot",
3216 "strum 0.27.1",
3217 "theme",
3218 "workspace-hack",
3219]
3220
3221[[package]]
3222name = "concurrent-queue"
3223version = "2.5.0"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3226dependencies = [
3227 "crossbeam-utils",
3228]
3229
3230[[package]]
3231name = "console"
3232version = "0.15.11"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3235dependencies = [
3236 "encode_unicode",
3237 "libc",
3238 "once_cell",
3239 "unicode-width 0.2.0",
3240 "windows-sys 0.59.0",
3241]
3242
3243[[package]]
3244name = "const-oid"
3245version = "0.9.6"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3248
3249[[package]]
3250name = "const-random"
3251version = "0.1.18"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3254dependencies = [
3255 "const-random-macro",
3256]
3257
3258[[package]]
3259name = "const-random-macro"
3260version = "0.1.16"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3263dependencies = [
3264 "getrandom 0.2.15",
3265 "once_cell",
3266 "tiny-keccak",
3267]
3268
3269[[package]]
3270name = "constant_time_eq"
3271version = "0.1.5"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3274
3275[[package]]
3276name = "constant_time_eq"
3277version = "0.3.1"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3280
3281[[package]]
3282name = "context_server"
3283version = "0.1.0"
3284dependencies = [
3285 "anyhow",
3286 "async-trait",
3287 "collections",
3288 "futures 0.3.31",
3289 "gpui",
3290 "log",
3291 "parking_lot",
3292 "postage",
3293 "schemars",
3294 "serde",
3295 "serde_json",
3296 "smol",
3297 "url",
3298 "util",
3299 "workspace-hack",
3300]
3301
3302[[package]]
3303name = "convert_case"
3304version = "0.4.0"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3307
3308[[package]]
3309name = "convert_case"
3310version = "0.6.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3313dependencies = [
3314 "unicode-segmentation",
3315]
3316
3317[[package]]
3318name = "convert_case"
3319version = "0.8.0"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3322dependencies = [
3323 "unicode-segmentation",
3324]
3325
3326[[package]]
3327name = "copilot"
3328version = "0.1.0"
3329dependencies = [
3330 "anyhow",
3331 "async-std",
3332 "chrono",
3333 "client",
3334 "clock",
3335 "collections",
3336 "command_palette_hooks",
3337 "ctor",
3338 "editor",
3339 "env_logger 0.11.8",
3340 "fs",
3341 "futures 0.3.31",
3342 "gpui",
3343 "http_client",
3344 "indoc",
3345 "inline_completion",
3346 "itertools 0.14.0",
3347 "language",
3348 "log",
3349 "lsp",
3350 "menu",
3351 "node_runtime",
3352 "parking_lot",
3353 "paths",
3354 "project",
3355 "rpc",
3356 "serde",
3357 "serde_json",
3358 "settings",
3359 "task",
3360 "theme",
3361 "ui",
3362 "util",
3363 "workspace",
3364 "workspace-hack",
3365]
3366
3367[[package]]
3368name = "core-foundation"
3369version = "0.9.4"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3372dependencies = [
3373 "core-foundation-sys",
3374 "libc",
3375]
3376
3377[[package]]
3378name = "core-foundation"
3379version = "0.10.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3382dependencies = [
3383 "core-foundation-sys",
3384 "libc",
3385]
3386
3387[[package]]
3388name = "core-foundation-sys"
3389version = "0.8.7"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3392
3393[[package]]
3394name = "core-graphics"
3395version = "0.23.2"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3398dependencies = [
3399 "bitflags 1.3.2",
3400 "core-foundation 0.9.4",
3401 "core-graphics-types 0.1.3",
3402 "foreign-types 0.5.0",
3403 "libc",
3404]
3405
3406[[package]]
3407name = "core-graphics"
3408version = "0.24.0"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3411dependencies = [
3412 "bitflags 2.9.0",
3413 "core-foundation 0.10.0",
3414 "core-graphics-types 0.2.0",
3415 "foreign-types 0.5.0",
3416 "libc",
3417]
3418
3419[[package]]
3420name = "core-graphics-helmer-fork"
3421version = "0.24.0"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3424dependencies = [
3425 "bitflags 2.9.0",
3426 "core-foundation 0.9.4",
3427 "core-graphics-types 0.1.3",
3428 "foreign-types 0.5.0",
3429 "libc",
3430]
3431
3432[[package]]
3433name = "core-graphics-types"
3434version = "0.1.3"
3435source = "registry+https://github.com/rust-lang/crates.io-index"
3436checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3437dependencies = [
3438 "bitflags 1.3.2",
3439 "core-foundation 0.9.4",
3440 "libc",
3441]
3442
3443[[package]]
3444name = "core-graphics-types"
3445version = "0.2.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3448dependencies = [
3449 "bitflags 2.9.0",
3450 "core-foundation 0.10.0",
3451 "libc",
3452]
3453
3454[[package]]
3455name = "core-graphics2"
3456version = "0.4.1"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3459dependencies = [
3460 "bitflags 2.9.0",
3461 "block",
3462 "cfg-if",
3463 "core-foundation 0.10.0",
3464 "libc",
3465]
3466
3467[[package]]
3468name = "core-services"
3469version = "0.2.1"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3472dependencies = [
3473 "core-foundation 0.9.4",
3474]
3475
3476[[package]]
3477name = "core-text"
3478version = "21.0.0"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3481dependencies = [
3482 "core-foundation 0.10.0",
3483 "core-graphics 0.24.0",
3484 "foreign-types 0.5.0",
3485 "libc",
3486]
3487
3488[[package]]
3489name = "core-video"
3490version = "0.4.3"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3493dependencies = [
3494 "block",
3495 "core-foundation 0.10.0",
3496 "core-graphics2",
3497 "io-surface",
3498 "libc",
3499 "metal",
3500]
3501
3502[[package]]
3503name = "core_maths"
3504version = "0.1.1"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3507dependencies = [
3508 "libm",
3509]
3510
3511[[package]]
3512name = "coreaudio-rs"
3513version = "0.11.3"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3516dependencies = [
3517 "bitflags 1.3.2",
3518 "core-foundation-sys",
3519 "coreaudio-sys",
3520]
3521
3522[[package]]
3523name = "coreaudio-rs"
3524version = "0.12.1"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3527dependencies = [
3528 "bitflags 1.3.2",
3529 "core-foundation-sys",
3530 "coreaudio-sys",
3531]
3532
3533[[package]]
3534name = "coreaudio-sys"
3535version = "0.2.16"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3538dependencies = [
3539 "bindgen 0.70.1",
3540]
3541
3542[[package]]
3543name = "cosmic-text"
3544version = "0.14.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3547dependencies = [
3548 "bitflags 2.9.0",
3549 "fontdb 0.16.2",
3550 "log",
3551 "rangemap",
3552 "rustc-hash 1.1.0",
3553 "rustybuzz 0.14.1",
3554 "self_cell",
3555 "smol_str 0.2.2",
3556 "swash",
3557 "sys-locale",
3558 "ttf-parser 0.21.1",
3559 "unicode-bidi",
3560 "unicode-linebreak",
3561 "unicode-script",
3562 "unicode-segmentation",
3563]
3564
3565[[package]]
3566name = "cpal"
3567version = "0.15.3"
3568source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3569dependencies = [
3570 "alsa",
3571 "core-foundation-sys",
3572 "coreaudio-rs 0.11.3",
3573 "dasp_sample",
3574 "jni",
3575 "js-sys",
3576 "libc",
3577 "mach2",
3578 "ndk",
3579 "ndk-context",
3580 "oboe",
3581 "wasm-bindgen",
3582 "wasm-bindgen-futures",
3583 "web-sys",
3584 "windows 0.54.0",
3585]
3586
3587[[package]]
3588name = "cpp_demangle"
3589version = "0.4.4"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3592dependencies = [
3593 "cfg-if",
3594]
3595
3596[[package]]
3597name = "cpufeatures"
3598version = "0.2.17"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3601dependencies = [
3602 "libc",
3603]
3604
3605[[package]]
3606name = "cranelift-bforest"
3607version = "0.116.1"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3610dependencies = [
3611 "cranelift-entity",
3612]
3613
3614[[package]]
3615name = "cranelift-bitset"
3616version = "0.116.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3619dependencies = [
3620 "serde",
3621 "serde_derive",
3622]
3623
3624[[package]]
3625name = "cranelift-codegen"
3626version = "0.116.1"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3629dependencies = [
3630 "bumpalo",
3631 "cranelift-bforest",
3632 "cranelift-bitset",
3633 "cranelift-codegen-meta",
3634 "cranelift-codegen-shared",
3635 "cranelift-control",
3636 "cranelift-entity",
3637 "cranelift-isle",
3638 "gimli",
3639 "hashbrown 0.14.5",
3640 "log",
3641 "postcard",
3642 "regalloc2",
3643 "rustc-hash 2.1.1",
3644 "serde",
3645 "serde_derive",
3646 "sha2",
3647 "smallvec",
3648 "target-lexicon 0.13.2",
3649]
3650
3651[[package]]
3652name = "cranelift-codegen-meta"
3653version = "0.116.1"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3656dependencies = [
3657 "cranelift-codegen-shared",
3658]
3659
3660[[package]]
3661name = "cranelift-codegen-shared"
3662version = "0.116.1"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3665
3666[[package]]
3667name = "cranelift-control"
3668version = "0.116.1"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3671dependencies = [
3672 "arbitrary",
3673]
3674
3675[[package]]
3676name = "cranelift-entity"
3677version = "0.116.1"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3680dependencies = [
3681 "cranelift-bitset",
3682 "serde",
3683 "serde_derive",
3684]
3685
3686[[package]]
3687name = "cranelift-frontend"
3688version = "0.116.1"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3691dependencies = [
3692 "cranelift-codegen",
3693 "log",
3694 "smallvec",
3695 "target-lexicon 0.13.2",
3696]
3697
3698[[package]]
3699name = "cranelift-isle"
3700version = "0.116.1"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3703
3704[[package]]
3705name = "cranelift-native"
3706version = "0.116.1"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3709dependencies = [
3710 "cranelift-codegen",
3711 "libc",
3712 "target-lexicon 0.13.2",
3713]
3714
3715[[package]]
3716name = "crc"
3717version = "3.2.1"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3720dependencies = [
3721 "crc-catalog",
3722]
3723
3724[[package]]
3725name = "crc-catalog"
3726version = "2.4.0"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3729
3730[[package]]
3731name = "crc32c"
3732version = "0.6.8"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3735dependencies = [
3736 "rustc_version",
3737]
3738
3739[[package]]
3740name = "crc32fast"
3741version = "1.4.2"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3744dependencies = [
3745 "cfg-if",
3746]
3747
3748[[package]]
3749name = "crc64fast-nvme"
3750version = "1.2.0"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3753dependencies = [
3754 "crc",
3755]
3756
3757[[package]]
3758name = "credentials_provider"
3759version = "0.1.0"
3760dependencies = [
3761 "anyhow",
3762 "futures 0.3.31",
3763 "gpui",
3764 "paths",
3765 "release_channel",
3766 "serde",
3767 "serde_json",
3768 "workspace-hack",
3769]
3770
3771[[package]]
3772name = "criterion"
3773version = "0.5.1"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3776dependencies = [
3777 "anes",
3778 "cast",
3779 "ciborium",
3780 "clap",
3781 "criterion-plot",
3782 "is-terminal",
3783 "itertools 0.10.5",
3784 "num-traits",
3785 "once_cell",
3786 "oorandom",
3787 "plotters",
3788 "rayon",
3789 "regex",
3790 "serde",
3791 "serde_derive",
3792 "serde_json",
3793 "tinytemplate",
3794 "walkdir",
3795]
3796
3797[[package]]
3798name = "criterion-plot"
3799version = "0.5.0"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3802dependencies = [
3803 "cast",
3804 "itertools 0.10.5",
3805]
3806
3807[[package]]
3808name = "crossbeam-channel"
3809version = "0.5.15"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3812dependencies = [
3813 "crossbeam-utils",
3814]
3815
3816[[package]]
3817name = "crossbeam-deque"
3818version = "0.8.6"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3821dependencies = [
3822 "crossbeam-epoch",
3823 "crossbeam-utils",
3824]
3825
3826[[package]]
3827name = "crossbeam-epoch"
3828version = "0.9.18"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3831dependencies = [
3832 "crossbeam-utils",
3833]
3834
3835[[package]]
3836name = "crossbeam-queue"
3837version = "0.3.12"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3840dependencies = [
3841 "crossbeam-utils",
3842]
3843
3844[[package]]
3845name = "crossbeam-utils"
3846version = "0.8.21"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3849
3850[[package]]
3851name = "crunchy"
3852version = "0.2.3"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3855
3856[[package]]
3857name = "crypto-bigint"
3858version = "0.4.9"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3861dependencies = [
3862 "generic-array",
3863 "rand_core 0.6.4",
3864 "subtle",
3865 "zeroize",
3866]
3867
3868[[package]]
3869name = "crypto-bigint"
3870version = "0.5.5"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3873dependencies = [
3874 "rand_core 0.6.4",
3875 "subtle",
3876]
3877
3878[[package]]
3879name = "crypto-common"
3880version = "0.1.6"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3883dependencies = [
3884 "generic-array",
3885 "rand_core 0.6.4",
3886 "typenum",
3887]
3888
3889[[package]]
3890name = "cssparser"
3891version = "0.35.0"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3894dependencies = [
3895 "cssparser-macros",
3896 "dtoa-short",
3897 "itoa",
3898 "phf",
3899 "smallvec",
3900]
3901
3902[[package]]
3903name = "cssparser-macros"
3904version = "0.6.1"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3907dependencies = [
3908 "quote",
3909 "syn 2.0.101",
3910]
3911
3912[[package]]
3913name = "ctor"
3914version = "0.4.2"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3917dependencies = [
3918 "ctor-proc-macro",
3919 "dtor",
3920]
3921
3922[[package]]
3923name = "ctor-proc-macro"
3924version = "0.0.5"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3927
3928[[package]]
3929name = "ctrlc"
3930version = "3.4.6"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3933dependencies = [
3934 "nix 0.29.0",
3935 "windows-sys 0.59.0",
3936]
3937
3938[[package]]
3939name = "cursor-icon"
3940version = "1.1.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3943
3944[[package]]
3945name = "cxx"
3946version = "1.0.157"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3949dependencies = [
3950 "cc",
3951 "cxxbridge-cmd",
3952 "cxxbridge-flags",
3953 "cxxbridge-macro",
3954 "foldhash",
3955 "link-cplusplus",
3956]
3957
3958[[package]]
3959name = "cxx-build"
3960version = "1.0.157"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3963dependencies = [
3964 "cc",
3965 "codespan-reporting 0.12.0",
3966 "proc-macro2",
3967 "quote",
3968 "scratch",
3969 "syn 2.0.101",
3970]
3971
3972[[package]]
3973name = "cxxbridge-cmd"
3974version = "1.0.157"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3977dependencies = [
3978 "clap",
3979 "codespan-reporting 0.12.0",
3980 "proc-macro2",
3981 "quote",
3982 "syn 2.0.101",
3983]
3984
3985[[package]]
3986name = "cxxbridge-flags"
3987version = "1.0.157"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3990
3991[[package]]
3992name = "cxxbridge-macro"
3993version = "1.0.157"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3996dependencies = [
3997 "proc-macro2",
3998 "quote",
3999 "rustversion",
4000 "syn 2.0.101",
4001]
4002
4003[[package]]
4004name = "dap"
4005version = "0.1.0"
4006dependencies = [
4007 "anyhow",
4008 "async-compression",
4009 "async-pipe",
4010 "async-tar",
4011 "async-trait",
4012 "client",
4013 "collections",
4014 "dap-types",
4015 "env_logger 0.11.8",
4016 "fs",
4017 "futures 0.3.31",
4018 "gpui",
4019 "http_client",
4020 "language",
4021 "log",
4022 "node_runtime",
4023 "parking_lot",
4024 "paths",
4025 "proto",
4026 "schemars",
4027 "serde",
4028 "serde_json",
4029 "settings",
4030 "smallvec",
4031 "smol",
4032 "task",
4033 "util",
4034 "workspace-hack",
4035]
4036
4037[[package]]
4038name = "dap-types"
4039version = "0.0.1"
4040source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
4041dependencies = [
4042 "schemars",
4043 "serde",
4044 "serde_json",
4045]
4046
4047[[package]]
4048name = "dap_adapters"
4049version = "0.1.0"
4050dependencies = [
4051 "anyhow",
4052 "async-trait",
4053 "dap",
4054 "futures 0.3.31",
4055 "gpui",
4056 "language",
4057 "paths",
4058 "serde",
4059 "serde_json",
4060 "smol",
4061 "task",
4062 "util",
4063 "workspace-hack",
4064]
4065
4066[[package]]
4067name = "darling"
4068version = "0.20.11"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4071dependencies = [
4072 "darling_core",
4073 "darling_macro",
4074]
4075
4076[[package]]
4077name = "darling_core"
4078version = "0.20.11"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4081dependencies = [
4082 "fnv",
4083 "ident_case",
4084 "proc-macro2",
4085 "quote",
4086 "strsim",
4087 "syn 2.0.101",
4088]
4089
4090[[package]]
4091name = "darling_macro"
4092version = "0.20.11"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4095dependencies = [
4096 "darling_core",
4097 "quote",
4098 "syn 2.0.101",
4099]
4100
4101[[package]]
4102name = "dashmap"
4103version = "5.5.3"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4106dependencies = [
4107 "cfg-if",
4108 "hashbrown 0.14.5",
4109 "lock_api",
4110 "once_cell",
4111 "parking_lot_core",
4112]
4113
4114[[package]]
4115name = "dashmap"
4116version = "6.1.0"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4119dependencies = [
4120 "cfg-if",
4121 "crossbeam-utils",
4122 "hashbrown 0.14.5",
4123 "lock_api",
4124 "once_cell",
4125 "parking_lot_core",
4126]
4127
4128[[package]]
4129name = "dasp_sample"
4130version = "0.11.0"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4133
4134[[package]]
4135name = "data-encoding"
4136version = "2.9.0"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4139
4140[[package]]
4141name = "data-url"
4142version = "0.3.1"
4143source = "registry+https://github.com/rust-lang/crates.io-index"
4144checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4145
4146[[package]]
4147name = "db"
4148version = "0.1.0"
4149dependencies = [
4150 "anyhow",
4151 "gpui",
4152 "indoc",
4153 "log",
4154 "paths",
4155 "release_channel",
4156 "smol",
4157 "sqlez",
4158 "sqlez_macros",
4159 "tempfile",
4160 "util",
4161 "workspace-hack",
4162]
4163
4164[[package]]
4165name = "dbus"
4166version = "0.9.7"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4169dependencies = [
4170 "libc",
4171 "libdbus-sys",
4172 "winapi",
4173]
4174
4175[[package]]
4176name = "debug_adapter_extension"
4177version = "0.1.0"
4178dependencies = [
4179 "anyhow",
4180 "async-trait",
4181 "dap",
4182 "extension",
4183 "gpui",
4184 "serde_json",
4185 "task",
4186 "workspace-hack",
4187]
4188
4189[[package]]
4190name = "debugger_tools"
4191version = "0.1.0"
4192dependencies = [
4193 "anyhow",
4194 "dap",
4195 "editor",
4196 "futures 0.3.31",
4197 "gpui",
4198 "project",
4199 "serde_json",
4200 "settings",
4201 "smol",
4202 "util",
4203 "workspace",
4204 "workspace-hack",
4205]
4206
4207[[package]]
4208name = "debugger_ui"
4209version = "0.1.0"
4210dependencies = [
4211 "anyhow",
4212 "client",
4213 "collections",
4214 "command_palette_hooks",
4215 "dap",
4216 "dap_adapters",
4217 "db",
4218 "debugger_tools",
4219 "editor",
4220 "env_logger 0.11.8",
4221 "feature_flags",
4222 "file_icons",
4223 "futures 0.3.31",
4224 "fuzzy",
4225 "gpui",
4226 "language",
4227 "log",
4228 "menu",
4229 "parking_lot",
4230 "paths",
4231 "picker",
4232 "pretty_assertions",
4233 "project",
4234 "rpc",
4235 "serde",
4236 "serde_json",
4237 "settings",
4238 "shlex",
4239 "sysinfo",
4240 "task",
4241 "tasks_ui",
4242 "terminal_view",
4243 "theme",
4244 "ui",
4245 "unindent",
4246 "util",
4247 "workspace",
4248 "workspace-hack",
4249]
4250
4251[[package]]
4252name = "deepseek"
4253version = "0.1.0"
4254dependencies = [
4255 "anyhow",
4256 "futures 0.3.31",
4257 "http_client",
4258 "schemars",
4259 "serde",
4260 "serde_json",
4261 "workspace-hack",
4262]
4263
4264[[package]]
4265name = "deflate64"
4266version = "0.1.9"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4269
4270[[package]]
4271name = "der"
4272version = "0.6.1"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4275dependencies = [
4276 "const-oid",
4277 "zeroize",
4278]
4279
4280[[package]]
4281name = "der"
4282version = "0.7.10"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4285dependencies = [
4286 "const-oid",
4287 "pem-rfc7468",
4288 "zeroize",
4289]
4290
4291[[package]]
4292name = "deranged"
4293version = "0.4.0"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4296dependencies = [
4297 "powerfmt",
4298 "serde",
4299]
4300
4301[[package]]
4302name = "derive_builder"
4303version = "0.20.2"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4306dependencies = [
4307 "derive_builder_macro",
4308]
4309
4310[[package]]
4311name = "derive_builder_core"
4312version = "0.20.2"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4315dependencies = [
4316 "darling",
4317 "proc-macro2",
4318 "quote",
4319 "syn 2.0.101",
4320]
4321
4322[[package]]
4323name = "derive_builder_macro"
4324version = "0.20.2"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4327dependencies = [
4328 "derive_builder_core",
4329 "syn 2.0.101",
4330]
4331
4332[[package]]
4333name = "derive_more"
4334version = "0.99.19"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4337dependencies = [
4338 "convert_case 0.4.0",
4339 "proc-macro2",
4340 "quote",
4341 "rustc_version",
4342 "syn 2.0.101",
4343]
4344
4345[[package]]
4346name = "derive_refineable"
4347version = "0.1.0"
4348dependencies = [
4349 "proc-macro2",
4350 "quote",
4351 "syn 1.0.109",
4352 "workspace-hack",
4353]
4354
4355[[package]]
4356name = "diagnostics"
4357version = "0.1.0"
4358dependencies = [
4359 "anyhow",
4360 "client",
4361 "collections",
4362 "component",
4363 "ctor",
4364 "editor",
4365 "env_logger 0.11.8",
4366 "futures 0.3.31",
4367 "gpui",
4368 "indoc",
4369 "language",
4370 "log",
4371 "lsp",
4372 "markdown",
4373 "pretty_assertions",
4374 "project",
4375 "rand 0.8.5",
4376 "serde",
4377 "serde_json",
4378 "settings",
4379 "text",
4380 "theme",
4381 "ui",
4382 "unindent",
4383 "util",
4384 "workspace",
4385 "workspace-hack",
4386]
4387
4388[[package]]
4389name = "dialoguer"
4390version = "0.11.0"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4393dependencies = [
4394 "console",
4395 "fuzzy-matcher",
4396 "shell-words",
4397 "tempfile",
4398 "thiserror 1.0.69",
4399 "zeroize",
4400]
4401
4402[[package]]
4403name = "diff"
4404version = "0.1.13"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4407
4408[[package]]
4409name = "diffy"
4410version = "0.4.2"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4413dependencies = [
4414 "nu-ansi-term 0.50.1",
4415]
4416
4417[[package]]
4418name = "digest"
4419version = "0.10.7"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4422dependencies = [
4423 "block-buffer",
4424 "const-oid",
4425 "crypto-common",
4426 "subtle",
4427]
4428
4429[[package]]
4430name = "dirs"
4431version = "4.0.0"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4434dependencies = [
4435 "dirs-sys 0.3.7",
4436]
4437
4438[[package]]
4439name = "dirs"
4440version = "5.0.1"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4443dependencies = [
4444 "dirs-sys 0.4.1",
4445]
4446
4447[[package]]
4448name = "dirs"
4449version = "6.0.0"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4452dependencies = [
4453 "dirs-sys 0.5.0",
4454]
4455
4456[[package]]
4457name = "dirs-sys"
4458version = "0.3.7"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4461dependencies = [
4462 "libc",
4463 "redox_users 0.4.6",
4464 "winapi",
4465]
4466
4467[[package]]
4468name = "dirs-sys"
4469version = "0.4.1"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4472dependencies = [
4473 "libc",
4474 "option-ext",
4475 "redox_users 0.4.6",
4476 "windows-sys 0.48.0",
4477]
4478
4479[[package]]
4480name = "dirs-sys"
4481version = "0.5.0"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4484dependencies = [
4485 "libc",
4486 "option-ext",
4487 "redox_users 0.5.0",
4488 "windows-sys 0.59.0",
4489]
4490
4491[[package]]
4492name = "dispatch"
4493version = "0.2.0"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4496
4497[[package]]
4498name = "dispatch2"
4499version = "0.3.0"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4502dependencies = [
4503 "bitflags 2.9.0",
4504 "objc2",
4505]
4506
4507[[package]]
4508name = "displaydoc"
4509version = "0.2.5"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4512dependencies = [
4513 "proc-macro2",
4514 "quote",
4515 "syn 2.0.101",
4516]
4517
4518[[package]]
4519name = "dlib"
4520version = "0.5.2"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4523dependencies = [
4524 "libloading",
4525]
4526
4527[[package]]
4528name = "docs_preprocessor"
4529version = "0.1.0"
4530dependencies = [
4531 "anyhow",
4532 "clap",
4533 "mdbook",
4534 "regex",
4535 "serde",
4536 "serde_json",
4537 "settings",
4538 "util",
4539 "workspace-hack",
4540]
4541
4542[[package]]
4543name = "documented"
4544version = "0.9.1"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4547dependencies = [
4548 "documented-macros",
4549 "phf",
4550 "thiserror 1.0.69",
4551]
4552
4553[[package]]
4554name = "documented-macros"
4555version = "0.9.1"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4558dependencies = [
4559 "convert_case 0.6.0",
4560 "itertools 0.13.0",
4561 "optfield",
4562 "proc-macro2",
4563 "quote",
4564 "strum 0.26.3",
4565 "syn 2.0.101",
4566]
4567
4568[[package]]
4569name = "dotenv"
4570version = "0.15.0"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4573
4574[[package]]
4575name = "dotenvy"
4576version = "0.15.7"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4579
4580[[package]]
4581name = "downcast-rs"
4582version = "1.2.1"
4583source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4585
4586[[package]]
4587name = "doxygen-rs"
4588version = "0.4.2"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4591dependencies = [
4592 "phf",
4593]
4594
4595[[package]]
4596name = "dtoa"
4597version = "1.0.10"
4598source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4600
4601[[package]]
4602name = "dtoa-short"
4603version = "0.3.5"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4606dependencies = [
4607 "dtoa",
4608]
4609
4610[[package]]
4611name = "dtor"
4612version = "0.0.6"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4615dependencies = [
4616 "dtor-proc-macro",
4617]
4618
4619[[package]]
4620name = "dtor-proc-macro"
4621version = "0.0.5"
4622source = "registry+https://github.com/rust-lang/crates.io-index"
4623checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4624
4625[[package]]
4626name = "dunce"
4627version = "1.0.5"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4630
4631[[package]]
4632name = "dwrote"
4633version = "0.11.3"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4636dependencies = [
4637 "lazy_static",
4638 "libc",
4639 "winapi",
4640 "wio",
4641]
4642
4643[[package]]
4644name = "dyn-clone"
4645version = "1.0.19"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4648
4649[[package]]
4650name = "ec4rs"
4651version = "1.2.0"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4654
4655[[package]]
4656name = "ecdsa"
4657version = "0.14.8"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4660dependencies = [
4661 "der 0.6.1",
4662 "elliptic-curve",
4663 "rfc6979",
4664 "signature 1.6.4",
4665]
4666
4667[[package]]
4668name = "editor"
4669version = "0.1.0"
4670dependencies = [
4671 "aho-corasick",
4672 "anyhow",
4673 "assets",
4674 "buffer_diff",
4675 "client",
4676 "clock",
4677 "collections",
4678 "command_palette_hooks",
4679 "convert_case 0.8.0",
4680 "ctor",
4681 "db",
4682 "emojis",
4683 "env_logger 0.11.8",
4684 "feature_flags",
4685 "file_icons",
4686 "fs",
4687 "futures 0.3.31",
4688 "fuzzy",
4689 "git",
4690 "gpui",
4691 "http_client",
4692 "indoc",
4693 "inline_completion",
4694 "itertools 0.14.0",
4695 "language",
4696 "languages",
4697 "linkify",
4698 "log",
4699 "lsp",
4700 "markdown",
4701 "menu",
4702 "multi_buffer",
4703 "ordered-float 2.10.1",
4704 "parking_lot",
4705 "pretty_assertions",
4706 "project",
4707 "rand 0.8.5",
4708 "release_channel",
4709 "rpc",
4710 "schemars",
4711 "serde",
4712 "serde_json",
4713 "settings",
4714 "smallvec",
4715 "smol",
4716 "snippet",
4717 "sum_tree",
4718 "task",
4719 "telemetry",
4720 "tempfile",
4721 "text",
4722 "theme",
4723 "time",
4724 "tree-sitter-html",
4725 "tree-sitter-python",
4726 "tree-sitter-rust",
4727 "tree-sitter-typescript",
4728 "ui",
4729 "unicode-script",
4730 "unicode-segmentation",
4731 "unindent",
4732 "url",
4733 "util",
4734 "uuid",
4735 "workspace",
4736 "workspace-hack",
4737 "zed_actions",
4738]
4739
4740[[package]]
4741name = "either"
4742version = "1.15.0"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4745dependencies = [
4746 "serde",
4747]
4748
4749[[package]]
4750name = "elasticlunr-rs"
4751version = "3.0.2"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4754dependencies = [
4755 "regex",
4756 "serde",
4757 "serde_derive",
4758 "serde_json",
4759]
4760
4761[[package]]
4762name = "elliptic-curve"
4763version = "0.12.3"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4766dependencies = [
4767 "base16ct",
4768 "crypto-bigint 0.4.9",
4769 "der 0.6.1",
4770 "digest",
4771 "ff",
4772 "generic-array",
4773 "group",
4774 "pkcs8 0.9.0",
4775 "rand_core 0.6.4",
4776 "sec1",
4777 "subtle",
4778 "zeroize",
4779]
4780
4781[[package]]
4782name = "email_address"
4783version = "0.2.9"
4784source = "registry+https://github.com/rust-lang/crates.io-index"
4785checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4786dependencies = [
4787 "serde",
4788]
4789
4790[[package]]
4791name = "embed-resource"
4792version = "3.0.2"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4795dependencies = [
4796 "cc",
4797 "memchr",
4798 "rustc_version",
4799 "toml 0.8.20",
4800 "vswhom",
4801 "winreg 0.52.0",
4802]
4803
4804[[package]]
4805name = "embedded-io"
4806version = "0.4.0"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4809
4810[[package]]
4811name = "embedded-io"
4812version = "0.6.1"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4815
4816[[package]]
4817name = "emojis"
4818version = "0.6.4"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4821dependencies = [
4822 "phf",
4823]
4824
4825[[package]]
4826name = "encode_unicode"
4827version = "1.0.0"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4830
4831[[package]]
4832name = "encoding_rs"
4833version = "0.8.35"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4836dependencies = [
4837 "cfg-if",
4838]
4839
4840[[package]]
4841name = "endi"
4842version = "1.1.0"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4845
4846[[package]]
4847name = "enumflags2"
4848version = "0.7.11"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4851dependencies = [
4852 "enumflags2_derive",
4853 "serde",
4854]
4855
4856[[package]]
4857name = "enumflags2_derive"
4858version = "0.7.11"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4861dependencies = [
4862 "proc-macro2",
4863 "quote",
4864 "syn 2.0.101",
4865]
4866
4867[[package]]
4868name = "env_filter"
4869version = "0.1.3"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4872dependencies = [
4873 "log",
4874 "regex",
4875]
4876
4877[[package]]
4878name = "env_logger"
4879version = "0.10.2"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4882dependencies = [
4883 "humantime",
4884 "is-terminal",
4885 "log",
4886 "regex",
4887 "termcolor",
4888]
4889
4890[[package]]
4891name = "env_logger"
4892version = "0.11.8"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4895dependencies = [
4896 "anstream",
4897 "anstyle",
4898 "env_filter",
4899 "jiff",
4900 "log",
4901]
4902
4903[[package]]
4904name = "envy"
4905version = "0.4.2"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4908dependencies = [
4909 "serde",
4910]
4911
4912[[package]]
4913name = "equivalent"
4914version = "1.0.2"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4917
4918[[package]]
4919name = "erased-serde"
4920version = "0.4.6"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4923dependencies = [
4924 "serde",
4925 "typeid",
4926]
4927
4928[[package]]
4929name = "errno"
4930version = "0.2.8"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4933dependencies = [
4934 "errno-dragonfly",
4935 "libc",
4936 "winapi",
4937]
4938
4939[[package]]
4940name = "errno"
4941version = "0.3.11"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4944dependencies = [
4945 "libc",
4946 "windows-sys 0.59.0",
4947]
4948
4949[[package]]
4950name = "errno-dragonfly"
4951version = "0.1.2"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4954dependencies = [
4955 "cc",
4956 "libc",
4957]
4958
4959[[package]]
4960name = "etagere"
4961version = "0.2.15"
4962source = "registry+https://github.com/rust-lang/crates.io-index"
4963checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4964dependencies = [
4965 "euclid",
4966 "svg_fmt",
4967]
4968
4969[[package]]
4970name = "etcetera"
4971version = "0.8.0"
4972source = "registry+https://github.com/rust-lang/crates.io-index"
4973checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4974dependencies = [
4975 "cfg-if",
4976 "home",
4977 "windows-sys 0.48.0",
4978]
4979
4980[[package]]
4981name = "euclid"
4982version = "0.22.11"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4985dependencies = [
4986 "num-traits",
4987]
4988
4989[[package]]
4990name = "eval"
4991version = "0.1.0"
4992dependencies = [
4993 "agent",
4994 "anyhow",
4995 "assistant_settings",
4996 "assistant_tool",
4997 "assistant_tools",
4998 "async-trait",
4999 "async-watch",
5000 "buffer_diff",
5001 "chrono",
5002 "clap",
5003 "client",
5004 "collections",
5005 "debug_adapter_extension",
5006 "dirs 4.0.0",
5007 "dotenv",
5008 "env_logger 0.11.8",
5009 "extension",
5010 "fs",
5011 "futures 0.3.31",
5012 "gpui",
5013 "gpui_tokio",
5014 "handlebars 4.5.0",
5015 "language",
5016 "language_extension",
5017 "language_model",
5018 "language_models",
5019 "languages",
5020 "markdown",
5021 "node_runtime",
5022 "pathdiff",
5023 "paths",
5024 "pretty_assertions",
5025 "project",
5026 "prompt_store",
5027 "regex",
5028 "release_channel",
5029 "reqwest_client",
5030 "serde",
5031 "serde_json",
5032 "settings",
5033 "shellexpand 2.1.2",
5034 "smol",
5035 "telemetry",
5036 "terminal_view",
5037 "toml 0.8.20",
5038 "unindent",
5039 "util",
5040 "uuid",
5041 "workspace-hack",
5042]
5043
5044[[package]]
5045name = "event-listener"
5046version = "2.5.3"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5049
5050[[package]]
5051name = "event-listener"
5052version = "5.4.0"
5053source = "registry+https://github.com/rust-lang/crates.io-index"
5054checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5055dependencies = [
5056 "concurrent-queue",
5057 "parking",
5058 "pin-project-lite",
5059]
5060
5061[[package]]
5062name = "event-listener-strategy"
5063version = "0.5.4"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5066dependencies = [
5067 "event-listener 5.4.0",
5068 "pin-project-lite",
5069]
5070
5071[[package]]
5072name = "exec"
5073version = "0.3.1"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5076dependencies = [
5077 "errno 0.2.8",
5078 "libc",
5079]
5080
5081[[package]]
5082name = "exr"
5083version = "1.73.0"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5086dependencies = [
5087 "bit_field",
5088 "half",
5089 "lebe",
5090 "miniz_oxide",
5091 "rayon-core",
5092 "smallvec",
5093 "zune-inflate",
5094]
5095
5096[[package]]
5097name = "extension"
5098version = "0.1.0"
5099dependencies = [
5100 "anyhow",
5101 "async-compression",
5102 "async-tar",
5103 "async-trait",
5104 "collections",
5105 "dap",
5106 "fs",
5107 "futures 0.3.31",
5108 "gpui",
5109 "heck 0.5.0",
5110 "http_client",
5111 "language",
5112 "log",
5113 "lsp",
5114 "parking_lot",
5115 "semantic_version",
5116 "serde",
5117 "serde_json",
5118 "task",
5119 "toml 0.8.20",
5120 "util",
5121 "wasi-preview1-component-adapter-provider",
5122 "wasm-encoder 0.221.3",
5123 "wasmparser 0.221.3",
5124 "wit-component 0.221.3",
5125 "workspace-hack",
5126]
5127
5128[[package]]
5129name = "extension_cli"
5130version = "0.1.0"
5131dependencies = [
5132 "anyhow",
5133 "clap",
5134 "env_logger 0.11.8",
5135 "extension",
5136 "fs",
5137 "gpui",
5138 "language",
5139 "log",
5140 "reqwest_client",
5141 "rpc",
5142 "serde",
5143 "serde_json",
5144 "theme",
5145 "tokio",
5146 "toml 0.8.20",
5147 "tree-sitter",
5148 "wasmtime",
5149 "workspace-hack",
5150]
5151
5152[[package]]
5153name = "extension_host"
5154version = "0.1.0"
5155dependencies = [
5156 "anyhow",
5157 "async-compression",
5158 "async-tar",
5159 "async-trait",
5160 "client",
5161 "collections",
5162 "criterion",
5163 "ctor",
5164 "dap",
5165 "env_logger 0.11.8",
5166 "extension",
5167 "fs",
5168 "futures 0.3.31",
5169 "gpui",
5170 "http_client",
5171 "language",
5172 "language_extension",
5173 "log",
5174 "lsp",
5175 "moka",
5176 "node_runtime",
5177 "parking_lot",
5178 "paths",
5179 "project",
5180 "rand 0.8.5",
5181 "release_channel",
5182 "remote",
5183 "reqwest_client",
5184 "schemars",
5185 "semantic_version",
5186 "serde",
5187 "serde_json",
5188 "serde_json_lenient",
5189 "settings",
5190 "task",
5191 "telemetry",
5192 "tempfile",
5193 "theme",
5194 "theme_extension",
5195 "toml 0.8.20",
5196 "url",
5197 "util",
5198 "wasmparser 0.221.3",
5199 "wasmtime",
5200 "wasmtime-wasi",
5201 "workspace-hack",
5202]
5203
5204[[package]]
5205name = "extensions_ui"
5206version = "0.1.0"
5207dependencies = [
5208 "anyhow",
5209 "client",
5210 "collections",
5211 "db",
5212 "editor",
5213 "extension",
5214 "extension_host",
5215 "fs",
5216 "fuzzy",
5217 "gpui",
5218 "language",
5219 "log",
5220 "num-format",
5221 "picker",
5222 "project",
5223 "release_channel",
5224 "semantic_version",
5225 "serde",
5226 "settings",
5227 "smallvec",
5228 "strum 0.27.1",
5229 "telemetry",
5230 "theme",
5231 "ui",
5232 "util",
5233 "vim_mode_setting",
5234 "workspace",
5235 "workspace-hack",
5236 "zed_actions",
5237]
5238
5239[[package]]
5240name = "fallible-iterator"
5241version = "0.3.0"
5242source = "registry+https://github.com/rust-lang/crates.io-index"
5243checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5244
5245[[package]]
5246name = "fancy-regex"
5247version = "0.13.0"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5250dependencies = [
5251 "bit-set 0.5.3",
5252 "regex-automata 0.4.9",
5253 "regex-syntax 0.8.5",
5254]
5255
5256[[package]]
5257name = "fancy-regex"
5258version = "0.14.0"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5261dependencies = [
5262 "bit-set 0.8.0",
5263 "regex-automata 0.4.9",
5264 "regex-syntax 0.8.5",
5265]
5266
5267[[package]]
5268name = "fast-srgb8"
5269version = "1.0.0"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5272
5273[[package]]
5274name = "faster-hex"
5275version = "0.9.0"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5278dependencies = [
5279 "serde",
5280]
5281
5282[[package]]
5283name = "faster-hex"
5284version = "0.10.0"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5287dependencies = [
5288 "heapless",
5289 "serde",
5290]
5291
5292[[package]]
5293name = "fastrand"
5294version = "1.9.0"
5295source = "registry+https://github.com/rust-lang/crates.io-index"
5296checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5297dependencies = [
5298 "instant",
5299]
5300
5301[[package]]
5302name = "fastrand"
5303version = "2.3.0"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5306
5307[[package]]
5308name = "fd-lock"
5309version = "4.0.4"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5312dependencies = [
5313 "cfg-if",
5314 "rustix 1.0.7",
5315 "windows-sys 0.59.0",
5316]
5317
5318[[package]]
5319name = "fdeflate"
5320version = "0.3.7"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5323dependencies = [
5324 "simd-adler32",
5325]
5326
5327[[package]]
5328name = "feature_flags"
5329version = "0.1.0"
5330dependencies = [
5331 "futures 0.3.31",
5332 "gpui",
5333 "smol",
5334 "workspace-hack",
5335]
5336
5337[[package]]
5338name = "feedback"
5339version = "0.1.0"
5340dependencies = [
5341 "client",
5342 "editor",
5343 "gpui",
5344 "human_bytes",
5345 "menu",
5346 "release_channel",
5347 "serde",
5348 "sysinfo",
5349 "ui",
5350 "urlencoding",
5351 "util",
5352 "workspace",
5353 "workspace-hack",
5354 "zed_actions",
5355]
5356
5357[[package]]
5358name = "ff"
5359version = "0.12.1"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5362dependencies = [
5363 "rand_core 0.6.4",
5364 "subtle",
5365]
5366
5367[[package]]
5368name = "file_finder"
5369version = "0.1.0"
5370dependencies = [
5371 "anyhow",
5372 "collections",
5373 "ctor",
5374 "editor",
5375 "env_logger 0.11.8",
5376 "file_icons",
5377 "futures 0.3.31",
5378 "fuzzy",
5379 "gpui",
5380 "language",
5381 "menu",
5382 "picker",
5383 "project",
5384 "schemars",
5385 "serde",
5386 "serde_derive",
5387 "serde_json",
5388 "settings",
5389 "text",
5390 "theme",
5391 "ui",
5392 "util",
5393 "workspace",
5394 "workspace-hack",
5395]
5396
5397[[package]]
5398name = "file_icons"
5399version = "0.1.0"
5400dependencies = [
5401 "gpui",
5402 "serde",
5403 "settings",
5404 "theme",
5405 "util",
5406 "workspace-hack",
5407]
5408
5409[[package]]
5410name = "filedescriptor"
5411version = "0.8.3"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5414dependencies = [
5415 "libc",
5416 "thiserror 1.0.69",
5417 "winapi",
5418]
5419
5420[[package]]
5421name = "filetime"
5422version = "0.2.25"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5425dependencies = [
5426 "cfg-if",
5427 "libc",
5428 "libredox",
5429 "windows-sys 0.59.0",
5430]
5431
5432[[package]]
5433name = "fixedbitset"
5434version = "0.4.2"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5437
5438[[package]]
5439name = "flate2"
5440version = "1.1.1"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5443dependencies = [
5444 "crc32fast",
5445 "libz-rs-sys",
5446 "miniz_oxide",
5447]
5448
5449[[package]]
5450name = "float-cmp"
5451version = "0.9.0"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5454
5455[[package]]
5456name = "float-ord"
5457version = "0.3.2"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5460
5461[[package]]
5462name = "float_next_after"
5463version = "1.0.0"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5466
5467[[package]]
5468name = "fluent-uri"
5469version = "0.3.2"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5472dependencies = [
5473 "borrow-or-share",
5474 "ref-cast",
5475 "serde",
5476]
5477
5478[[package]]
5479name = "flume"
5480version = "0.11.1"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5483dependencies = [
5484 "futures-core",
5485 "futures-sink",
5486 "nanorand",
5487 "spin",
5488]
5489
5490[[package]]
5491name = "fnv"
5492version = "1.0.7"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5495
5496[[package]]
5497name = "foldhash"
5498version = "0.1.5"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5501
5502[[package]]
5503name = "font-kit"
5504version = "0.14.1"
5505source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5506dependencies = [
5507 "bitflags 2.9.0",
5508 "byteorder",
5509 "core-foundation 0.10.0",
5510 "core-graphics 0.24.0",
5511 "core-text",
5512 "dirs 5.0.1",
5513 "dwrote",
5514 "float-ord",
5515 "freetype-sys",
5516 "lazy_static",
5517 "libc",
5518 "log",
5519 "pathfinder_geometry",
5520 "pathfinder_simd",
5521 "walkdir",
5522 "winapi",
5523 "yeslogic-fontconfig-sys",
5524]
5525
5526[[package]]
5527name = "font-types"
5528version = "0.8.4"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5531dependencies = [
5532 "bytemuck",
5533]
5534
5535[[package]]
5536name = "fontconfig-parser"
5537version = "0.5.7"
5538source = "registry+https://github.com/rust-lang/crates.io-index"
5539checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5540dependencies = [
5541 "roxmltree",
5542]
5543
5544[[package]]
5545name = "fontdb"
5546version = "0.16.2"
5547source = "registry+https://github.com/rust-lang/crates.io-index"
5548checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5549dependencies = [
5550 "fontconfig-parser",
5551 "log",
5552 "memmap2",
5553 "slotmap",
5554 "tinyvec",
5555 "ttf-parser 0.20.0",
5556]
5557
5558[[package]]
5559name = "fontdb"
5560version = "0.23.0"
5561source = "registry+https://github.com/rust-lang/crates.io-index"
5562checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5563dependencies = [
5564 "fontconfig-parser",
5565 "log",
5566 "memmap2",
5567 "slotmap",
5568 "tinyvec",
5569 "ttf-parser 0.25.1",
5570]
5571
5572[[package]]
5573name = "foreign-types"
5574version = "0.3.2"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5577dependencies = [
5578 "foreign-types-shared 0.1.1",
5579]
5580
5581[[package]]
5582name = "foreign-types"
5583version = "0.5.0"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5586dependencies = [
5587 "foreign-types-macros",
5588 "foreign-types-shared 0.3.1",
5589]
5590
5591[[package]]
5592name = "foreign-types-macros"
5593version = "0.2.3"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5596dependencies = [
5597 "proc-macro2",
5598 "quote",
5599 "syn 2.0.101",
5600]
5601
5602[[package]]
5603name = "foreign-types-shared"
5604version = "0.1.1"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5607
5608[[package]]
5609name = "foreign-types-shared"
5610version = "0.3.1"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5613
5614[[package]]
5615name = "fork"
5616version = "0.2.0"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5619dependencies = [
5620 "libc",
5621]
5622
5623[[package]]
5624name = "form_urlencoded"
5625version = "1.2.1"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5628dependencies = [
5629 "percent-encoding",
5630]
5631
5632[[package]]
5633name = "fraction"
5634version = "0.15.3"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
5636checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5637dependencies = [
5638 "lazy_static",
5639 "num",
5640]
5641
5642[[package]]
5643name = "freetype-sys"
5644version = "0.20.1"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5647dependencies = [
5648 "cc",
5649 "libc",
5650 "pkg-config",
5651]
5652
5653[[package]]
5654name = "fs"
5655version = "0.1.0"
5656dependencies = [
5657 "anyhow",
5658 "ashpd",
5659 "async-tar",
5660 "async-trait",
5661 "cocoa 0.26.0",
5662 "collections",
5663 "fsevent",
5664 "futures 0.3.31",
5665 "git",
5666 "gpui",
5667 "ignore",
5668 "libc",
5669 "log",
5670 "notify",
5671 "objc",
5672 "parking_lot",
5673 "paths",
5674 "proto",
5675 "rope",
5676 "serde",
5677 "serde_json",
5678 "smol",
5679 "tempfile",
5680 "text",
5681 "time",
5682 "util",
5683 "windows 0.61.1",
5684 "workspace-hack",
5685]
5686
5687[[package]]
5688name = "fs-set-times"
5689version = "0.20.3"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5692dependencies = [
5693 "io-lifetimes",
5694 "rustix 1.0.7",
5695 "windows-sys 0.59.0",
5696]
5697
5698[[package]]
5699name = "fs2"
5700version = "0.4.3"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5703dependencies = [
5704 "libc",
5705 "winapi",
5706]
5707
5708[[package]]
5709name = "fs_extra"
5710version = "1.3.0"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5713
5714[[package]]
5715name = "fsevent"
5716version = "0.1.0"
5717dependencies = [
5718 "bitflags 2.9.0",
5719 "core-foundation 0.10.0",
5720 "fsevent-sys 3.1.0",
5721 "parking_lot",
5722 "tempfile",
5723 "workspace-hack",
5724]
5725
5726[[package]]
5727name = "fsevent-sys"
5728version = "3.1.0"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5731dependencies = [
5732 "libc",
5733]
5734
5735[[package]]
5736name = "fsevent-sys"
5737version = "4.1.0"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5740dependencies = [
5741 "libc",
5742]
5743
5744[[package]]
5745name = "funty"
5746version = "2.0.0"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5749
5750[[package]]
5751name = "futf"
5752version = "0.1.5"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5755dependencies = [
5756 "mac",
5757 "new_debug_unreachable",
5758]
5759
5760[[package]]
5761name = "futures"
5762version = "0.1.31"
5763source = "registry+https://github.com/rust-lang/crates.io-index"
5764checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5765
5766[[package]]
5767name = "futures"
5768version = "0.3.31"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5771dependencies = [
5772 "futures-channel",
5773 "futures-core",
5774 "futures-executor",
5775 "futures-io",
5776 "futures-sink",
5777 "futures-task",
5778 "futures-util",
5779]
5780
5781[[package]]
5782name = "futures-batch"
5783version = "0.6.1"
5784source = "registry+https://github.com/rust-lang/crates.io-index"
5785checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5786dependencies = [
5787 "futures 0.3.31",
5788 "futures-timer",
5789 "pin-utils",
5790]
5791
5792[[package]]
5793name = "futures-channel"
5794version = "0.3.31"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5797dependencies = [
5798 "futures-core",
5799 "futures-sink",
5800]
5801
5802[[package]]
5803name = "futures-core"
5804version = "0.3.31"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5807
5808[[package]]
5809name = "futures-executor"
5810version = "0.3.31"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5813dependencies = [
5814 "futures-core",
5815 "futures-task",
5816 "futures-util",
5817]
5818
5819[[package]]
5820name = "futures-intrusive"
5821version = "0.5.0"
5822source = "registry+https://github.com/rust-lang/crates.io-index"
5823checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5824dependencies = [
5825 "futures-core",
5826 "lock_api",
5827 "parking_lot",
5828]
5829
5830[[package]]
5831name = "futures-io"
5832version = "0.3.31"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5835
5836[[package]]
5837name = "futures-lite"
5838version = "1.13.0"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
5840checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5841dependencies = [
5842 "fastrand 1.9.0",
5843 "futures-core",
5844 "futures-io",
5845 "memchr",
5846 "parking",
5847 "pin-project-lite",
5848 "waker-fn",
5849]
5850
5851[[package]]
5852name = "futures-lite"
5853version = "2.6.0"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5856dependencies = [
5857 "fastrand 2.3.0",
5858 "futures-core",
5859 "futures-io",
5860 "parking",
5861 "pin-project-lite",
5862]
5863
5864[[package]]
5865name = "futures-macro"
5866version = "0.3.31"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5869dependencies = [
5870 "proc-macro2",
5871 "quote",
5872 "syn 2.0.101",
5873]
5874
5875[[package]]
5876name = "futures-sink"
5877version = "0.3.31"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5880
5881[[package]]
5882name = "futures-task"
5883version = "0.3.31"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5886
5887[[package]]
5888name = "futures-timer"
5889version = "3.0.3"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5892
5893[[package]]
5894name = "futures-util"
5895version = "0.3.31"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5898dependencies = [
5899 "futures 0.1.31",
5900 "futures-channel",
5901 "futures-core",
5902 "futures-io",
5903 "futures-macro",
5904 "futures-sink",
5905 "futures-task",
5906 "memchr",
5907 "pin-project-lite",
5908 "pin-utils",
5909 "slab",
5910 "tokio-io",
5911]
5912
5913[[package]]
5914name = "fuzzy"
5915version = "0.1.0"
5916dependencies = [
5917 "gpui",
5918 "log",
5919 "util",
5920 "workspace-hack",
5921]
5922
5923[[package]]
5924name = "fuzzy-matcher"
5925version = "0.3.7"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5928dependencies = [
5929 "thread_local",
5930]
5931
5932[[package]]
5933name = "generator"
5934version = "0.8.5"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5937dependencies = [
5938 "cc",
5939 "cfg-if",
5940 "libc",
5941 "log",
5942 "rustversion",
5943 "windows 0.61.1",
5944]
5945
5946[[package]]
5947name = "generic-array"
5948version = "0.14.7"
5949source = "registry+https://github.com/rust-lang/crates.io-index"
5950checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5951dependencies = [
5952 "typenum",
5953 "version_check",
5954]
5955
5956[[package]]
5957name = "gethostname"
5958version = "0.4.3"
5959source = "registry+https://github.com/rust-lang/crates.io-index"
5960checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5961dependencies = [
5962 "libc",
5963 "windows-targets 0.48.5",
5964]
5965
5966[[package]]
5967name = "getrandom"
5968version = "0.1.16"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5971dependencies = [
5972 "cfg-if",
5973 "libc",
5974 "wasi 0.9.0+wasi-snapshot-preview1",
5975]
5976
5977[[package]]
5978name = "getrandom"
5979version = "0.2.15"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5982dependencies = [
5983 "cfg-if",
5984 "js-sys",
5985 "libc",
5986 "wasi 0.11.0+wasi-snapshot-preview1",
5987 "wasm-bindgen",
5988]
5989
5990[[package]]
5991name = "getrandom"
5992version = "0.3.2"
5993source = "registry+https://github.com/rust-lang/crates.io-index"
5994checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5995dependencies = [
5996 "cfg-if",
5997 "js-sys",
5998 "libc",
5999 "r-efi",
6000 "wasi 0.14.2+wasi-0.2.4",
6001 "wasm-bindgen",
6002]
6003
6004[[package]]
6005name = "gif"
6006version = "0.13.1"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6009dependencies = [
6010 "color_quant",
6011 "weezl",
6012]
6013
6014[[package]]
6015name = "gimli"
6016version = "0.31.1"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6019dependencies = [
6020 "fallible-iterator",
6021 "indexmap",
6022 "stable_deref_trait",
6023]
6024
6025[[package]]
6026name = "git"
6027version = "0.1.0"
6028dependencies = [
6029 "anyhow",
6030 "askpass",
6031 "async-trait",
6032 "collections",
6033 "derive_more",
6034 "futures 0.3.31",
6035 "git2",
6036 "gpui",
6037 "http_client",
6038 "log",
6039 "parking_lot",
6040 "pretty_assertions",
6041 "regex",
6042 "rope",
6043 "schemars",
6044 "serde",
6045 "serde_json",
6046 "smol",
6047 "sum_tree",
6048 "tempfile",
6049 "text",
6050 "thiserror 2.0.12",
6051 "time",
6052 "unindent",
6053 "url",
6054 "util",
6055 "uuid",
6056 "workspace-hack",
6057]
6058
6059[[package]]
6060name = "git2"
6061version = "0.20.1"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6064dependencies = [
6065 "bitflags 2.9.0",
6066 "libc",
6067 "libgit2-sys",
6068 "log",
6069 "url",
6070]
6071
6072[[package]]
6073name = "git_hosting_providers"
6074version = "0.1.0"
6075dependencies = [
6076 "anyhow",
6077 "async-trait",
6078 "futures 0.3.31",
6079 "git",
6080 "gpui",
6081 "http_client",
6082 "indoc",
6083 "pretty_assertions",
6084 "regex",
6085 "schemars",
6086 "serde",
6087 "serde_json",
6088 "settings",
6089 "url",
6090 "util",
6091 "workspace-hack",
6092]
6093
6094[[package]]
6095name = "git_ui"
6096version = "0.1.0"
6097dependencies = [
6098 "anyhow",
6099 "askpass",
6100 "assistant_settings",
6101 "buffer_diff",
6102 "chrono",
6103 "collections",
6104 "command_palette_hooks",
6105 "component",
6106 "ctor",
6107 "db",
6108 "editor",
6109 "env_logger 0.11.8",
6110 "futures 0.3.31",
6111 "fuzzy",
6112 "git",
6113 "gpui",
6114 "itertools 0.14.0",
6115 "language",
6116 "language_model",
6117 "linkify",
6118 "log",
6119 "markdown",
6120 "menu",
6121 "multi_buffer",
6122 "notifications",
6123 "panel",
6124 "picker",
6125 "postage",
6126 "pretty_assertions",
6127 "project",
6128 "schemars",
6129 "serde",
6130 "serde_derive",
6131 "serde_json",
6132 "settings",
6133 "strum 0.27.1",
6134 "telemetry",
6135 "theme",
6136 "time",
6137 "time_format",
6138 "ui",
6139 "unindent",
6140 "util",
6141 "windows 0.61.1",
6142 "workspace",
6143 "workspace-hack",
6144 "zed_actions",
6145]
6146
6147[[package]]
6148name = "gix"
6149version = "0.71.0"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6152dependencies = [
6153 "gix-actor",
6154 "gix-attributes",
6155 "gix-command",
6156 "gix-commitgraph",
6157 "gix-config",
6158 "gix-date",
6159 "gix-diff",
6160 "gix-discover",
6161 "gix-features 0.41.1",
6162 "gix-filter",
6163 "gix-fs 0.14.0",
6164 "gix-glob",
6165 "gix-hash 0.17.0",
6166 "gix-hashtable",
6167 "gix-ignore",
6168 "gix-index",
6169 "gix-lock",
6170 "gix-object",
6171 "gix-odb",
6172 "gix-pack",
6173 "gix-path",
6174 "gix-pathspec",
6175 "gix-protocol",
6176 "gix-ref",
6177 "gix-refspec",
6178 "gix-revision",
6179 "gix-revwalk",
6180 "gix-sec",
6181 "gix-shallow",
6182 "gix-submodule",
6183 "gix-tempfile",
6184 "gix-trace",
6185 "gix-traverse",
6186 "gix-url",
6187 "gix-utils 0.2.0",
6188 "gix-validate 0.9.4",
6189 "gix-worktree",
6190 "once_cell",
6191 "smallvec",
6192 "thiserror 2.0.12",
6193]
6194
6195[[package]]
6196name = "gix-actor"
6197version = "0.34.0"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6200dependencies = [
6201 "bstr",
6202 "gix-date",
6203 "gix-utils 0.2.0",
6204 "itoa",
6205 "thiserror 2.0.12",
6206 "winnow",
6207]
6208
6209[[package]]
6210name = "gix-attributes"
6211version = "0.25.0"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6214dependencies = [
6215 "bstr",
6216 "gix-glob",
6217 "gix-path",
6218 "gix-quote",
6219 "gix-trace",
6220 "kstring",
6221 "smallvec",
6222 "thiserror 2.0.12",
6223 "unicode-bom",
6224]
6225
6226[[package]]
6227name = "gix-bitmap"
6228version = "0.2.14"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6231dependencies = [
6232 "thiserror 2.0.12",
6233]
6234
6235[[package]]
6236name = "gix-chunk"
6237version = "0.4.11"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6240dependencies = [
6241 "thiserror 2.0.12",
6242]
6243
6244[[package]]
6245name = "gix-command"
6246version = "0.5.0"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6249dependencies = [
6250 "bstr",
6251 "gix-path",
6252 "gix-quote",
6253 "gix-trace",
6254 "shell-words",
6255]
6256
6257[[package]]
6258name = "gix-commitgraph"
6259version = "0.27.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6262dependencies = [
6263 "bstr",
6264 "gix-chunk",
6265 "gix-hash 0.17.0",
6266 "memmap2",
6267 "thiserror 2.0.12",
6268]
6269
6270[[package]]
6271name = "gix-config"
6272version = "0.44.0"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6275dependencies = [
6276 "bstr",
6277 "gix-config-value",
6278 "gix-features 0.41.1",
6279 "gix-glob",
6280 "gix-path",
6281 "gix-ref",
6282 "gix-sec",
6283 "memchr",
6284 "once_cell",
6285 "smallvec",
6286 "thiserror 2.0.12",
6287 "unicode-bom",
6288 "winnow",
6289]
6290
6291[[package]]
6292name = "gix-config-value"
6293version = "0.14.12"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6296dependencies = [
6297 "bitflags 2.9.0",
6298 "bstr",
6299 "gix-path",
6300 "libc",
6301 "thiserror 2.0.12",
6302]
6303
6304[[package]]
6305name = "gix-date"
6306version = "0.9.4"
6307source = "registry+https://github.com/rust-lang/crates.io-index"
6308checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6309dependencies = [
6310 "bstr",
6311 "itoa",
6312 "jiff",
6313 "thiserror 2.0.12",
6314]
6315
6316[[package]]
6317name = "gix-diff"
6318version = "0.51.0"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6321dependencies = [
6322 "bstr",
6323 "gix-command",
6324 "gix-filter",
6325 "gix-fs 0.14.0",
6326 "gix-hash 0.17.0",
6327 "gix-object",
6328 "gix-path",
6329 "gix-tempfile",
6330 "gix-trace",
6331 "gix-traverse",
6332 "gix-worktree",
6333 "imara-diff",
6334 "thiserror 2.0.12",
6335]
6336
6337[[package]]
6338name = "gix-discover"
6339version = "0.39.0"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6342dependencies = [
6343 "bstr",
6344 "dunce",
6345 "gix-fs 0.14.0",
6346 "gix-hash 0.17.0",
6347 "gix-path",
6348 "gix-ref",
6349 "gix-sec",
6350 "thiserror 2.0.12",
6351]
6352
6353[[package]]
6354name = "gix-features"
6355version = "0.41.1"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6358dependencies = [
6359 "crc32fast",
6360 "crossbeam-channel",
6361 "flate2",
6362 "gix-path",
6363 "gix-trace",
6364 "gix-utils 0.2.0",
6365 "libc",
6366 "once_cell",
6367 "parking_lot",
6368 "prodash",
6369 "thiserror 2.0.12",
6370 "walkdir",
6371]
6372
6373[[package]]
6374name = "gix-features"
6375version = "0.42.1"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6378dependencies = [
6379 "gix-trace",
6380 "gix-utils 0.3.0",
6381 "libc",
6382 "prodash",
6383]
6384
6385[[package]]
6386name = "gix-filter"
6387version = "0.18.0"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6390dependencies = [
6391 "bstr",
6392 "encoding_rs",
6393 "gix-attributes",
6394 "gix-command",
6395 "gix-hash 0.17.0",
6396 "gix-object",
6397 "gix-packetline-blocking",
6398 "gix-path",
6399 "gix-quote",
6400 "gix-trace",
6401 "gix-utils 0.2.0",
6402 "smallvec",
6403 "thiserror 2.0.12",
6404]
6405
6406[[package]]
6407name = "gix-fs"
6408version = "0.14.0"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6411dependencies = [
6412 "bstr",
6413 "fastrand 2.3.0",
6414 "gix-features 0.41.1",
6415 "gix-path",
6416 "gix-utils 0.2.0",
6417 "thiserror 2.0.12",
6418]
6419
6420[[package]]
6421name = "gix-fs"
6422version = "0.15.0"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6425dependencies = [
6426 "bstr",
6427 "fastrand 2.3.0",
6428 "gix-features 0.42.1",
6429 "gix-path",
6430 "gix-utils 0.3.0",
6431 "thiserror 2.0.12",
6432]
6433
6434[[package]]
6435name = "gix-glob"
6436version = "0.19.0"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6439dependencies = [
6440 "bitflags 2.9.0",
6441 "bstr",
6442 "gix-features 0.41.1",
6443 "gix-path",
6444]
6445
6446[[package]]
6447name = "gix-hash"
6448version = "0.17.0"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6451dependencies = [
6452 "faster-hex 0.9.0",
6453 "gix-features 0.41.1",
6454 "sha1-checked",
6455 "thiserror 2.0.12",
6456]
6457
6458[[package]]
6459name = "gix-hash"
6460version = "0.18.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6463dependencies = [
6464 "faster-hex 0.10.0",
6465 "gix-features 0.42.1",
6466 "sha1-checked",
6467 "thiserror 2.0.12",
6468]
6469
6470[[package]]
6471name = "gix-hashtable"
6472version = "0.8.1"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6475dependencies = [
6476 "gix-hash 0.18.0",
6477 "hashbrown 0.14.5",
6478 "parking_lot",
6479]
6480
6481[[package]]
6482name = "gix-ignore"
6483version = "0.14.0"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6486dependencies = [
6487 "bstr",
6488 "gix-glob",
6489 "gix-path",
6490 "gix-trace",
6491 "unicode-bom",
6492]
6493
6494[[package]]
6495name = "gix-index"
6496version = "0.39.0"
6497source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6499dependencies = [
6500 "bitflags 2.9.0",
6501 "bstr",
6502 "filetime",
6503 "fnv",
6504 "gix-bitmap",
6505 "gix-features 0.41.1",
6506 "gix-fs 0.14.0",
6507 "gix-hash 0.17.0",
6508 "gix-lock",
6509 "gix-object",
6510 "gix-traverse",
6511 "gix-utils 0.2.0",
6512 "gix-validate 0.9.4",
6513 "hashbrown 0.14.5",
6514 "itoa",
6515 "libc",
6516 "memmap2",
6517 "rustix 0.38.44",
6518 "smallvec",
6519 "thiserror 2.0.12",
6520]
6521
6522[[package]]
6523name = "gix-lock"
6524version = "17.1.0"
6525source = "registry+https://github.com/rust-lang/crates.io-index"
6526checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6527dependencies = [
6528 "gix-tempfile",
6529 "gix-utils 0.3.0",
6530 "thiserror 2.0.12",
6531]
6532
6533[[package]]
6534name = "gix-object"
6535version = "0.48.0"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6538dependencies = [
6539 "bstr",
6540 "gix-actor",
6541 "gix-date",
6542 "gix-features 0.41.1",
6543 "gix-hash 0.17.0",
6544 "gix-hashtable",
6545 "gix-path",
6546 "gix-utils 0.2.0",
6547 "gix-validate 0.9.4",
6548 "itoa",
6549 "smallvec",
6550 "thiserror 2.0.12",
6551 "winnow",
6552]
6553
6554[[package]]
6555name = "gix-odb"
6556version = "0.68.0"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6559dependencies = [
6560 "arc-swap",
6561 "gix-date",
6562 "gix-features 0.41.1",
6563 "gix-fs 0.14.0",
6564 "gix-hash 0.17.0",
6565 "gix-hashtable",
6566 "gix-object",
6567 "gix-pack",
6568 "gix-path",
6569 "gix-quote",
6570 "parking_lot",
6571 "tempfile",
6572 "thiserror 2.0.12",
6573]
6574
6575[[package]]
6576name = "gix-pack"
6577version = "0.58.0"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6580dependencies = [
6581 "clru",
6582 "gix-chunk",
6583 "gix-features 0.41.1",
6584 "gix-hash 0.17.0",
6585 "gix-hashtable",
6586 "gix-object",
6587 "gix-path",
6588 "memmap2",
6589 "smallvec",
6590 "thiserror 2.0.12",
6591 "uluru",
6592]
6593
6594[[package]]
6595name = "gix-packetline"
6596version = "0.18.4"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6599dependencies = [
6600 "bstr",
6601 "faster-hex 0.9.0",
6602 "gix-trace",
6603 "thiserror 2.0.12",
6604]
6605
6606[[package]]
6607name = "gix-packetline-blocking"
6608version = "0.18.3"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6611dependencies = [
6612 "bstr",
6613 "faster-hex 0.9.0",
6614 "gix-trace",
6615 "thiserror 2.0.12",
6616]
6617
6618[[package]]
6619name = "gix-path"
6620version = "0.10.18"
6621source = "registry+https://github.com/rust-lang/crates.io-index"
6622checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6623dependencies = [
6624 "bstr",
6625 "gix-trace",
6626 "gix-validate 0.10.0",
6627 "home",
6628 "once_cell",
6629 "thiserror 2.0.12",
6630]
6631
6632[[package]]
6633name = "gix-pathspec"
6634version = "0.10.0"
6635source = "registry+https://github.com/rust-lang/crates.io-index"
6636checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6637dependencies = [
6638 "bitflags 2.9.0",
6639 "bstr",
6640 "gix-attributes",
6641 "gix-config-value",
6642 "gix-glob",
6643 "gix-path",
6644 "thiserror 2.0.12",
6645]
6646
6647[[package]]
6648name = "gix-protocol"
6649version = "0.49.0"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6652dependencies = [
6653 "bstr",
6654 "gix-date",
6655 "gix-features 0.41.1",
6656 "gix-hash 0.17.0",
6657 "gix-ref",
6658 "gix-shallow",
6659 "gix-transport",
6660 "gix-utils 0.2.0",
6661 "maybe-async",
6662 "thiserror 2.0.12",
6663 "winnow",
6664]
6665
6666[[package]]
6667name = "gix-quote"
6668version = "0.5.0"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6671dependencies = [
6672 "bstr",
6673 "gix-utils 0.2.0",
6674 "thiserror 2.0.12",
6675]
6676
6677[[package]]
6678name = "gix-ref"
6679version = "0.51.0"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6682dependencies = [
6683 "gix-actor",
6684 "gix-features 0.41.1",
6685 "gix-fs 0.14.0",
6686 "gix-hash 0.17.0",
6687 "gix-lock",
6688 "gix-object",
6689 "gix-path",
6690 "gix-tempfile",
6691 "gix-utils 0.2.0",
6692 "gix-validate 0.9.4",
6693 "memmap2",
6694 "thiserror 2.0.12",
6695 "winnow",
6696]
6697
6698[[package]]
6699name = "gix-refspec"
6700version = "0.29.0"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6703dependencies = [
6704 "bstr",
6705 "gix-hash 0.17.0",
6706 "gix-revision",
6707 "gix-validate 0.9.4",
6708 "smallvec",
6709 "thiserror 2.0.12",
6710]
6711
6712[[package]]
6713name = "gix-revision"
6714version = "0.33.0"
6715source = "registry+https://github.com/rust-lang/crates.io-index"
6716checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6717dependencies = [
6718 "bstr",
6719 "gix-commitgraph",
6720 "gix-date",
6721 "gix-hash 0.17.0",
6722 "gix-object",
6723 "gix-revwalk",
6724 "thiserror 2.0.12",
6725]
6726
6727[[package]]
6728name = "gix-revwalk"
6729version = "0.19.0"
6730source = "registry+https://github.com/rust-lang/crates.io-index"
6731checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6732dependencies = [
6733 "gix-commitgraph",
6734 "gix-date",
6735 "gix-hash 0.17.0",
6736 "gix-hashtable",
6737 "gix-object",
6738 "smallvec",
6739 "thiserror 2.0.12",
6740]
6741
6742[[package]]
6743name = "gix-sec"
6744version = "0.10.12"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6747dependencies = [
6748 "bitflags 2.9.0",
6749 "gix-path",
6750 "libc",
6751 "windows-sys 0.52.0",
6752]
6753
6754[[package]]
6755name = "gix-shallow"
6756version = "0.3.0"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6759dependencies = [
6760 "bstr",
6761 "gix-hash 0.17.0",
6762 "gix-lock",
6763 "thiserror 2.0.12",
6764]
6765
6766[[package]]
6767name = "gix-submodule"
6768version = "0.18.0"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6771dependencies = [
6772 "bstr",
6773 "gix-config",
6774 "gix-path",
6775 "gix-pathspec",
6776 "gix-refspec",
6777 "gix-url",
6778 "thiserror 2.0.12",
6779]
6780
6781[[package]]
6782name = "gix-tempfile"
6783version = "17.1.0"
6784source = "registry+https://github.com/rust-lang/crates.io-index"
6785checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6786dependencies = [
6787 "dashmap 6.1.0",
6788 "gix-fs 0.15.0",
6789 "libc",
6790 "once_cell",
6791 "parking_lot",
6792 "tempfile",
6793]
6794
6795[[package]]
6796name = "gix-trace"
6797version = "0.1.12"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6800
6801[[package]]
6802name = "gix-transport"
6803version = "0.46.0"
6804source = "registry+https://github.com/rust-lang/crates.io-index"
6805checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6806dependencies = [
6807 "bstr",
6808 "gix-command",
6809 "gix-features 0.41.1",
6810 "gix-packetline",
6811 "gix-quote",
6812 "gix-sec",
6813 "gix-url",
6814 "thiserror 2.0.12",
6815]
6816
6817[[package]]
6818name = "gix-traverse"
6819version = "0.45.0"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6822dependencies = [
6823 "bitflags 2.9.0",
6824 "gix-commitgraph",
6825 "gix-date",
6826 "gix-hash 0.17.0",
6827 "gix-hashtable",
6828 "gix-object",
6829 "gix-revwalk",
6830 "smallvec",
6831 "thiserror 2.0.12",
6832]
6833
6834[[package]]
6835name = "gix-url"
6836version = "0.30.0"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6839dependencies = [
6840 "bstr",
6841 "gix-features 0.41.1",
6842 "gix-path",
6843 "percent-encoding",
6844 "thiserror 2.0.12",
6845 "url",
6846]
6847
6848[[package]]
6849name = "gix-utils"
6850version = "0.2.0"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6853dependencies = [
6854 "fastrand 2.3.0",
6855 "unicode-normalization",
6856]
6857
6858[[package]]
6859name = "gix-utils"
6860version = "0.3.0"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6863dependencies = [
6864 "fastrand 2.3.0",
6865 "unicode-normalization",
6866]
6867
6868[[package]]
6869name = "gix-validate"
6870version = "0.9.4"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6873dependencies = [
6874 "bstr",
6875 "thiserror 2.0.12",
6876]
6877
6878[[package]]
6879name = "gix-validate"
6880version = "0.10.0"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6883dependencies = [
6884 "bstr",
6885 "thiserror 2.0.12",
6886]
6887
6888[[package]]
6889name = "gix-worktree"
6890version = "0.40.0"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6893dependencies = [
6894 "bstr",
6895 "gix-attributes",
6896 "gix-features 0.41.1",
6897 "gix-fs 0.14.0",
6898 "gix-glob",
6899 "gix-hash 0.17.0",
6900 "gix-ignore",
6901 "gix-index",
6902 "gix-object",
6903 "gix-path",
6904 "gix-validate 0.9.4",
6905]
6906
6907[[package]]
6908name = "glob"
6909version = "0.3.2"
6910source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6912
6913[[package]]
6914name = "globset"
6915version = "0.4.16"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6918dependencies = [
6919 "aho-corasick",
6920 "bstr",
6921 "log",
6922 "regex-automata 0.4.9",
6923 "regex-syntax 0.8.5",
6924]
6925
6926[[package]]
6927name = "gloo-timers"
6928version = "0.3.0"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6931dependencies = [
6932 "futures-channel",
6933 "futures-core",
6934 "js-sys",
6935 "wasm-bindgen",
6936]
6937
6938[[package]]
6939name = "glow"
6940version = "0.14.2"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6943dependencies = [
6944 "js-sys",
6945 "slotmap",
6946 "wasm-bindgen",
6947 "web-sys",
6948]
6949
6950[[package]]
6951name = "go_to_line"
6952version = "0.1.0"
6953dependencies = [
6954 "anyhow",
6955 "editor",
6956 "gpui",
6957 "indoc",
6958 "language",
6959 "menu",
6960 "project",
6961 "rope",
6962 "schemars",
6963 "serde",
6964 "serde_json",
6965 "settings",
6966 "text",
6967 "theme",
6968 "tree-sitter-rust",
6969 "tree-sitter-typescript",
6970 "ui",
6971 "util",
6972 "workspace",
6973 "workspace-hack",
6974]
6975
6976[[package]]
6977name = "google_ai"
6978version = "0.1.0"
6979dependencies = [
6980 "anyhow",
6981 "futures 0.3.31",
6982 "http_client",
6983 "schemars",
6984 "serde",
6985 "serde_json",
6986 "strum 0.27.1",
6987 "workspace-hack",
6988]
6989
6990[[package]]
6991name = "gpu-alloc"
6992version = "0.6.0"
6993source = "registry+https://github.com/rust-lang/crates.io-index"
6994checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6995dependencies = [
6996 "bitflags 2.9.0",
6997 "gpu-alloc-types",
6998]
6999
7000[[package]]
7001name = "gpu-alloc-ash"
7002version = "0.7.0"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7005dependencies = [
7006 "ash",
7007 "gpu-alloc-types",
7008 "tinyvec",
7009]
7010
7011[[package]]
7012name = "gpu-alloc-types"
7013version = "0.3.0"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7016dependencies = [
7017 "bitflags 2.9.0",
7018]
7019
7020[[package]]
7021name = "gpui"
7022version = "0.1.0"
7023dependencies = [
7024 "anyhow",
7025 "as-raw-xcb-connection",
7026 "ashpd",
7027 "async-task",
7028 "backtrace",
7029 "bindgen 0.71.1",
7030 "blade-graphics",
7031 "blade-macros",
7032 "blade-util",
7033 "block",
7034 "bytemuck",
7035 "calloop",
7036 "calloop-wayland-source",
7037 "cbindgen",
7038 "cocoa 0.26.0",
7039 "collections",
7040 "core-foundation 0.10.0",
7041 "core-foundation-sys",
7042 "core-graphics 0.24.0",
7043 "core-text",
7044 "core-video",
7045 "cosmic-text",
7046 "ctor",
7047 "derive_more",
7048 "embed-resource",
7049 "env_logger 0.11.8",
7050 "etagere",
7051 "filedescriptor",
7052 "flume",
7053 "font-kit",
7054 "foreign-types 0.5.0",
7055 "futures 0.3.31",
7056 "gpui_macros",
7057 "http_client",
7058 "image",
7059 "inventory",
7060 "itertools 0.14.0",
7061 "log",
7062 "lyon",
7063 "media",
7064 "metal",
7065 "naga",
7066 "num_cpus",
7067 "objc",
7068 "objc2",
7069 "objc2-metal",
7070 "oo7",
7071 "open",
7072 "parking",
7073 "parking_lot",
7074 "pathfinder_geometry",
7075 "postage",
7076 "profiling",
7077 "rand 0.8.5",
7078 "raw-window-handle",
7079 "refineable",
7080 "reqwest_client",
7081 "resvg",
7082 "scap",
7083 "schemars",
7084 "seahash",
7085 "semantic_version",
7086 "serde",
7087 "serde_derive",
7088 "serde_json",
7089 "slotmap",
7090 "smallvec",
7091 "smol",
7092 "strum 0.27.1",
7093 "sum_tree",
7094 "taffy",
7095 "thiserror 2.0.12",
7096 "unicode-segmentation",
7097 "usvg",
7098 "util",
7099 "uuid",
7100 "waker-fn",
7101 "wayland-backend",
7102 "wayland-client",
7103 "wayland-cursor",
7104 "wayland-protocols",
7105 "wayland-protocols-plasma",
7106 "windows 0.61.1",
7107 "windows-core 0.61.0",
7108 "windows-numerics",
7109 "windows-registry 0.5.1",
7110 "workspace-hack",
7111 "x11-clipboard",
7112 "x11rb",
7113 "xim",
7114 "xkbcommon",
7115]
7116
7117[[package]]
7118name = "gpui_macros"
7119version = "0.1.0"
7120dependencies = [
7121 "gpui",
7122 "proc-macro2",
7123 "quote",
7124 "syn 1.0.109",
7125 "workspace-hack",
7126]
7127
7128[[package]]
7129name = "gpui_tokio"
7130version = "0.1.0"
7131dependencies = [
7132 "gpui",
7133 "tokio",
7134 "util",
7135 "workspace-hack",
7136]
7137
7138[[package]]
7139name = "grid"
7140version = "0.13.0"
7141source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7143
7144[[package]]
7145name = "group"
7146version = "0.12.1"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7149dependencies = [
7150 "ff",
7151 "rand_core 0.6.4",
7152 "subtle",
7153]
7154
7155[[package]]
7156name = "h2"
7157version = "0.3.26"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7160dependencies = [
7161 "bytes 1.10.1",
7162 "fnv",
7163 "futures-core",
7164 "futures-sink",
7165 "futures-util",
7166 "http 0.2.12",
7167 "indexmap",
7168 "slab",
7169 "tokio",
7170 "tokio-util",
7171 "tracing",
7172]
7173
7174[[package]]
7175name = "h2"
7176version = "0.4.9"
7177source = "registry+https://github.com/rust-lang/crates.io-index"
7178checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7179dependencies = [
7180 "atomic-waker",
7181 "bytes 1.10.1",
7182 "fnv",
7183 "futures-core",
7184 "futures-sink",
7185 "http 1.3.1",
7186 "indexmap",
7187 "slab",
7188 "tokio",
7189 "tokio-util",
7190 "tracing",
7191]
7192
7193[[package]]
7194name = "half"
7195version = "2.6.0"
7196source = "registry+https://github.com/rust-lang/crates.io-index"
7197checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7198dependencies = [
7199 "cfg-if",
7200 "crunchy",
7201 "num-traits",
7202]
7203
7204[[package]]
7205name = "handlebars"
7206version = "4.5.0"
7207source = "registry+https://github.com/rust-lang/crates.io-index"
7208checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7209dependencies = [
7210 "log",
7211 "pest",
7212 "pest_derive",
7213 "rust-embed",
7214 "serde",
7215 "serde_json",
7216 "thiserror 1.0.69",
7217]
7218
7219[[package]]
7220name = "handlebars"
7221version = "6.3.2"
7222source = "registry+https://github.com/rust-lang/crates.io-index"
7223checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7224dependencies = [
7225 "derive_builder",
7226 "log",
7227 "num-order",
7228 "pest",
7229 "pest_derive",
7230 "serde",
7231 "serde_json",
7232 "thiserror 2.0.12",
7233]
7234
7235[[package]]
7236name = "hash32"
7237version = "0.3.1"
7238source = "registry+https://github.com/rust-lang/crates.io-index"
7239checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7240dependencies = [
7241 "byteorder",
7242]
7243
7244[[package]]
7245name = "hashbrown"
7246version = "0.12.3"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7249dependencies = [
7250 "ahash 0.7.8",
7251]
7252
7253[[package]]
7254name = "hashbrown"
7255version = "0.14.5"
7256source = "registry+https://github.com/rust-lang/crates.io-index"
7257checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7258dependencies = [
7259 "ahash 0.8.11",
7260 "allocator-api2",
7261]
7262
7263[[package]]
7264name = "hashbrown"
7265version = "0.15.3"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7268dependencies = [
7269 "allocator-api2",
7270 "equivalent",
7271 "foldhash",
7272 "serde",
7273]
7274
7275[[package]]
7276name = "hashlink"
7277version = "0.8.4"
7278source = "registry+https://github.com/rust-lang/crates.io-index"
7279checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7280dependencies = [
7281 "hashbrown 0.14.5",
7282]
7283
7284[[package]]
7285name = "hashlink"
7286version = "0.10.0"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7289dependencies = [
7290 "hashbrown 0.15.3",
7291]
7292
7293[[package]]
7294name = "headers"
7295version = "0.3.9"
7296source = "registry+https://github.com/rust-lang/crates.io-index"
7297checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7298dependencies = [
7299 "base64 0.21.7",
7300 "bytes 1.10.1",
7301 "headers-core",
7302 "http 0.2.12",
7303 "httpdate",
7304 "mime",
7305 "sha1",
7306]
7307
7308[[package]]
7309name = "headers-core"
7310version = "0.2.0"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7313dependencies = [
7314 "http 0.2.12",
7315]
7316
7317[[package]]
7318name = "heapless"
7319version = "0.8.0"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7322dependencies = [
7323 "hash32",
7324 "stable_deref_trait",
7325]
7326
7327[[package]]
7328name = "heck"
7329version = "0.3.3"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7332dependencies = [
7333 "unicode-segmentation",
7334]
7335
7336[[package]]
7337name = "heck"
7338version = "0.4.1"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7341dependencies = [
7342 "unicode-segmentation",
7343]
7344
7345[[package]]
7346name = "heck"
7347version = "0.5.0"
7348source = "registry+https://github.com/rust-lang/crates.io-index"
7349checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7350
7351[[package]]
7352name = "heed"
7353version = "0.21.0"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7356dependencies = [
7357 "bitflags 2.9.0",
7358 "byteorder",
7359 "heed-traits",
7360 "heed-types",
7361 "libc",
7362 "lmdb-master-sys",
7363 "once_cell",
7364 "page_size",
7365 "serde",
7366 "synchronoise",
7367 "url",
7368]
7369
7370[[package]]
7371name = "heed-traits"
7372version = "0.20.0"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7375
7376[[package]]
7377name = "heed-types"
7378version = "0.21.0"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7381dependencies = [
7382 "bincode",
7383 "byteorder",
7384 "heed-traits",
7385 "serde",
7386 "serde_json",
7387]
7388
7389[[package]]
7390name = "hermit-abi"
7391version = "0.3.9"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7394
7395[[package]]
7396name = "hermit-abi"
7397version = "0.4.0"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7400
7401[[package]]
7402name = "hermit-abi"
7403version = "0.5.0"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7406
7407[[package]]
7408name = "hex"
7409version = "0.4.3"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7412
7413[[package]]
7414name = "hexf-parse"
7415version = "0.2.1"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7418
7419[[package]]
7420name = "hidden-trait"
7421version = "0.1.2"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7424dependencies = [
7425 "proc-macro2",
7426 "quote",
7427 "syn 1.0.109",
7428]
7429
7430[[package]]
7431name = "hkdf"
7432version = "0.12.4"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7435dependencies = [
7436 "hmac",
7437]
7438
7439[[package]]
7440name = "hmac"
7441version = "0.12.1"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7444dependencies = [
7445 "digest",
7446]
7447
7448[[package]]
7449name = "home"
7450version = "0.5.11"
7451source = "registry+https://github.com/rust-lang/crates.io-index"
7452checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7453dependencies = [
7454 "windows-sys 0.59.0",
7455]
7456
7457[[package]]
7458name = "hound"
7459version = "3.5.1"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7462
7463[[package]]
7464name = "html5ever"
7465version = "0.27.0"
7466source = "registry+https://github.com/rust-lang/crates.io-index"
7467checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7468dependencies = [
7469 "log",
7470 "mac",
7471 "markup5ever 0.12.1",
7472 "proc-macro2",
7473 "quote",
7474 "syn 2.0.101",
7475]
7476
7477[[package]]
7478name = "html5ever"
7479version = "0.31.0"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7482dependencies = [
7483 "log",
7484 "mac",
7485 "markup5ever 0.16.1",
7486 "match_token",
7487]
7488
7489[[package]]
7490name = "html_to_markdown"
7491version = "0.1.0"
7492dependencies = [
7493 "anyhow",
7494 "html5ever 0.27.0",
7495 "indoc",
7496 "markup5ever_rcdom",
7497 "pretty_assertions",
7498 "regex",
7499 "workspace-hack",
7500]
7501
7502[[package]]
7503name = "http"
7504version = "0.2.12"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7507dependencies = [
7508 "bytes 1.10.1",
7509 "fnv",
7510 "itoa",
7511]
7512
7513[[package]]
7514name = "http"
7515version = "1.3.1"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7518dependencies = [
7519 "bytes 1.10.1",
7520 "fnv",
7521 "itoa",
7522]
7523
7524[[package]]
7525name = "http-body"
7526version = "0.4.6"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7529dependencies = [
7530 "bytes 1.10.1",
7531 "http 0.2.12",
7532 "pin-project-lite",
7533]
7534
7535[[package]]
7536name = "http-body"
7537version = "1.0.1"
7538source = "registry+https://github.com/rust-lang/crates.io-index"
7539checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7540dependencies = [
7541 "bytes 1.10.1",
7542 "http 1.3.1",
7543]
7544
7545[[package]]
7546name = "http-body-util"
7547version = "0.1.3"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7550dependencies = [
7551 "bytes 1.10.1",
7552 "futures-core",
7553 "http 1.3.1",
7554 "http-body 1.0.1",
7555 "pin-project-lite",
7556]
7557
7558[[package]]
7559name = "http-range-header"
7560version = "0.3.1"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7563
7564[[package]]
7565name = "http-types"
7566version = "2.12.0"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7569dependencies = [
7570 "anyhow",
7571 "async-channel 1.9.0",
7572 "base64 0.13.1",
7573 "futures-lite 1.13.0",
7574 "http 0.2.12",
7575 "infer",
7576 "pin-project-lite",
7577 "rand 0.7.3",
7578 "serde",
7579 "serde_json",
7580 "serde_qs 0.8.5",
7581 "serde_urlencoded",
7582 "url",
7583]
7584
7585[[package]]
7586name = "http_client"
7587version = "0.1.0"
7588dependencies = [
7589 "anyhow",
7590 "bytes 1.10.1",
7591 "derive_more",
7592 "futures 0.3.31",
7593 "http 1.3.1",
7594 "log",
7595 "serde",
7596 "serde_json",
7597 "url",
7598 "workspace-hack",
7599]
7600
7601[[package]]
7602name = "http_client_tls"
7603version = "0.1.0"
7604dependencies = [
7605 "rustls 0.23.26",
7606 "rustls-platform-verifier",
7607 "workspace-hack",
7608]
7609
7610[[package]]
7611name = "httparse"
7612version = "1.10.1"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7615
7616[[package]]
7617name = "httpdate"
7618version = "1.0.3"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7621
7622[[package]]
7623name = "human_bytes"
7624version = "0.4.3"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7627
7628[[package]]
7629name = "humantime"
7630version = "2.2.0"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7633
7634[[package]]
7635name = "hyper"
7636version = "0.14.32"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7639dependencies = [
7640 "bytes 1.10.1",
7641 "futures-channel",
7642 "futures-core",
7643 "futures-util",
7644 "h2 0.3.26",
7645 "http 0.2.12",
7646 "http-body 0.4.6",
7647 "httparse",
7648 "httpdate",
7649 "itoa",
7650 "pin-project-lite",
7651 "socket2",
7652 "tokio",
7653 "tower-service",
7654 "tracing",
7655 "want",
7656]
7657
7658[[package]]
7659name = "hyper"
7660version = "1.6.0"
7661source = "registry+https://github.com/rust-lang/crates.io-index"
7662checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7663dependencies = [
7664 "bytes 1.10.1",
7665 "futures-channel",
7666 "futures-util",
7667 "h2 0.4.9",
7668 "http 1.3.1",
7669 "http-body 1.0.1",
7670 "httparse",
7671 "itoa",
7672 "pin-project-lite",
7673 "smallvec",
7674 "tokio",
7675 "want",
7676]
7677
7678[[package]]
7679name = "hyper-rustls"
7680version = "0.24.2"
7681source = "registry+https://github.com/rust-lang/crates.io-index"
7682checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7683dependencies = [
7684 "futures-util",
7685 "http 0.2.12",
7686 "hyper 0.14.32",
7687 "log",
7688 "rustls 0.21.12",
7689 "rustls-native-certs 0.6.3",
7690 "tokio",
7691 "tokio-rustls 0.24.1",
7692]
7693
7694[[package]]
7695name = "hyper-rustls"
7696version = "0.27.5"
7697source = "registry+https://github.com/rust-lang/crates.io-index"
7698checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7699dependencies = [
7700 "futures-util",
7701 "http 1.3.1",
7702 "hyper 1.6.0",
7703 "hyper-util",
7704 "rustls 0.23.26",
7705 "rustls-native-certs 0.8.1",
7706 "rustls-pki-types",
7707 "tokio",
7708 "tokio-rustls 0.26.2",
7709 "tower-service",
7710]
7711
7712[[package]]
7713name = "hyper-tls"
7714version = "0.5.0"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7717dependencies = [
7718 "bytes 1.10.1",
7719 "hyper 0.14.32",
7720 "native-tls",
7721 "tokio",
7722 "tokio-native-tls",
7723]
7724
7725[[package]]
7726name = "hyper-util"
7727version = "0.1.11"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7730dependencies = [
7731 "bytes 1.10.1",
7732 "futures-channel",
7733 "futures-util",
7734 "http 1.3.1",
7735 "http-body 1.0.1",
7736 "hyper 1.6.0",
7737 "libc",
7738 "pin-project-lite",
7739 "socket2",
7740 "tokio",
7741 "tower-service",
7742 "tracing",
7743]
7744
7745[[package]]
7746name = "iana-time-zone"
7747version = "0.1.63"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7750dependencies = [
7751 "android_system_properties",
7752 "core-foundation-sys",
7753 "iana-time-zone-haiku",
7754 "js-sys",
7755 "log",
7756 "wasm-bindgen",
7757 "windows-core 0.61.0",
7758]
7759
7760[[package]]
7761name = "iana-time-zone-haiku"
7762version = "0.1.2"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7765dependencies = [
7766 "cc",
7767]
7768
7769[[package]]
7770name = "icons"
7771version = "0.1.0"
7772dependencies = [
7773 "serde",
7774 "strum 0.27.1",
7775 "workspace-hack",
7776]
7777
7778[[package]]
7779name = "icu_collections"
7780version = "1.5.0"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7783dependencies = [
7784 "displaydoc",
7785 "yoke",
7786 "zerofrom",
7787 "zerovec",
7788]
7789
7790[[package]]
7791name = "icu_locid"
7792version = "1.5.0"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7795dependencies = [
7796 "displaydoc",
7797 "litemap",
7798 "tinystr",
7799 "writeable",
7800 "zerovec",
7801]
7802
7803[[package]]
7804name = "icu_locid_transform"
7805version = "1.5.0"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7808dependencies = [
7809 "displaydoc",
7810 "icu_locid",
7811 "icu_locid_transform_data",
7812 "icu_provider",
7813 "tinystr",
7814 "zerovec",
7815]
7816
7817[[package]]
7818name = "icu_locid_transform_data"
7819version = "1.5.1"
7820source = "registry+https://github.com/rust-lang/crates.io-index"
7821checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7822
7823[[package]]
7824name = "icu_normalizer"
7825version = "1.5.0"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7828dependencies = [
7829 "displaydoc",
7830 "icu_collections",
7831 "icu_normalizer_data",
7832 "icu_properties",
7833 "icu_provider",
7834 "smallvec",
7835 "utf16_iter",
7836 "utf8_iter",
7837 "write16",
7838 "zerovec",
7839]
7840
7841[[package]]
7842name = "icu_normalizer_data"
7843version = "1.5.1"
7844source = "registry+https://github.com/rust-lang/crates.io-index"
7845checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7846
7847[[package]]
7848name = "icu_properties"
7849version = "1.5.1"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7852dependencies = [
7853 "displaydoc",
7854 "icu_collections",
7855 "icu_locid_transform",
7856 "icu_properties_data",
7857 "icu_provider",
7858 "tinystr",
7859 "zerovec",
7860]
7861
7862[[package]]
7863name = "icu_properties_data"
7864version = "1.5.1"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7867
7868[[package]]
7869name = "icu_provider"
7870version = "1.5.0"
7871source = "registry+https://github.com/rust-lang/crates.io-index"
7872checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7873dependencies = [
7874 "displaydoc",
7875 "icu_locid",
7876 "icu_provider_macros",
7877 "stable_deref_trait",
7878 "tinystr",
7879 "writeable",
7880 "yoke",
7881 "zerofrom",
7882 "zerovec",
7883]
7884
7885[[package]]
7886name = "icu_provider_macros"
7887version = "1.5.0"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7890dependencies = [
7891 "proc-macro2",
7892 "quote",
7893 "syn 2.0.101",
7894]
7895
7896[[package]]
7897name = "id-arena"
7898version = "2.2.1"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7901
7902[[package]]
7903name = "ident_case"
7904version = "1.0.1"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7907
7908[[package]]
7909name = "idna"
7910version = "1.0.3"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7913dependencies = [
7914 "idna_adapter",
7915 "smallvec",
7916 "utf8_iter",
7917]
7918
7919[[package]]
7920name = "idna_adapter"
7921version = "1.2.0"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7924dependencies = [
7925 "icu_normalizer",
7926 "icu_properties",
7927]
7928
7929[[package]]
7930name = "ignore"
7931version = "0.4.23"
7932source = "registry+https://github.com/rust-lang/crates.io-index"
7933checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7934dependencies = [
7935 "crossbeam-deque",
7936 "globset",
7937 "log",
7938 "memchr",
7939 "regex-automata 0.4.9",
7940 "same-file",
7941 "walkdir",
7942 "winapi-util",
7943]
7944
7945[[package]]
7946name = "image"
7947version = "0.25.6"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7950dependencies = [
7951 "bytemuck",
7952 "byteorder-lite",
7953 "color_quant",
7954 "exr",
7955 "gif",
7956 "image-webp",
7957 "num-traits",
7958 "png",
7959 "qoi",
7960 "ravif",
7961 "rayon",
7962 "rgb",
7963 "tiff",
7964 "zune-core",
7965 "zune-jpeg",
7966]
7967
7968[[package]]
7969name = "image-webp"
7970version = "0.2.1"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7973dependencies = [
7974 "byteorder-lite",
7975 "quick-error",
7976]
7977
7978[[package]]
7979name = "image_viewer"
7980version = "0.1.0"
7981dependencies = [
7982 "anyhow",
7983 "db",
7984 "editor",
7985 "file_icons",
7986 "gpui",
7987 "language",
7988 "log",
7989 "project",
7990 "schemars",
7991 "serde",
7992 "settings",
7993 "theme",
7994 "ui",
7995 "util",
7996 "workspace",
7997 "workspace-hack",
7998]
7999
8000[[package]]
8001name = "imagesize"
8002version = "0.13.0"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8005
8006[[package]]
8007name = "imara-diff"
8008version = "0.1.8"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8011dependencies = [
8012 "hashbrown 0.15.3",
8013]
8014
8015[[package]]
8016name = "imgref"
8017version = "1.11.0"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8020
8021[[package]]
8022name = "indexed_docs"
8023version = "0.1.0"
8024dependencies = [
8025 "anyhow",
8026 "async-trait",
8027 "cargo_metadata",
8028 "collections",
8029 "derive_more",
8030 "extension",
8031 "fs",
8032 "futures 0.3.31",
8033 "fuzzy",
8034 "gpui",
8035 "heed",
8036 "html_to_markdown",
8037 "http_client",
8038 "indexmap",
8039 "indoc",
8040 "parking_lot",
8041 "paths",
8042 "pretty_assertions",
8043 "serde",
8044 "strum 0.27.1",
8045 "util",
8046 "workspace-hack",
8047]
8048
8049[[package]]
8050name = "indexmap"
8051version = "2.9.0"
8052source = "registry+https://github.com/rust-lang/crates.io-index"
8053checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8054dependencies = [
8055 "equivalent",
8056 "hashbrown 0.15.3",
8057 "serde",
8058]
8059
8060[[package]]
8061name = "indoc"
8062version = "2.0.6"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8065
8066[[package]]
8067name = "infer"
8068version = "0.2.3"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8071
8072[[package]]
8073name = "inherent"
8074version = "1.0.12"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8077dependencies = [
8078 "proc-macro2",
8079 "quote",
8080 "syn 2.0.101",
8081]
8082
8083[[package]]
8084name = "inline_completion"
8085version = "0.1.0"
8086dependencies = [
8087 "anyhow",
8088 "gpui",
8089 "language",
8090 "project",
8091 "workspace-hack",
8092 "zed_llm_client",
8093]
8094
8095[[package]]
8096name = "inline_completion_button"
8097version = "0.1.0"
8098dependencies = [
8099 "anyhow",
8100 "client",
8101 "copilot",
8102 "editor",
8103 "feature_flags",
8104 "fs",
8105 "futures 0.3.31",
8106 "gpui",
8107 "indoc",
8108 "inline_completion",
8109 "language",
8110 "lsp",
8111 "paths",
8112 "project",
8113 "regex",
8114 "serde_json",
8115 "settings",
8116 "supermaven",
8117 "telemetry",
8118 "theme",
8119 "ui",
8120 "workspace",
8121 "workspace-hack",
8122 "zed_actions",
8123 "zed_llm_client",
8124 "zeta",
8125]
8126
8127[[package]]
8128name = "inotify"
8129version = "0.11.0"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8132dependencies = [
8133 "bitflags 2.9.0",
8134 "inotify-sys",
8135 "libc",
8136]
8137
8138[[package]]
8139name = "inotify-sys"
8140version = "0.1.5"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8143dependencies = [
8144 "libc",
8145]
8146
8147[[package]]
8148name = "inout"
8149version = "0.1.4"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8152dependencies = [
8153 "block-padding",
8154 "generic-array",
8155]
8156
8157[[package]]
8158name = "install_cli"
8159version = "0.1.0"
8160dependencies = [
8161 "anyhow",
8162 "client",
8163 "gpui",
8164 "release_channel",
8165 "smol",
8166 "util",
8167 "workspace",
8168 "workspace-hack",
8169]
8170
8171[[package]]
8172name = "instant"
8173version = "0.1.13"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8176dependencies = [
8177 "cfg-if",
8178]
8179
8180[[package]]
8181name = "interim"
8182version = "0.2.1"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8185dependencies = [
8186 "chrono",
8187 "logos",
8188]
8189
8190[[package]]
8191name = "interpolate_name"
8192version = "0.2.4"
8193source = "registry+https://github.com/rust-lang/crates.io-index"
8194checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8195dependencies = [
8196 "proc-macro2",
8197 "quote",
8198 "syn 2.0.101",
8199]
8200
8201[[package]]
8202name = "inventory"
8203version = "0.3.20"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8206dependencies = [
8207 "rustversion",
8208]
8209
8210[[package]]
8211name = "io-extras"
8212version = "0.18.4"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8215dependencies = [
8216 "io-lifetimes",
8217 "windows-sys 0.59.0",
8218]
8219
8220[[package]]
8221name = "io-lifetimes"
8222version = "2.0.4"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8225
8226[[package]]
8227name = "io-surface"
8228version = "0.16.0"
8229source = "registry+https://github.com/rust-lang/crates.io-index"
8230checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8231dependencies = [
8232 "cgl",
8233 "core-foundation 0.10.0",
8234 "core-foundation-sys",
8235 "leaky-cow",
8236 "libc",
8237]
8238
8239[[package]]
8240name = "iovec"
8241version = "0.1.4"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8244dependencies = [
8245 "libc",
8246]
8247
8248[[package]]
8249name = "ipc-channel"
8250version = "0.19.0"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8253dependencies = [
8254 "bincode",
8255 "crossbeam-channel",
8256 "fnv",
8257 "lazy_static",
8258 "libc",
8259 "mio",
8260 "rand 0.8.5",
8261 "serde",
8262 "tempfile",
8263 "uuid",
8264 "windows 0.58.0",
8265]
8266
8267[[package]]
8268name = "ipnet"
8269version = "2.11.0"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8272
8273[[package]]
8274name = "is-docker"
8275version = "0.2.0"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8278dependencies = [
8279 "once_cell",
8280]
8281
8282[[package]]
8283name = "is-terminal"
8284version = "0.4.16"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8287dependencies = [
8288 "hermit-abi 0.5.0",
8289 "libc",
8290 "windows-sys 0.59.0",
8291]
8292
8293[[package]]
8294name = "is-wsl"
8295version = "0.4.0"
8296source = "registry+https://github.com/rust-lang/crates.io-index"
8297checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8298dependencies = [
8299 "is-docker",
8300 "once_cell",
8301]
8302
8303[[package]]
8304name = "is_terminal_polyfill"
8305version = "1.70.1"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8308
8309[[package]]
8310name = "itertools"
8311version = "0.10.5"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8314dependencies = [
8315 "either",
8316]
8317
8318[[package]]
8319name = "itertools"
8320version = "0.11.0"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8323dependencies = [
8324 "either",
8325]
8326
8327[[package]]
8328name = "itertools"
8329version = "0.12.1"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8332dependencies = [
8333 "either",
8334]
8335
8336[[package]]
8337name = "itertools"
8338version = "0.13.0"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8341dependencies = [
8342 "either",
8343]
8344
8345[[package]]
8346name = "itertools"
8347version = "0.14.0"
8348source = "registry+https://github.com/rust-lang/crates.io-index"
8349checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8350dependencies = [
8351 "either",
8352]
8353
8354[[package]]
8355name = "itoa"
8356version = "1.0.15"
8357source = "registry+https://github.com/rust-lang/crates.io-index"
8358checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8359
8360[[package]]
8361name = "jiff"
8362version = "0.2.10"
8363source = "registry+https://github.com/rust-lang/crates.io-index"
8364checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8365dependencies = [
8366 "jiff-static",
8367 "jiff-tzdb-platform",
8368 "log",
8369 "portable-atomic",
8370 "portable-atomic-util",
8371 "serde",
8372 "windows-sys 0.59.0",
8373]
8374
8375[[package]]
8376name = "jiff-static"
8377version = "0.2.10"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8380dependencies = [
8381 "proc-macro2",
8382 "quote",
8383 "syn 2.0.101",
8384]
8385
8386[[package]]
8387name = "jiff-tzdb"
8388version = "0.1.4"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8391
8392[[package]]
8393name = "jiff-tzdb-platform"
8394version = "0.1.3"
8395source = "registry+https://github.com/rust-lang/crates.io-index"
8396checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8397dependencies = [
8398 "jiff-tzdb",
8399]
8400
8401[[package]]
8402name = "jj"
8403version = "0.1.0"
8404dependencies = [
8405 "anyhow",
8406 "gpui",
8407 "jj-lib",
8408 "workspace-hack",
8409]
8410
8411[[package]]
8412name = "jj-lib"
8413version = "0.29.0"
8414source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8415dependencies = [
8416 "async-trait",
8417 "blake2",
8418 "bstr",
8419 "chrono",
8420 "clru",
8421 "digest",
8422 "dunce",
8423 "either",
8424 "futures 0.3.31",
8425 "gix",
8426 "glob",
8427 "hashbrown 0.15.3",
8428 "hex",
8429 "ignore",
8430 "indexmap",
8431 "interim",
8432 "itertools 0.14.0",
8433 "jj-lib-proc-macros",
8434 "maplit",
8435 "once_cell",
8436 "pest",
8437 "pest_derive",
8438 "pollster 0.4.0",
8439 "prost 0.13.5",
8440 "rand 0.8.5",
8441 "rand_chacha 0.3.1",
8442 "rayon",
8443 "ref-cast",
8444 "regex",
8445 "rustix 1.0.7",
8446 "same-file",
8447 "serde",
8448 "serde_json",
8449 "smallvec",
8450 "strsim",
8451 "tempfile",
8452 "thiserror 2.0.12",
8453 "toml_edit",
8454 "tracing",
8455 "version_check",
8456 "winreg 0.52.0",
8457]
8458
8459[[package]]
8460name = "jj-lib-proc-macros"
8461version = "0.29.0"
8462source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8463dependencies = [
8464 "proc-macro2",
8465 "quote",
8466 "syn 2.0.101",
8467]
8468
8469[[package]]
8470name = "jj_ui"
8471version = "0.1.0"
8472dependencies = [
8473 "command_palette_hooks",
8474 "feature_flags",
8475 "fuzzy",
8476 "gpui",
8477 "jj",
8478 "picker",
8479 "ui",
8480 "util",
8481 "workspace",
8482 "workspace-hack",
8483 "zed_actions",
8484]
8485
8486[[package]]
8487name = "jni"
8488version = "0.21.1"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8491dependencies = [
8492 "cesu8",
8493 "cfg-if",
8494 "combine",
8495 "jni-sys",
8496 "log",
8497 "thiserror 1.0.69",
8498 "walkdir",
8499 "windows-sys 0.45.0",
8500]
8501
8502[[package]]
8503name = "jni-sys"
8504version = "0.3.0"
8505source = "registry+https://github.com/rust-lang/crates.io-index"
8506checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8507
8508[[package]]
8509name = "jobserver"
8510version = "0.1.33"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8513dependencies = [
8514 "getrandom 0.3.2",
8515 "libc",
8516]
8517
8518[[package]]
8519name = "journal"
8520version = "0.1.0"
8521dependencies = [
8522 "anyhow",
8523 "chrono",
8524 "editor",
8525 "gpui",
8526 "log",
8527 "schemars",
8528 "serde",
8529 "settings",
8530 "shellexpand 2.1.2",
8531 "workspace",
8532 "workspace-hack",
8533]
8534
8535[[package]]
8536name = "jpeg-decoder"
8537version = "0.3.1"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8540
8541[[package]]
8542name = "js-sys"
8543version = "0.3.77"
8544source = "registry+https://github.com/rust-lang/crates.io-index"
8545checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8546dependencies = [
8547 "once_cell",
8548 "wasm-bindgen",
8549]
8550
8551[[package]]
8552name = "jsonschema"
8553version = "0.30.0"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8556dependencies = [
8557 "ahash 0.8.11",
8558 "base64 0.22.1",
8559 "bytecount",
8560 "email_address",
8561 "fancy-regex 0.14.0",
8562 "fraction",
8563 "idna",
8564 "itoa",
8565 "num-cmp",
8566 "num-traits",
8567 "once_cell",
8568 "percent-encoding",
8569 "referencing",
8570 "regex",
8571 "regex-syntax 0.8.5",
8572 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8573 "serde",
8574 "serde_json",
8575 "uuid-simd",
8576]
8577
8578[[package]]
8579name = "jsonwebtoken"
8580version = "9.3.1"
8581source = "registry+https://github.com/rust-lang/crates.io-index"
8582checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8583dependencies = [
8584 "base64 0.22.1",
8585 "js-sys",
8586 "pem",
8587 "ring",
8588 "serde",
8589 "serde_json",
8590 "simple_asn1",
8591]
8592
8593[[package]]
8594name = "jupyter-protocol"
8595version = "0.6.0"
8596source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8597dependencies = [
8598 "anyhow",
8599 "async-trait",
8600 "bytes 1.10.1",
8601 "chrono",
8602 "futures 0.3.31",
8603 "serde",
8604 "serde_json",
8605 "uuid",
8606]
8607
8608[[package]]
8609name = "jupyter-websocket-client"
8610version = "0.9.0"
8611source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8612dependencies = [
8613 "anyhow",
8614 "async-trait",
8615 "async-tungstenite",
8616 "futures 0.3.31",
8617 "jupyter-protocol",
8618 "serde",
8619 "serde_json",
8620 "url",
8621 "uuid",
8622]
8623
8624[[package]]
8625name = "khronos-egl"
8626version = "6.0.0"
8627source = "registry+https://github.com/rust-lang/crates.io-index"
8628checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8629dependencies = [
8630 "libc",
8631 "libloading",
8632]
8633
8634[[package]]
8635name = "kqueue"
8636version = "1.0.8"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8639dependencies = [
8640 "kqueue-sys",
8641 "libc",
8642]
8643
8644[[package]]
8645name = "kqueue-sys"
8646version = "1.0.4"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8649dependencies = [
8650 "bitflags 1.3.2",
8651 "libc",
8652]
8653
8654[[package]]
8655name = "kstring"
8656version = "2.0.2"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8659dependencies = [
8660 "static_assertions",
8661]
8662
8663[[package]]
8664name = "kurbo"
8665version = "0.11.1"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8668dependencies = [
8669 "arrayvec",
8670 "smallvec",
8671]
8672
8673[[package]]
8674name = "kv-log-macro"
8675version = "1.0.7"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8678dependencies = [
8679 "log",
8680]
8681
8682[[package]]
8683name = "language"
8684version = "0.1.0"
8685dependencies = [
8686 "anyhow",
8687 "async-trait",
8688 "async-watch",
8689 "clock",
8690 "collections",
8691 "ctor",
8692 "diffy",
8693 "ec4rs",
8694 "env_logger 0.11.8",
8695 "fs",
8696 "futures 0.3.31",
8697 "fuzzy",
8698 "globset",
8699 "gpui",
8700 "http_client",
8701 "imara-diff",
8702 "indoc",
8703 "itertools 0.14.0",
8704 "log",
8705 "lsp",
8706 "parking_lot",
8707 "postage",
8708 "pretty_assertions",
8709 "rand 0.8.5",
8710 "regex",
8711 "rpc",
8712 "schemars",
8713 "serde",
8714 "serde_json",
8715 "settings",
8716 "smallvec",
8717 "smol",
8718 "streaming-iterator",
8719 "strsim",
8720 "sum_tree",
8721 "task",
8722 "text",
8723 "theme",
8724 "tree-sitter",
8725 "tree-sitter-elixir",
8726 "tree-sitter-embedded-template",
8727 "tree-sitter-heex",
8728 "tree-sitter-html",
8729 "tree-sitter-json",
8730 "tree-sitter-md",
8731 "tree-sitter-python",
8732 "tree-sitter-ruby",
8733 "tree-sitter-rust",
8734 "tree-sitter-typescript",
8735 "unicase",
8736 "unindent",
8737 "util",
8738 "workspace-hack",
8739]
8740
8741[[package]]
8742name = "language_extension"
8743version = "0.1.0"
8744dependencies = [
8745 "anyhow",
8746 "async-trait",
8747 "collections",
8748 "extension",
8749 "fs",
8750 "futures 0.3.31",
8751 "gpui",
8752 "language",
8753 "lsp",
8754 "serde",
8755 "serde_json",
8756 "util",
8757 "workspace-hack",
8758]
8759
8760[[package]]
8761name = "language_model"
8762version = "0.1.0"
8763dependencies = [
8764 "anthropic",
8765 "anyhow",
8766 "base64 0.22.1",
8767 "client",
8768 "collections",
8769 "futures 0.3.31",
8770 "google_ai",
8771 "gpui",
8772 "http_client",
8773 "icons",
8774 "image",
8775 "open_ai",
8776 "parking_lot",
8777 "proto",
8778 "schemars",
8779 "serde",
8780 "serde_json",
8781 "smol",
8782 "strum 0.27.1",
8783 "telemetry_events",
8784 "thiserror 2.0.12",
8785 "util",
8786 "workspace-hack",
8787 "zed_llm_client",
8788]
8789
8790[[package]]
8791name = "language_models"
8792version = "0.1.0"
8793dependencies = [
8794 "anthropic",
8795 "anyhow",
8796 "aws-config",
8797 "aws-credential-types",
8798 "aws_http_client",
8799 "bedrock",
8800 "client",
8801 "collections",
8802 "copilot",
8803 "credentials_provider",
8804 "deepseek",
8805 "editor",
8806 "feature_flags",
8807 "fs",
8808 "futures 0.3.31",
8809 "google_ai",
8810 "gpui",
8811 "gpui_tokio",
8812 "http_client",
8813 "language_model",
8814 "lmstudio",
8815 "log",
8816 "menu",
8817 "mistral",
8818 "ollama",
8819 "open_ai",
8820 "partial-json-fixer",
8821 "project",
8822 "proto",
8823 "release_channel",
8824 "schemars",
8825 "serde",
8826 "serde_json",
8827 "settings",
8828 "smol",
8829 "strum 0.27.1",
8830 "theme",
8831 "thiserror 2.0.12",
8832 "tiktoken-rs",
8833 "tokio",
8834 "ui",
8835 "util",
8836 "workspace-hack",
8837 "zed_llm_client",
8838]
8839
8840[[package]]
8841name = "language_selector"
8842version = "0.1.0"
8843dependencies = [
8844 "anyhow",
8845 "editor",
8846 "file_finder",
8847 "file_icons",
8848 "fuzzy",
8849 "gpui",
8850 "language",
8851 "picker",
8852 "project",
8853 "settings",
8854 "ui",
8855 "util",
8856 "workspace",
8857 "workspace-hack",
8858]
8859
8860[[package]]
8861name = "language_tools"
8862version = "0.1.0"
8863dependencies = [
8864 "anyhow",
8865 "client",
8866 "collections",
8867 "copilot",
8868 "editor",
8869 "env_logger 0.11.8",
8870 "futures 0.3.31",
8871 "gpui",
8872 "itertools 0.14.0",
8873 "language",
8874 "lsp",
8875 "project",
8876 "release_channel",
8877 "serde_json",
8878 "settings",
8879 "theme",
8880 "tree-sitter",
8881 "ui",
8882 "util",
8883 "workspace",
8884 "workspace-hack",
8885 "zed_actions",
8886]
8887
8888[[package]]
8889name = "languages"
8890version = "0.1.0"
8891dependencies = [
8892 "anyhow",
8893 "async-compression",
8894 "async-tar",
8895 "async-trait",
8896 "collections",
8897 "dap",
8898 "futures 0.3.31",
8899 "gpui",
8900 "http_client",
8901 "language",
8902 "log",
8903 "lsp",
8904 "node_runtime",
8905 "parking_lot",
8906 "paths",
8907 "pet",
8908 "pet-conda",
8909 "pet-core",
8910 "pet-fs",
8911 "pet-poetry",
8912 "pet-reporter",
8913 "pretty_assertions",
8914 "project",
8915 "regex",
8916 "rope",
8917 "rust-embed",
8918 "serde",
8919 "serde_json",
8920 "settings",
8921 "smol",
8922 "snippet_provider",
8923 "task",
8924 "text",
8925 "theme",
8926 "toml 0.8.20",
8927 "tree-sitter",
8928 "tree-sitter-bash",
8929 "tree-sitter-c",
8930 "tree-sitter-cpp",
8931 "tree-sitter-css",
8932 "tree-sitter-diff",
8933 "tree-sitter-gitcommit",
8934 "tree-sitter-go",
8935 "tree-sitter-gomod",
8936 "tree-sitter-gowork",
8937 "tree-sitter-jsdoc",
8938 "tree-sitter-json",
8939 "tree-sitter-md",
8940 "tree-sitter-python",
8941 "tree-sitter-regex",
8942 "tree-sitter-rust",
8943 "tree-sitter-typescript",
8944 "tree-sitter-yaml",
8945 "unindent",
8946 "util",
8947 "workspace",
8948 "workspace-hack",
8949]
8950
8951[[package]]
8952name = "lazy_static"
8953version = "1.5.0"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8956dependencies = [
8957 "spin",
8958]
8959
8960[[package]]
8961name = "lazycell"
8962version = "1.3.0"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8965
8966[[package]]
8967name = "leak"
8968version = "0.1.2"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8971
8972[[package]]
8973name = "leaky-cow"
8974version = "0.1.1"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8977dependencies = [
8978 "leak",
8979]
8980
8981[[package]]
8982name = "leb128"
8983version = "0.2.5"
8984source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8986
8987[[package]]
8988name = "leb128fmt"
8989version = "0.1.0"
8990source = "registry+https://github.com/rust-lang/crates.io-index"
8991checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8992
8993[[package]]
8994name = "lebe"
8995version = "0.5.2"
8996source = "registry+https://github.com/rust-lang/crates.io-index"
8997checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8998
8999[[package]]
9000name = "libc"
9001version = "0.2.172"
9002source = "registry+https://github.com/rust-lang/crates.io-index"
9003checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
9004
9005[[package]]
9006name = "libdbus-sys"
9007version = "0.2.5"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9010dependencies = [
9011 "cc",
9012 "pkg-config",
9013]
9014
9015[[package]]
9016name = "libfuzzer-sys"
9017version = "0.4.9"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9020dependencies = [
9021 "arbitrary",
9022 "cc",
9023]
9024
9025[[package]]
9026name = "libgit2-sys"
9027version = "0.18.1+1.9.0"
9028source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9030dependencies = [
9031 "cc",
9032 "libc",
9033 "libz-sys",
9034 "pkg-config",
9035]
9036
9037[[package]]
9038name = "libloading"
9039version = "0.8.6"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9042dependencies = [
9043 "cfg-if",
9044 "windows-targets 0.52.6",
9045]
9046
9047[[package]]
9048name = "libm"
9049version = "0.2.11"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9052
9053[[package]]
9054name = "libmimalloc-sys"
9055version = "0.1.42"
9056source = "registry+https://github.com/rust-lang/crates.io-index"
9057checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9058dependencies = [
9059 "cc",
9060 "libc",
9061]
9062
9063[[package]]
9064name = "libredox"
9065version = "0.1.3"
9066source = "registry+https://github.com/rust-lang/crates.io-index"
9067checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9068dependencies = [
9069 "bitflags 2.9.0",
9070 "libc",
9071 "redox_syscall 0.5.11",
9072]
9073
9074[[package]]
9075name = "libsqlite3-sys"
9076version = "0.30.1"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9079dependencies = [
9080 "cc",
9081 "pkg-config",
9082 "vcpkg",
9083]
9084
9085[[package]]
9086name = "libwebrtc"
9087version = "0.3.10"
9088source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9089dependencies = [
9090 "cxx",
9091 "jni",
9092 "js-sys",
9093 "lazy_static",
9094 "livekit-protocol",
9095 "livekit-runtime",
9096 "log",
9097 "parking_lot",
9098 "serde",
9099 "serde_json",
9100 "thiserror 1.0.69",
9101 "tokio",
9102 "wasm-bindgen",
9103 "wasm-bindgen-futures",
9104 "web-sys",
9105 "webrtc-sys",
9106]
9107
9108[[package]]
9109name = "libz-rs-sys"
9110version = "0.5.0"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9113dependencies = [
9114 "zlib-rs",
9115]
9116
9117[[package]]
9118name = "libz-sys"
9119version = "1.1.22"
9120source = "registry+https://github.com/rust-lang/crates.io-index"
9121checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9122dependencies = [
9123 "cc",
9124 "libc",
9125 "pkg-config",
9126 "vcpkg",
9127]
9128
9129[[package]]
9130name = "link-cplusplus"
9131version = "1.0.10"
9132source = "registry+https://github.com/rust-lang/crates.io-index"
9133checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9134dependencies = [
9135 "cc",
9136]
9137
9138[[package]]
9139name = "linkify"
9140version = "0.10.0"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9143dependencies = [
9144 "memchr",
9145]
9146
9147[[package]]
9148name = "linux-raw-sys"
9149version = "0.4.15"
9150source = "registry+https://github.com/rust-lang/crates.io-index"
9151checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9152
9153[[package]]
9154name = "linux-raw-sys"
9155version = "0.9.4"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9158
9159[[package]]
9160name = "litemap"
9161version = "0.7.5"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9164
9165[[package]]
9166name = "livekit"
9167version = "0.7.8"
9168source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9169dependencies = [
9170 "chrono",
9171 "futures-util",
9172 "lazy_static",
9173 "libloading",
9174 "libwebrtc",
9175 "livekit-api",
9176 "livekit-protocol",
9177 "livekit-runtime",
9178 "log",
9179 "parking_lot",
9180 "prost 0.12.6",
9181 "semver",
9182 "serde",
9183 "serde_json",
9184 "thiserror 1.0.69",
9185 "tokio",
9186]
9187
9188[[package]]
9189name = "livekit-api"
9190version = "0.4.2"
9191source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9192dependencies = [
9193 "futures-util",
9194 "http 0.2.12",
9195 "livekit-protocol",
9196 "livekit-runtime",
9197 "log",
9198 "parking_lot",
9199 "pbjson-types",
9200 "prost 0.12.6",
9201 "rand 0.9.1",
9202 "reqwest 0.11.27",
9203 "scopeguard",
9204 "serde",
9205 "sha2",
9206 "thiserror 1.0.69",
9207 "tokio",
9208 "tokio-tungstenite 0.26.2",
9209 "url",
9210]
9211
9212[[package]]
9213name = "livekit-protocol"
9214version = "0.3.9"
9215source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9216dependencies = [
9217 "futures-util",
9218 "livekit-runtime",
9219 "parking_lot",
9220 "pbjson",
9221 "pbjson-types",
9222 "prost 0.12.6",
9223 "prost-types 0.12.6",
9224 "serde",
9225 "thiserror 1.0.69",
9226 "tokio",
9227]
9228
9229[[package]]
9230name = "livekit-runtime"
9231version = "0.4.0"
9232source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9233dependencies = [
9234 "tokio",
9235 "tokio-stream",
9236]
9237
9238[[package]]
9239name = "livekit_api"
9240version = "0.1.0"
9241dependencies = [
9242 "anyhow",
9243 "async-trait",
9244 "jsonwebtoken",
9245 "log",
9246 "prost 0.9.0",
9247 "prost-build 0.9.0",
9248 "prost-types 0.9.0",
9249 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9250 "serde",
9251 "workspace-hack",
9252]
9253
9254[[package]]
9255name = "livekit_client"
9256version = "0.1.0"
9257dependencies = [
9258 "anyhow",
9259 "async-trait",
9260 "collections",
9261 "core-foundation 0.10.0",
9262 "core-video",
9263 "coreaudio-rs 0.12.1",
9264 "cpal",
9265 "futures 0.3.31",
9266 "gpui",
9267 "gpui_tokio",
9268 "http_client_tls",
9269 "image",
9270 "libwebrtc",
9271 "livekit",
9272 "livekit_api",
9273 "log",
9274 "nanoid",
9275 "objc",
9276 "parking_lot",
9277 "postage",
9278 "scap",
9279 "serde",
9280 "serde_json",
9281 "sha2",
9282 "simplelog",
9283 "smallvec",
9284 "tokio-tungstenite 0.26.2",
9285 "util",
9286 "workspace-hack",
9287]
9288
9289[[package]]
9290name = "lmdb-master-sys"
9291version = "0.2.5"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9294dependencies = [
9295 "cc",
9296 "doxygen-rs",
9297 "libc",
9298]
9299
9300[[package]]
9301name = "lmstudio"
9302version = "0.1.0"
9303dependencies = [
9304 "anyhow",
9305 "futures 0.3.31",
9306 "http_client",
9307 "schemars",
9308 "serde",
9309 "serde_json",
9310 "workspace-hack",
9311]
9312
9313[[package]]
9314name = "lock_api"
9315version = "0.4.12"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9318dependencies = [
9319 "autocfg",
9320 "scopeguard",
9321]
9322
9323[[package]]
9324name = "log"
9325version = "0.4.27"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9328dependencies = [
9329 "serde",
9330 "value-bag",
9331]
9332
9333[[package]]
9334name = "logos"
9335version = "0.15.0"
9336source = "registry+https://github.com/rust-lang/crates.io-index"
9337checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9338dependencies = [
9339 "logos-derive",
9340]
9341
9342[[package]]
9343name = "logos-codegen"
9344version = "0.15.0"
9345source = "registry+https://github.com/rust-lang/crates.io-index"
9346checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9347dependencies = [
9348 "beef",
9349 "fnv",
9350 "lazy_static",
9351 "proc-macro2",
9352 "quote",
9353 "regex-syntax 0.8.5",
9354 "rustc_version",
9355 "syn 2.0.101",
9356]
9357
9358[[package]]
9359name = "logos-derive"
9360version = "0.15.0"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9363dependencies = [
9364 "logos-codegen",
9365]
9366
9367[[package]]
9368name = "loom"
9369version = "0.7.2"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9372dependencies = [
9373 "cfg-if",
9374 "generator",
9375 "scoped-tls",
9376 "tracing",
9377 "tracing-subscriber",
9378]
9379
9380[[package]]
9381name = "loop9"
9382version = "0.1.5"
9383source = "registry+https://github.com/rust-lang/crates.io-index"
9384checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9385dependencies = [
9386 "imgref",
9387]
9388
9389[[package]]
9390name = "lru"
9391version = "0.12.5"
9392source = "registry+https://github.com/rust-lang/crates.io-index"
9393checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9394dependencies = [
9395 "hashbrown 0.15.3",
9396]
9397
9398[[package]]
9399name = "lsp"
9400version = "0.1.0"
9401dependencies = [
9402 "anyhow",
9403 "async-pipe",
9404 "collections",
9405 "ctor",
9406 "env_logger 0.11.8",
9407 "futures 0.3.31",
9408 "gpui",
9409 "log",
9410 "lsp-types",
9411 "parking_lot",
9412 "postage",
9413 "release_channel",
9414 "schemars",
9415 "serde",
9416 "serde_json",
9417 "smol",
9418 "util",
9419 "workspace-hack",
9420]
9421
9422[[package]]
9423name = "lsp-types"
9424version = "0.95.1"
9425source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9426dependencies = [
9427 "bitflags 1.3.2",
9428 "serde",
9429 "serde_json",
9430 "serde_repr",
9431 "url",
9432]
9433
9434[[package]]
9435name = "lyon"
9436version = "1.0.1"
9437source = "registry+https://github.com/rust-lang/crates.io-index"
9438checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9439dependencies = [
9440 "lyon_algorithms",
9441 "lyon_extra",
9442 "lyon_tessellation",
9443]
9444
9445[[package]]
9446name = "lyon_algorithms"
9447version = "1.0.5"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9450dependencies = [
9451 "lyon_path",
9452 "num-traits",
9453]
9454
9455[[package]]
9456name = "lyon_extra"
9457version = "1.0.3"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9460dependencies = [
9461 "lyon_path",
9462 "thiserror 1.0.69",
9463]
9464
9465[[package]]
9466name = "lyon_geom"
9467version = "1.0.6"
9468source = "registry+https://github.com/rust-lang/crates.io-index"
9469checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9470dependencies = [
9471 "arrayvec",
9472 "euclid",
9473 "num-traits",
9474]
9475
9476[[package]]
9477name = "lyon_path"
9478version = "1.0.7"
9479source = "registry+https://github.com/rust-lang/crates.io-index"
9480checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9481dependencies = [
9482 "lyon_geom",
9483 "num-traits",
9484]
9485
9486[[package]]
9487name = "lyon_tessellation"
9488version = "1.0.15"
9489source = "registry+https://github.com/rust-lang/crates.io-index"
9490checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9491dependencies = [
9492 "float_next_after",
9493 "lyon_path",
9494 "num-traits",
9495]
9496
9497[[package]]
9498name = "mac"
9499version = "0.1.1"
9500source = "registry+https://github.com/rust-lang/crates.io-index"
9501checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9502
9503[[package]]
9504name = "mach2"
9505version = "0.4.2"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9508dependencies = [
9509 "libc",
9510]
9511
9512[[package]]
9513name = "malloc_buf"
9514version = "0.0.6"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9517dependencies = [
9518 "libc",
9519]
9520
9521[[package]]
9522name = "maplit"
9523version = "1.0.2"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9526
9527[[package]]
9528name = "markdown"
9529version = "0.1.0"
9530dependencies = [
9531 "anyhow",
9532 "assets",
9533 "base64 0.22.1",
9534 "env_logger 0.11.8",
9535 "gpui",
9536 "language",
9537 "languages",
9538 "linkify",
9539 "log",
9540 "node_runtime",
9541 "pulldown-cmark 0.12.2",
9542 "settings",
9543 "sum_tree",
9544 "theme",
9545 "ui",
9546 "util",
9547 "workspace-hack",
9548]
9549
9550[[package]]
9551name = "markdown_preview"
9552version = "0.1.0"
9553dependencies = [
9554 "anyhow",
9555 "async-recursion 1.1.1",
9556 "collections",
9557 "editor",
9558 "fs",
9559 "gpui",
9560 "language",
9561 "linkify",
9562 "log",
9563 "pretty_assertions",
9564 "pulldown-cmark 0.12.2",
9565 "settings",
9566 "theme",
9567 "ui",
9568 "util",
9569 "workspace",
9570 "workspace-hack",
9571]
9572
9573[[package]]
9574name = "markup5ever"
9575version = "0.12.1"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9578dependencies = [
9579 "log",
9580 "phf",
9581 "phf_codegen",
9582 "string_cache",
9583 "string_cache_codegen",
9584 "tendril",
9585]
9586
9587[[package]]
9588name = "markup5ever"
9589version = "0.16.1"
9590source = "registry+https://github.com/rust-lang/crates.io-index"
9591checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9592dependencies = [
9593 "log",
9594 "tendril",
9595 "web_atoms",
9596]
9597
9598[[package]]
9599name = "markup5ever_rcdom"
9600version = "0.3.0"
9601source = "registry+https://github.com/rust-lang/crates.io-index"
9602checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9603dependencies = [
9604 "html5ever 0.27.0",
9605 "markup5ever 0.12.1",
9606 "tendril",
9607 "xml5ever",
9608]
9609
9610[[package]]
9611name = "match_token"
9612version = "0.1.0"
9613source = "registry+https://github.com/rust-lang/crates.io-index"
9614checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9615dependencies = [
9616 "proc-macro2",
9617 "quote",
9618 "syn 2.0.101",
9619]
9620
9621[[package]]
9622name = "matchers"
9623version = "0.1.0"
9624source = "registry+https://github.com/rust-lang/crates.io-index"
9625checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9626dependencies = [
9627 "regex-automata 0.1.10",
9628]
9629
9630[[package]]
9631name = "matchit"
9632version = "0.7.3"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9635
9636[[package]]
9637name = "maybe-async"
9638version = "0.2.10"
9639source = "registry+https://github.com/rust-lang/crates.io-index"
9640checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9641dependencies = [
9642 "proc-macro2",
9643 "quote",
9644 "syn 2.0.101",
9645]
9646
9647[[package]]
9648name = "maybe-owned"
9649version = "0.3.4"
9650source = "registry+https://github.com/rust-lang/crates.io-index"
9651checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9652
9653[[package]]
9654name = "maybe-rayon"
9655version = "0.1.1"
9656source = "registry+https://github.com/rust-lang/crates.io-index"
9657checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9658dependencies = [
9659 "cfg-if",
9660 "rayon",
9661]
9662
9663[[package]]
9664name = "md-5"
9665version = "0.10.6"
9666source = "registry+https://github.com/rust-lang/crates.io-index"
9667checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9668dependencies = [
9669 "cfg-if",
9670 "digest",
9671]
9672
9673[[package]]
9674name = "mdbook"
9675version = "0.4.48"
9676source = "registry+https://github.com/rust-lang/crates.io-index"
9677checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9678dependencies = [
9679 "ammonia",
9680 "anyhow",
9681 "chrono",
9682 "clap",
9683 "clap_complete",
9684 "elasticlunr-rs",
9685 "env_logger 0.11.8",
9686 "futures-util",
9687 "handlebars 6.3.2",
9688 "hex",
9689 "ignore",
9690 "log",
9691 "memchr",
9692 "notify",
9693 "notify-debouncer-mini",
9694 "once_cell",
9695 "opener",
9696 "pathdiff",
9697 "pulldown-cmark 0.10.3",
9698 "regex",
9699 "serde",
9700 "serde_json",
9701 "sha2",
9702 "shlex",
9703 "tempfile",
9704 "tokio",
9705 "toml 0.5.11",
9706 "topological-sort",
9707 "walkdir",
9708 "warp",
9709]
9710
9711[[package]]
9712name = "media"
9713version = "0.1.0"
9714dependencies = [
9715 "anyhow",
9716 "bindgen 0.71.1",
9717 "core-foundation 0.10.0",
9718 "core-video",
9719 "ctor",
9720 "foreign-types 0.5.0",
9721 "metal",
9722 "objc",
9723 "workspace-hack",
9724]
9725
9726[[package]]
9727name = "memchr"
9728version = "2.7.4"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9731
9732[[package]]
9733name = "memfd"
9734version = "0.6.4"
9735source = "registry+https://github.com/rust-lang/crates.io-index"
9736checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9737dependencies = [
9738 "rustix 0.38.44",
9739]
9740
9741[[package]]
9742name = "memmap2"
9743version = "0.9.5"
9744source = "registry+https://github.com/rust-lang/crates.io-index"
9745checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9746dependencies = [
9747 "libc",
9748]
9749
9750[[package]]
9751name = "memoffset"
9752version = "0.9.1"
9753source = "registry+https://github.com/rust-lang/crates.io-index"
9754checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9755dependencies = [
9756 "autocfg",
9757]
9758
9759[[package]]
9760name = "menu"
9761version = "0.1.0"
9762dependencies = [
9763 "gpui",
9764 "workspace-hack",
9765]
9766
9767[[package]]
9768name = "metal"
9769version = "0.29.0"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9772dependencies = [
9773 "bitflags 2.9.0",
9774 "block",
9775 "core-graphics-types 0.1.3",
9776 "foreign-types 0.5.0",
9777 "log",
9778 "objc",
9779 "paste",
9780]
9781
9782[[package]]
9783name = "migrator"
9784version = "0.1.0"
9785dependencies = [
9786 "anyhow",
9787 "collections",
9788 "convert_case 0.8.0",
9789 "log",
9790 "pretty_assertions",
9791 "streaming-iterator",
9792 "tree-sitter",
9793 "tree-sitter-json",
9794 "workspace-hack",
9795]
9796
9797[[package]]
9798name = "mimalloc"
9799version = "0.1.46"
9800source = "registry+https://github.com/rust-lang/crates.io-index"
9801checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9802dependencies = [
9803 "libmimalloc-sys",
9804]
9805
9806[[package]]
9807name = "mime"
9808version = "0.3.17"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9811
9812[[package]]
9813name = "mime_guess"
9814version = "2.0.5"
9815source = "registry+https://github.com/rust-lang/crates.io-index"
9816checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9817dependencies = [
9818 "mime",
9819 "unicase",
9820]
9821
9822[[package]]
9823name = "minimal-lexical"
9824version = "0.2.1"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9827
9828[[package]]
9829name = "miniz_oxide"
9830version = "0.8.8"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9833dependencies = [
9834 "adler2",
9835 "simd-adler32",
9836]
9837
9838[[package]]
9839name = "mint"
9840version = "0.5.9"
9841source = "registry+https://github.com/rust-lang/crates.io-index"
9842checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9843
9844[[package]]
9845name = "mio"
9846version = "1.0.3"
9847source = "registry+https://github.com/rust-lang/crates.io-index"
9848checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9849dependencies = [
9850 "libc",
9851 "log",
9852 "wasi 0.11.0+wasi-snapshot-preview1",
9853 "windows-sys 0.52.0",
9854]
9855
9856[[package]]
9857name = "miow"
9858version = "0.6.0"
9859source = "registry+https://github.com/rust-lang/crates.io-index"
9860checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9861dependencies = [
9862 "windows-sys 0.48.0",
9863]
9864
9865[[package]]
9866name = "mistral"
9867version = "0.1.0"
9868dependencies = [
9869 "anyhow",
9870 "futures 0.3.31",
9871 "http_client",
9872 "schemars",
9873 "serde",
9874 "serde_json",
9875 "strum 0.27.1",
9876 "workspace-hack",
9877]
9878
9879[[package]]
9880name = "moka"
9881version = "0.12.10"
9882source = "registry+https://github.com/rust-lang/crates.io-index"
9883checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9884dependencies = [
9885 "crossbeam-channel",
9886 "crossbeam-epoch",
9887 "crossbeam-utils",
9888 "loom",
9889 "parking_lot",
9890 "portable-atomic",
9891 "rustc_version",
9892 "smallvec",
9893 "tagptr",
9894 "thiserror 1.0.69",
9895 "uuid",
9896]
9897
9898[[package]]
9899name = "msvc_spectre_libs"
9900version = "0.1.3"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9903dependencies = [
9904 "cc",
9905]
9906
9907[[package]]
9908name = "multi_buffer"
9909version = "0.1.0"
9910dependencies = [
9911 "anyhow",
9912 "buffer_diff",
9913 "clock",
9914 "collections",
9915 "ctor",
9916 "env_logger 0.11.8",
9917 "gpui",
9918 "indoc",
9919 "itertools 0.14.0",
9920 "language",
9921 "log",
9922 "parking_lot",
9923 "pretty_assertions",
9924 "project",
9925 "rand 0.8.5",
9926 "rope",
9927 "serde",
9928 "settings",
9929 "smallvec",
9930 "smol",
9931 "sum_tree",
9932 "text",
9933 "theme",
9934 "tree-sitter",
9935 "util",
9936 "workspace-hack",
9937]
9938
9939[[package]]
9940name = "multimap"
9941version = "0.8.3"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9944
9945[[package]]
9946name = "multimap"
9947version = "0.10.0"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9950
9951[[package]]
9952name = "naga"
9953version = "25.0.1"
9954source = "registry+https://github.com/rust-lang/crates.io-index"
9955checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9956dependencies = [
9957 "arrayvec",
9958 "bit-set 0.8.0",
9959 "bitflags 2.9.0",
9960 "cfg_aliases 0.2.1",
9961 "codespan-reporting 0.12.0",
9962 "half",
9963 "hashbrown 0.15.3",
9964 "hexf-parse",
9965 "indexmap",
9966 "log",
9967 "num-traits",
9968 "once_cell",
9969 "rustc-hash 1.1.0",
9970 "spirv",
9971 "strum 0.26.3",
9972 "thiserror 2.0.12",
9973 "unicode-ident",
9974]
9975
9976[[package]]
9977name = "nanoid"
9978version = "0.4.0"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9981dependencies = [
9982 "rand 0.8.5",
9983]
9984
9985[[package]]
9986name = "nanorand"
9987version = "0.7.0"
9988source = "registry+https://github.com/rust-lang/crates.io-index"
9989checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9990dependencies = [
9991 "getrandom 0.2.15",
9992]
9993
9994[[package]]
9995name = "native-tls"
9996version = "0.2.14"
9997source = "registry+https://github.com/rust-lang/crates.io-index"
9998checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9999dependencies = [
10000 "libc",
10001 "log",
10002 "openssl",
10003 "openssl-probe",
10004 "openssl-sys",
10005 "schannel",
10006 "security-framework 2.11.1",
10007 "security-framework-sys",
10008 "tempfile",
10009]
10010
10011[[package]]
10012name = "nbformat"
10013version = "0.10.0"
10014source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10015dependencies = [
10016 "anyhow",
10017 "chrono",
10018 "jupyter-protocol",
10019 "serde",
10020 "serde_json",
10021 "thiserror 1.0.69",
10022 "uuid",
10023]
10024
10025[[package]]
10026name = "ndk"
10027version = "0.8.0"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10030dependencies = [
10031 "bitflags 2.9.0",
10032 "jni-sys",
10033 "log",
10034 "ndk-sys",
10035 "num_enum",
10036 "thiserror 1.0.69",
10037]
10038
10039[[package]]
10040name = "ndk-context"
10041version = "0.1.1"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10044
10045[[package]]
10046name = "ndk-sys"
10047version = "0.5.0+25.2.9519653"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10050dependencies = [
10051 "jni-sys",
10052]
10053
10054[[package]]
10055name = "new_debug_unreachable"
10056version = "1.0.6"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10059
10060[[package]]
10061name = "nix"
10062version = "0.28.0"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10065dependencies = [
10066 "bitflags 2.9.0",
10067 "cfg-if",
10068 "cfg_aliases 0.1.1",
10069 "libc",
10070]
10071
10072[[package]]
10073name = "nix"
10074version = "0.29.0"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10077dependencies = [
10078 "bitflags 2.9.0",
10079 "cfg-if",
10080 "cfg_aliases 0.2.1",
10081 "libc",
10082 "memoffset",
10083]
10084
10085[[package]]
10086name = "node_runtime"
10087version = "0.1.0"
10088dependencies = [
10089 "anyhow",
10090 "async-compression",
10091 "async-std",
10092 "async-tar",
10093 "async-trait",
10094 "async-watch",
10095 "futures 0.3.31",
10096 "http_client",
10097 "log",
10098 "paths",
10099 "semver",
10100 "serde",
10101 "serde_json",
10102 "smol",
10103 "util",
10104 "which 6.0.3",
10105 "workspace-hack",
10106]
10107
10108[[package]]
10109name = "nom"
10110version = "7.1.3"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10113dependencies = [
10114 "memchr",
10115 "minimal-lexical",
10116]
10117
10118[[package]]
10119name = "noop_proc_macro"
10120version = "0.3.0"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10123
10124[[package]]
10125name = "normpath"
10126version = "1.3.0"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10129dependencies = [
10130 "windows-sys 0.59.0",
10131]
10132
10133[[package]]
10134name = "notifications"
10135version = "0.1.0"
10136dependencies = [
10137 "anyhow",
10138 "channel",
10139 "client",
10140 "collections",
10141 "component",
10142 "db",
10143 "gpui",
10144 "rpc",
10145 "settings",
10146 "sum_tree",
10147 "time",
10148 "ui",
10149 "util",
10150 "workspace",
10151 "workspace-hack",
10152]
10153
10154[[package]]
10155name = "notify"
10156version = "8.0.0"
10157source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10158dependencies = [
10159 "bitflags 2.9.0",
10160 "filetime",
10161 "fsevent-sys 4.1.0",
10162 "inotify",
10163 "kqueue",
10164 "libc",
10165 "log",
10166 "mio",
10167 "notify-types",
10168 "walkdir",
10169 "windows-sys 0.59.0",
10170]
10171
10172[[package]]
10173name = "notify-debouncer-mini"
10174version = "0.6.0"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10177dependencies = [
10178 "log",
10179 "notify",
10180 "notify-types",
10181 "tempfile",
10182]
10183
10184[[package]]
10185name = "notify-types"
10186version = "2.0.0"
10187source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10188
10189[[package]]
10190name = "ntapi"
10191version = "0.4.1"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10194dependencies = [
10195 "winapi",
10196]
10197
10198[[package]]
10199name = "nu-ansi-term"
10200version = "0.46.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10203dependencies = [
10204 "overload",
10205 "winapi",
10206]
10207
10208[[package]]
10209name = "nu-ansi-term"
10210version = "0.50.1"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10213dependencies = [
10214 "windows-sys 0.52.0",
10215]
10216
10217[[package]]
10218name = "num"
10219version = "0.4.3"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10222dependencies = [
10223 "num-bigint",
10224 "num-complex",
10225 "num-integer",
10226 "num-iter",
10227 "num-rational",
10228 "num-traits",
10229]
10230
10231[[package]]
10232name = "num-bigint"
10233version = "0.4.6"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10236dependencies = [
10237 "num-integer",
10238 "num-traits",
10239]
10240
10241[[package]]
10242name = "num-bigint-dig"
10243version = "0.8.4"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10246dependencies = [
10247 "byteorder",
10248 "lazy_static",
10249 "libm",
10250 "num-integer",
10251 "num-iter",
10252 "num-traits",
10253 "rand 0.8.5",
10254 "serde",
10255 "smallvec",
10256 "zeroize",
10257]
10258
10259[[package]]
10260name = "num-cmp"
10261version = "0.1.0"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10264
10265[[package]]
10266name = "num-complex"
10267version = "0.4.6"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10270dependencies = [
10271 "num-traits",
10272]
10273
10274[[package]]
10275name = "num-conv"
10276version = "0.1.0"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10279
10280[[package]]
10281name = "num-derive"
10282version = "0.4.2"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10285dependencies = [
10286 "proc-macro2",
10287 "quote",
10288 "syn 2.0.101",
10289]
10290
10291[[package]]
10292name = "num-format"
10293version = "0.4.4"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10296dependencies = [
10297 "arrayvec",
10298 "itoa",
10299]
10300
10301[[package]]
10302name = "num-integer"
10303version = "0.1.46"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10306dependencies = [
10307 "num-traits",
10308]
10309
10310[[package]]
10311name = "num-iter"
10312version = "0.1.45"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10315dependencies = [
10316 "autocfg",
10317 "num-integer",
10318 "num-traits",
10319]
10320
10321[[package]]
10322name = "num-modular"
10323version = "0.6.1"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10326
10327[[package]]
10328name = "num-order"
10329version = "1.2.0"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10332dependencies = [
10333 "num-modular",
10334]
10335
10336[[package]]
10337name = "num-rational"
10338version = "0.4.2"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10341dependencies = [
10342 "num-bigint",
10343 "num-integer",
10344 "num-traits",
10345]
10346
10347[[package]]
10348name = "num-traits"
10349version = "0.2.19"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10352dependencies = [
10353 "autocfg",
10354 "libm",
10355]
10356
10357[[package]]
10358name = "num_cpus"
10359version = "1.16.0"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10362dependencies = [
10363 "hermit-abi 0.3.9",
10364 "libc",
10365]
10366
10367[[package]]
10368name = "num_enum"
10369version = "0.7.3"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10372dependencies = [
10373 "num_enum_derive",
10374]
10375
10376[[package]]
10377name = "num_enum_derive"
10378version = "0.7.3"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10381dependencies = [
10382 "proc-macro-crate",
10383 "proc-macro2",
10384 "quote",
10385 "syn 2.0.101",
10386]
10387
10388[[package]]
10389name = "num_threads"
10390version = "0.1.7"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10393dependencies = [
10394 "libc",
10395]
10396
10397[[package]]
10398name = "nvim-rs"
10399version = "0.9.2"
10400source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10401dependencies = [
10402 "async-trait",
10403 "futures 0.3.31",
10404 "log",
10405 "rmp",
10406 "rmpv",
10407 "tokio",
10408 "tokio-util",
10409]
10410
10411[[package]]
10412name = "objc"
10413version = "0.2.7"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10416dependencies = [
10417 "malloc_buf",
10418 "objc_exception",
10419]
10420
10421[[package]]
10422name = "objc-foundation"
10423version = "0.1.1"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10426dependencies = [
10427 "block",
10428 "objc",
10429 "objc_id",
10430]
10431
10432[[package]]
10433name = "objc2"
10434version = "0.6.1"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10437dependencies = [
10438 "objc2-encode",
10439]
10440
10441[[package]]
10442name = "objc2-app-kit"
10443version = "0.3.1"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10446dependencies = [
10447 "bitflags 2.9.0",
10448 "objc2",
10449 "objc2-core-foundation",
10450 "objc2-foundation",
10451 "objc2-quartz-core",
10452]
10453
10454[[package]]
10455name = "objc2-core-foundation"
10456version = "0.3.1"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10459dependencies = [
10460 "bitflags 2.9.0",
10461 "dispatch2",
10462 "objc2",
10463]
10464
10465[[package]]
10466name = "objc2-encode"
10467version = "4.1.0"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10470
10471[[package]]
10472name = "objc2-foundation"
10473version = "0.3.1"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10476dependencies = [
10477 "bitflags 2.9.0",
10478 "objc2",
10479 "objc2-core-foundation",
10480]
10481
10482[[package]]
10483name = "objc2-metal"
10484version = "0.3.1"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10487dependencies = [
10488 "bitflags 2.9.0",
10489 "block2",
10490 "dispatch2",
10491 "objc2",
10492 "objc2-core-foundation",
10493 "objc2-foundation",
10494]
10495
10496[[package]]
10497name = "objc2-quartz-core"
10498version = "0.3.1"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10501dependencies = [
10502 "bitflags 2.9.0",
10503 "objc2",
10504 "objc2-core-foundation",
10505 "objc2-foundation",
10506 "objc2-metal",
10507]
10508
10509[[package]]
10510name = "objc2-ui-kit"
10511version = "0.3.1"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10514dependencies = [
10515 "bitflags 2.9.0",
10516 "objc2",
10517 "objc2-core-foundation",
10518 "objc2-foundation",
10519 "objc2-quartz-core",
10520]
10521
10522[[package]]
10523name = "objc_exception"
10524version = "0.1.2"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10527dependencies = [
10528 "cc",
10529]
10530
10531[[package]]
10532name = "objc_id"
10533version = "0.1.1"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10536dependencies = [
10537 "objc",
10538]
10539
10540[[package]]
10541name = "object"
10542version = "0.36.7"
10543source = "registry+https://github.com/rust-lang/crates.io-index"
10544checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10545dependencies = [
10546 "crc32fast",
10547 "hashbrown 0.15.3",
10548 "indexmap",
10549 "memchr",
10550]
10551
10552[[package]]
10553name = "oboe"
10554version = "0.6.1"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10557dependencies = [
10558 "jni",
10559 "ndk",
10560 "ndk-context",
10561 "num-derive",
10562 "num-traits",
10563 "oboe-sys",
10564]
10565
10566[[package]]
10567name = "oboe-sys"
10568version = "0.6.1"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10571dependencies = [
10572 "cc",
10573]
10574
10575[[package]]
10576name = "ollama"
10577version = "0.1.0"
10578dependencies = [
10579 "anyhow",
10580 "futures 0.3.31",
10581 "http_client",
10582 "schemars",
10583 "serde",
10584 "serde_json",
10585 "workspace-hack",
10586]
10587
10588[[package]]
10589name = "once_cell"
10590version = "1.21.3"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10593
10594[[package]]
10595name = "oo7"
10596version = "0.4.3"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10599dependencies = [
10600 "aes",
10601 "ashpd",
10602 "async-fs",
10603 "async-io",
10604 "async-lock",
10605 "blocking",
10606 "cbc",
10607 "cipher",
10608 "digest",
10609 "endi",
10610 "futures-lite 2.6.0",
10611 "futures-util",
10612 "getrandom 0.3.2",
10613 "hkdf",
10614 "hmac",
10615 "md-5",
10616 "num",
10617 "num-bigint-dig",
10618 "pbkdf2 0.12.2",
10619 "rand 0.9.1",
10620 "serde",
10621 "sha2",
10622 "subtle",
10623 "zbus",
10624 "zbus_macros",
10625 "zeroize",
10626 "zvariant",
10627]
10628
10629[[package]]
10630name = "oorandom"
10631version = "11.1.5"
10632source = "registry+https://github.com/rust-lang/crates.io-index"
10633checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10634
10635[[package]]
10636name = "open"
10637version = "5.3.2"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10640dependencies = [
10641 "is-wsl",
10642 "libc",
10643 "pathdiff",
10644]
10645
10646[[package]]
10647name = "open_ai"
10648version = "0.1.0"
10649dependencies = [
10650 "anyhow",
10651 "futures 0.3.31",
10652 "http_client",
10653 "schemars",
10654 "serde",
10655 "serde_json",
10656 "strum 0.27.1",
10657 "workspace-hack",
10658]
10659
10660[[package]]
10661name = "opener"
10662version = "0.7.2"
10663source = "registry+https://github.com/rust-lang/crates.io-index"
10664checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10665dependencies = [
10666 "bstr",
10667 "dbus",
10668 "normpath",
10669 "windows-sys 0.59.0",
10670]
10671
10672[[package]]
10673name = "openssl"
10674version = "0.10.72"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10677dependencies = [
10678 "bitflags 2.9.0",
10679 "cfg-if",
10680 "foreign-types 0.3.2",
10681 "libc",
10682 "once_cell",
10683 "openssl-macros",
10684 "openssl-sys",
10685]
10686
10687[[package]]
10688name = "openssl-macros"
10689version = "0.1.1"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10692dependencies = [
10693 "proc-macro2",
10694 "quote",
10695 "syn 2.0.101",
10696]
10697
10698[[package]]
10699name = "openssl-probe"
10700version = "0.1.6"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10703
10704[[package]]
10705name = "openssl-sys"
10706version = "0.9.107"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10709dependencies = [
10710 "cc",
10711 "libc",
10712 "pkg-config",
10713 "vcpkg",
10714]
10715
10716[[package]]
10717name = "optfield"
10718version = "0.3.0"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10721dependencies = [
10722 "proc-macro2",
10723 "quote",
10724 "syn 2.0.101",
10725]
10726
10727[[package]]
10728name = "option-ext"
10729version = "0.2.0"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10732
10733[[package]]
10734name = "ordered-float"
10735version = "2.10.1"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10738dependencies = [
10739 "num-traits",
10740]
10741
10742[[package]]
10743name = "ordered-float"
10744version = "4.6.0"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10747dependencies = [
10748 "num-traits",
10749]
10750
10751[[package]]
10752name = "ordered-stream"
10753version = "0.2.0"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10756dependencies = [
10757 "futures-core",
10758 "pin-project-lite",
10759]
10760
10761[[package]]
10762name = "ouroboros"
10763version = "0.18.5"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10766dependencies = [
10767 "aliasable",
10768 "ouroboros_macro",
10769 "static_assertions",
10770]
10771
10772[[package]]
10773name = "ouroboros_macro"
10774version = "0.18.5"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10777dependencies = [
10778 "heck 0.4.1",
10779 "proc-macro2",
10780 "proc-macro2-diagnostics",
10781 "quote",
10782 "syn 2.0.101",
10783]
10784
10785[[package]]
10786name = "outline"
10787version = "0.1.0"
10788dependencies = [
10789 "editor",
10790 "fuzzy",
10791 "gpui",
10792 "indoc",
10793 "language",
10794 "menu",
10795 "ordered-float 2.10.1",
10796 "picker",
10797 "project",
10798 "rope",
10799 "serde_json",
10800 "settings",
10801 "smol",
10802 "theme",
10803 "tree-sitter-rust",
10804 "tree-sitter-typescript",
10805 "ui",
10806 "util",
10807 "workspace",
10808 "workspace-hack",
10809 "zed_actions",
10810]
10811
10812[[package]]
10813name = "outline_panel"
10814version = "0.1.0"
10815dependencies = [
10816 "anyhow",
10817 "collections",
10818 "db",
10819 "editor",
10820 "file_icons",
10821 "fuzzy",
10822 "gpui",
10823 "itertools 0.14.0",
10824 "language",
10825 "log",
10826 "menu",
10827 "outline",
10828 "pretty_assertions",
10829 "project",
10830 "schemars",
10831 "search",
10832 "serde",
10833 "serde_json",
10834 "settings",
10835 "smallvec",
10836 "smol",
10837 "theme",
10838 "ui",
10839 "util",
10840 "workspace",
10841 "workspace-hack",
10842 "worktree",
10843 "zed_actions",
10844]
10845
10846[[package]]
10847name = "outref"
10848version = "0.5.2"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10851
10852[[package]]
10853name = "overload"
10854version = "0.1.1"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10857
10858[[package]]
10859name = "p256"
10860version = "0.11.1"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10863dependencies = [
10864 "ecdsa",
10865 "elliptic-curve",
10866 "sha2",
10867]
10868
10869[[package]]
10870name = "page_size"
10871version = "0.6.0"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10874dependencies = [
10875 "libc",
10876 "winapi",
10877]
10878
10879[[package]]
10880name = "palette"
10881version = "0.7.6"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10884dependencies = [
10885 "approx",
10886 "fast-srgb8",
10887 "palette_derive",
10888]
10889
10890[[package]]
10891name = "palette_derive"
10892version = "0.7.6"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10895dependencies = [
10896 "by_address",
10897 "proc-macro2",
10898 "quote",
10899 "syn 2.0.101",
10900]
10901
10902[[package]]
10903name = "panel"
10904version = "0.1.0"
10905dependencies = [
10906 "editor",
10907 "gpui",
10908 "settings",
10909 "theme",
10910 "ui",
10911 "workspace",
10912 "workspace-hack",
10913]
10914
10915[[package]]
10916name = "parking"
10917version = "2.2.1"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10920
10921[[package]]
10922name = "parking_lot"
10923version = "0.12.3"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10926dependencies = [
10927 "lock_api",
10928 "parking_lot_core",
10929]
10930
10931[[package]]
10932name = "parking_lot_core"
10933version = "0.9.10"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10936dependencies = [
10937 "cfg-if",
10938 "libc",
10939 "redox_syscall 0.5.11",
10940 "smallvec",
10941 "windows-targets 0.52.6",
10942]
10943
10944[[package]]
10945name = "partial-json-fixer"
10946version = "0.5.3"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10949
10950[[package]]
10951name = "password-hash"
10952version = "0.4.2"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10955dependencies = [
10956 "base64ct",
10957 "rand_core 0.6.4",
10958 "subtle",
10959]
10960
10961[[package]]
10962name = "password-hash"
10963version = "0.5.0"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10966dependencies = [
10967 "base64ct",
10968 "rand_core 0.6.4",
10969 "subtle",
10970]
10971
10972[[package]]
10973name = "paste"
10974version = "1.0.15"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10977
10978[[package]]
10979name = "pathdiff"
10980version = "0.2.3"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10983
10984[[package]]
10985name = "pathfinder_geometry"
10986version = "0.5.1"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10989dependencies = [
10990 "log",
10991 "pathfinder_simd",
10992]
10993
10994[[package]]
10995name = "pathfinder_simd"
10996version = "0.5.4"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10999dependencies = [
11000 "rustc_version",
11001]
11002
11003[[package]]
11004name = "paths"
11005version = "0.1.0"
11006dependencies = [
11007 "dirs 4.0.0",
11008 "util",
11009 "workspace-hack",
11010]
11011
11012[[package]]
11013name = "pbjson"
11014version = "0.6.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11017dependencies = [
11018 "base64 0.21.7",
11019 "serde",
11020]
11021
11022[[package]]
11023name = "pbjson-build"
11024version = "0.6.2"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11027dependencies = [
11028 "heck 0.4.1",
11029 "itertools 0.11.0",
11030 "prost 0.12.6",
11031 "prost-types 0.12.6",
11032]
11033
11034[[package]]
11035name = "pbjson-types"
11036version = "0.6.0"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11039dependencies = [
11040 "bytes 1.10.1",
11041 "chrono",
11042 "pbjson",
11043 "pbjson-build",
11044 "prost 0.12.6",
11045 "prost-build 0.12.6",
11046 "serde",
11047]
11048
11049[[package]]
11050name = "pbkdf2"
11051version = "0.11.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11054dependencies = [
11055 "digest",
11056 "hmac",
11057 "password-hash 0.4.2",
11058 "sha2",
11059]
11060
11061[[package]]
11062name = "pbkdf2"
11063version = "0.12.2"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11066dependencies = [
11067 "digest",
11068 "hmac",
11069]
11070
11071[[package]]
11072name = "pem"
11073version = "3.0.5"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11076dependencies = [
11077 "base64 0.22.1",
11078 "serde",
11079]
11080
11081[[package]]
11082name = "pem-rfc7468"
11083version = "0.7.0"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11086dependencies = [
11087 "base64ct",
11088]
11089
11090[[package]]
11091name = "percent-encoding"
11092version = "2.3.1"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11095
11096[[package]]
11097name = "perplexity"
11098version = "0.1.0"
11099dependencies = [
11100 "serde",
11101 "zed_extension_api 0.6.0",
11102]
11103
11104[[package]]
11105name = "pest"
11106version = "2.8.0"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11109dependencies = [
11110 "memchr",
11111 "thiserror 2.0.12",
11112 "ucd-trie",
11113]
11114
11115[[package]]
11116name = "pest_derive"
11117version = "2.8.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11120dependencies = [
11121 "pest",
11122 "pest_generator",
11123]
11124
11125[[package]]
11126name = "pest_generator"
11127version = "2.8.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11130dependencies = [
11131 "pest",
11132 "pest_meta",
11133 "proc-macro2",
11134 "quote",
11135 "syn 2.0.101",
11136]
11137
11138[[package]]
11139name = "pest_meta"
11140version = "2.8.0"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11143dependencies = [
11144 "once_cell",
11145 "pest",
11146 "sha2",
11147]
11148
11149[[package]]
11150name = "pet"
11151version = "0.1.0"
11152source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11153dependencies = [
11154 "clap",
11155 "env_logger 0.10.2",
11156 "lazy_static",
11157 "log",
11158 "msvc_spectre_libs",
11159 "pet-conda",
11160 "pet-core",
11161 "pet-env-var-path",
11162 "pet-fs",
11163 "pet-global-virtualenvs",
11164 "pet-homebrew",
11165 "pet-jsonrpc",
11166 "pet-linux-global-python",
11167 "pet-mac-commandlinetools",
11168 "pet-mac-python-org",
11169 "pet-mac-xcode",
11170 "pet-pipenv",
11171 "pet-pixi",
11172 "pet-poetry",
11173 "pet-pyenv",
11174 "pet-python-utils",
11175 "pet-reporter",
11176 "pet-telemetry",
11177 "pet-venv",
11178 "pet-virtualenv",
11179 "pet-virtualenvwrapper",
11180 "pet-windows-registry",
11181 "pet-windows-store",
11182 "serde",
11183 "serde_json",
11184]
11185
11186[[package]]
11187name = "pet-conda"
11188version = "0.1.0"
11189source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11190dependencies = [
11191 "env_logger 0.10.2",
11192 "lazy_static",
11193 "log",
11194 "msvc_spectre_libs",
11195 "pet-core",
11196 "pet-fs",
11197 "pet-python-utils",
11198 "pet-reporter",
11199 "regex",
11200 "serde",
11201 "serde_json",
11202 "yaml-rust2",
11203]
11204
11205[[package]]
11206name = "pet-core"
11207version = "0.1.0"
11208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11209dependencies = [
11210 "clap",
11211 "lazy_static",
11212 "log",
11213 "msvc_spectre_libs",
11214 "pet-fs",
11215 "regex",
11216 "serde",
11217 "serde_json",
11218]
11219
11220[[package]]
11221name = "pet-env-var-path"
11222version = "0.1.0"
11223source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11224dependencies = [
11225 "lazy_static",
11226 "log",
11227 "msvc_spectre_libs",
11228 "pet-conda",
11229 "pet-core",
11230 "pet-fs",
11231 "pet-python-utils",
11232 "pet-virtualenv",
11233 "regex",
11234]
11235
11236[[package]]
11237name = "pet-fs"
11238version = "0.1.0"
11239source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11240dependencies = [
11241 "log",
11242 "msvc_spectre_libs",
11243]
11244
11245[[package]]
11246name = "pet-global-virtualenvs"
11247version = "0.1.0"
11248source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11249dependencies = [
11250 "log",
11251 "msvc_spectre_libs",
11252 "pet-conda",
11253 "pet-core",
11254 "pet-fs",
11255 "pet-virtualenv",
11256]
11257
11258[[package]]
11259name = "pet-homebrew"
11260version = "0.1.0"
11261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11262dependencies = [
11263 "lazy_static",
11264 "log",
11265 "msvc_spectre_libs",
11266 "pet-conda",
11267 "pet-core",
11268 "pet-fs",
11269 "pet-python-utils",
11270 "pet-virtualenv",
11271 "regex",
11272 "serde",
11273 "serde_json",
11274]
11275
11276[[package]]
11277name = "pet-jsonrpc"
11278version = "0.1.0"
11279source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11280dependencies = [
11281 "env_logger 0.10.2",
11282 "log",
11283 "msvc_spectre_libs",
11284 "pet-core",
11285 "serde",
11286 "serde_json",
11287]
11288
11289[[package]]
11290name = "pet-linux-global-python"
11291version = "0.1.0"
11292source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11293dependencies = [
11294 "log",
11295 "msvc_spectre_libs",
11296 "pet-core",
11297 "pet-fs",
11298 "pet-python-utils",
11299 "pet-virtualenv",
11300]
11301
11302[[package]]
11303name = "pet-mac-commandlinetools"
11304version = "0.1.0"
11305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11306dependencies = [
11307 "log",
11308 "msvc_spectre_libs",
11309 "pet-core",
11310 "pet-fs",
11311 "pet-python-utils",
11312 "pet-virtualenv",
11313]
11314
11315[[package]]
11316name = "pet-mac-python-org"
11317version = "0.1.0"
11318source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11319dependencies = [
11320 "log",
11321 "msvc_spectre_libs",
11322 "pet-core",
11323 "pet-fs",
11324 "pet-python-utils",
11325 "pet-virtualenv",
11326]
11327
11328[[package]]
11329name = "pet-mac-xcode"
11330version = "0.1.0"
11331source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11332dependencies = [
11333 "log",
11334 "msvc_spectre_libs",
11335 "pet-core",
11336 "pet-fs",
11337 "pet-python-utils",
11338 "pet-virtualenv",
11339]
11340
11341[[package]]
11342name = "pet-pipenv"
11343version = "0.1.0"
11344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11345dependencies = [
11346 "log",
11347 "msvc_spectre_libs",
11348 "pet-core",
11349 "pet-fs",
11350 "pet-python-utils",
11351 "pet-virtualenv",
11352]
11353
11354[[package]]
11355name = "pet-pixi"
11356version = "0.1.0"
11357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11358dependencies = [
11359 "log",
11360 "msvc_spectre_libs",
11361 "pet-conda",
11362 "pet-core",
11363 "pet-python-utils",
11364]
11365
11366[[package]]
11367name = "pet-poetry"
11368version = "0.1.0"
11369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11370dependencies = [
11371 "base64 0.22.1",
11372 "lazy_static",
11373 "log",
11374 "msvc_spectre_libs",
11375 "pet-core",
11376 "pet-fs",
11377 "pet-python-utils",
11378 "pet-reporter",
11379 "pet-virtualenv",
11380 "regex",
11381 "serde",
11382 "serde_json",
11383 "sha2",
11384 "toml 0.8.20",
11385]
11386
11387[[package]]
11388name = "pet-pyenv"
11389version = "0.1.0"
11390source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11391dependencies = [
11392 "lazy_static",
11393 "log",
11394 "msvc_spectre_libs",
11395 "pet-conda",
11396 "pet-core",
11397 "pet-fs",
11398 "pet-python-utils",
11399 "pet-reporter",
11400 "regex",
11401 "serde",
11402 "serde_json",
11403]
11404
11405[[package]]
11406name = "pet-python-utils"
11407version = "0.1.0"
11408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11409dependencies = [
11410 "env_logger 0.10.2",
11411 "lazy_static",
11412 "log",
11413 "msvc_spectre_libs",
11414 "pet-core",
11415 "pet-fs",
11416 "regex",
11417 "serde",
11418 "serde_json",
11419 "sha2",
11420]
11421
11422[[package]]
11423name = "pet-reporter"
11424version = "0.1.0"
11425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11426dependencies = [
11427 "env_logger 0.10.2",
11428 "log",
11429 "msvc_spectre_libs",
11430 "pet-core",
11431 "pet-jsonrpc",
11432 "serde",
11433 "serde_json",
11434]
11435
11436[[package]]
11437name = "pet-telemetry"
11438version = "0.1.0"
11439source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11440dependencies = [
11441 "env_logger 0.10.2",
11442 "lazy_static",
11443 "log",
11444 "msvc_spectre_libs",
11445 "pet-core",
11446 "pet-fs",
11447 "pet-python-utils",
11448 "regex",
11449]
11450
11451[[package]]
11452name = "pet-venv"
11453version = "0.1.0"
11454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11455dependencies = [
11456 "log",
11457 "msvc_spectre_libs",
11458 "pet-core",
11459 "pet-python-utils",
11460 "pet-virtualenv",
11461]
11462
11463[[package]]
11464name = "pet-virtualenv"
11465version = "0.1.0"
11466source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11467dependencies = [
11468 "log",
11469 "msvc_spectre_libs",
11470 "pet-core",
11471 "pet-fs",
11472 "pet-python-utils",
11473]
11474
11475[[package]]
11476name = "pet-virtualenvwrapper"
11477version = "0.1.0"
11478source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11479dependencies = [
11480 "log",
11481 "msvc_spectre_libs",
11482 "pet-core",
11483 "pet-fs",
11484 "pet-python-utils",
11485 "pet-virtualenv",
11486]
11487
11488[[package]]
11489name = "pet-windows-registry"
11490version = "0.1.0"
11491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11492dependencies = [
11493 "lazy_static",
11494 "log",
11495 "msvc_spectre_libs",
11496 "pet-conda",
11497 "pet-core",
11498 "pet-fs",
11499 "pet-python-utils",
11500 "pet-virtualenv",
11501 "pet-windows-store",
11502 "regex",
11503 "winreg 0.55.0",
11504]
11505
11506[[package]]
11507name = "pet-windows-store"
11508version = "0.1.0"
11509source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11510dependencies = [
11511 "lazy_static",
11512 "log",
11513 "msvc_spectre_libs",
11514 "pet-core",
11515 "pet-fs",
11516 "pet-python-utils",
11517 "pet-virtualenv",
11518 "regex",
11519 "winreg 0.55.0",
11520]
11521
11522[[package]]
11523name = "petgraph"
11524version = "0.6.5"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11527dependencies = [
11528 "fixedbitset",
11529 "indexmap",
11530]
11531
11532[[package]]
11533name = "pgvector"
11534version = "0.4.0"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11537dependencies = [
11538 "serde",
11539]
11540
11541[[package]]
11542name = "phf"
11543version = "0.11.3"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11546dependencies = [
11547 "phf_macros",
11548 "phf_shared",
11549]
11550
11551[[package]]
11552name = "phf_codegen"
11553version = "0.11.3"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11556dependencies = [
11557 "phf_generator",
11558 "phf_shared",
11559]
11560
11561[[package]]
11562name = "phf_generator"
11563version = "0.11.3"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11566dependencies = [
11567 "phf_shared",
11568 "rand 0.8.5",
11569]
11570
11571[[package]]
11572name = "phf_macros"
11573version = "0.11.3"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11576dependencies = [
11577 "phf_generator",
11578 "phf_shared",
11579 "proc-macro2",
11580 "quote",
11581 "syn 2.0.101",
11582]
11583
11584[[package]]
11585name = "phf_shared"
11586version = "0.11.3"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11589dependencies = [
11590 "siphasher",
11591]
11592
11593[[package]]
11594name = "picker"
11595version = "0.1.0"
11596dependencies = [
11597 "anyhow",
11598 "ctor",
11599 "editor",
11600 "env_logger 0.11.8",
11601 "gpui",
11602 "menu",
11603 "schemars",
11604 "serde",
11605 "serde_json",
11606 "ui",
11607 "util",
11608 "workspace",
11609 "workspace-hack",
11610]
11611
11612[[package]]
11613name = "pico-args"
11614version = "0.5.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11617
11618[[package]]
11619name = "pin-project"
11620version = "1.1.10"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11623dependencies = [
11624 "pin-project-internal",
11625]
11626
11627[[package]]
11628name = "pin-project-internal"
11629version = "1.1.10"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11632dependencies = [
11633 "proc-macro2",
11634 "quote",
11635 "syn 2.0.101",
11636]
11637
11638[[package]]
11639name = "pin-project-lite"
11640version = "0.2.16"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11643
11644[[package]]
11645name = "pin-utils"
11646version = "0.1.0"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11649
11650[[package]]
11651name = "piper"
11652version = "0.2.4"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11655dependencies = [
11656 "atomic-waker",
11657 "fastrand 2.3.0",
11658 "futures-io",
11659]
11660
11661[[package]]
11662name = "pkcs1"
11663version = "0.7.5"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11666dependencies = [
11667 "der 0.7.10",
11668 "pkcs8 0.10.2",
11669 "spki 0.7.3",
11670]
11671
11672[[package]]
11673name = "pkcs8"
11674version = "0.9.0"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11677dependencies = [
11678 "der 0.6.1",
11679 "spki 0.6.0",
11680]
11681
11682[[package]]
11683name = "pkcs8"
11684version = "0.10.2"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11687dependencies = [
11688 "der 0.7.10",
11689 "spki 0.7.3",
11690]
11691
11692[[package]]
11693name = "pkg-config"
11694version = "0.3.32"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11697
11698[[package]]
11699name = "plist"
11700version = "1.7.1"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11703dependencies = [
11704 "base64 0.22.1",
11705 "indexmap",
11706 "quick-xml 0.32.0",
11707 "serde",
11708 "time",
11709]
11710
11711[[package]]
11712name = "plotters"
11713version = "0.3.7"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11716dependencies = [
11717 "num-traits",
11718 "plotters-backend",
11719 "plotters-svg",
11720 "wasm-bindgen",
11721 "web-sys",
11722]
11723
11724[[package]]
11725name = "plotters-backend"
11726version = "0.3.7"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11729
11730[[package]]
11731name = "plotters-svg"
11732version = "0.3.7"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11735dependencies = [
11736 "plotters-backend",
11737]
11738
11739[[package]]
11740name = "png"
11741version = "0.17.16"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11744dependencies = [
11745 "bitflags 1.3.2",
11746 "crc32fast",
11747 "fdeflate",
11748 "flate2",
11749 "miniz_oxide",
11750]
11751
11752[[package]]
11753name = "polling"
11754version = "3.7.4"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11757dependencies = [
11758 "cfg-if",
11759 "concurrent-queue",
11760 "hermit-abi 0.4.0",
11761 "pin-project-lite",
11762 "rustix 0.38.44",
11763 "tracing",
11764 "windows-sys 0.59.0",
11765]
11766
11767[[package]]
11768name = "pollster"
11769version = "0.2.5"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11772
11773[[package]]
11774name = "pollster"
11775version = "0.4.0"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11778
11779[[package]]
11780name = "portable-atomic"
11781version = "1.11.0"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11784
11785[[package]]
11786name = "portable-atomic-util"
11787version = "0.2.4"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11790dependencies = [
11791 "portable-atomic",
11792]
11793
11794[[package]]
11795name = "portable-pty"
11796version = "0.9.0"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11799dependencies = [
11800 "anyhow",
11801 "bitflags 1.3.2",
11802 "downcast-rs",
11803 "filedescriptor",
11804 "lazy_static",
11805 "libc",
11806 "log",
11807 "nix 0.28.0",
11808 "serial2",
11809 "shared_library",
11810 "shell-words",
11811 "winapi",
11812 "winreg 0.10.1",
11813]
11814
11815[[package]]
11816name = "postage"
11817version = "0.5.0"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11820dependencies = [
11821 "atomic",
11822 "crossbeam-queue",
11823 "futures 0.3.31",
11824 "log",
11825 "parking_lot",
11826 "pin-project",
11827 "pollster 0.2.5",
11828 "static_assertions",
11829 "thiserror 1.0.69",
11830]
11831
11832[[package]]
11833name = "postcard"
11834version = "1.1.1"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11837dependencies = [
11838 "cobs",
11839 "embedded-io 0.4.0",
11840 "embedded-io 0.6.1",
11841 "serde",
11842]
11843
11844[[package]]
11845name = "powerfmt"
11846version = "0.2.0"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11849
11850[[package]]
11851name = "ppv-lite86"
11852version = "0.2.21"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11855dependencies = [
11856 "zerocopy 0.8.24",
11857]
11858
11859[[package]]
11860name = "precomputed-hash"
11861version = "0.1.1"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11864
11865[[package]]
11866name = "prettier"
11867version = "0.1.0"
11868dependencies = [
11869 "anyhow",
11870 "collections",
11871 "fs",
11872 "gpui",
11873 "language",
11874 "log",
11875 "lsp",
11876 "node_runtime",
11877 "parking_lot",
11878 "paths",
11879 "serde",
11880 "serde_json",
11881 "util",
11882 "workspace-hack",
11883]
11884
11885[[package]]
11886name = "pretty_assertions"
11887version = "1.4.1"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11890dependencies = [
11891 "diff",
11892 "yansi",
11893]
11894
11895[[package]]
11896name = "prettyplease"
11897version = "0.2.32"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11900dependencies = [
11901 "proc-macro2",
11902 "syn 2.0.101",
11903]
11904
11905[[package]]
11906name = "proc-macro-crate"
11907version = "3.3.0"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11910dependencies = [
11911 "toml_edit",
11912]
11913
11914[[package]]
11915name = "proc-macro-error-attr2"
11916version = "2.0.0"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11919dependencies = [
11920 "proc-macro2",
11921 "quote",
11922]
11923
11924[[package]]
11925name = "proc-macro-error2"
11926version = "2.0.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11929dependencies = [
11930 "proc-macro-error-attr2",
11931 "proc-macro2",
11932 "quote",
11933 "syn 2.0.101",
11934]
11935
11936[[package]]
11937name = "proc-macro2"
11938version = "1.0.95"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11941dependencies = [
11942 "unicode-ident",
11943]
11944
11945[[package]]
11946name = "proc-macro2-diagnostics"
11947version = "0.10.1"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11950dependencies = [
11951 "proc-macro2",
11952 "quote",
11953 "syn 2.0.101",
11954 "version_check",
11955 "yansi",
11956]
11957
11958[[package]]
11959name = "prodash"
11960version = "29.0.2"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11963dependencies = [
11964 "log",
11965 "parking_lot",
11966]
11967
11968[[package]]
11969name = "profiling"
11970version = "1.0.16"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11973dependencies = [
11974 "profiling-procmacros",
11975]
11976
11977[[package]]
11978name = "profiling-procmacros"
11979version = "1.0.16"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11982dependencies = [
11983 "quote",
11984 "syn 2.0.101",
11985]
11986
11987[[package]]
11988name = "project"
11989version = "0.1.0"
11990dependencies = [
11991 "aho-corasick",
11992 "anyhow",
11993 "askpass",
11994 "async-trait",
11995 "buffer_diff",
11996 "circular-buffer",
11997 "client",
11998 "clock",
11999 "collections",
12000 "context_server",
12001 "dap",
12002 "dap_adapters",
12003 "env_logger 0.11.8",
12004 "extension",
12005 "fancy-regex 0.14.0",
12006 "fs",
12007 "futures 0.3.31",
12008 "fuzzy",
12009 "git",
12010 "git2",
12011 "git_hosting_providers",
12012 "globset",
12013 "gpui",
12014 "http_client",
12015 "image",
12016 "indexmap",
12017 "itertools 0.14.0",
12018 "language",
12019 "log",
12020 "lsp",
12021 "node_runtime",
12022 "parking_lot",
12023 "pathdiff",
12024 "paths",
12025 "postage",
12026 "prettier",
12027 "pretty_assertions",
12028 "rand 0.8.5",
12029 "regex",
12030 "release_channel",
12031 "remote",
12032 "rpc",
12033 "schemars",
12034 "serde",
12035 "serde_json",
12036 "settings",
12037 "sha2",
12038 "shellexpand 2.1.2",
12039 "shlex",
12040 "smol",
12041 "snippet",
12042 "snippet_provider",
12043 "sum_tree",
12044 "task",
12045 "tempfile",
12046 "terminal",
12047 "text",
12048 "toml 0.8.20",
12049 "unindent",
12050 "url",
12051 "util",
12052 "which 6.0.3",
12053 "workspace-hack",
12054 "worktree",
12055 "zlog",
12056]
12057
12058[[package]]
12059name = "project_panel"
12060version = "0.1.0"
12061dependencies = [
12062 "anyhow",
12063 "client",
12064 "collections",
12065 "command_palette_hooks",
12066 "db",
12067 "editor",
12068 "file_icons",
12069 "git",
12070 "gpui",
12071 "indexmap",
12072 "language",
12073 "menu",
12074 "pretty_assertions",
12075 "project",
12076 "schemars",
12077 "search",
12078 "serde",
12079 "serde_derive",
12080 "serde_json",
12081 "settings",
12082 "smallvec",
12083 "theme",
12084 "ui",
12085 "util",
12086 "workspace",
12087 "workspace-hack",
12088 "worktree",
12089 "zed_actions",
12090]
12091
12092[[package]]
12093name = "project_symbols"
12094version = "0.1.0"
12095dependencies = [
12096 "anyhow",
12097 "editor",
12098 "futures 0.3.31",
12099 "fuzzy",
12100 "gpui",
12101 "language",
12102 "lsp",
12103 "ordered-float 2.10.1",
12104 "picker",
12105 "project",
12106 "release_channel",
12107 "serde_json",
12108 "settings",
12109 "theme",
12110 "util",
12111 "workspace",
12112 "workspace-hack",
12113]
12114
12115[[package]]
12116name = "prometheus"
12117version = "0.14.0"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12120dependencies = [
12121 "cfg-if",
12122 "fnv",
12123 "lazy_static",
12124 "memchr",
12125 "parking_lot",
12126 "protobuf",
12127 "thiserror 2.0.12",
12128]
12129
12130[[package]]
12131name = "prompt_store"
12132version = "0.1.0"
12133dependencies = [
12134 "anyhow",
12135 "assets",
12136 "chrono",
12137 "collections",
12138 "fs",
12139 "futures 0.3.31",
12140 "fuzzy",
12141 "gpui",
12142 "handlebars 4.5.0",
12143 "heed",
12144 "language",
12145 "log",
12146 "parking_lot",
12147 "paths",
12148 "rope",
12149 "serde",
12150 "serde_json",
12151 "text",
12152 "util",
12153 "uuid",
12154 "workspace-hack",
12155]
12156
12157[[package]]
12158name = "prost"
12159version = "0.9.0"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12162dependencies = [
12163 "bytes 1.10.1",
12164 "prost-derive 0.9.0",
12165]
12166
12167[[package]]
12168name = "prost"
12169version = "0.12.6"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12172dependencies = [
12173 "bytes 1.10.1",
12174 "prost-derive 0.12.6",
12175]
12176
12177[[package]]
12178name = "prost"
12179version = "0.13.5"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12182dependencies = [
12183 "bytes 1.10.1",
12184 "prost-derive 0.13.5",
12185]
12186
12187[[package]]
12188name = "prost-build"
12189version = "0.9.0"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12192dependencies = [
12193 "bytes 1.10.1",
12194 "heck 0.3.3",
12195 "itertools 0.10.5",
12196 "lazy_static",
12197 "log",
12198 "multimap 0.8.3",
12199 "petgraph",
12200 "prost 0.9.0",
12201 "prost-types 0.9.0",
12202 "regex",
12203 "tempfile",
12204 "which 4.4.2",
12205]
12206
12207[[package]]
12208name = "prost-build"
12209version = "0.12.6"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12212dependencies = [
12213 "bytes 1.10.1",
12214 "heck 0.5.0",
12215 "itertools 0.12.1",
12216 "log",
12217 "multimap 0.10.0",
12218 "once_cell",
12219 "petgraph",
12220 "prettyplease",
12221 "prost 0.12.6",
12222 "prost-types 0.12.6",
12223 "regex",
12224 "syn 2.0.101",
12225 "tempfile",
12226]
12227
12228[[package]]
12229name = "prost-derive"
12230version = "0.9.0"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12233dependencies = [
12234 "anyhow",
12235 "itertools 0.10.5",
12236 "proc-macro2",
12237 "quote",
12238 "syn 1.0.109",
12239]
12240
12241[[package]]
12242name = "prost-derive"
12243version = "0.12.6"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12246dependencies = [
12247 "anyhow",
12248 "itertools 0.12.1",
12249 "proc-macro2",
12250 "quote",
12251 "syn 2.0.101",
12252]
12253
12254[[package]]
12255name = "prost-derive"
12256version = "0.13.5"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12259dependencies = [
12260 "anyhow",
12261 "itertools 0.14.0",
12262 "proc-macro2",
12263 "quote",
12264 "syn 2.0.101",
12265]
12266
12267[[package]]
12268name = "prost-types"
12269version = "0.9.0"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12272dependencies = [
12273 "bytes 1.10.1",
12274 "prost 0.9.0",
12275]
12276
12277[[package]]
12278name = "prost-types"
12279version = "0.12.6"
12280source = "registry+https://github.com/rust-lang/crates.io-index"
12281checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12282dependencies = [
12283 "prost 0.12.6",
12284]
12285
12286[[package]]
12287name = "proto"
12288version = "0.1.0"
12289dependencies = [
12290 "anyhow",
12291 "collections",
12292 "prost 0.9.0",
12293 "prost-build 0.9.0",
12294 "serde",
12295 "workspace-hack",
12296]
12297
12298[[package]]
12299name = "protobuf"
12300version = "3.7.2"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12303dependencies = [
12304 "once_cell",
12305 "protobuf-support",
12306 "thiserror 1.0.69",
12307]
12308
12309[[package]]
12310name = "protobuf-support"
12311version = "3.7.2"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12314dependencies = [
12315 "thiserror 1.0.69",
12316]
12317
12318[[package]]
12319name = "psm"
12320version = "0.1.25"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12323dependencies = [
12324 "cc",
12325]
12326
12327[[package]]
12328name = "ptr_meta"
12329version = "0.1.4"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12332dependencies = [
12333 "ptr_meta_derive",
12334]
12335
12336[[package]]
12337name = "ptr_meta_derive"
12338version = "0.1.4"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12341dependencies = [
12342 "proc-macro2",
12343 "quote",
12344 "syn 1.0.109",
12345]
12346
12347[[package]]
12348name = "pulldown-cmark"
12349version = "0.10.3"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12352dependencies = [
12353 "bitflags 2.9.0",
12354 "memchr",
12355 "pulldown-cmark-escape",
12356 "unicase",
12357]
12358
12359[[package]]
12360name = "pulldown-cmark"
12361version = "0.12.2"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12364dependencies = [
12365 "bitflags 2.9.0",
12366 "memchr",
12367 "unicase",
12368]
12369
12370[[package]]
12371name = "pulldown-cmark-escape"
12372version = "0.10.1"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12375
12376[[package]]
12377name = "pulley-interpreter"
12378version = "29.0.1"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12381dependencies = [
12382 "cranelift-bitset",
12383 "log",
12384 "sptr",
12385 "wasmtime-math",
12386]
12387
12388[[package]]
12389name = "qoi"
12390version = "0.4.1"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12393dependencies = [
12394 "bytemuck",
12395]
12396
12397[[package]]
12398name = "quick-error"
12399version = "2.0.1"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12402
12403[[package]]
12404name = "quick-xml"
12405version = "0.30.0"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12408dependencies = [
12409 "memchr",
12410]
12411
12412[[package]]
12413name = "quick-xml"
12414version = "0.32.0"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12417dependencies = [
12418 "memchr",
12419]
12420
12421[[package]]
12422name = "quick-xml"
12423version = "0.37.4"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12426dependencies = [
12427 "memchr",
12428]
12429
12430[[package]]
12431name = "quinn"
12432version = "0.11.7"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12435dependencies = [
12436 "bytes 1.10.1",
12437 "cfg_aliases 0.2.1",
12438 "pin-project-lite",
12439 "quinn-proto",
12440 "quinn-udp",
12441 "rustc-hash 2.1.1",
12442 "rustls 0.23.26",
12443 "socket2",
12444 "thiserror 2.0.12",
12445 "tokio",
12446 "tracing",
12447 "web-time",
12448]
12449
12450[[package]]
12451name = "quinn-proto"
12452version = "0.11.10"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12455dependencies = [
12456 "bytes 1.10.1",
12457 "getrandom 0.3.2",
12458 "rand 0.9.1",
12459 "ring",
12460 "rustc-hash 2.1.1",
12461 "rustls 0.23.26",
12462 "rustls-pki-types",
12463 "slab",
12464 "thiserror 2.0.12",
12465 "tinyvec",
12466 "tracing",
12467 "web-time",
12468]
12469
12470[[package]]
12471name = "quinn-udp"
12472version = "0.5.11"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12475dependencies = [
12476 "cfg_aliases 0.2.1",
12477 "libc",
12478 "once_cell",
12479 "socket2",
12480 "tracing",
12481 "windows-sys 0.59.0",
12482]
12483
12484[[package]]
12485name = "quote"
12486version = "1.0.40"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12489dependencies = [
12490 "proc-macro2",
12491]
12492
12493[[package]]
12494name = "r-efi"
12495version = "5.2.0"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12498
12499[[package]]
12500name = "radium"
12501version = "0.7.0"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12504
12505[[package]]
12506name = "rand"
12507version = "0.7.3"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12510dependencies = [
12511 "getrandom 0.1.16",
12512 "libc",
12513 "rand_chacha 0.2.2",
12514 "rand_core 0.5.1",
12515 "rand_hc",
12516]
12517
12518[[package]]
12519name = "rand"
12520version = "0.8.5"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12523dependencies = [
12524 "libc",
12525 "rand_chacha 0.3.1",
12526 "rand_core 0.6.4",
12527]
12528
12529[[package]]
12530name = "rand"
12531version = "0.9.1"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12534dependencies = [
12535 "rand_chacha 0.9.0",
12536 "rand_core 0.9.3",
12537]
12538
12539[[package]]
12540name = "rand_chacha"
12541version = "0.2.2"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12544dependencies = [
12545 "ppv-lite86",
12546 "rand_core 0.5.1",
12547]
12548
12549[[package]]
12550name = "rand_chacha"
12551version = "0.3.1"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12554dependencies = [
12555 "ppv-lite86",
12556 "rand_core 0.6.4",
12557]
12558
12559[[package]]
12560name = "rand_chacha"
12561version = "0.9.0"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12564dependencies = [
12565 "ppv-lite86",
12566 "rand_core 0.9.3",
12567]
12568
12569[[package]]
12570name = "rand_core"
12571version = "0.5.1"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12574dependencies = [
12575 "getrandom 0.1.16",
12576]
12577
12578[[package]]
12579name = "rand_core"
12580version = "0.6.4"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12583dependencies = [
12584 "getrandom 0.2.15",
12585]
12586
12587[[package]]
12588name = "rand_core"
12589version = "0.9.3"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12592dependencies = [
12593 "getrandom 0.3.2",
12594]
12595
12596[[package]]
12597name = "rand_hc"
12598version = "0.2.0"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12601dependencies = [
12602 "rand_core 0.5.1",
12603]
12604
12605[[package]]
12606name = "rangemap"
12607version = "1.5.1"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12610
12611[[package]]
12612name = "rav1e"
12613version = "0.7.1"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12616dependencies = [
12617 "arbitrary",
12618 "arg_enum_proc_macro",
12619 "arrayvec",
12620 "av1-grain",
12621 "bitstream-io",
12622 "built",
12623 "cfg-if",
12624 "interpolate_name",
12625 "itertools 0.12.1",
12626 "libc",
12627 "libfuzzer-sys",
12628 "log",
12629 "maybe-rayon",
12630 "new_debug_unreachable",
12631 "noop_proc_macro",
12632 "num-derive",
12633 "num-traits",
12634 "once_cell",
12635 "paste",
12636 "profiling",
12637 "rand 0.8.5",
12638 "rand_chacha 0.3.1",
12639 "simd_helpers",
12640 "system-deps",
12641 "thiserror 1.0.69",
12642 "v_frame",
12643 "wasm-bindgen",
12644]
12645
12646[[package]]
12647name = "ravif"
12648version = "0.11.12"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12651dependencies = [
12652 "avif-serialize",
12653 "imgref",
12654 "loop9",
12655 "quick-error",
12656 "rav1e",
12657 "rayon",
12658 "rgb",
12659]
12660
12661[[package]]
12662name = "raw-window-handle"
12663version = "0.6.2"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12666
12667[[package]]
12668name = "raw-window-metal"
12669version = "0.4.0"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12672dependencies = [
12673 "cocoa 0.25.0",
12674 "core-graphics 0.23.2",
12675 "objc",
12676 "raw-window-handle",
12677]
12678
12679[[package]]
12680name = "rayon"
12681version = "1.10.0"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12684dependencies = [
12685 "either",
12686 "rayon-core",
12687]
12688
12689[[package]]
12690name = "rayon-core"
12691version = "1.12.1"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12694dependencies = [
12695 "crossbeam-deque",
12696 "crossbeam-utils",
12697]
12698
12699[[package]]
12700name = "read-fonts"
12701version = "0.25.3"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12704dependencies = [
12705 "bytemuck",
12706 "font-types",
12707]
12708
12709[[package]]
12710name = "recent_projects"
12711version = "0.1.0"
12712dependencies = [
12713 "anyhow",
12714 "auto_update",
12715 "dap",
12716 "editor",
12717 "extension_host",
12718 "file_finder",
12719 "futures 0.3.31",
12720 "fuzzy",
12721 "gpui",
12722 "language",
12723 "log",
12724 "markdown",
12725 "menu",
12726 "ordered-float 2.10.1",
12727 "paths",
12728 "picker",
12729 "project",
12730 "release_channel",
12731 "remote",
12732 "schemars",
12733 "serde",
12734 "serde_json",
12735 "settings",
12736 "smol",
12737 "task",
12738 "telemetry",
12739 "theme",
12740 "ui",
12741 "util",
12742 "workspace",
12743 "workspace-hack",
12744 "zed_actions",
12745]
12746
12747[[package]]
12748name = "redox_syscall"
12749version = "0.2.16"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12752dependencies = [
12753 "bitflags 1.3.2",
12754]
12755
12756[[package]]
12757name = "redox_syscall"
12758version = "0.5.11"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12761dependencies = [
12762 "bitflags 2.9.0",
12763]
12764
12765[[package]]
12766name = "redox_users"
12767version = "0.4.6"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12770dependencies = [
12771 "getrandom 0.2.15",
12772 "libredox",
12773 "thiserror 1.0.69",
12774]
12775
12776[[package]]
12777name = "redox_users"
12778version = "0.5.0"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12781dependencies = [
12782 "getrandom 0.2.15",
12783 "libredox",
12784 "thiserror 2.0.12",
12785]
12786
12787[[package]]
12788name = "ref-cast"
12789version = "1.0.24"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12792dependencies = [
12793 "ref-cast-impl",
12794]
12795
12796[[package]]
12797name = "ref-cast-impl"
12798version = "1.0.24"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12801dependencies = [
12802 "proc-macro2",
12803 "quote",
12804 "syn 2.0.101",
12805]
12806
12807[[package]]
12808name = "referencing"
12809version = "0.30.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12812dependencies = [
12813 "ahash 0.8.11",
12814 "fluent-uri",
12815 "once_cell",
12816 "parking_lot",
12817 "percent-encoding",
12818 "serde_json",
12819]
12820
12821[[package]]
12822name = "refineable"
12823version = "0.1.0"
12824dependencies = [
12825 "derive_refineable",
12826 "workspace-hack",
12827]
12828
12829[[package]]
12830name = "regalloc2"
12831version = "0.11.2"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12834dependencies = [
12835 "allocator-api2",
12836 "bumpalo",
12837 "hashbrown 0.15.3",
12838 "log",
12839 "rustc-hash 2.1.1",
12840 "serde",
12841 "smallvec",
12842]
12843
12844[[package]]
12845name = "regex"
12846version = "1.11.1"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12849dependencies = [
12850 "aho-corasick",
12851 "memchr",
12852 "regex-automata 0.4.9",
12853 "regex-syntax 0.8.5",
12854]
12855
12856[[package]]
12857name = "regex-automata"
12858version = "0.1.10"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12861dependencies = [
12862 "regex-syntax 0.6.29",
12863]
12864
12865[[package]]
12866name = "regex-automata"
12867version = "0.4.9"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12870dependencies = [
12871 "aho-corasick",
12872 "memchr",
12873 "regex-syntax 0.8.5",
12874]
12875
12876[[package]]
12877name = "regex-lite"
12878version = "0.1.6"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12881
12882[[package]]
12883name = "regex-syntax"
12884version = "0.6.29"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12887
12888[[package]]
12889name = "regex-syntax"
12890version = "0.8.5"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12893
12894[[package]]
12895name = "release_channel"
12896version = "0.1.0"
12897dependencies = [
12898 "gpui",
12899 "workspace-hack",
12900]
12901
12902[[package]]
12903name = "remote"
12904version = "0.1.0"
12905dependencies = [
12906 "anyhow",
12907 "askpass",
12908 "async-trait",
12909 "collections",
12910 "fs",
12911 "futures 0.3.31",
12912 "gpui",
12913 "itertools 0.14.0",
12914 "log",
12915 "parking_lot",
12916 "paths",
12917 "prost 0.9.0",
12918 "release_channel",
12919 "rpc",
12920 "schemars",
12921 "serde",
12922 "serde_json",
12923 "shlex",
12924 "smol",
12925 "tempfile",
12926 "thiserror 2.0.12",
12927 "urlencoding",
12928 "util",
12929 "workspace-hack",
12930]
12931
12932[[package]]
12933name = "remote_server"
12934version = "0.1.0"
12935dependencies = [
12936 "anyhow",
12937 "askpass",
12938 "assistant_tool",
12939 "assistant_tools",
12940 "async-watch",
12941 "backtrace",
12942 "cargo_toml",
12943 "chrono",
12944 "clap",
12945 "client",
12946 "clock",
12947 "dap",
12948 "dap_adapters",
12949 "debug_adapter_extension",
12950 "env_logger 0.11.8",
12951 "extension",
12952 "extension_host",
12953 "fork",
12954 "fs",
12955 "futures 0.3.31",
12956 "git",
12957 "git_hosting_providers",
12958 "gpui",
12959 "gpui_tokio",
12960 "http_client",
12961 "language",
12962 "language_extension",
12963 "language_model",
12964 "languages",
12965 "libc",
12966 "log",
12967 "lsp",
12968 "node_runtime",
12969 "paths",
12970 "project",
12971 "proto",
12972 "release_channel",
12973 "remote",
12974 "reqwest_client",
12975 "rpc",
12976 "rust-embed",
12977 "serde",
12978 "serde_json",
12979 "settings",
12980 "shellexpand 2.1.2",
12981 "smol",
12982 "sysinfo",
12983 "telemetry_events",
12984 "toml 0.8.20",
12985 "unindent",
12986 "util",
12987 "worktree",
12988]
12989
12990[[package]]
12991name = "rend"
12992version = "0.4.2"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12995dependencies = [
12996 "bytecheck",
12997]
12998
12999[[package]]
13000name = "repl"
13001version = "0.1.0"
13002dependencies = [
13003 "alacritty_terminal",
13004 "anyhow",
13005 "async-dispatcher",
13006 "async-tungstenite",
13007 "base64 0.22.1",
13008 "client",
13009 "collections",
13010 "command_palette_hooks",
13011 "editor",
13012 "env_logger 0.11.8",
13013 "feature_flags",
13014 "file_icons",
13015 "futures 0.3.31",
13016 "gpui",
13017 "http_client",
13018 "image",
13019 "indoc",
13020 "jupyter-protocol",
13021 "jupyter-websocket-client",
13022 "language",
13023 "languages",
13024 "log",
13025 "markdown_preview",
13026 "menu",
13027 "multi_buffer",
13028 "nbformat",
13029 "picker",
13030 "project",
13031 "runtimelib",
13032 "schemars",
13033 "serde",
13034 "serde_json",
13035 "settings",
13036 "smol",
13037 "telemetry",
13038 "terminal",
13039 "terminal_view",
13040 "theme",
13041 "tree-sitter-md",
13042 "tree-sitter-python",
13043 "tree-sitter-typescript",
13044 "ui",
13045 "util",
13046 "uuid",
13047 "workspace",
13048 "workspace-hack",
13049]
13050
13051[[package]]
13052name = "reqwest"
13053version = "0.11.27"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13056dependencies = [
13057 "base64 0.21.7",
13058 "bytes 1.10.1",
13059 "encoding_rs",
13060 "futures-core",
13061 "futures-util",
13062 "h2 0.3.26",
13063 "http 0.2.12",
13064 "http-body 0.4.6",
13065 "hyper 0.14.32",
13066 "hyper-rustls 0.24.2",
13067 "hyper-tls",
13068 "ipnet",
13069 "js-sys",
13070 "log",
13071 "mime",
13072 "native-tls",
13073 "once_cell",
13074 "percent-encoding",
13075 "pin-project-lite",
13076 "rustls 0.21.12",
13077 "rustls-native-certs 0.6.3",
13078 "rustls-pemfile 1.0.4",
13079 "serde",
13080 "serde_json",
13081 "serde_urlencoded",
13082 "sync_wrapper 0.1.2",
13083 "system-configuration 0.5.1",
13084 "tokio",
13085 "tokio-native-tls",
13086 "tokio-rustls 0.24.1",
13087 "tower-service",
13088 "url",
13089 "wasm-bindgen",
13090 "wasm-bindgen-futures",
13091 "web-sys",
13092 "winreg 0.50.0",
13093]
13094
13095[[package]]
13096name = "reqwest"
13097version = "0.12.15"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13100dependencies = [
13101 "base64 0.22.1",
13102 "bytes 1.10.1",
13103 "futures-channel",
13104 "futures-core",
13105 "futures-util",
13106 "http 1.3.1",
13107 "http-body 1.0.1",
13108 "http-body-util",
13109 "hyper 1.6.0",
13110 "hyper-util",
13111 "ipnet",
13112 "js-sys",
13113 "log",
13114 "mime",
13115 "once_cell",
13116 "percent-encoding",
13117 "pin-project-lite",
13118 "serde",
13119 "serde_json",
13120 "serde_urlencoded",
13121 "sync_wrapper 1.0.2",
13122 "tokio",
13123 "tower 0.5.2",
13124 "tower-service",
13125 "url",
13126 "wasm-bindgen",
13127 "wasm-bindgen-futures",
13128 "web-sys",
13129 "windows-registry 0.4.0",
13130]
13131
13132[[package]]
13133name = "reqwest"
13134version = "0.12.15"
13135source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13136dependencies = [
13137 "base64 0.22.1",
13138 "bytes 1.10.1",
13139 "encoding_rs",
13140 "futures-core",
13141 "futures-util",
13142 "h2 0.4.9",
13143 "http 1.3.1",
13144 "http-body 1.0.1",
13145 "http-body-util",
13146 "hyper 1.6.0",
13147 "hyper-rustls 0.27.5",
13148 "hyper-util",
13149 "ipnet",
13150 "js-sys",
13151 "log",
13152 "mime",
13153 "once_cell",
13154 "percent-encoding",
13155 "pin-project-lite",
13156 "quinn",
13157 "rustls 0.23.26",
13158 "rustls-native-certs 0.8.1",
13159 "rustls-pemfile 2.2.0",
13160 "rustls-pki-types",
13161 "serde",
13162 "serde_json",
13163 "serde_urlencoded",
13164 "sync_wrapper 1.0.2",
13165 "system-configuration 0.6.1",
13166 "tokio",
13167 "tokio-rustls 0.26.2",
13168 "tokio-socks",
13169 "tokio-util",
13170 "tower 0.5.2",
13171 "tower-service",
13172 "url",
13173 "wasm-bindgen",
13174 "wasm-bindgen-futures",
13175 "wasm-streams",
13176 "web-sys",
13177 "windows-registry 0.4.0",
13178]
13179
13180[[package]]
13181name = "reqwest_client"
13182version = "0.1.0"
13183dependencies = [
13184 "anyhow",
13185 "bytes 1.10.1",
13186 "futures 0.3.31",
13187 "gpui",
13188 "http_client",
13189 "http_client_tls",
13190 "log",
13191 "regex",
13192 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13193 "serde",
13194 "smol",
13195 "tokio",
13196 "workspace-hack",
13197]
13198
13199[[package]]
13200name = "resvg"
13201version = "0.45.1"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13204dependencies = [
13205 "log",
13206 "pico-args",
13207 "rgb",
13208 "svgtypes",
13209 "tiny-skia",
13210 "usvg",
13211]
13212
13213[[package]]
13214name = "rfc6979"
13215version = "0.3.1"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13218dependencies = [
13219 "crypto-bigint 0.4.9",
13220 "hmac",
13221 "zeroize",
13222]
13223
13224[[package]]
13225name = "rgb"
13226version = "0.8.50"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13229dependencies = [
13230 "bytemuck",
13231]
13232
13233[[package]]
13234name = "rich_text"
13235version = "0.1.0"
13236dependencies = [
13237 "futures 0.3.31",
13238 "gpui",
13239 "language",
13240 "linkify",
13241 "pulldown-cmark 0.12.2",
13242 "theme",
13243 "ui",
13244 "util",
13245 "workspace-hack",
13246]
13247
13248[[package]]
13249name = "ring"
13250version = "0.17.14"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13253dependencies = [
13254 "cc",
13255 "cfg-if",
13256 "getrandom 0.2.15",
13257 "libc",
13258 "untrusted",
13259 "windows-sys 0.52.0",
13260]
13261
13262[[package]]
13263name = "rkyv"
13264version = "0.7.45"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13267dependencies = [
13268 "bitvec",
13269 "bytecheck",
13270 "bytes 1.10.1",
13271 "hashbrown 0.12.3",
13272 "ptr_meta",
13273 "rend",
13274 "rkyv_derive",
13275 "seahash",
13276 "tinyvec",
13277 "uuid",
13278]
13279
13280[[package]]
13281name = "rkyv_derive"
13282version = "0.7.45"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13285dependencies = [
13286 "proc-macro2",
13287 "quote",
13288 "syn 1.0.109",
13289]
13290
13291[[package]]
13292name = "rmp"
13293version = "0.8.14"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13296dependencies = [
13297 "byteorder",
13298 "num-traits",
13299 "paste",
13300]
13301
13302[[package]]
13303name = "rmpv"
13304version = "1.3.0"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13307dependencies = [
13308 "num-traits",
13309 "rmp",
13310]
13311
13312[[package]]
13313name = "rodio"
13314version = "0.20.1"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13317dependencies = [
13318 "cpal",
13319 "hound",
13320]
13321
13322[[package]]
13323name = "rope"
13324version = "0.1.0"
13325dependencies = [
13326 "arrayvec",
13327 "criterion",
13328 "ctor",
13329 "env_logger 0.11.8",
13330 "gpui",
13331 "log",
13332 "rand 0.8.5",
13333 "rayon",
13334 "smallvec",
13335 "sum_tree",
13336 "unicode-segmentation",
13337 "util",
13338 "workspace-hack",
13339]
13340
13341[[package]]
13342name = "roxmltree"
13343version = "0.20.0"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13346
13347[[package]]
13348name = "rpc"
13349version = "0.1.0"
13350dependencies = [
13351 "anyhow",
13352 "async-tungstenite",
13353 "base64 0.22.1",
13354 "chrono",
13355 "collections",
13356 "env_logger 0.11.8",
13357 "futures 0.3.31",
13358 "gpui",
13359 "parking_lot",
13360 "proto",
13361 "rand 0.8.5",
13362 "rsa",
13363 "serde",
13364 "serde_json",
13365 "sha2",
13366 "strum 0.27.1",
13367 "tracing",
13368 "util",
13369 "workspace-hack",
13370 "zstd",
13371]
13372
13373[[package]]
13374name = "rsa"
13375version = "0.9.8"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13378dependencies = [
13379 "const-oid",
13380 "digest",
13381 "num-bigint-dig",
13382 "num-integer",
13383 "num-traits",
13384 "pkcs1",
13385 "pkcs8 0.10.2",
13386 "rand_core 0.6.4",
13387 "signature 2.2.0",
13388 "spki 0.7.3",
13389 "subtle",
13390 "zeroize",
13391]
13392
13393[[package]]
13394name = "rules_library"
13395version = "0.1.0"
13396dependencies = [
13397 "anyhow",
13398 "collections",
13399 "editor",
13400 "gpui",
13401 "language",
13402 "language_model",
13403 "log",
13404 "menu",
13405 "picker",
13406 "prompt_store",
13407 "release_channel",
13408 "rope",
13409 "serde",
13410 "settings",
13411 "theme",
13412 "ui",
13413 "util",
13414 "workspace",
13415 "workspace-hack",
13416 "zed_actions",
13417]
13418
13419[[package]]
13420name = "runtimelib"
13421version = "0.25.0"
13422source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13423dependencies = [
13424 "anyhow",
13425 "async-dispatcher",
13426 "async-std",
13427 "base64 0.22.1",
13428 "bytes 1.10.1",
13429 "chrono",
13430 "data-encoding",
13431 "dirs 5.0.1",
13432 "futures 0.3.31",
13433 "glob",
13434 "jupyter-protocol",
13435 "ring",
13436 "serde",
13437 "serde_json",
13438 "shellexpand 3.1.1",
13439 "smol",
13440 "uuid",
13441 "zeromq",
13442]
13443
13444[[package]]
13445name = "rust-embed"
13446version = "8.7.0"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13449dependencies = [
13450 "rust-embed-impl",
13451 "rust-embed-utils",
13452 "walkdir",
13453]
13454
13455[[package]]
13456name = "rust-embed-impl"
13457version = "8.7.0"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13460dependencies = [
13461 "proc-macro2",
13462 "quote",
13463 "rust-embed-utils",
13464 "syn 2.0.101",
13465 "walkdir",
13466]
13467
13468[[package]]
13469name = "rust-embed-utils"
13470version = "8.7.0"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13473dependencies = [
13474 "globset",
13475 "sha2",
13476 "walkdir",
13477]
13478
13479[[package]]
13480name = "rust_decimal"
13481version = "1.37.1"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13484dependencies = [
13485 "arrayvec",
13486 "borsh",
13487 "bytes 1.10.1",
13488 "num-traits",
13489 "rand 0.8.5",
13490 "rkyv",
13491 "serde",
13492 "serde_json",
13493]
13494
13495[[package]]
13496name = "rustc-demangle"
13497version = "0.1.24"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13500
13501[[package]]
13502name = "rustc-hash"
13503version = "1.1.0"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13506
13507[[package]]
13508name = "rustc-hash"
13509version = "2.1.1"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13512
13513[[package]]
13514name = "rustc_version"
13515version = "0.4.1"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13518dependencies = [
13519 "semver",
13520]
13521
13522[[package]]
13523name = "rustix"
13524version = "0.38.44"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13527dependencies = [
13528 "bitflags 2.9.0",
13529 "errno 0.3.11",
13530 "itoa",
13531 "libc",
13532 "linux-raw-sys 0.4.15",
13533 "windows-sys 0.59.0",
13534]
13535
13536[[package]]
13537name = "rustix"
13538version = "1.0.7"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13541dependencies = [
13542 "bitflags 2.9.0",
13543 "errno 0.3.11",
13544 "libc",
13545 "linux-raw-sys 0.9.4",
13546 "windows-sys 0.59.0",
13547]
13548
13549[[package]]
13550name = "rustix-linux-procfs"
13551version = "0.1.1"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13554dependencies = [
13555 "once_cell",
13556 "rustix 1.0.7",
13557]
13558
13559[[package]]
13560name = "rustix-openpty"
13561version = "0.1.1"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13564dependencies = [
13565 "errno 0.3.11",
13566 "libc",
13567 "rustix 0.38.44",
13568]
13569
13570[[package]]
13571name = "rustls"
13572version = "0.21.12"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13575dependencies = [
13576 "log",
13577 "ring",
13578 "rustls-webpki 0.101.7",
13579 "sct",
13580]
13581
13582[[package]]
13583name = "rustls"
13584version = "0.23.26"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13587dependencies = [
13588 "aws-lc-rs",
13589 "log",
13590 "once_cell",
13591 "ring",
13592 "rustls-pki-types",
13593 "rustls-webpki 0.103.1",
13594 "subtle",
13595 "zeroize",
13596]
13597
13598[[package]]
13599name = "rustls-native-certs"
13600version = "0.6.3"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13603dependencies = [
13604 "openssl-probe",
13605 "rustls-pemfile 1.0.4",
13606 "schannel",
13607 "security-framework 2.11.1",
13608]
13609
13610[[package]]
13611name = "rustls-native-certs"
13612version = "0.8.1"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13615dependencies = [
13616 "openssl-probe",
13617 "rustls-pki-types",
13618 "schannel",
13619 "security-framework 3.2.0",
13620]
13621
13622[[package]]
13623name = "rustls-pemfile"
13624version = "1.0.4"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13627dependencies = [
13628 "base64 0.21.7",
13629]
13630
13631[[package]]
13632name = "rustls-pemfile"
13633version = "2.2.0"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13636dependencies = [
13637 "rustls-pki-types",
13638]
13639
13640[[package]]
13641name = "rustls-pki-types"
13642version = "1.12.0"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13645dependencies = [
13646 "web-time",
13647 "zeroize",
13648]
13649
13650[[package]]
13651name = "rustls-platform-verifier"
13652version = "0.5.1"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13655dependencies = [
13656 "core-foundation 0.10.0",
13657 "core-foundation-sys",
13658 "jni",
13659 "log",
13660 "once_cell",
13661 "rustls 0.23.26",
13662 "rustls-native-certs 0.8.1",
13663 "rustls-platform-verifier-android",
13664 "rustls-webpki 0.103.1",
13665 "security-framework 3.2.0",
13666 "security-framework-sys",
13667 "webpki-root-certs",
13668 "windows-sys 0.59.0",
13669]
13670
13671[[package]]
13672name = "rustls-platform-verifier-android"
13673version = "0.1.1"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13676
13677[[package]]
13678name = "rustls-webpki"
13679version = "0.101.7"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13682dependencies = [
13683 "ring",
13684 "untrusted",
13685]
13686
13687[[package]]
13688name = "rustls-webpki"
13689version = "0.103.1"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13692dependencies = [
13693 "aws-lc-rs",
13694 "ring",
13695 "rustls-pki-types",
13696 "untrusted",
13697]
13698
13699[[package]]
13700name = "rustversion"
13701version = "1.0.20"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13704
13705[[package]]
13706name = "rustybuzz"
13707version = "0.14.1"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13710dependencies = [
13711 "bitflags 2.9.0",
13712 "bytemuck",
13713 "libm",
13714 "smallvec",
13715 "ttf-parser 0.21.1",
13716 "unicode-bidi-mirroring 0.2.0",
13717 "unicode-ccc 0.2.0",
13718 "unicode-properties",
13719 "unicode-script",
13720]
13721
13722[[package]]
13723name = "rustybuzz"
13724version = "0.20.1"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13727dependencies = [
13728 "bitflags 2.9.0",
13729 "bytemuck",
13730 "core_maths",
13731 "log",
13732 "smallvec",
13733 "ttf-parser 0.25.1",
13734 "unicode-bidi-mirroring 0.4.0",
13735 "unicode-ccc 0.4.0",
13736 "unicode-properties",
13737 "unicode-script",
13738]
13739
13740[[package]]
13741name = "ryu"
13742version = "1.0.20"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13745
13746[[package]]
13747name = "salsa20"
13748version = "0.10.2"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13751dependencies = [
13752 "cipher",
13753]
13754
13755[[package]]
13756name = "same-file"
13757version = "1.0.6"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13760dependencies = [
13761 "winapi-util",
13762]
13763
13764[[package]]
13765name = "scap"
13766version = "0.0.8"
13767source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13768dependencies = [
13769 "anyhow",
13770 "cocoa 0.25.0",
13771 "core-graphics-helmer-fork",
13772 "log",
13773 "objc",
13774 "rand 0.8.5",
13775 "screencapturekit",
13776 "screencapturekit-sys",
13777 "sysinfo",
13778 "tao-core-video-sys",
13779 "windows 0.61.1",
13780 "windows-capture",
13781 "x11",
13782 "xcb",
13783]
13784
13785[[package]]
13786name = "schannel"
13787version = "0.1.27"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13790dependencies = [
13791 "windows-sys 0.59.0",
13792]
13793
13794[[package]]
13795name = "schema_generator"
13796version = "0.1.0"
13797dependencies = [
13798 "anyhow",
13799 "clap",
13800 "env_logger 0.11.8",
13801 "schemars",
13802 "serde",
13803 "serde_json",
13804 "theme",
13805 "workspace-hack",
13806]
13807
13808[[package]]
13809name = "schemars"
13810version = "0.8.22"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13813dependencies = [
13814 "dyn-clone",
13815 "indexmap",
13816 "schemars_derive",
13817 "serde",
13818 "serde_json",
13819]
13820
13821[[package]]
13822name = "schemars_derive"
13823version = "0.8.22"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13826dependencies = [
13827 "proc-macro2",
13828 "quote",
13829 "serde_derive_internals",
13830 "syn 2.0.101",
13831]
13832
13833[[package]]
13834name = "scoped-tls"
13835version = "1.0.1"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13838
13839[[package]]
13840name = "scopeguard"
13841version = "1.2.0"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13844
13845[[package]]
13846name = "scratch"
13847version = "1.0.8"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13850
13851[[package]]
13852name = "screencapturekit"
13853version = "0.2.8"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13856dependencies = [
13857 "screencapturekit-sys",
13858]
13859
13860[[package]]
13861name = "screencapturekit-sys"
13862version = "0.2.8"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13865dependencies = [
13866 "block",
13867 "dispatch",
13868 "objc",
13869 "objc-foundation",
13870 "objc_id",
13871 "once_cell",
13872]
13873
13874[[package]]
13875name = "scrypt"
13876version = "0.11.0"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13879dependencies = [
13880 "password-hash 0.5.0",
13881 "pbkdf2 0.12.2",
13882 "salsa20",
13883 "sha2",
13884]
13885
13886[[package]]
13887name = "sct"
13888version = "0.7.1"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13891dependencies = [
13892 "ring",
13893 "untrusted",
13894]
13895
13896[[package]]
13897name = "sea-bae"
13898version = "0.2.1"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13901dependencies = [
13902 "heck 0.4.1",
13903 "proc-macro-error2",
13904 "proc-macro2",
13905 "quote",
13906 "syn 2.0.101",
13907]
13908
13909[[package]]
13910name = "sea-orm"
13911version = "1.1.10"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13914dependencies = [
13915 "async-stream",
13916 "async-trait",
13917 "bigdecimal",
13918 "chrono",
13919 "futures-util",
13920 "log",
13921 "ouroboros",
13922 "pgvector",
13923 "rust_decimal",
13924 "sea-orm-macros",
13925 "sea-query",
13926 "sea-query-binder",
13927 "serde",
13928 "serde_json",
13929 "sqlx",
13930 "strum 0.26.3",
13931 "thiserror 2.0.12",
13932 "time",
13933 "tracing",
13934 "url",
13935 "uuid",
13936]
13937
13938[[package]]
13939name = "sea-orm-macros"
13940version = "1.1.10"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13943dependencies = [
13944 "heck 0.4.1",
13945 "proc-macro2",
13946 "quote",
13947 "sea-bae",
13948 "syn 2.0.101",
13949 "unicode-ident",
13950]
13951
13952[[package]]
13953name = "sea-query"
13954version = "0.32.4"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13957dependencies = [
13958 "bigdecimal",
13959 "chrono",
13960 "inherent",
13961 "ordered-float 4.6.0",
13962 "rust_decimal",
13963 "serde_json",
13964 "time",
13965 "uuid",
13966]
13967
13968[[package]]
13969name = "sea-query-binder"
13970version = "0.7.0"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13973dependencies = [
13974 "bigdecimal",
13975 "chrono",
13976 "rust_decimal",
13977 "sea-query",
13978 "serde_json",
13979 "sqlx",
13980 "time",
13981 "uuid",
13982]
13983
13984[[package]]
13985name = "seahash"
13986version = "4.1.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13989
13990[[package]]
13991name = "search"
13992version = "0.1.0"
13993dependencies = [
13994 "any_vec",
13995 "anyhow",
13996 "bitflags 2.9.0",
13997 "client",
13998 "collections",
13999 "editor",
14000 "futures 0.3.31",
14001 "gpui",
14002 "language",
14003 "menu",
14004 "project",
14005 "schemars",
14006 "serde",
14007 "serde_json",
14008 "settings",
14009 "smol",
14010 "theme",
14011 "ui",
14012 "unindent",
14013 "util",
14014 "workspace",
14015 "workspace-hack",
14016 "zed_actions",
14017]
14018
14019[[package]]
14020name = "sec1"
14021version = "0.3.0"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14024dependencies = [
14025 "base16ct",
14026 "der 0.6.1",
14027 "generic-array",
14028 "pkcs8 0.9.0",
14029 "subtle",
14030 "zeroize",
14031]
14032
14033[[package]]
14034name = "security-framework"
14035version = "2.11.1"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14038dependencies = [
14039 "bitflags 2.9.0",
14040 "core-foundation 0.9.4",
14041 "core-foundation-sys",
14042 "libc",
14043 "security-framework-sys",
14044]
14045
14046[[package]]
14047name = "security-framework"
14048version = "3.2.0"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14051dependencies = [
14052 "bitflags 2.9.0",
14053 "core-foundation 0.10.0",
14054 "core-foundation-sys",
14055 "libc",
14056 "security-framework-sys",
14057]
14058
14059[[package]]
14060name = "security-framework-sys"
14061version = "2.14.0"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14064dependencies = [
14065 "core-foundation-sys",
14066 "libc",
14067]
14068
14069[[package]]
14070name = "self_cell"
14071version = "1.2.0"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14074
14075[[package]]
14076name = "semantic_index"
14077version = "0.1.0"
14078dependencies = [
14079 "anyhow",
14080 "arrayvec",
14081 "blake3",
14082 "client",
14083 "clock",
14084 "collections",
14085 "env_logger 0.11.8",
14086 "feature_flags",
14087 "fs",
14088 "futures 0.3.31",
14089 "futures-batch",
14090 "gpui",
14091 "heed",
14092 "http_client",
14093 "language",
14094 "language_model",
14095 "languages",
14096 "log",
14097 "open_ai",
14098 "parking_lot",
14099 "project",
14100 "reqwest_client",
14101 "serde",
14102 "serde_json",
14103 "settings",
14104 "sha2",
14105 "smol",
14106 "streaming-iterator",
14107 "tempfile",
14108 "theme",
14109 "tree-sitter",
14110 "ui",
14111 "unindent",
14112 "util",
14113 "workspace",
14114 "workspace-hack",
14115 "worktree",
14116]
14117
14118[[package]]
14119name = "semantic_version"
14120version = "0.1.0"
14121dependencies = [
14122 "anyhow",
14123 "serde",
14124 "workspace-hack",
14125]
14126
14127[[package]]
14128name = "semver"
14129version = "1.0.26"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14132dependencies = [
14133 "serde",
14134]
14135
14136[[package]]
14137name = "serde"
14138version = "1.0.219"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14141dependencies = [
14142 "serde_derive",
14143]
14144
14145[[package]]
14146name = "serde_derive"
14147version = "1.0.219"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14150dependencies = [
14151 "proc-macro2",
14152 "quote",
14153 "syn 2.0.101",
14154]
14155
14156[[package]]
14157name = "serde_derive_internals"
14158version = "0.29.1"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14161dependencies = [
14162 "proc-macro2",
14163 "quote",
14164 "syn 2.0.101",
14165]
14166
14167[[package]]
14168name = "serde_fmt"
14169version = "1.0.3"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14172dependencies = [
14173 "serde",
14174]
14175
14176[[package]]
14177name = "serde_json"
14178version = "1.0.140"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14181dependencies = [
14182 "indexmap",
14183 "itoa",
14184 "memchr",
14185 "ryu",
14186 "serde",
14187]
14188
14189[[package]]
14190name = "serde_json_lenient"
14191version = "0.2.4"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14194dependencies = [
14195 "indexmap",
14196 "itoa",
14197 "memchr",
14198 "ryu",
14199 "serde",
14200]
14201
14202[[package]]
14203name = "serde_path_to_error"
14204version = "0.1.17"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14207dependencies = [
14208 "itoa",
14209 "serde",
14210]
14211
14212[[package]]
14213name = "serde_qs"
14214version = "0.8.5"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14217dependencies = [
14218 "percent-encoding",
14219 "serde",
14220 "thiserror 1.0.69",
14221]
14222
14223[[package]]
14224name = "serde_qs"
14225version = "0.10.1"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14228dependencies = [
14229 "percent-encoding",
14230 "serde",
14231 "thiserror 1.0.69",
14232]
14233
14234[[package]]
14235name = "serde_repr"
14236version = "0.1.20"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14239dependencies = [
14240 "proc-macro2",
14241 "quote",
14242 "syn 2.0.101",
14243]
14244
14245[[package]]
14246name = "serde_spanned"
14247version = "0.6.8"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14250dependencies = [
14251 "serde",
14252]
14253
14254[[package]]
14255name = "serde_urlencoded"
14256version = "0.7.1"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14259dependencies = [
14260 "form_urlencoded",
14261 "itoa",
14262 "ryu",
14263 "serde",
14264]
14265
14266[[package]]
14267name = "serial2"
14268version = "0.2.29"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14271dependencies = [
14272 "cfg-if",
14273 "libc",
14274 "winapi",
14275]
14276
14277[[package]]
14278name = "session"
14279version = "0.1.0"
14280dependencies = [
14281 "db",
14282 "gpui",
14283 "serde_json",
14284 "util",
14285 "uuid",
14286 "workspace-hack",
14287]
14288
14289[[package]]
14290name = "settings"
14291version = "0.1.0"
14292dependencies = [
14293 "anyhow",
14294 "collections",
14295 "ec4rs",
14296 "fs",
14297 "futures 0.3.31",
14298 "gpui",
14299 "indoc",
14300 "inventory",
14301 "log",
14302 "paths",
14303 "pretty_assertions",
14304 "release_channel",
14305 "rust-embed",
14306 "schemars",
14307 "serde",
14308 "serde_derive",
14309 "serde_json",
14310 "serde_json_lenient",
14311 "smallvec",
14312 "streaming-iterator",
14313 "tree-sitter",
14314 "tree-sitter-json",
14315 "unindent",
14316 "util",
14317 "workspace-hack",
14318]
14319
14320[[package]]
14321name = "settings_ui"
14322version = "0.1.0"
14323dependencies = [
14324 "command_palette_hooks",
14325 "editor",
14326 "feature_flags",
14327 "fs",
14328 "gpui",
14329 "log",
14330 "paths",
14331 "schemars",
14332 "serde",
14333 "settings",
14334 "theme",
14335 "ui",
14336 "workspace",
14337 "workspace-hack",
14338]
14339
14340[[package]]
14341name = "sha1"
14342version = "0.10.6"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14345dependencies = [
14346 "cfg-if",
14347 "cpufeatures",
14348 "digest",
14349]
14350
14351[[package]]
14352name = "sha1-checked"
14353version = "0.10.0"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14356dependencies = [
14357 "digest",
14358 "sha1",
14359]
14360
14361[[package]]
14362name = "sha1_smol"
14363version = "1.0.1"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14366
14367[[package]]
14368name = "sha2"
14369version = "0.10.8"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14372dependencies = [
14373 "cfg-if",
14374 "cpufeatures",
14375 "digest",
14376]
14377
14378[[package]]
14379name = "sharded-slab"
14380version = "0.1.7"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14383dependencies = [
14384 "lazy_static",
14385]
14386
14387[[package]]
14388name = "shared_library"
14389version = "0.1.9"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14392dependencies = [
14393 "lazy_static",
14394 "libc",
14395]
14396
14397[[package]]
14398name = "shell-words"
14399version = "1.1.0"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14402
14403[[package]]
14404name = "shellexpand"
14405version = "2.1.2"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14408dependencies = [
14409 "dirs 4.0.0",
14410]
14411
14412[[package]]
14413name = "shellexpand"
14414version = "3.1.1"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14417dependencies = [
14418 "dirs 6.0.0",
14419]
14420
14421[[package]]
14422name = "shlex"
14423version = "1.3.0"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14426
14427[[package]]
14428name = "signal-hook"
14429version = "0.3.17"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14432dependencies = [
14433 "libc",
14434 "signal-hook-registry",
14435]
14436
14437[[package]]
14438name = "signal-hook-registry"
14439version = "1.4.5"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14442dependencies = [
14443 "libc",
14444]
14445
14446[[package]]
14447name = "signature"
14448version = "1.6.4"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14451dependencies = [
14452 "digest",
14453 "rand_core 0.6.4",
14454]
14455
14456[[package]]
14457name = "signature"
14458version = "2.2.0"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14461dependencies = [
14462 "digest",
14463 "rand_core 0.6.4",
14464]
14465
14466[[package]]
14467name = "simd-adler32"
14468version = "0.3.7"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14471
14472[[package]]
14473name = "simd_helpers"
14474version = "0.1.0"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14477dependencies = [
14478 "quote",
14479]
14480
14481[[package]]
14482name = "simdutf8"
14483version = "0.1.5"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14486
14487[[package]]
14488name = "simple_asn1"
14489version = "0.6.3"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14492dependencies = [
14493 "num-bigint",
14494 "num-traits",
14495 "thiserror 2.0.12",
14496 "time",
14497]
14498
14499[[package]]
14500name = "simplecss"
14501version = "0.2.2"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14504dependencies = [
14505 "log",
14506]
14507
14508[[package]]
14509name = "simplelog"
14510version = "0.12.2"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14513dependencies = [
14514 "log",
14515 "termcolor",
14516 "time",
14517]
14518
14519[[package]]
14520name = "siphasher"
14521version = "1.0.1"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14524
14525[[package]]
14526name = "skrifa"
14527version = "0.26.6"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14530dependencies = [
14531 "bytemuck",
14532 "read-fonts",
14533]
14534
14535[[package]]
14536name = "slab"
14537version = "0.4.9"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14540dependencies = [
14541 "autocfg",
14542]
14543
14544[[package]]
14545name = "slash_commands_example"
14546version = "0.1.0"
14547dependencies = [
14548 "zed_extension_api 0.1.0",
14549]
14550
14551[[package]]
14552name = "slotmap"
14553version = "1.0.7"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14556dependencies = [
14557 "version_check",
14558]
14559
14560[[package]]
14561name = "smallvec"
14562version = "1.15.0"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14565dependencies = [
14566 "serde",
14567]
14568
14569[[package]]
14570name = "smart-default"
14571version = "0.6.0"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14574dependencies = [
14575 "proc-macro2",
14576 "quote",
14577 "syn 1.0.109",
14578]
14579
14580[[package]]
14581name = "smol"
14582version = "2.0.2"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14585dependencies = [
14586 "async-channel 2.3.1",
14587 "async-executor",
14588 "async-fs",
14589 "async-io",
14590 "async-lock",
14591 "async-net",
14592 "async-process",
14593 "blocking",
14594 "futures-lite 2.6.0",
14595]
14596
14597[[package]]
14598name = "smol_str"
14599version = "0.1.24"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14602dependencies = [
14603 "serde",
14604]
14605
14606[[package]]
14607name = "smol_str"
14608version = "0.2.2"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14611
14612[[package]]
14613name = "snippet"
14614version = "0.1.0"
14615dependencies = [
14616 "anyhow",
14617 "smallvec",
14618 "workspace-hack",
14619]
14620
14621[[package]]
14622name = "snippet_provider"
14623version = "0.1.0"
14624dependencies = [
14625 "anyhow",
14626 "collections",
14627 "extension",
14628 "fs",
14629 "futures 0.3.31",
14630 "gpui",
14631 "indoc",
14632 "parking_lot",
14633 "paths",
14634 "schemars",
14635 "serde",
14636 "serde_json_lenient",
14637 "snippet",
14638 "util",
14639 "workspace-hack",
14640]
14641
14642[[package]]
14643name = "snippets_ui"
14644version = "0.1.0"
14645dependencies = [
14646 "fuzzy",
14647 "gpui",
14648 "language",
14649 "paths",
14650 "picker",
14651 "ui",
14652 "util",
14653 "workspace",
14654 "workspace-hack",
14655]
14656
14657[[package]]
14658name = "socket2"
14659version = "0.5.9"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14662dependencies = [
14663 "libc",
14664 "windows-sys 0.52.0",
14665]
14666
14667[[package]]
14668name = "spdx"
14669version = "0.10.8"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14672dependencies = [
14673 "smallvec",
14674]
14675
14676[[package]]
14677name = "spin"
14678version = "0.9.8"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14681dependencies = [
14682 "lock_api",
14683]
14684
14685[[package]]
14686name = "spirv"
14687version = "0.3.0+sdk-1.3.268.0"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14690dependencies = [
14691 "bitflags 2.9.0",
14692]
14693
14694[[package]]
14695name = "spki"
14696version = "0.6.0"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14699dependencies = [
14700 "base64ct",
14701 "der 0.6.1",
14702]
14703
14704[[package]]
14705name = "spki"
14706version = "0.7.3"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14709dependencies = [
14710 "base64ct",
14711 "der 0.7.10",
14712]
14713
14714[[package]]
14715name = "sptr"
14716version = "0.3.2"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14719
14720[[package]]
14721name = "sqlez"
14722version = "0.1.0"
14723dependencies = [
14724 "anyhow",
14725 "collections",
14726 "futures 0.3.31",
14727 "indoc",
14728 "libsqlite3-sys",
14729 "parking_lot",
14730 "smol",
14731 "sqlformat",
14732 "thread_local",
14733 "util",
14734 "uuid",
14735 "workspace-hack",
14736]
14737
14738[[package]]
14739name = "sqlez_macros"
14740version = "0.1.0"
14741dependencies = [
14742 "sqlez",
14743 "sqlformat",
14744 "syn 1.0.109",
14745 "workspace-hack",
14746]
14747
14748[[package]]
14749name = "sqlformat"
14750version = "0.2.6"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14753dependencies = [
14754 "nom",
14755 "unicode_categories",
14756]
14757
14758[[package]]
14759name = "sqlx"
14760version = "0.8.5"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14763dependencies = [
14764 "sqlx-core",
14765 "sqlx-macros",
14766 "sqlx-mysql",
14767 "sqlx-postgres",
14768 "sqlx-sqlite",
14769]
14770
14771[[package]]
14772name = "sqlx-core"
14773version = "0.8.5"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14776dependencies = [
14777 "base64 0.22.1",
14778 "bigdecimal",
14779 "bytes 1.10.1",
14780 "chrono",
14781 "crc",
14782 "crossbeam-queue",
14783 "either",
14784 "event-listener 5.4.0",
14785 "futures-core",
14786 "futures-intrusive",
14787 "futures-io",
14788 "futures-util",
14789 "hashbrown 0.15.3",
14790 "hashlink 0.10.0",
14791 "indexmap",
14792 "log",
14793 "memchr",
14794 "once_cell",
14795 "percent-encoding",
14796 "rust_decimal",
14797 "rustls 0.23.26",
14798 "serde",
14799 "serde_json",
14800 "sha2",
14801 "smallvec",
14802 "thiserror 2.0.12",
14803 "time",
14804 "tokio",
14805 "tokio-stream",
14806 "tracing",
14807 "url",
14808 "uuid",
14809 "webpki-roots",
14810]
14811
14812[[package]]
14813name = "sqlx-macros"
14814version = "0.8.5"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14817dependencies = [
14818 "proc-macro2",
14819 "quote",
14820 "sqlx-core",
14821 "sqlx-macros-core",
14822 "syn 2.0.101",
14823]
14824
14825[[package]]
14826name = "sqlx-macros-core"
14827version = "0.8.5"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14830dependencies = [
14831 "dotenvy",
14832 "either",
14833 "heck 0.5.0",
14834 "hex",
14835 "once_cell",
14836 "proc-macro2",
14837 "quote",
14838 "serde",
14839 "serde_json",
14840 "sha2",
14841 "sqlx-core",
14842 "sqlx-mysql",
14843 "sqlx-postgres",
14844 "sqlx-sqlite",
14845 "syn 2.0.101",
14846 "tempfile",
14847 "tokio",
14848 "url",
14849]
14850
14851[[package]]
14852name = "sqlx-mysql"
14853version = "0.8.5"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14856dependencies = [
14857 "atoi",
14858 "base64 0.22.1",
14859 "bigdecimal",
14860 "bitflags 2.9.0",
14861 "byteorder",
14862 "bytes 1.10.1",
14863 "chrono",
14864 "crc",
14865 "digest",
14866 "dotenvy",
14867 "either",
14868 "futures-channel",
14869 "futures-core",
14870 "futures-io",
14871 "futures-util",
14872 "generic-array",
14873 "hex",
14874 "hkdf",
14875 "hmac",
14876 "itoa",
14877 "log",
14878 "md-5",
14879 "memchr",
14880 "once_cell",
14881 "percent-encoding",
14882 "rand 0.8.5",
14883 "rsa",
14884 "rust_decimal",
14885 "serde",
14886 "sha1",
14887 "sha2",
14888 "smallvec",
14889 "sqlx-core",
14890 "stringprep",
14891 "thiserror 2.0.12",
14892 "time",
14893 "tracing",
14894 "uuid",
14895 "whoami",
14896]
14897
14898[[package]]
14899name = "sqlx-postgres"
14900version = "0.8.5"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14903dependencies = [
14904 "atoi",
14905 "base64 0.22.1",
14906 "bigdecimal",
14907 "bitflags 2.9.0",
14908 "byteorder",
14909 "chrono",
14910 "crc",
14911 "dotenvy",
14912 "etcetera",
14913 "futures-channel",
14914 "futures-core",
14915 "futures-util",
14916 "hex",
14917 "hkdf",
14918 "hmac",
14919 "home",
14920 "itoa",
14921 "log",
14922 "md-5",
14923 "memchr",
14924 "num-bigint",
14925 "once_cell",
14926 "rand 0.8.5",
14927 "rust_decimal",
14928 "serde",
14929 "serde_json",
14930 "sha2",
14931 "smallvec",
14932 "sqlx-core",
14933 "stringprep",
14934 "thiserror 2.0.12",
14935 "time",
14936 "tracing",
14937 "uuid",
14938 "whoami",
14939]
14940
14941[[package]]
14942name = "sqlx-sqlite"
14943version = "0.8.5"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14946dependencies = [
14947 "atoi",
14948 "chrono",
14949 "flume",
14950 "futures-channel",
14951 "futures-core",
14952 "futures-executor",
14953 "futures-intrusive",
14954 "futures-util",
14955 "libsqlite3-sys",
14956 "log",
14957 "percent-encoding",
14958 "serde",
14959 "serde_urlencoded",
14960 "sqlx-core",
14961 "thiserror 2.0.12",
14962 "time",
14963 "tracing",
14964 "url",
14965 "uuid",
14966]
14967
14968[[package]]
14969name = "stable_deref_trait"
14970version = "1.2.0"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14973
14974[[package]]
14975name = "static_assertions"
14976version = "1.1.0"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14979
14980[[package]]
14981name = "story"
14982version = "0.1.0"
14983dependencies = [
14984 "gpui",
14985 "itertools 0.14.0",
14986 "smallvec",
14987 "workspace-hack",
14988]
14989
14990[[package]]
14991name = "storybook"
14992version = "0.1.0"
14993dependencies = [
14994 "anyhow",
14995 "clap",
14996 "collab_ui",
14997 "ctrlc",
14998 "dialoguer",
14999 "editor",
15000 "fuzzy",
15001 "gpui",
15002 "indoc",
15003 "language",
15004 "log",
15005 "menu",
15006 "picker",
15007 "project",
15008 "reqwest_client",
15009 "rust-embed",
15010 "settings",
15011 "simplelog",
15012 "story",
15013 "strum 0.27.1",
15014 "theme",
15015 "title_bar",
15016 "ui",
15017 "workspace",
15018 "workspace-hack",
15019]
15020
15021[[package]]
15022name = "streaming-iterator"
15023version = "0.1.9"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15026
15027[[package]]
15028name = "streaming_diff"
15029version = "0.1.0"
15030dependencies = [
15031 "ordered-float 2.10.1",
15032 "rand 0.8.5",
15033 "rope",
15034 "util",
15035 "workspace-hack",
15036]
15037
15038[[package]]
15039name = "strict-num"
15040version = "0.1.1"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15043dependencies = [
15044 "float-cmp",
15045]
15046
15047[[package]]
15048name = "string_cache"
15049version = "0.8.9"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15052dependencies = [
15053 "new_debug_unreachable",
15054 "parking_lot",
15055 "phf_shared",
15056 "precomputed-hash",
15057 "serde",
15058]
15059
15060[[package]]
15061name = "string_cache_codegen"
15062version = "0.5.4"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15065dependencies = [
15066 "phf_generator",
15067 "phf_shared",
15068 "proc-macro2",
15069 "quote",
15070]
15071
15072[[package]]
15073name = "stringprep"
15074version = "0.1.5"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15077dependencies = [
15078 "unicode-bidi",
15079 "unicode-normalization",
15080 "unicode-properties",
15081]
15082
15083[[package]]
15084name = "strsim"
15085version = "0.11.1"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15088
15089[[package]]
15090name = "strum"
15091version = "0.26.3"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15094dependencies = [
15095 "strum_macros 0.26.4",
15096]
15097
15098[[package]]
15099name = "strum"
15100version = "0.27.1"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15103dependencies = [
15104 "strum_macros 0.27.1",
15105]
15106
15107[[package]]
15108name = "strum_macros"
15109version = "0.26.4"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15112dependencies = [
15113 "heck 0.5.0",
15114 "proc-macro2",
15115 "quote",
15116 "rustversion",
15117 "syn 2.0.101",
15118]
15119
15120[[package]]
15121name = "strum_macros"
15122version = "0.27.1"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15125dependencies = [
15126 "heck 0.5.0",
15127 "proc-macro2",
15128 "quote",
15129 "rustversion",
15130 "syn 2.0.101",
15131]
15132
15133[[package]]
15134name = "subtle"
15135version = "2.6.1"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15138
15139[[package]]
15140name = "sum_tree"
15141version = "0.1.0"
15142dependencies = [
15143 "arrayvec",
15144 "ctor",
15145 "env_logger 0.11.8",
15146 "log",
15147 "rand 0.8.5",
15148 "rayon",
15149 "workspace-hack",
15150]
15151
15152[[package]]
15153name = "supermaven"
15154version = "0.1.0"
15155dependencies = [
15156 "anyhow",
15157 "client",
15158 "collections",
15159 "editor",
15160 "env_logger 0.11.8",
15161 "futures 0.3.31",
15162 "gpui",
15163 "http_client",
15164 "inline_completion",
15165 "language",
15166 "log",
15167 "postage",
15168 "project",
15169 "serde",
15170 "serde_json",
15171 "settings",
15172 "smol",
15173 "supermaven_api",
15174 "text",
15175 "theme",
15176 "ui",
15177 "unicode-segmentation",
15178 "util",
15179 "workspace-hack",
15180]
15181
15182[[package]]
15183name = "supermaven_api"
15184version = "0.1.0"
15185dependencies = [
15186 "anyhow",
15187 "futures 0.3.31",
15188 "http_client",
15189 "paths",
15190 "serde",
15191 "serde_json",
15192 "smol",
15193 "workspace-hack",
15194]
15195
15196[[package]]
15197name = "sval"
15198version = "2.14.1"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15201
15202[[package]]
15203name = "sval_buffer"
15204version = "2.14.1"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15207dependencies = [
15208 "sval",
15209 "sval_ref",
15210]
15211
15212[[package]]
15213name = "sval_dynamic"
15214version = "2.14.1"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15217dependencies = [
15218 "sval",
15219]
15220
15221[[package]]
15222name = "sval_fmt"
15223version = "2.14.1"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15226dependencies = [
15227 "itoa",
15228 "ryu",
15229 "sval",
15230]
15231
15232[[package]]
15233name = "sval_json"
15234version = "2.14.1"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15237dependencies = [
15238 "itoa",
15239 "ryu",
15240 "sval",
15241]
15242
15243[[package]]
15244name = "sval_nested"
15245version = "2.14.1"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15248dependencies = [
15249 "sval",
15250 "sval_buffer",
15251 "sval_ref",
15252]
15253
15254[[package]]
15255name = "sval_ref"
15256version = "2.14.1"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15259dependencies = [
15260 "sval",
15261]
15262
15263[[package]]
15264name = "sval_serde"
15265version = "2.14.1"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15268dependencies = [
15269 "serde",
15270 "sval",
15271 "sval_nested",
15272]
15273
15274[[package]]
15275name = "svg_fmt"
15276version = "0.4.5"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15279
15280[[package]]
15281name = "svgtypes"
15282version = "0.15.3"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15285dependencies = [
15286 "kurbo",
15287 "siphasher",
15288]
15289
15290[[package]]
15291name = "swash"
15292version = "0.2.2"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15295dependencies = [
15296 "skrifa",
15297 "yazi",
15298 "zeno",
15299]
15300
15301[[package]]
15302name = "syn"
15303version = "1.0.109"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15306dependencies = [
15307 "proc-macro2",
15308 "quote",
15309 "unicode-ident",
15310]
15311
15312[[package]]
15313name = "syn"
15314version = "2.0.101"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15317dependencies = [
15318 "proc-macro2",
15319 "quote",
15320 "unicode-ident",
15321]
15322
15323[[package]]
15324name = "sync_wrapper"
15325version = "0.1.2"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15328
15329[[package]]
15330name = "sync_wrapper"
15331version = "1.0.2"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15334dependencies = [
15335 "futures-core",
15336]
15337
15338[[package]]
15339name = "synchronoise"
15340version = "1.0.1"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15343dependencies = [
15344 "crossbeam-queue",
15345]
15346
15347[[package]]
15348name = "synstructure"
15349version = "0.13.1"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15352dependencies = [
15353 "proc-macro2",
15354 "quote",
15355 "syn 2.0.101",
15356]
15357
15358[[package]]
15359name = "sys-locale"
15360version = "0.3.2"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15363dependencies = [
15364 "libc",
15365]
15366
15367[[package]]
15368name = "sysinfo"
15369version = "0.31.4"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15372dependencies = [
15373 "core-foundation-sys",
15374 "libc",
15375 "memchr",
15376 "ntapi",
15377 "rayon",
15378 "windows 0.57.0",
15379]
15380
15381[[package]]
15382name = "system-configuration"
15383version = "0.5.1"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15386dependencies = [
15387 "bitflags 1.3.2",
15388 "core-foundation 0.9.4",
15389 "system-configuration-sys 0.5.0",
15390]
15391
15392[[package]]
15393name = "system-configuration"
15394version = "0.6.1"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15397dependencies = [
15398 "bitflags 2.9.0",
15399 "core-foundation 0.9.4",
15400 "system-configuration-sys 0.6.0",
15401]
15402
15403[[package]]
15404name = "system-configuration-sys"
15405version = "0.5.0"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15408dependencies = [
15409 "core-foundation-sys",
15410 "libc",
15411]
15412
15413[[package]]
15414name = "system-configuration-sys"
15415version = "0.6.0"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15418dependencies = [
15419 "core-foundation-sys",
15420 "libc",
15421]
15422
15423[[package]]
15424name = "system-deps"
15425version = "6.2.2"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15428dependencies = [
15429 "cfg-expr",
15430 "heck 0.5.0",
15431 "pkg-config",
15432 "toml 0.8.20",
15433 "version-compare",
15434]
15435
15436[[package]]
15437name = "system-interface"
15438version = "0.27.3"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15441dependencies = [
15442 "bitflags 2.9.0",
15443 "cap-fs-ext",
15444 "cap-std",
15445 "fd-lock",
15446 "io-lifetimes",
15447 "rustix 0.38.44",
15448 "windows-sys 0.59.0",
15449 "winx",
15450]
15451
15452[[package]]
15453name = "tab_switcher"
15454version = "0.1.0"
15455dependencies = [
15456 "anyhow",
15457 "collections",
15458 "ctor",
15459 "editor",
15460 "env_logger 0.11.8",
15461 "fuzzy",
15462 "gpui",
15463 "language",
15464 "menu",
15465 "picker",
15466 "project",
15467 "schemars",
15468 "serde",
15469 "serde_json",
15470 "settings",
15471 "smol",
15472 "theme",
15473 "ui",
15474 "util",
15475 "workspace",
15476 "workspace-hack",
15477]
15478
15479[[package]]
15480name = "taffy"
15481version = "0.4.4"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15484dependencies = [
15485 "arrayvec",
15486 "grid",
15487 "num-traits",
15488 "serde",
15489 "slotmap",
15490]
15491
15492[[package]]
15493name = "tagptr"
15494version = "0.2.0"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15497
15498[[package]]
15499name = "take-until"
15500version = "0.2.0"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15503
15504[[package]]
15505name = "tao-core-video-sys"
15506version = "0.2.0"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15509dependencies = [
15510 "cfg-if",
15511 "core-foundation-sys",
15512 "libc",
15513 "objc",
15514]
15515
15516[[package]]
15517name = "tap"
15518version = "1.0.1"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15521
15522[[package]]
15523name = "target-lexicon"
15524version = "0.12.16"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15527
15528[[package]]
15529name = "target-lexicon"
15530version = "0.13.2"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15533
15534[[package]]
15535name = "task"
15536version = "0.1.0"
15537dependencies = [
15538 "anyhow",
15539 "collections",
15540 "futures 0.3.31",
15541 "gpui",
15542 "hex",
15543 "parking_lot",
15544 "pretty_assertions",
15545 "proto",
15546 "schemars",
15547 "serde",
15548 "serde_json",
15549 "serde_json_lenient",
15550 "sha2",
15551 "shellexpand 2.1.2",
15552 "util",
15553 "workspace-hack",
15554 "zed_actions",
15555]
15556
15557[[package]]
15558name = "tasks_ui"
15559version = "0.1.0"
15560dependencies = [
15561 "anyhow",
15562 "collections",
15563 "editor",
15564 "file_icons",
15565 "fuzzy",
15566 "gpui",
15567 "itertools 0.14.0",
15568 "language",
15569 "menu",
15570 "picker",
15571 "project",
15572 "serde",
15573 "serde_json",
15574 "task",
15575 "tree-sitter-rust",
15576 "tree-sitter-typescript",
15577 "ui",
15578 "util",
15579 "workspace",
15580 "workspace-hack",
15581 "zed_actions",
15582]
15583
15584[[package]]
15585name = "telemetry"
15586version = "0.1.0"
15587dependencies = [
15588 "futures 0.3.31",
15589 "serde",
15590 "serde_json",
15591 "telemetry_events",
15592 "workspace-hack",
15593]
15594
15595[[package]]
15596name = "telemetry_events"
15597version = "0.1.0"
15598dependencies = [
15599 "semantic_version",
15600 "serde",
15601 "serde_json",
15602 "workspace-hack",
15603]
15604
15605[[package]]
15606name = "tempfile"
15607version = "3.20.0"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15610dependencies = [
15611 "fastrand 2.3.0",
15612 "getrandom 0.3.2",
15613 "once_cell",
15614 "rustix 1.0.7",
15615 "windows-sys 0.59.0",
15616]
15617
15618[[package]]
15619name = "tendril"
15620version = "0.4.3"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15623dependencies = [
15624 "futf",
15625 "mac",
15626 "utf-8",
15627]
15628
15629[[package]]
15630name = "termcolor"
15631version = "1.4.1"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15634dependencies = [
15635 "winapi-util",
15636]
15637
15638[[package]]
15639name = "terminal"
15640version = "0.1.0"
15641dependencies = [
15642 "alacritty_terminal",
15643 "anyhow",
15644 "collections",
15645 "dirs 4.0.0",
15646 "futures 0.3.31",
15647 "gpui",
15648 "libc",
15649 "rand 0.8.5",
15650 "regex",
15651 "release_channel",
15652 "schemars",
15653 "serde",
15654 "serde_derive",
15655 "settings",
15656 "smol",
15657 "sysinfo",
15658 "task",
15659 "theme",
15660 "thiserror 2.0.12",
15661 "util",
15662 "windows 0.61.1",
15663 "workspace-hack",
15664]
15665
15666[[package]]
15667name = "terminal_size"
15668version = "0.4.2"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15671dependencies = [
15672 "rustix 1.0.7",
15673 "windows-sys 0.59.0",
15674]
15675
15676[[package]]
15677name = "terminal_view"
15678version = "0.1.0"
15679dependencies = [
15680 "anyhow",
15681 "assistant_slash_command",
15682 "async-recursion 1.1.1",
15683 "breadcrumbs",
15684 "client",
15685 "collections",
15686 "db",
15687 "dirs 4.0.0",
15688 "editor",
15689 "futures 0.3.31",
15690 "gpui",
15691 "itertools 0.14.0",
15692 "language",
15693 "log",
15694 "project",
15695 "rand 0.8.5",
15696 "regex",
15697 "schemars",
15698 "search",
15699 "serde",
15700 "serde_json",
15701 "settings",
15702 "shellexpand 2.1.2",
15703 "smol",
15704 "task",
15705 "terminal",
15706 "theme",
15707 "ui",
15708 "util",
15709 "workspace",
15710 "workspace-hack",
15711 "zed_actions",
15712]
15713
15714[[package]]
15715name = "text"
15716version = "0.1.0"
15717dependencies = [
15718 "anyhow",
15719 "clock",
15720 "collections",
15721 "ctor",
15722 "env_logger 0.11.8",
15723 "gpui",
15724 "http_client",
15725 "log",
15726 "parking_lot",
15727 "postage",
15728 "rand 0.8.5",
15729 "regex",
15730 "rope",
15731 "smallvec",
15732 "sum_tree",
15733 "util",
15734 "workspace-hack",
15735]
15736
15737[[package]]
15738name = "theme"
15739version = "0.1.0"
15740dependencies = [
15741 "anyhow",
15742 "collections",
15743 "derive_more",
15744 "fs",
15745 "futures 0.3.31",
15746 "gpui",
15747 "indexmap",
15748 "log",
15749 "palette",
15750 "parking_lot",
15751 "refineable",
15752 "schemars",
15753 "serde",
15754 "serde_derive",
15755 "serde_json",
15756 "serde_json_lenient",
15757 "serde_repr",
15758 "settings",
15759 "strum 0.27.1",
15760 "thiserror 2.0.12",
15761 "util",
15762 "uuid",
15763 "workspace-hack",
15764]
15765
15766[[package]]
15767name = "theme_extension"
15768version = "0.1.0"
15769dependencies = [
15770 "anyhow",
15771 "extension",
15772 "fs",
15773 "gpui",
15774 "theme",
15775 "workspace-hack",
15776]
15777
15778[[package]]
15779name = "theme_importer"
15780version = "0.1.0"
15781dependencies = [
15782 "anyhow",
15783 "clap",
15784 "gpui",
15785 "indexmap",
15786 "log",
15787 "palette",
15788 "rust-embed",
15789 "serde",
15790 "serde_json",
15791 "serde_json_lenient",
15792 "simplelog",
15793 "strum 0.27.1",
15794 "theme",
15795 "vscode_theme",
15796 "workspace-hack",
15797]
15798
15799[[package]]
15800name = "theme_selector"
15801version = "0.1.0"
15802dependencies = [
15803 "fs",
15804 "fuzzy",
15805 "gpui",
15806 "log",
15807 "picker",
15808 "serde",
15809 "settings",
15810 "telemetry",
15811 "theme",
15812 "ui",
15813 "util",
15814 "workspace",
15815 "workspace-hack",
15816 "zed_actions",
15817]
15818
15819[[package]]
15820name = "thiserror"
15821version = "1.0.69"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15824dependencies = [
15825 "thiserror-impl 1.0.69",
15826]
15827
15828[[package]]
15829name = "thiserror"
15830version = "2.0.12"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15833dependencies = [
15834 "thiserror-impl 2.0.12",
15835]
15836
15837[[package]]
15838name = "thiserror-impl"
15839version = "1.0.69"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15842dependencies = [
15843 "proc-macro2",
15844 "quote",
15845 "syn 2.0.101",
15846]
15847
15848[[package]]
15849name = "thiserror-impl"
15850version = "2.0.12"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15853dependencies = [
15854 "proc-macro2",
15855 "quote",
15856 "syn 2.0.101",
15857]
15858
15859[[package]]
15860name = "thread_local"
15861version = "1.1.8"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15864dependencies = [
15865 "cfg-if",
15866 "once_cell",
15867]
15868
15869[[package]]
15870name = "tiff"
15871version = "0.9.1"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15874dependencies = [
15875 "flate2",
15876 "jpeg-decoder",
15877 "weezl",
15878]
15879
15880[[package]]
15881name = "tiktoken-rs"
15882version = "0.7.0"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15885dependencies = [
15886 "anyhow",
15887 "base64 0.22.1",
15888 "bstr",
15889 "fancy-regex 0.13.0",
15890 "lazy_static",
15891 "regex",
15892 "rustc-hash 1.1.0",
15893]
15894
15895[[package]]
15896name = "time"
15897version = "0.3.41"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15900dependencies = [
15901 "deranged",
15902 "itoa",
15903 "libc",
15904 "num-conv",
15905 "num_threads",
15906 "powerfmt",
15907 "serde",
15908 "time-core",
15909 "time-macros",
15910]
15911
15912[[package]]
15913name = "time-core"
15914version = "0.1.4"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15917
15918[[package]]
15919name = "time-macros"
15920version = "0.2.22"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15923dependencies = [
15924 "num-conv",
15925 "time-core",
15926]
15927
15928[[package]]
15929name = "time_format"
15930version = "0.1.0"
15931dependencies = [
15932 "core-foundation 0.10.0",
15933 "core-foundation-sys",
15934 "sys-locale",
15935 "time",
15936 "workspace-hack",
15937]
15938
15939[[package]]
15940name = "tiny-keccak"
15941version = "2.0.2"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15944dependencies = [
15945 "crunchy",
15946]
15947
15948[[package]]
15949name = "tiny-skia"
15950version = "0.11.4"
15951source = "registry+https://github.com/rust-lang/crates.io-index"
15952checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15953dependencies = [
15954 "arrayref",
15955 "arrayvec",
15956 "bytemuck",
15957 "cfg-if",
15958 "log",
15959 "png",
15960 "tiny-skia-path",
15961]
15962
15963[[package]]
15964name = "tiny-skia-path"
15965version = "0.11.4"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15968dependencies = [
15969 "arrayref",
15970 "bytemuck",
15971 "strict-num",
15972]
15973
15974[[package]]
15975name = "tiny_http"
15976version = "0.8.2"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15979dependencies = [
15980 "ascii",
15981 "chrono",
15982 "chunked_transfer",
15983 "log",
15984 "url",
15985]
15986
15987[[package]]
15988name = "tinystr"
15989version = "0.7.6"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15992dependencies = [
15993 "displaydoc",
15994 "zerovec",
15995]
15996
15997[[package]]
15998name = "tinytemplate"
15999version = "1.2.1"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16002dependencies = [
16003 "serde",
16004 "serde_json",
16005]
16006
16007[[package]]
16008name = "tinyvec"
16009version = "1.9.0"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16012dependencies = [
16013 "tinyvec_macros",
16014]
16015
16016[[package]]
16017name = "tinyvec_macros"
16018version = "0.1.1"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16021
16022[[package]]
16023name = "title_bar"
16024version = "0.1.0"
16025dependencies = [
16026 "auto_update",
16027 "call",
16028 "chrono",
16029 "client",
16030 "collections",
16031 "db",
16032 "gpui",
16033 "http_client",
16034 "notifications",
16035 "pretty_assertions",
16036 "project",
16037 "remote",
16038 "rpc",
16039 "schemars",
16040 "serde",
16041 "settings",
16042 "smallvec",
16043 "story",
16044 "telemetry",
16045 "theme",
16046 "tree-sitter-md",
16047 "ui",
16048 "util",
16049 "windows 0.61.1",
16050 "workspace",
16051 "workspace-hack",
16052 "zed_actions",
16053]
16054
16055[[package]]
16056name = "tokio"
16057version = "1.44.2"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16060dependencies = [
16061 "backtrace",
16062 "bytes 1.10.1",
16063 "libc",
16064 "mio",
16065 "parking_lot",
16066 "pin-project-lite",
16067 "signal-hook-registry",
16068 "socket2",
16069 "tokio-macros",
16070 "windows-sys 0.52.0",
16071]
16072
16073[[package]]
16074name = "tokio-io"
16075version = "0.1.13"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16078dependencies = [
16079 "bytes 0.4.12",
16080 "futures 0.1.31",
16081 "log",
16082]
16083
16084[[package]]
16085name = "tokio-macros"
16086version = "2.5.0"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16089dependencies = [
16090 "proc-macro2",
16091 "quote",
16092 "syn 2.0.101",
16093]
16094
16095[[package]]
16096name = "tokio-native-tls"
16097version = "0.3.1"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16100dependencies = [
16101 "native-tls",
16102 "tokio",
16103]
16104
16105[[package]]
16106name = "tokio-rustls"
16107version = "0.24.1"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16110dependencies = [
16111 "rustls 0.21.12",
16112 "tokio",
16113]
16114
16115[[package]]
16116name = "tokio-rustls"
16117version = "0.26.2"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16120dependencies = [
16121 "rustls 0.23.26",
16122 "tokio",
16123]
16124
16125[[package]]
16126name = "tokio-socks"
16127version = "0.5.2"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16130dependencies = [
16131 "either",
16132 "futures-io",
16133 "futures-util",
16134 "thiserror 1.0.69",
16135 "tokio",
16136]
16137
16138[[package]]
16139name = "tokio-stream"
16140version = "0.1.17"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16143dependencies = [
16144 "futures-core",
16145 "pin-project-lite",
16146 "tokio",
16147]
16148
16149[[package]]
16150name = "tokio-tungstenite"
16151version = "0.20.1"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16154dependencies = [
16155 "futures-util",
16156 "log",
16157 "tokio",
16158 "tungstenite 0.20.1",
16159]
16160
16161[[package]]
16162name = "tokio-tungstenite"
16163version = "0.21.0"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16166dependencies = [
16167 "futures-util",
16168 "log",
16169 "tokio",
16170 "tungstenite 0.21.0",
16171]
16172
16173[[package]]
16174name = "tokio-tungstenite"
16175version = "0.26.2"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16178dependencies = [
16179 "futures-util",
16180 "log",
16181 "rustls 0.23.26",
16182 "rustls-pki-types",
16183 "tokio",
16184 "tokio-rustls 0.26.2",
16185 "tungstenite 0.26.2",
16186]
16187
16188[[package]]
16189name = "tokio-util"
16190version = "0.7.14"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16193dependencies = [
16194 "bytes 1.10.1",
16195 "futures-core",
16196 "futures-io",
16197 "futures-sink",
16198 "pin-project-lite",
16199 "tokio",
16200]
16201
16202[[package]]
16203name = "toml"
16204version = "0.5.11"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16207dependencies = [
16208 "serde",
16209]
16210
16211[[package]]
16212name = "toml"
16213version = "0.8.20"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16216dependencies = [
16217 "serde",
16218 "serde_spanned",
16219 "toml_datetime",
16220 "toml_edit",
16221]
16222
16223[[package]]
16224name = "toml_datetime"
16225version = "0.6.9"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16228dependencies = [
16229 "serde",
16230]
16231
16232[[package]]
16233name = "toml_edit"
16234version = "0.22.26"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16237dependencies = [
16238 "indexmap",
16239 "serde",
16240 "serde_spanned",
16241 "toml_datetime",
16242 "toml_write",
16243 "winnow",
16244]
16245
16246[[package]]
16247name = "toml_write"
16248version = "0.1.1"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16251
16252[[package]]
16253name = "toolchain_selector"
16254version = "0.1.0"
16255dependencies = [
16256 "editor",
16257 "fuzzy",
16258 "gpui",
16259 "language",
16260 "picker",
16261 "project",
16262 "ui",
16263 "util",
16264 "workspace",
16265 "workspace-hack",
16266]
16267
16268[[package]]
16269name = "topological-sort"
16270version = "0.2.2"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16273
16274[[package]]
16275name = "tower"
16276version = "0.4.13"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16279dependencies = [
16280 "futures-core",
16281 "futures-util",
16282 "pin-project",
16283 "pin-project-lite",
16284 "tokio",
16285 "tower-layer",
16286 "tower-service",
16287 "tracing",
16288]
16289
16290[[package]]
16291name = "tower"
16292version = "0.5.2"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16295dependencies = [
16296 "futures-core",
16297 "futures-util",
16298 "pin-project-lite",
16299 "sync_wrapper 1.0.2",
16300 "tokio",
16301 "tower-layer",
16302 "tower-service",
16303]
16304
16305[[package]]
16306name = "tower-http"
16307version = "0.3.5"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16310dependencies = [
16311 "bitflags 1.3.2",
16312 "bytes 1.10.1",
16313 "futures-core",
16314 "futures-util",
16315 "http 0.2.12",
16316 "http-body 0.4.6",
16317 "http-range-header",
16318 "pin-project-lite",
16319 "tower-layer",
16320 "tower-service",
16321]
16322
16323[[package]]
16324name = "tower-http"
16325version = "0.4.4"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16328dependencies = [
16329 "bitflags 2.9.0",
16330 "bytes 1.10.1",
16331 "futures-core",
16332 "futures-util",
16333 "http 0.2.12",
16334 "http-body 0.4.6",
16335 "http-range-header",
16336 "pin-project-lite",
16337 "tower-layer",
16338 "tower-service",
16339 "tracing",
16340]
16341
16342[[package]]
16343name = "tower-layer"
16344version = "0.3.3"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16347
16348[[package]]
16349name = "tower-service"
16350version = "0.3.3"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16353
16354[[package]]
16355name = "tracing"
16356version = "0.1.41"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16359dependencies = [
16360 "log",
16361 "pin-project-lite",
16362 "tracing-attributes",
16363 "tracing-core",
16364]
16365
16366[[package]]
16367name = "tracing-attributes"
16368version = "0.1.28"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16371dependencies = [
16372 "proc-macro2",
16373 "quote",
16374 "syn 2.0.101",
16375]
16376
16377[[package]]
16378name = "tracing-core"
16379version = "0.1.33"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16382dependencies = [
16383 "once_cell",
16384 "valuable",
16385]
16386
16387[[package]]
16388name = "tracing-log"
16389version = "0.2.0"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16392dependencies = [
16393 "log",
16394 "once_cell",
16395 "tracing-core",
16396]
16397
16398[[package]]
16399name = "tracing-serde"
16400version = "0.2.0"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16403dependencies = [
16404 "serde",
16405 "tracing-core",
16406]
16407
16408[[package]]
16409name = "tracing-subscriber"
16410version = "0.3.19"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16413dependencies = [
16414 "matchers",
16415 "nu-ansi-term 0.46.0",
16416 "once_cell",
16417 "regex",
16418 "serde",
16419 "serde_json",
16420 "sharded-slab",
16421 "smallvec",
16422 "thread_local",
16423 "tracing",
16424 "tracing-core",
16425 "tracing-log",
16426 "tracing-serde",
16427]
16428
16429[[package]]
16430name = "trait-variant"
16431version = "0.1.2"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16434dependencies = [
16435 "proc-macro2",
16436 "quote",
16437 "syn 2.0.101",
16438]
16439
16440[[package]]
16441name = "tree-sitter"
16442version = "0.25.3"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16445dependencies = [
16446 "cc",
16447 "regex",
16448 "regex-syntax 0.8.5",
16449 "serde_json",
16450 "streaming-iterator",
16451 "tree-sitter-language",
16452 "wasmtime-c-api-impl",
16453]
16454
16455[[package]]
16456name = "tree-sitter-bash"
16457version = "0.23.3"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16460dependencies = [
16461 "cc",
16462 "tree-sitter-language",
16463]
16464
16465[[package]]
16466name = "tree-sitter-c"
16467version = "0.23.4"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16470dependencies = [
16471 "cc",
16472 "tree-sitter-language",
16473]
16474
16475[[package]]
16476name = "tree-sitter-cpp"
16477version = "0.23.4"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16480dependencies = [
16481 "cc",
16482 "tree-sitter-language",
16483]
16484
16485[[package]]
16486name = "tree-sitter-css"
16487version = "0.23.2"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16490dependencies = [
16491 "cc",
16492 "tree-sitter-language",
16493]
16494
16495[[package]]
16496name = "tree-sitter-diff"
16497version = "0.1.0"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16500dependencies = [
16501 "cc",
16502 "tree-sitter-language",
16503]
16504
16505[[package]]
16506name = "tree-sitter-elixir"
16507version = "0.3.4"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16510dependencies = [
16511 "cc",
16512 "tree-sitter-language",
16513]
16514
16515[[package]]
16516name = "tree-sitter-embedded-template"
16517version = "0.23.2"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16520dependencies = [
16521 "cc",
16522 "tree-sitter-language",
16523]
16524
16525[[package]]
16526name = "tree-sitter-gitcommit"
16527version = "0.0.1"
16528source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16529dependencies = [
16530 "cc",
16531 "tree-sitter-language",
16532]
16533
16534[[package]]
16535name = "tree-sitter-go"
16536version = "0.23.4"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16539dependencies = [
16540 "cc",
16541 "tree-sitter-language",
16542]
16543
16544[[package]]
16545name = "tree-sitter-gomod"
16546version = "1.1.1"
16547source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16548dependencies = [
16549 "cc",
16550 "tree-sitter-language",
16551]
16552
16553[[package]]
16554name = "tree-sitter-gowork"
16555version = "0.0.1"
16556source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16557dependencies = [
16558 "cc",
16559 "tree-sitter-language",
16560]
16561
16562[[package]]
16563name = "tree-sitter-heex"
16564version = "0.0.1"
16565source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16566dependencies = [
16567 "cc",
16568 "tree-sitter-language",
16569]
16570
16571[[package]]
16572name = "tree-sitter-html"
16573version = "0.23.2"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16576dependencies = [
16577 "cc",
16578 "tree-sitter-language",
16579]
16580
16581[[package]]
16582name = "tree-sitter-jsdoc"
16583version = "0.23.2"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16586dependencies = [
16587 "cc",
16588 "tree-sitter-language",
16589]
16590
16591[[package]]
16592name = "tree-sitter-json"
16593version = "0.24.8"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16596dependencies = [
16597 "cc",
16598 "tree-sitter-language",
16599]
16600
16601[[package]]
16602name = "tree-sitter-language"
16603version = "0.1.5"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16606
16607[[package]]
16608name = "tree-sitter-md"
16609version = "0.3.2"
16610source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16611dependencies = [
16612 "cc",
16613 "tree-sitter-language",
16614]
16615
16616[[package]]
16617name = "tree-sitter-python"
16618version = "0.23.6"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16621dependencies = [
16622 "cc",
16623 "tree-sitter-language",
16624]
16625
16626[[package]]
16627name = "tree-sitter-regex"
16628version = "0.24.3"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16631dependencies = [
16632 "cc",
16633 "tree-sitter-language",
16634]
16635
16636[[package]]
16637name = "tree-sitter-ruby"
16638version = "0.23.1"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16641dependencies = [
16642 "cc",
16643 "tree-sitter-language",
16644]
16645
16646[[package]]
16647name = "tree-sitter-rust"
16648version = "0.24.0"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16651dependencies = [
16652 "cc",
16653 "tree-sitter-language",
16654]
16655
16656[[package]]
16657name = "tree-sitter-typescript"
16658version = "0.23.2"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16661dependencies = [
16662 "cc",
16663 "tree-sitter-language",
16664]
16665
16666[[package]]
16667name = "tree-sitter-yaml"
16668version = "0.6.1"
16669source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16670dependencies = [
16671 "cc",
16672 "tree-sitter-language",
16673]
16674
16675[[package]]
16676name = "try-lock"
16677version = "0.2.5"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16680
16681[[package]]
16682name = "ttf-parser"
16683version = "0.20.0"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16686
16687[[package]]
16688name = "ttf-parser"
16689version = "0.21.1"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16692
16693[[package]]
16694name = "ttf-parser"
16695version = "0.25.1"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16698dependencies = [
16699 "core_maths",
16700]
16701
16702[[package]]
16703name = "tungstenite"
16704version = "0.20.1"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16707dependencies = [
16708 "byteorder",
16709 "bytes 1.10.1",
16710 "data-encoding",
16711 "http 0.2.12",
16712 "httparse",
16713 "log",
16714 "rand 0.8.5",
16715 "sha1",
16716 "thiserror 1.0.69",
16717 "url",
16718 "utf-8",
16719]
16720
16721[[package]]
16722name = "tungstenite"
16723version = "0.21.0"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16726dependencies = [
16727 "byteorder",
16728 "bytes 1.10.1",
16729 "data-encoding",
16730 "http 1.3.1",
16731 "httparse",
16732 "log",
16733 "rand 0.8.5",
16734 "sha1",
16735 "thiserror 1.0.69",
16736 "url",
16737 "utf-8",
16738]
16739
16740[[package]]
16741name = "tungstenite"
16742version = "0.26.2"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16745dependencies = [
16746 "bytes 1.10.1",
16747 "data-encoding",
16748 "http 1.3.1",
16749 "httparse",
16750 "log",
16751 "rand 0.9.1",
16752 "rustls 0.23.26",
16753 "rustls-pki-types",
16754 "sha1",
16755 "thiserror 2.0.12",
16756 "utf-8",
16757]
16758
16759[[package]]
16760name = "typeid"
16761version = "1.0.3"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16764
16765[[package]]
16766name = "typenum"
16767version = "1.18.0"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16770
16771[[package]]
16772name = "ucd-trie"
16773version = "0.1.7"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16776
16777[[package]]
16778name = "uds_windows"
16779version = "1.1.0"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16782dependencies = [
16783 "memoffset",
16784 "tempfile",
16785 "winapi",
16786]
16787
16788[[package]]
16789name = "ui"
16790version = "0.1.0"
16791dependencies = [
16792 "chrono",
16793 "component",
16794 "documented",
16795 "gpui",
16796 "icons",
16797 "itertools 0.14.0",
16798 "menu",
16799 "serde",
16800 "settings",
16801 "smallvec",
16802 "story",
16803 "strum 0.27.1",
16804 "theme",
16805 "ui_macros",
16806 "util",
16807 "windows 0.61.1",
16808 "workspace-hack",
16809]
16810
16811[[package]]
16812name = "ui_input"
16813version = "0.1.0"
16814dependencies = [
16815 "component",
16816 "editor",
16817 "gpui",
16818 "settings",
16819 "theme",
16820 "ui",
16821 "workspace-hack",
16822]
16823
16824[[package]]
16825name = "ui_macros"
16826version = "0.1.0"
16827dependencies = [
16828 "quote",
16829 "syn 1.0.109",
16830 "workspace-hack",
16831]
16832
16833[[package]]
16834name = "ui_prompt"
16835version = "0.1.0"
16836dependencies = [
16837 "gpui",
16838 "markdown",
16839 "menu",
16840 "settings",
16841 "theme",
16842 "ui",
16843 "workspace",
16844 "workspace-hack",
16845]
16846
16847[[package]]
16848name = "uluru"
16849version = "3.1.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16852dependencies = [
16853 "arrayvec",
16854]
16855
16856[[package]]
16857name = "unicase"
16858version = "2.8.1"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16861
16862[[package]]
16863name = "unicode-bidi"
16864version = "0.3.18"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16867
16868[[package]]
16869name = "unicode-bidi-mirroring"
16870version = "0.2.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16873
16874[[package]]
16875name = "unicode-bidi-mirroring"
16876version = "0.4.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16879
16880[[package]]
16881name = "unicode-bom"
16882version = "2.0.3"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16885
16886[[package]]
16887name = "unicode-ccc"
16888version = "0.2.0"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16891
16892[[package]]
16893name = "unicode-ccc"
16894version = "0.4.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16897
16898[[package]]
16899name = "unicode-ident"
16900version = "1.0.18"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16903
16904[[package]]
16905name = "unicode-linebreak"
16906version = "0.1.5"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16909
16910[[package]]
16911name = "unicode-normalization"
16912version = "0.1.24"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16915dependencies = [
16916 "tinyvec",
16917]
16918
16919[[package]]
16920name = "unicode-properties"
16921version = "0.1.3"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16924
16925[[package]]
16926name = "unicode-script"
16927version = "0.5.7"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16930
16931[[package]]
16932name = "unicode-segmentation"
16933version = "1.12.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16936
16937[[package]]
16938name = "unicode-vo"
16939version = "0.1.0"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16942
16943[[package]]
16944name = "unicode-width"
16945version = "0.1.14"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16948
16949[[package]]
16950name = "unicode-width"
16951version = "0.2.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16954
16955[[package]]
16956name = "unicode-xid"
16957version = "0.2.6"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16960
16961[[package]]
16962name = "unicode_categories"
16963version = "0.1.1"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16966
16967[[package]]
16968name = "unindent"
16969version = "0.2.4"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16972
16973[[package]]
16974name = "untrusted"
16975version = "0.9.0"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16978
16979[[package]]
16980name = "url"
16981version = "2.5.4"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16984dependencies = [
16985 "form_urlencoded",
16986 "idna",
16987 "percent-encoding",
16988 "serde",
16989]
16990
16991[[package]]
16992name = "urlencoding"
16993version = "2.1.3"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16996
16997[[package]]
16998name = "usvg"
16999version = "0.45.1"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17002dependencies = [
17003 "base64 0.22.1",
17004 "data-url",
17005 "flate2",
17006 "fontdb 0.23.0",
17007 "imagesize",
17008 "kurbo",
17009 "log",
17010 "pico-args",
17011 "roxmltree",
17012 "rustybuzz 0.20.1",
17013 "simplecss",
17014 "siphasher",
17015 "strict-num",
17016 "svgtypes",
17017 "tiny-skia-path",
17018 "unicode-bidi",
17019 "unicode-script",
17020 "unicode-vo",
17021 "xmlwriter",
17022]
17023
17024[[package]]
17025name = "utf-8"
17026version = "0.7.6"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17029
17030[[package]]
17031name = "utf16_iter"
17032version = "1.0.5"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17035
17036[[package]]
17037name = "utf8_iter"
17038version = "1.0.4"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17041
17042[[package]]
17043name = "utf8parse"
17044version = "0.2.2"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17047
17048[[package]]
17049name = "util"
17050version = "0.1.0"
17051dependencies = [
17052 "anyhow",
17053 "async-fs",
17054 "async_zip",
17055 "collections",
17056 "dirs 4.0.0",
17057 "dunce",
17058 "futures 0.3.31",
17059 "futures-lite 1.13.0",
17060 "git2",
17061 "globset",
17062 "itertools 0.14.0",
17063 "libc",
17064 "log",
17065 "rand 0.8.5",
17066 "regex",
17067 "rust-embed",
17068 "serde",
17069 "serde_json",
17070 "serde_json_lenient",
17071 "smol",
17072 "take-until",
17073 "tempfile",
17074 "tendril",
17075 "unicase",
17076 "util_macros",
17077 "walkdir",
17078 "workspace-hack",
17079]
17080
17081[[package]]
17082name = "util_macros"
17083version = "0.1.0"
17084dependencies = [
17085 "quote",
17086 "syn 1.0.109",
17087 "workspace-hack",
17088]
17089
17090[[package]]
17091name = "uuid"
17092version = "1.16.0"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17095dependencies = [
17096 "getrandom 0.3.2",
17097 "serde",
17098 "sha1_smol",
17099]
17100
17101[[package]]
17102name = "uuid-simd"
17103version = "0.8.0"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17106dependencies = [
17107 "outref",
17108 "uuid",
17109 "vsimd",
17110]
17111
17112[[package]]
17113name = "v_frame"
17114version = "0.3.8"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17117dependencies = [
17118 "aligned-vec",
17119 "num-traits",
17120 "wasm-bindgen",
17121]
17122
17123[[package]]
17124name = "valuable"
17125version = "0.1.1"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17128
17129[[package]]
17130name = "value-bag"
17131version = "1.11.1"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17134dependencies = [
17135 "value-bag-serde1",
17136 "value-bag-sval2",
17137]
17138
17139[[package]]
17140name = "value-bag-serde1"
17141version = "1.11.1"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17144dependencies = [
17145 "erased-serde",
17146 "serde",
17147 "serde_fmt",
17148]
17149
17150[[package]]
17151name = "value-bag-sval2"
17152version = "1.11.1"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17155dependencies = [
17156 "sval",
17157 "sval_buffer",
17158 "sval_dynamic",
17159 "sval_fmt",
17160 "sval_json",
17161 "sval_ref",
17162 "sval_serde",
17163]
17164
17165[[package]]
17166name = "vcpkg"
17167version = "0.2.15"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17170
17171[[package]]
17172name = "version-compare"
17173version = "0.2.0"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17176
17177[[package]]
17178name = "version_check"
17179version = "0.9.5"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17182
17183[[package]]
17184name = "vim"
17185version = "0.1.0"
17186dependencies = [
17187 "anyhow",
17188 "assets",
17189 "async-compat",
17190 "async-trait",
17191 "collections",
17192 "command_palette",
17193 "command_palette_hooks",
17194 "db",
17195 "editor",
17196 "futures 0.3.31",
17197 "git_ui",
17198 "gpui",
17199 "indoc",
17200 "itertools 0.14.0",
17201 "language",
17202 "log",
17203 "lsp",
17204 "multi_buffer",
17205 "nvim-rs",
17206 "parking_lot",
17207 "picker",
17208 "project",
17209 "project_panel",
17210 "regex",
17211 "release_channel",
17212 "schemars",
17213 "search",
17214 "serde",
17215 "serde_derive",
17216 "serde_json",
17217 "settings",
17218 "task",
17219 "text",
17220 "theme",
17221 "tokio",
17222 "ui",
17223 "util",
17224 "vim_mode_setting",
17225 "workspace",
17226 "workspace-hack",
17227 "zed_actions",
17228]
17229
17230[[package]]
17231name = "vim_mode_setting"
17232version = "0.1.0"
17233dependencies = [
17234 "anyhow",
17235 "gpui",
17236 "settings",
17237 "workspace-hack",
17238]
17239
17240[[package]]
17241name = "vscode_theme"
17242version = "0.2.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17245dependencies = [
17246 "serde",
17247]
17248
17249[[package]]
17250name = "vsimd"
17251version = "0.8.0"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17254
17255[[package]]
17256name = "vswhom"
17257version = "0.1.0"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17260dependencies = [
17261 "libc",
17262 "vswhom-sys",
17263]
17264
17265[[package]]
17266name = "vswhom-sys"
17267version = "0.1.3"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17270dependencies = [
17271 "cc",
17272 "libc",
17273]
17274
17275[[package]]
17276name = "vte"
17277version = "0.15.0"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17280dependencies = [
17281 "arrayvec",
17282 "bitflags 2.9.0",
17283 "cursor-icon",
17284 "log",
17285 "memchr",
17286 "serde",
17287]
17288
17289[[package]]
17290name = "waker-fn"
17291version = "1.2.0"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17294
17295[[package]]
17296name = "walkdir"
17297version = "2.5.0"
17298source = "registry+https://github.com/rust-lang/crates.io-index"
17299checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17300dependencies = [
17301 "same-file",
17302 "winapi-util",
17303]
17304
17305[[package]]
17306name = "want"
17307version = "0.3.1"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17310dependencies = [
17311 "try-lock",
17312]
17313
17314[[package]]
17315name = "warp"
17316version = "0.3.7"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17319dependencies = [
17320 "bytes 1.10.1",
17321 "futures-channel",
17322 "futures-util",
17323 "headers",
17324 "http 0.2.12",
17325 "hyper 0.14.32",
17326 "log",
17327 "mime",
17328 "mime_guess",
17329 "percent-encoding",
17330 "pin-project",
17331 "scoped-tls",
17332 "serde",
17333 "serde_json",
17334 "serde_urlencoded",
17335 "tokio",
17336 "tokio-tungstenite 0.21.0",
17337 "tokio-util",
17338 "tower-service",
17339 "tracing",
17340]
17341
17342[[package]]
17343name = "wasi"
17344version = "0.9.0+wasi-snapshot-preview1"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17347
17348[[package]]
17349name = "wasi"
17350version = "0.11.0+wasi-snapshot-preview1"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17353
17354[[package]]
17355name = "wasi"
17356version = "0.14.2+wasi-0.2.4"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17359dependencies = [
17360 "wit-bindgen-rt 0.39.0",
17361]
17362
17363[[package]]
17364name = "wasi-preview1-component-adapter-provider"
17365version = "29.0.1"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17368
17369[[package]]
17370name = "wasite"
17371version = "0.1.0"
17372source = "registry+https://github.com/rust-lang/crates.io-index"
17373checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17374
17375[[package]]
17376name = "wasm-bindgen"
17377version = "0.2.100"
17378source = "registry+https://github.com/rust-lang/crates.io-index"
17379checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17380dependencies = [
17381 "cfg-if",
17382 "once_cell",
17383 "rustversion",
17384 "wasm-bindgen-macro",
17385]
17386
17387[[package]]
17388name = "wasm-bindgen-backend"
17389version = "0.2.100"
17390source = "registry+https://github.com/rust-lang/crates.io-index"
17391checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17392dependencies = [
17393 "bumpalo",
17394 "log",
17395 "proc-macro2",
17396 "quote",
17397 "syn 2.0.101",
17398 "wasm-bindgen-shared",
17399]
17400
17401[[package]]
17402name = "wasm-bindgen-futures"
17403version = "0.4.50"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17406dependencies = [
17407 "cfg-if",
17408 "js-sys",
17409 "once_cell",
17410 "wasm-bindgen",
17411 "web-sys",
17412]
17413
17414[[package]]
17415name = "wasm-bindgen-macro"
17416version = "0.2.100"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17419dependencies = [
17420 "quote",
17421 "wasm-bindgen-macro-support",
17422]
17423
17424[[package]]
17425name = "wasm-bindgen-macro-support"
17426version = "0.2.100"
17427source = "registry+https://github.com/rust-lang/crates.io-index"
17428checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17429dependencies = [
17430 "proc-macro2",
17431 "quote",
17432 "syn 2.0.101",
17433 "wasm-bindgen-backend",
17434 "wasm-bindgen-shared",
17435]
17436
17437[[package]]
17438name = "wasm-bindgen-shared"
17439version = "0.2.100"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17442dependencies = [
17443 "unicode-ident",
17444]
17445
17446[[package]]
17447name = "wasm-encoder"
17448version = "0.201.0"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17451dependencies = [
17452 "leb128",
17453]
17454
17455[[package]]
17456name = "wasm-encoder"
17457version = "0.221.3"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17460dependencies = [
17461 "leb128",
17462 "wasmparser 0.221.3",
17463]
17464
17465[[package]]
17466name = "wasm-encoder"
17467version = "0.227.1"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17470dependencies = [
17471 "leb128fmt",
17472 "wasmparser 0.227.1",
17473]
17474
17475[[package]]
17476name = "wasm-metadata"
17477version = "0.201.0"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17480dependencies = [
17481 "anyhow",
17482 "indexmap",
17483 "serde",
17484 "serde_derive",
17485 "serde_json",
17486 "spdx",
17487 "wasm-encoder 0.201.0",
17488 "wasmparser 0.201.0",
17489]
17490
17491[[package]]
17492name = "wasm-metadata"
17493version = "0.221.3"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17496dependencies = [
17497 "anyhow",
17498 "indexmap",
17499 "serde",
17500 "serde_derive",
17501 "serde_json",
17502 "spdx",
17503 "wasm-encoder 0.221.3",
17504 "wasmparser 0.221.3",
17505]
17506
17507[[package]]
17508name = "wasm-metadata"
17509version = "0.227.1"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17512dependencies = [
17513 "anyhow",
17514 "auditable-serde",
17515 "flate2",
17516 "indexmap",
17517 "serde",
17518 "serde_derive",
17519 "serde_json",
17520 "spdx",
17521 "url",
17522 "wasm-encoder 0.227.1",
17523 "wasmparser 0.227.1",
17524]
17525
17526[[package]]
17527name = "wasm-streams"
17528version = "0.4.2"
17529source = "registry+https://github.com/rust-lang/crates.io-index"
17530checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17531dependencies = [
17532 "futures-util",
17533 "js-sys",
17534 "wasm-bindgen",
17535 "wasm-bindgen-futures",
17536 "web-sys",
17537]
17538
17539[[package]]
17540name = "wasmparser"
17541version = "0.201.0"
17542source = "registry+https://github.com/rust-lang/crates.io-index"
17543checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17544dependencies = [
17545 "bitflags 2.9.0",
17546 "indexmap",
17547 "semver",
17548]
17549
17550[[package]]
17551name = "wasmparser"
17552version = "0.221.3"
17553source = "registry+https://github.com/rust-lang/crates.io-index"
17554checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17555dependencies = [
17556 "bitflags 2.9.0",
17557 "hashbrown 0.15.3",
17558 "indexmap",
17559 "semver",
17560 "serde",
17561]
17562
17563[[package]]
17564name = "wasmparser"
17565version = "0.227.1"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17568dependencies = [
17569 "bitflags 2.9.0",
17570 "hashbrown 0.15.3",
17571 "indexmap",
17572 "semver",
17573]
17574
17575[[package]]
17576name = "wasmprinter"
17577version = "0.221.3"
17578source = "registry+https://github.com/rust-lang/crates.io-index"
17579checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17580dependencies = [
17581 "anyhow",
17582 "termcolor",
17583 "wasmparser 0.221.3",
17584]
17585
17586[[package]]
17587name = "wasmtime"
17588version = "29.0.1"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17591dependencies = [
17592 "anyhow",
17593 "async-trait",
17594 "bitflags 2.9.0",
17595 "bumpalo",
17596 "cc",
17597 "cfg-if",
17598 "encoding_rs",
17599 "hashbrown 0.14.5",
17600 "indexmap",
17601 "libc",
17602 "log",
17603 "mach2",
17604 "memfd",
17605 "object",
17606 "once_cell",
17607 "paste",
17608 "postcard",
17609 "psm",
17610 "pulley-interpreter",
17611 "rayon",
17612 "rustix 0.38.44",
17613 "semver",
17614 "serde",
17615 "serde_derive",
17616 "smallvec",
17617 "sptr",
17618 "target-lexicon 0.13.2",
17619 "trait-variant",
17620 "wasmparser 0.221.3",
17621 "wasmtime-asm-macros",
17622 "wasmtime-component-macro",
17623 "wasmtime-component-util",
17624 "wasmtime-cranelift",
17625 "wasmtime-environ",
17626 "wasmtime-fiber",
17627 "wasmtime-jit-icache-coherence",
17628 "wasmtime-math",
17629 "wasmtime-slab",
17630 "wasmtime-versioned-export-macros",
17631 "wasmtime-winch",
17632 "windows-sys 0.59.0",
17633]
17634
17635[[package]]
17636name = "wasmtime-asm-macros"
17637version = "29.0.1"
17638source = "registry+https://github.com/rust-lang/crates.io-index"
17639checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17640dependencies = [
17641 "cfg-if",
17642]
17643
17644[[package]]
17645name = "wasmtime-c-api-impl"
17646version = "29.0.1"
17647source = "registry+https://github.com/rust-lang/crates.io-index"
17648checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17649dependencies = [
17650 "anyhow",
17651 "log",
17652 "tracing",
17653 "wasmtime",
17654 "wasmtime-c-api-macros",
17655]
17656
17657[[package]]
17658name = "wasmtime-c-api-macros"
17659version = "29.0.1"
17660source = "registry+https://github.com/rust-lang/crates.io-index"
17661checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17662dependencies = [
17663 "proc-macro2",
17664 "quote",
17665]
17666
17667[[package]]
17668name = "wasmtime-component-macro"
17669version = "29.0.1"
17670source = "registry+https://github.com/rust-lang/crates.io-index"
17671checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17672dependencies = [
17673 "anyhow",
17674 "proc-macro2",
17675 "quote",
17676 "syn 2.0.101",
17677 "wasmtime-component-util",
17678 "wasmtime-wit-bindgen",
17679 "wit-parser 0.221.3",
17680]
17681
17682[[package]]
17683name = "wasmtime-component-util"
17684version = "29.0.1"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17687
17688[[package]]
17689name = "wasmtime-cranelift"
17690version = "29.0.1"
17691source = "registry+https://github.com/rust-lang/crates.io-index"
17692checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17693dependencies = [
17694 "anyhow",
17695 "cfg-if",
17696 "cranelift-codegen",
17697 "cranelift-control",
17698 "cranelift-entity",
17699 "cranelift-frontend",
17700 "cranelift-native",
17701 "gimli",
17702 "itertools 0.12.1",
17703 "log",
17704 "object",
17705 "smallvec",
17706 "target-lexicon 0.13.2",
17707 "thiserror 1.0.69",
17708 "wasmparser 0.221.3",
17709 "wasmtime-environ",
17710 "wasmtime-versioned-export-macros",
17711]
17712
17713[[package]]
17714name = "wasmtime-environ"
17715version = "29.0.1"
17716source = "registry+https://github.com/rust-lang/crates.io-index"
17717checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17718dependencies = [
17719 "anyhow",
17720 "cpp_demangle",
17721 "cranelift-bitset",
17722 "cranelift-entity",
17723 "gimli",
17724 "indexmap",
17725 "log",
17726 "object",
17727 "postcard",
17728 "rustc-demangle",
17729 "semver",
17730 "serde",
17731 "serde_derive",
17732 "smallvec",
17733 "target-lexicon 0.13.2",
17734 "wasm-encoder 0.221.3",
17735 "wasmparser 0.221.3",
17736 "wasmprinter",
17737 "wasmtime-component-util",
17738]
17739
17740[[package]]
17741name = "wasmtime-fiber"
17742version = "29.0.1"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17745dependencies = [
17746 "anyhow",
17747 "cc",
17748 "cfg-if",
17749 "rustix 0.38.44",
17750 "wasmtime-asm-macros",
17751 "wasmtime-versioned-export-macros",
17752 "windows-sys 0.59.0",
17753]
17754
17755[[package]]
17756name = "wasmtime-jit-icache-coherence"
17757version = "29.0.1"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17760dependencies = [
17761 "anyhow",
17762 "cfg-if",
17763 "libc",
17764 "windows-sys 0.59.0",
17765]
17766
17767[[package]]
17768name = "wasmtime-math"
17769version = "29.0.1"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17772dependencies = [
17773 "libm",
17774]
17775
17776[[package]]
17777name = "wasmtime-slab"
17778version = "29.0.1"
17779source = "registry+https://github.com/rust-lang/crates.io-index"
17780checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17781
17782[[package]]
17783name = "wasmtime-versioned-export-macros"
17784version = "29.0.1"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17787dependencies = [
17788 "proc-macro2",
17789 "quote",
17790 "syn 2.0.101",
17791]
17792
17793[[package]]
17794name = "wasmtime-wasi"
17795version = "29.0.1"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17798dependencies = [
17799 "anyhow",
17800 "async-trait",
17801 "bitflags 2.9.0",
17802 "bytes 1.10.1",
17803 "cap-fs-ext",
17804 "cap-net-ext",
17805 "cap-rand",
17806 "cap-std",
17807 "cap-time-ext",
17808 "fs-set-times",
17809 "futures 0.3.31",
17810 "io-extras",
17811 "io-lifetimes",
17812 "rustix 0.38.44",
17813 "system-interface",
17814 "thiserror 1.0.69",
17815 "tokio",
17816 "tracing",
17817 "trait-variant",
17818 "url",
17819 "wasmtime",
17820 "wiggle",
17821 "windows-sys 0.59.0",
17822]
17823
17824[[package]]
17825name = "wasmtime-winch"
17826version = "29.0.1"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17829dependencies = [
17830 "anyhow",
17831 "cranelift-codegen",
17832 "gimli",
17833 "object",
17834 "target-lexicon 0.13.2",
17835 "wasmparser 0.221.3",
17836 "wasmtime-cranelift",
17837 "wasmtime-environ",
17838 "winch-codegen",
17839]
17840
17841[[package]]
17842name = "wasmtime-wit-bindgen"
17843version = "29.0.1"
17844source = "registry+https://github.com/rust-lang/crates.io-index"
17845checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17846dependencies = [
17847 "anyhow",
17848 "heck 0.5.0",
17849 "indexmap",
17850 "wit-parser 0.221.3",
17851]
17852
17853[[package]]
17854name = "wast"
17855version = "35.0.2"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17858dependencies = [
17859 "leb128",
17860]
17861
17862[[package]]
17863name = "wayland-backend"
17864version = "0.3.8"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17867dependencies = [
17868 "cc",
17869 "downcast-rs",
17870 "rustix 0.38.44",
17871 "scoped-tls",
17872 "smallvec",
17873 "wayland-sys",
17874]
17875
17876[[package]]
17877name = "wayland-client"
17878version = "0.31.8"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17881dependencies = [
17882 "bitflags 2.9.0",
17883 "rustix 0.38.44",
17884 "wayland-backend",
17885 "wayland-scanner",
17886]
17887
17888[[package]]
17889name = "wayland-cursor"
17890version = "0.31.8"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17893dependencies = [
17894 "rustix 0.38.44",
17895 "wayland-client",
17896 "xcursor",
17897]
17898
17899[[package]]
17900name = "wayland-protocols"
17901version = "0.31.2"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17904dependencies = [
17905 "bitflags 2.9.0",
17906 "wayland-backend",
17907 "wayland-client",
17908 "wayland-scanner",
17909]
17910
17911[[package]]
17912name = "wayland-protocols-plasma"
17913version = "0.2.0"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17916dependencies = [
17917 "bitflags 2.9.0",
17918 "wayland-backend",
17919 "wayland-client",
17920 "wayland-protocols",
17921 "wayland-scanner",
17922]
17923
17924[[package]]
17925name = "wayland-scanner"
17926version = "0.31.6"
17927source = "registry+https://github.com/rust-lang/crates.io-index"
17928checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17929dependencies = [
17930 "proc-macro2",
17931 "quick-xml 0.37.4",
17932 "quote",
17933]
17934
17935[[package]]
17936name = "wayland-sys"
17937version = "0.31.6"
17938source = "registry+https://github.com/rust-lang/crates.io-index"
17939checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17940dependencies = [
17941 "dlib",
17942 "log",
17943 "once_cell",
17944 "pkg-config",
17945]
17946
17947[[package]]
17948name = "web-sys"
17949version = "0.3.77"
17950source = "registry+https://github.com/rust-lang/crates.io-index"
17951checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17952dependencies = [
17953 "js-sys",
17954 "wasm-bindgen",
17955]
17956
17957[[package]]
17958name = "web-time"
17959version = "1.1.0"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17962dependencies = [
17963 "js-sys",
17964 "wasm-bindgen",
17965]
17966
17967[[package]]
17968name = "web_atoms"
17969version = "0.1.0"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17972dependencies = [
17973 "phf",
17974 "phf_codegen",
17975 "string_cache",
17976 "string_cache_codegen",
17977]
17978
17979[[package]]
17980name = "web_search"
17981version = "0.1.0"
17982dependencies = [
17983 "anyhow",
17984 "collections",
17985 "gpui",
17986 "serde",
17987 "workspace-hack",
17988 "zed_llm_client",
17989]
17990
17991[[package]]
17992name = "web_search_providers"
17993version = "0.1.0"
17994dependencies = [
17995 "anyhow",
17996 "client",
17997 "futures 0.3.31",
17998 "gpui",
17999 "http_client",
18000 "language_model",
18001 "serde",
18002 "serde_json",
18003 "web_search",
18004 "workspace-hack",
18005 "zed_llm_client",
18006]
18007
18008[[package]]
18009name = "webpki-root-certs"
18010version = "0.26.8"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18013dependencies = [
18014 "rustls-pki-types",
18015]
18016
18017[[package]]
18018name = "webpki-roots"
18019version = "0.26.8"
18020source = "registry+https://github.com/rust-lang/crates.io-index"
18021checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18022dependencies = [
18023 "rustls-pki-types",
18024]
18025
18026[[package]]
18027name = "webrtc-sys"
18028version = "0.3.7"
18029source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18030dependencies = [
18031 "cc",
18032 "cxx",
18033 "cxx-build",
18034 "glob",
18035 "log",
18036 "webrtc-sys-build",
18037]
18038
18039[[package]]
18040name = "webrtc-sys-build"
18041version = "0.3.6"
18042source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18043dependencies = [
18044 "fs2",
18045 "regex",
18046 "reqwest 0.11.27",
18047 "scratch",
18048 "semver",
18049 "zip",
18050]
18051
18052[[package]]
18053name = "weezl"
18054version = "0.1.8"
18055source = "registry+https://github.com/rust-lang/crates.io-index"
18056checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18057
18058[[package]]
18059name = "welcome"
18060version = "0.1.0"
18061dependencies = [
18062 "anyhow",
18063 "client",
18064 "component",
18065 "db",
18066 "documented",
18067 "editor",
18068 "fuzzy",
18069 "gpui",
18070 "install_cli",
18071 "language",
18072 "picker",
18073 "project",
18074 "schemars",
18075 "serde",
18076 "settings",
18077 "telemetry",
18078 "theme",
18079 "ui",
18080 "util",
18081 "vim_mode_setting",
18082 "workspace",
18083 "workspace-hack",
18084 "zed_actions",
18085]
18086
18087[[package]]
18088name = "which"
18089version = "4.4.2"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18092dependencies = [
18093 "either",
18094 "home",
18095 "once_cell",
18096 "rustix 0.38.44",
18097]
18098
18099[[package]]
18100name = "which"
18101version = "6.0.3"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18104dependencies = [
18105 "either",
18106 "home",
18107 "rustix 0.38.44",
18108 "winsafe",
18109]
18110
18111[[package]]
18112name = "whoami"
18113version = "1.6.0"
18114source = "registry+https://github.com/rust-lang/crates.io-index"
18115checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18116dependencies = [
18117 "redox_syscall 0.5.11",
18118 "wasite",
18119]
18120
18121[[package]]
18122name = "wiggle"
18123version = "29.0.1"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18126dependencies = [
18127 "anyhow",
18128 "async-trait",
18129 "bitflags 2.9.0",
18130 "thiserror 1.0.69",
18131 "tracing",
18132 "wasmtime",
18133 "wiggle-macro",
18134]
18135
18136[[package]]
18137name = "wiggle-generate"
18138version = "29.0.1"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18141dependencies = [
18142 "anyhow",
18143 "heck 0.5.0",
18144 "proc-macro2",
18145 "quote",
18146 "shellexpand 2.1.2",
18147 "syn 2.0.101",
18148 "witx",
18149]
18150
18151[[package]]
18152name = "wiggle-macro"
18153version = "29.0.1"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18156dependencies = [
18157 "proc-macro2",
18158 "quote",
18159 "syn 2.0.101",
18160 "wiggle-generate",
18161]
18162
18163[[package]]
18164name = "winapi"
18165version = "0.3.9"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18168dependencies = [
18169 "winapi-i686-pc-windows-gnu",
18170 "winapi-x86_64-pc-windows-gnu",
18171]
18172
18173[[package]]
18174name = "winapi-i686-pc-windows-gnu"
18175version = "0.4.0"
18176source = "registry+https://github.com/rust-lang/crates.io-index"
18177checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18178
18179[[package]]
18180name = "winapi-util"
18181version = "0.1.9"
18182source = "registry+https://github.com/rust-lang/crates.io-index"
18183checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18184dependencies = [
18185 "windows-sys 0.59.0",
18186]
18187
18188[[package]]
18189name = "winapi-x86_64-pc-windows-gnu"
18190version = "0.4.0"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18193
18194[[package]]
18195name = "winch-codegen"
18196version = "29.0.1"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18199dependencies = [
18200 "anyhow",
18201 "cranelift-codegen",
18202 "gimli",
18203 "regalloc2",
18204 "smallvec",
18205 "target-lexicon 0.13.2",
18206 "thiserror 1.0.69",
18207 "wasmparser 0.221.3",
18208 "wasmtime-cranelift",
18209 "wasmtime-environ",
18210]
18211
18212[[package]]
18213name = "windows"
18214version = "0.54.0"
18215source = "registry+https://github.com/rust-lang/crates.io-index"
18216checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18217dependencies = [
18218 "windows-core 0.54.0",
18219 "windows-targets 0.52.6",
18220]
18221
18222[[package]]
18223name = "windows"
18224version = "0.57.0"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18227dependencies = [
18228 "windows-core 0.57.0",
18229 "windows-targets 0.52.6",
18230]
18231
18232[[package]]
18233name = "windows"
18234version = "0.58.0"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18237dependencies = [
18238 "windows-core 0.58.0",
18239 "windows-targets 0.52.6",
18240]
18241
18242[[package]]
18243name = "windows"
18244version = "0.61.1"
18245source = "registry+https://github.com/rust-lang/crates.io-index"
18246checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18247dependencies = [
18248 "windows-collections",
18249 "windows-core 0.61.0",
18250 "windows-future",
18251 "windows-link",
18252 "windows-numerics",
18253]
18254
18255[[package]]
18256name = "windows-capture"
18257version = "1.4.3"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18260dependencies = [
18261 "clap",
18262 "ctrlc",
18263 "parking_lot",
18264 "rayon",
18265 "thiserror 2.0.12",
18266 "windows 0.61.1",
18267 "windows-future",
18268]
18269
18270[[package]]
18271name = "windows-collections"
18272version = "0.2.0"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18275dependencies = [
18276 "windows-core 0.61.0",
18277]
18278
18279[[package]]
18280name = "windows-core"
18281version = "0.54.0"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18284dependencies = [
18285 "windows-result 0.1.2",
18286 "windows-targets 0.52.6",
18287]
18288
18289[[package]]
18290name = "windows-core"
18291version = "0.57.0"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18294dependencies = [
18295 "windows-implement 0.57.0",
18296 "windows-interface 0.57.0",
18297 "windows-result 0.1.2",
18298 "windows-targets 0.52.6",
18299]
18300
18301[[package]]
18302name = "windows-core"
18303version = "0.58.0"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18306dependencies = [
18307 "windows-implement 0.58.0",
18308 "windows-interface 0.58.0",
18309 "windows-result 0.2.0",
18310 "windows-strings 0.1.0",
18311 "windows-targets 0.52.6",
18312]
18313
18314[[package]]
18315name = "windows-core"
18316version = "0.61.0"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18319dependencies = [
18320 "windows-implement 0.60.0",
18321 "windows-interface 0.59.1",
18322 "windows-link",
18323 "windows-result 0.3.2",
18324 "windows-strings 0.4.0",
18325]
18326
18327[[package]]
18328name = "windows-future"
18329version = "0.2.0"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18332dependencies = [
18333 "windows-core 0.61.0",
18334 "windows-link",
18335]
18336
18337[[package]]
18338name = "windows-implement"
18339version = "0.57.0"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18342dependencies = [
18343 "proc-macro2",
18344 "quote",
18345 "syn 2.0.101",
18346]
18347
18348[[package]]
18349name = "windows-implement"
18350version = "0.58.0"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18353dependencies = [
18354 "proc-macro2",
18355 "quote",
18356 "syn 2.0.101",
18357]
18358
18359[[package]]
18360name = "windows-implement"
18361version = "0.60.0"
18362source = "registry+https://github.com/rust-lang/crates.io-index"
18363checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18364dependencies = [
18365 "proc-macro2",
18366 "quote",
18367 "syn 2.0.101",
18368]
18369
18370[[package]]
18371name = "windows-interface"
18372version = "0.57.0"
18373source = "registry+https://github.com/rust-lang/crates.io-index"
18374checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18375dependencies = [
18376 "proc-macro2",
18377 "quote",
18378 "syn 2.0.101",
18379]
18380
18381[[package]]
18382name = "windows-interface"
18383version = "0.58.0"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18386dependencies = [
18387 "proc-macro2",
18388 "quote",
18389 "syn 2.0.101",
18390]
18391
18392[[package]]
18393name = "windows-interface"
18394version = "0.59.1"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18397dependencies = [
18398 "proc-macro2",
18399 "quote",
18400 "syn 2.0.101",
18401]
18402
18403[[package]]
18404name = "windows-link"
18405version = "0.1.1"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18408
18409[[package]]
18410name = "windows-numerics"
18411version = "0.2.0"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18414dependencies = [
18415 "windows-core 0.61.0",
18416 "windows-link",
18417]
18418
18419[[package]]
18420name = "windows-registry"
18421version = "0.4.0"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18424dependencies = [
18425 "windows-result 0.3.2",
18426 "windows-strings 0.3.1",
18427 "windows-targets 0.53.0",
18428]
18429
18430[[package]]
18431name = "windows-registry"
18432version = "0.5.1"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18435dependencies = [
18436 "windows-link",
18437 "windows-result 0.3.2",
18438 "windows-strings 0.4.0",
18439]
18440
18441[[package]]
18442name = "windows-result"
18443version = "0.1.2"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18446dependencies = [
18447 "windows-targets 0.52.6",
18448]
18449
18450[[package]]
18451name = "windows-result"
18452version = "0.2.0"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18455dependencies = [
18456 "windows-targets 0.52.6",
18457]
18458
18459[[package]]
18460name = "windows-result"
18461version = "0.3.2"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18464dependencies = [
18465 "windows-link",
18466]
18467
18468[[package]]
18469name = "windows-strings"
18470version = "0.1.0"
18471source = "registry+https://github.com/rust-lang/crates.io-index"
18472checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18473dependencies = [
18474 "windows-result 0.2.0",
18475 "windows-targets 0.52.6",
18476]
18477
18478[[package]]
18479name = "windows-strings"
18480version = "0.3.1"
18481source = "registry+https://github.com/rust-lang/crates.io-index"
18482checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18483dependencies = [
18484 "windows-link",
18485]
18486
18487[[package]]
18488name = "windows-strings"
18489version = "0.4.0"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18492dependencies = [
18493 "windows-link",
18494]
18495
18496[[package]]
18497name = "windows-sys"
18498version = "0.45.0"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18501dependencies = [
18502 "windows-targets 0.42.2",
18503]
18504
18505[[package]]
18506name = "windows-sys"
18507version = "0.48.0"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18510dependencies = [
18511 "windows-targets 0.48.5",
18512]
18513
18514[[package]]
18515name = "windows-sys"
18516version = "0.52.0"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18519dependencies = [
18520 "windows-targets 0.52.6",
18521]
18522
18523[[package]]
18524name = "windows-sys"
18525version = "0.59.0"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18528dependencies = [
18529 "windows-targets 0.52.6",
18530]
18531
18532[[package]]
18533name = "windows-targets"
18534version = "0.42.2"
18535source = "registry+https://github.com/rust-lang/crates.io-index"
18536checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18537dependencies = [
18538 "windows_aarch64_gnullvm 0.42.2",
18539 "windows_aarch64_msvc 0.42.2",
18540 "windows_i686_gnu 0.42.2",
18541 "windows_i686_msvc 0.42.2",
18542 "windows_x86_64_gnu 0.42.2",
18543 "windows_x86_64_gnullvm 0.42.2",
18544 "windows_x86_64_msvc 0.42.2",
18545]
18546
18547[[package]]
18548name = "windows-targets"
18549version = "0.48.5"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18552dependencies = [
18553 "windows_aarch64_gnullvm 0.48.5",
18554 "windows_aarch64_msvc 0.48.5",
18555 "windows_i686_gnu 0.48.5",
18556 "windows_i686_msvc 0.48.5",
18557 "windows_x86_64_gnu 0.48.5",
18558 "windows_x86_64_gnullvm 0.48.5",
18559 "windows_x86_64_msvc 0.48.5",
18560]
18561
18562[[package]]
18563name = "windows-targets"
18564version = "0.52.6"
18565source = "registry+https://github.com/rust-lang/crates.io-index"
18566checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18567dependencies = [
18568 "windows_aarch64_gnullvm 0.52.6",
18569 "windows_aarch64_msvc 0.52.6",
18570 "windows_i686_gnu 0.52.6",
18571 "windows_i686_gnullvm 0.52.6",
18572 "windows_i686_msvc 0.52.6",
18573 "windows_x86_64_gnu 0.52.6",
18574 "windows_x86_64_gnullvm 0.52.6",
18575 "windows_x86_64_msvc 0.52.6",
18576]
18577
18578[[package]]
18579name = "windows-targets"
18580version = "0.53.0"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18583dependencies = [
18584 "windows_aarch64_gnullvm 0.53.0",
18585 "windows_aarch64_msvc 0.53.0",
18586 "windows_i686_gnu 0.53.0",
18587 "windows_i686_gnullvm 0.53.0",
18588 "windows_i686_msvc 0.53.0",
18589 "windows_x86_64_gnu 0.53.0",
18590 "windows_x86_64_gnullvm 0.53.0",
18591 "windows_x86_64_msvc 0.53.0",
18592]
18593
18594[[package]]
18595name = "windows_aarch64_gnullvm"
18596version = "0.42.2"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18599
18600[[package]]
18601name = "windows_aarch64_gnullvm"
18602version = "0.48.5"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18605
18606[[package]]
18607name = "windows_aarch64_gnullvm"
18608version = "0.52.6"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18611
18612[[package]]
18613name = "windows_aarch64_gnullvm"
18614version = "0.53.0"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18617
18618[[package]]
18619name = "windows_aarch64_msvc"
18620version = "0.42.2"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18623
18624[[package]]
18625name = "windows_aarch64_msvc"
18626version = "0.48.5"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18629
18630[[package]]
18631name = "windows_aarch64_msvc"
18632version = "0.52.6"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18635
18636[[package]]
18637name = "windows_aarch64_msvc"
18638version = "0.53.0"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18641
18642[[package]]
18643name = "windows_i686_gnu"
18644version = "0.42.2"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18647
18648[[package]]
18649name = "windows_i686_gnu"
18650version = "0.48.5"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18653
18654[[package]]
18655name = "windows_i686_gnu"
18656version = "0.52.6"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18659
18660[[package]]
18661name = "windows_i686_gnu"
18662version = "0.53.0"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18665
18666[[package]]
18667name = "windows_i686_gnullvm"
18668version = "0.52.6"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18671
18672[[package]]
18673name = "windows_i686_gnullvm"
18674version = "0.53.0"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18677
18678[[package]]
18679name = "windows_i686_msvc"
18680version = "0.42.2"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18683
18684[[package]]
18685name = "windows_i686_msvc"
18686version = "0.48.5"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18689
18690[[package]]
18691name = "windows_i686_msvc"
18692version = "0.52.6"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18695
18696[[package]]
18697name = "windows_i686_msvc"
18698version = "0.53.0"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18701
18702[[package]]
18703name = "windows_x86_64_gnu"
18704version = "0.42.2"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18707
18708[[package]]
18709name = "windows_x86_64_gnu"
18710version = "0.48.5"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18713
18714[[package]]
18715name = "windows_x86_64_gnu"
18716version = "0.52.6"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18719
18720[[package]]
18721name = "windows_x86_64_gnu"
18722version = "0.53.0"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18725
18726[[package]]
18727name = "windows_x86_64_gnullvm"
18728version = "0.42.2"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18731
18732[[package]]
18733name = "windows_x86_64_gnullvm"
18734version = "0.48.5"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18737
18738[[package]]
18739name = "windows_x86_64_gnullvm"
18740version = "0.52.6"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18743
18744[[package]]
18745name = "windows_x86_64_gnullvm"
18746version = "0.53.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18749
18750[[package]]
18751name = "windows_x86_64_msvc"
18752version = "0.42.2"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18755
18756[[package]]
18757name = "windows_x86_64_msvc"
18758version = "0.48.5"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18761
18762[[package]]
18763name = "windows_x86_64_msvc"
18764version = "0.52.6"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18767
18768[[package]]
18769name = "windows_x86_64_msvc"
18770version = "0.53.0"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18773
18774[[package]]
18775name = "winnow"
18776version = "0.7.6"
18777source = "registry+https://github.com/rust-lang/crates.io-index"
18778checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18779dependencies = [
18780 "memchr",
18781]
18782
18783[[package]]
18784name = "winreg"
18785version = "0.10.1"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18788dependencies = [
18789 "winapi",
18790]
18791
18792[[package]]
18793name = "winreg"
18794version = "0.50.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18797dependencies = [
18798 "cfg-if",
18799 "windows-sys 0.48.0",
18800]
18801
18802[[package]]
18803name = "winreg"
18804version = "0.52.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18807dependencies = [
18808 "cfg-if",
18809 "windows-sys 0.48.0",
18810]
18811
18812[[package]]
18813name = "winreg"
18814version = "0.55.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18817dependencies = [
18818 "cfg-if",
18819 "windows-sys 0.59.0",
18820]
18821
18822[[package]]
18823name = "winresource"
18824version = "0.1.20"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18827dependencies = [
18828 "toml 0.8.20",
18829 "version_check",
18830]
18831
18832[[package]]
18833name = "winsafe"
18834version = "0.0.19"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18837
18838[[package]]
18839name = "winx"
18840version = "0.36.4"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18843dependencies = [
18844 "bitflags 2.9.0",
18845 "windows-sys 0.59.0",
18846]
18847
18848[[package]]
18849name = "wio"
18850version = "0.2.2"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18853dependencies = [
18854 "winapi",
18855]
18856
18857[[package]]
18858name = "wit-bindgen"
18859version = "0.22.0"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18862dependencies = [
18863 "bitflags 2.9.0",
18864 "wit-bindgen-rt 0.22.0",
18865 "wit-bindgen-rust-macro 0.22.0",
18866]
18867
18868[[package]]
18869name = "wit-bindgen"
18870version = "0.41.0"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18873dependencies = [
18874 "wit-bindgen-rt 0.41.0",
18875 "wit-bindgen-rust-macro 0.41.0",
18876]
18877
18878[[package]]
18879name = "wit-bindgen-core"
18880version = "0.22.0"
18881source = "registry+https://github.com/rust-lang/crates.io-index"
18882checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18883dependencies = [
18884 "anyhow",
18885 "wit-parser 0.201.0",
18886]
18887
18888[[package]]
18889name = "wit-bindgen-core"
18890version = "0.41.0"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18893dependencies = [
18894 "anyhow",
18895 "heck 0.5.0",
18896 "wit-parser 0.227.1",
18897]
18898
18899[[package]]
18900name = "wit-bindgen-rt"
18901version = "0.22.0"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18904
18905[[package]]
18906name = "wit-bindgen-rt"
18907version = "0.39.0"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18910dependencies = [
18911 "bitflags 2.9.0",
18912]
18913
18914[[package]]
18915name = "wit-bindgen-rt"
18916version = "0.41.0"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18919dependencies = [
18920 "bitflags 2.9.0",
18921 "futures 0.3.31",
18922 "once_cell",
18923]
18924
18925[[package]]
18926name = "wit-bindgen-rust"
18927version = "0.22.0"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18930dependencies = [
18931 "anyhow",
18932 "heck 0.4.1",
18933 "indexmap",
18934 "wasm-metadata 0.201.0",
18935 "wit-bindgen-core 0.22.0",
18936 "wit-component 0.201.0",
18937]
18938
18939[[package]]
18940name = "wit-bindgen-rust"
18941version = "0.41.0"
18942source = "registry+https://github.com/rust-lang/crates.io-index"
18943checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18944dependencies = [
18945 "anyhow",
18946 "heck 0.5.0",
18947 "indexmap",
18948 "prettyplease",
18949 "syn 2.0.101",
18950 "wasm-metadata 0.227.1",
18951 "wit-bindgen-core 0.41.0",
18952 "wit-component 0.227.1",
18953]
18954
18955[[package]]
18956name = "wit-bindgen-rust-macro"
18957version = "0.22.0"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18960dependencies = [
18961 "anyhow",
18962 "proc-macro2",
18963 "quote",
18964 "syn 2.0.101",
18965 "wit-bindgen-core 0.22.0",
18966 "wit-bindgen-rust 0.22.0",
18967]
18968
18969[[package]]
18970name = "wit-bindgen-rust-macro"
18971version = "0.41.0"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18974dependencies = [
18975 "anyhow",
18976 "prettyplease",
18977 "proc-macro2",
18978 "quote",
18979 "syn 2.0.101",
18980 "wit-bindgen-core 0.41.0",
18981 "wit-bindgen-rust 0.41.0",
18982]
18983
18984[[package]]
18985name = "wit-component"
18986version = "0.201.0"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18989dependencies = [
18990 "anyhow",
18991 "bitflags 2.9.0",
18992 "indexmap",
18993 "log",
18994 "serde",
18995 "serde_derive",
18996 "serde_json",
18997 "wasm-encoder 0.201.0",
18998 "wasm-metadata 0.201.0",
18999 "wasmparser 0.201.0",
19000 "wit-parser 0.201.0",
19001]
19002
19003[[package]]
19004name = "wit-component"
19005version = "0.221.3"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19008dependencies = [
19009 "anyhow",
19010 "bitflags 2.9.0",
19011 "indexmap",
19012 "log",
19013 "serde",
19014 "serde_derive",
19015 "serde_json",
19016 "wasm-encoder 0.221.3",
19017 "wasm-metadata 0.221.3",
19018 "wasmparser 0.221.3",
19019 "wit-parser 0.221.3",
19020]
19021
19022[[package]]
19023name = "wit-component"
19024version = "0.227.1"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19027dependencies = [
19028 "anyhow",
19029 "bitflags 2.9.0",
19030 "indexmap",
19031 "log",
19032 "serde",
19033 "serde_derive",
19034 "serde_json",
19035 "wasm-encoder 0.227.1",
19036 "wasm-metadata 0.227.1",
19037 "wasmparser 0.227.1",
19038 "wit-parser 0.227.1",
19039]
19040
19041[[package]]
19042name = "wit-parser"
19043version = "0.201.0"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19046dependencies = [
19047 "anyhow",
19048 "id-arena",
19049 "indexmap",
19050 "log",
19051 "semver",
19052 "serde",
19053 "serde_derive",
19054 "serde_json",
19055 "unicode-xid",
19056 "wasmparser 0.201.0",
19057]
19058
19059[[package]]
19060name = "wit-parser"
19061version = "0.221.3"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19064dependencies = [
19065 "anyhow",
19066 "id-arena",
19067 "indexmap",
19068 "log",
19069 "semver",
19070 "serde",
19071 "serde_derive",
19072 "serde_json",
19073 "unicode-xid",
19074 "wasmparser 0.221.3",
19075]
19076
19077[[package]]
19078name = "wit-parser"
19079version = "0.227.1"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19082dependencies = [
19083 "anyhow",
19084 "id-arena",
19085 "indexmap",
19086 "log",
19087 "semver",
19088 "serde",
19089 "serde_derive",
19090 "serde_json",
19091 "unicode-xid",
19092 "wasmparser 0.227.1",
19093]
19094
19095[[package]]
19096name = "witx"
19097version = "0.9.1"
19098source = "registry+https://github.com/rust-lang/crates.io-index"
19099checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19100dependencies = [
19101 "anyhow",
19102 "log",
19103 "thiserror 1.0.69",
19104 "wast",
19105]
19106
19107[[package]]
19108name = "workspace"
19109version = "0.1.0"
19110dependencies = [
19111 "any_vec",
19112 "anyhow",
19113 "async-recursion 1.1.1",
19114 "bincode",
19115 "call",
19116 "client",
19117 "clock",
19118 "collections",
19119 "component",
19120 "dap",
19121 "db",
19122 "env_logger 0.11.8",
19123 "fs",
19124 "futures 0.3.31",
19125 "gpui",
19126 "http_client",
19127 "itertools 0.14.0",
19128 "language",
19129 "log",
19130 "menu",
19131 "node_runtime",
19132 "parking_lot",
19133 "postage",
19134 "project",
19135 "remote",
19136 "schemars",
19137 "serde",
19138 "serde_json",
19139 "session",
19140 "settings",
19141 "smallvec",
19142 "sqlez",
19143 "strum 0.27.1",
19144 "task",
19145 "telemetry",
19146 "tempfile",
19147 "theme",
19148 "ui",
19149 "util",
19150 "uuid",
19151 "windows 0.61.1",
19152 "workspace-hack",
19153 "zed_actions",
19154]
19155
19156[[package]]
19157name = "workspace-hack"
19158version = "0.1.0"
19159dependencies = [
19160 "aes",
19161 "ahash 0.8.11",
19162 "aho-corasick",
19163 "anstream",
19164 "arrayvec",
19165 "async-compression",
19166 "async-std",
19167 "async-tungstenite",
19168 "aws-config",
19169 "aws-credential-types",
19170 "aws-runtime",
19171 "aws-sigv4",
19172 "aws-smithy-async",
19173 "aws-smithy-http",
19174 "aws-smithy-runtime",
19175 "aws-smithy-runtime-api",
19176 "aws-smithy-types",
19177 "base64 0.22.1",
19178 "base64ct",
19179 "bigdecimal",
19180 "bit-set 0.8.0",
19181 "bit-vec 0.8.0",
19182 "bitflags 2.9.0",
19183 "bstr",
19184 "bytemuck",
19185 "byteorder",
19186 "bytes 1.10.1",
19187 "cc",
19188 "chrono",
19189 "cipher",
19190 "clang-sys",
19191 "clap",
19192 "clap_builder",
19193 "codespan-reporting 0.12.0",
19194 "concurrent-queue",
19195 "core-foundation 0.9.4",
19196 "core-foundation-sys",
19197 "coreaudio-sys",
19198 "cranelift-codegen",
19199 "crc32fast",
19200 "crossbeam-epoch",
19201 "crossbeam-utils",
19202 "crypto-common",
19203 "deranged",
19204 "digest",
19205 "either",
19206 "euclid",
19207 "event-listener 5.4.0",
19208 "event-listener-strategy",
19209 "flate2",
19210 "flume",
19211 "foldhash",
19212 "form_urlencoded",
19213 "futures 0.3.31",
19214 "futures-channel",
19215 "futures-core",
19216 "futures-executor",
19217 "futures-io",
19218 "futures-sink",
19219 "futures-task",
19220 "futures-util",
19221 "getrandom 0.2.15",
19222 "getrandom 0.3.2",
19223 "gimli",
19224 "half",
19225 "handlebars 4.5.0",
19226 "hashbrown 0.14.5",
19227 "hashbrown 0.15.3",
19228 "heck 0.4.1",
19229 "hmac",
19230 "hyper 0.14.32",
19231 "hyper-rustls 0.27.5",
19232 "idna",
19233 "indexmap",
19234 "inout",
19235 "itertools 0.12.1",
19236 "itertools 0.13.0",
19237 "jiff",
19238 "lazy_static",
19239 "libc",
19240 "libsqlite3-sys",
19241 "linux-raw-sys 0.4.15",
19242 "linux-raw-sys 0.9.4",
19243 "log",
19244 "lyon",
19245 "lyon_path",
19246 "md-5",
19247 "memchr",
19248 "miniz_oxide",
19249 "mio",
19250 "naga",
19251 "nix 0.29.0",
19252 "nom",
19253 "num-bigint",
19254 "num-bigint-dig",
19255 "num-integer",
19256 "num-iter",
19257 "num-rational",
19258 "num-traits",
19259 "objc2",
19260 "objc2-foundation",
19261 "objc2-metal",
19262 "object",
19263 "once_cell",
19264 "percent-encoding",
19265 "phf",
19266 "phf_shared",
19267 "prettyplease",
19268 "proc-macro2",
19269 "prost 0.9.0",
19270 "prost-types 0.9.0",
19271 "quote",
19272 "rand 0.8.5",
19273 "rand 0.9.1",
19274 "rand_chacha 0.3.1",
19275 "rand_core 0.6.4",
19276 "regalloc2",
19277 "regex",
19278 "regex-automata 0.4.9",
19279 "regex-syntax 0.8.5",
19280 "ring",
19281 "rust_decimal",
19282 "rustc-hash 1.1.0",
19283 "rustix 0.38.44",
19284 "rustix 1.0.7",
19285 "rustls 0.23.26",
19286 "rustls-webpki 0.103.1",
19287 "scopeguard",
19288 "sea-orm",
19289 "sea-query-binder",
19290 "security-framework 3.2.0",
19291 "security-framework-sys",
19292 "semver",
19293 "serde",
19294 "serde_derive",
19295 "serde_json",
19296 "sha1",
19297 "simd-adler32",
19298 "smallvec",
19299 "spin",
19300 "sqlx",
19301 "sqlx-macros",
19302 "sqlx-macros-core",
19303 "sqlx-postgres",
19304 "sqlx-sqlite",
19305 "strum 0.26.3",
19306 "subtle",
19307 "syn 1.0.109",
19308 "syn 2.0.101",
19309 "sync_wrapper 1.0.2",
19310 "thiserror 2.0.12",
19311 "time",
19312 "time-macros",
19313 "tokio",
19314 "tokio-rustls 0.26.2",
19315 "tokio-socks",
19316 "tokio-stream",
19317 "tokio-util",
19318 "toml_datetime",
19319 "toml_edit",
19320 "tower 0.5.2",
19321 "tracing",
19322 "tracing-core",
19323 "tungstenite 0.26.2",
19324 "unicode-normalization",
19325 "unicode-properties",
19326 "url",
19327 "uuid",
19328 "wasm-encoder 0.221.3",
19329 "wasmparser 0.221.3",
19330 "wasmtime",
19331 "wasmtime-cranelift",
19332 "wasmtime-environ",
19333 "winapi",
19334 "windows-core 0.61.0",
19335 "windows-numerics",
19336 "windows-sys 0.48.0",
19337 "windows-sys 0.52.0",
19338 "windows-sys 0.59.0",
19339 "winnow",
19340 "zeroize",
19341 "zvariant",
19342]
19343
19344[[package]]
19345name = "worktree"
19346version = "0.1.0"
19347dependencies = [
19348 "anyhow",
19349 "clock",
19350 "collections",
19351 "env_logger 0.11.8",
19352 "fs",
19353 "futures 0.3.31",
19354 "fuzzy",
19355 "git",
19356 "git2",
19357 "gpui",
19358 "http_client",
19359 "ignore",
19360 "language",
19361 "log",
19362 "parking_lot",
19363 "paths",
19364 "postage",
19365 "pretty_assertions",
19366 "rand 0.8.5",
19367 "rpc",
19368 "schemars",
19369 "serde",
19370 "serde_json",
19371 "settings",
19372 "smallvec",
19373 "smol",
19374 "sum_tree",
19375 "text",
19376 "util",
19377 "workspace-hack",
19378]
19379
19380[[package]]
19381name = "write16"
19382version = "1.0.0"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19385
19386[[package]]
19387name = "writeable"
19388version = "0.5.5"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19391
19392[[package]]
19393name = "wyz"
19394version = "0.5.1"
19395source = "registry+https://github.com/rust-lang/crates.io-index"
19396checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19397dependencies = [
19398 "tap",
19399]
19400
19401[[package]]
19402name = "x11"
19403version = "2.21.0"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19406dependencies = [
19407 "libc",
19408 "pkg-config",
19409]
19410
19411[[package]]
19412name = "x11-clipboard"
19413version = "0.9.3"
19414source = "registry+https://github.com/rust-lang/crates.io-index"
19415checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19416dependencies = [
19417 "libc",
19418 "x11rb",
19419]
19420
19421[[package]]
19422name = "x11rb"
19423version = "0.13.1"
19424source = "registry+https://github.com/rust-lang/crates.io-index"
19425checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19426dependencies = [
19427 "as-raw-xcb-connection",
19428 "gethostname",
19429 "libc",
19430 "rustix 0.38.44",
19431 "x11rb-protocol",
19432]
19433
19434[[package]]
19435name = "x11rb-protocol"
19436version = "0.13.1"
19437source = "registry+https://github.com/rust-lang/crates.io-index"
19438checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19439
19440[[package]]
19441name = "xattr"
19442version = "0.2.3"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19445dependencies = [
19446 "libc",
19447]
19448
19449[[package]]
19450name = "xcb"
19451version = "1.5.0"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19454dependencies = [
19455 "bitflags 1.3.2",
19456 "libc",
19457 "quick-xml 0.30.0",
19458 "x11",
19459]
19460
19461[[package]]
19462name = "xcursor"
19463version = "0.3.8"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19466
19467[[package]]
19468name = "xdg-home"
19469version = "1.3.0"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19472dependencies = [
19473 "libc",
19474 "windows-sys 0.59.0",
19475]
19476
19477[[package]]
19478name = "xim"
19479version = "0.4.0"
19480source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19481dependencies = [
19482 "ahash 0.8.11",
19483 "hashbrown 0.14.5",
19484 "log",
19485 "x11rb",
19486 "xim-ctext",
19487 "xim-parser",
19488]
19489
19490[[package]]
19491name = "xim-ctext"
19492version = "0.3.0"
19493source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19494dependencies = [
19495 "encoding_rs",
19496]
19497
19498[[package]]
19499name = "xim-parser"
19500version = "0.2.1"
19501source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19502dependencies = [
19503 "bitflags 2.9.0",
19504]
19505
19506[[package]]
19507name = "xkbcommon"
19508version = "0.8.0"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19511dependencies = [
19512 "as-raw-xcb-connection",
19513 "libc",
19514 "memmap2",
19515 "xkeysym",
19516]
19517
19518[[package]]
19519name = "xkeysym"
19520version = "0.2.1"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19523
19524[[package]]
19525name = "xml5ever"
19526version = "0.18.1"
19527source = "registry+https://github.com/rust-lang/crates.io-index"
19528checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19529dependencies = [
19530 "log",
19531 "mac",
19532 "markup5ever 0.12.1",
19533]
19534
19535[[package]]
19536name = "xmlparser"
19537version = "0.13.6"
19538source = "registry+https://github.com/rust-lang/crates.io-index"
19539checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19540
19541[[package]]
19542name = "xmlwriter"
19543version = "0.1.0"
19544source = "registry+https://github.com/rust-lang/crates.io-index"
19545checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19546
19547[[package]]
19548name = "xtask"
19549version = "0.1.0"
19550dependencies = [
19551 "anyhow",
19552 "cargo_metadata",
19553 "cargo_toml",
19554 "clap",
19555 "workspace-hack",
19556]
19557
19558[[package]]
19559name = "yaml-rust2"
19560version = "0.8.1"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19563dependencies = [
19564 "arraydeque",
19565 "encoding_rs",
19566 "hashlink 0.8.4",
19567]
19568
19569[[package]]
19570name = "yansi"
19571version = "1.0.1"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19574
19575[[package]]
19576name = "yazi"
19577version = "0.2.1"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19580
19581[[package]]
19582name = "yeslogic-fontconfig-sys"
19583version = "6.0.0"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19586dependencies = [
19587 "dlib",
19588 "once_cell",
19589 "pkg-config",
19590]
19591
19592[[package]]
19593name = "yoke"
19594version = "0.7.5"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19597dependencies = [
19598 "serde",
19599 "stable_deref_trait",
19600 "yoke-derive",
19601 "zerofrom",
19602]
19603
19604[[package]]
19605name = "yoke-derive"
19606version = "0.7.5"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19609dependencies = [
19610 "proc-macro2",
19611 "quote",
19612 "syn 2.0.101",
19613 "synstructure",
19614]
19615
19616[[package]]
19617name = "zbus"
19618version = "5.5.0"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19621dependencies = [
19622 "async-broadcast",
19623 "async-executor",
19624 "async-fs",
19625 "async-io",
19626 "async-lock",
19627 "async-process",
19628 "async-recursion 1.1.1",
19629 "async-task",
19630 "async-trait",
19631 "blocking",
19632 "enumflags2",
19633 "event-listener 5.4.0",
19634 "futures-core",
19635 "futures-lite 2.6.0",
19636 "hex",
19637 "nix 0.29.0",
19638 "ordered-stream",
19639 "serde",
19640 "serde_repr",
19641 "static_assertions",
19642 "tracing",
19643 "uds_windows",
19644 "windows-sys 0.59.0",
19645 "winnow",
19646 "xdg-home",
19647 "zbus_macros",
19648 "zbus_names",
19649 "zvariant",
19650]
19651
19652[[package]]
19653name = "zbus_macros"
19654version = "5.5.0"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19657dependencies = [
19658 "proc-macro-crate",
19659 "proc-macro2",
19660 "quote",
19661 "syn 2.0.101",
19662 "zbus_names",
19663 "zvariant",
19664 "zvariant_utils",
19665]
19666
19667[[package]]
19668name = "zbus_names"
19669version = "4.2.0"
19670source = "registry+https://github.com/rust-lang/crates.io-index"
19671checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19672dependencies = [
19673 "serde",
19674 "static_assertions",
19675 "winnow",
19676 "zvariant",
19677]
19678
19679[[package]]
19680name = "zed"
19681version = "0.189.0"
19682dependencies = [
19683 "activity_indicator",
19684 "agent",
19685 "anyhow",
19686 "ashpd",
19687 "askpass",
19688 "assets",
19689 "assistant_context_editor",
19690 "assistant_settings",
19691 "assistant_tool",
19692 "assistant_tools",
19693 "async-watch",
19694 "audio",
19695 "auto_update",
19696 "auto_update_ui",
19697 "backtrace",
19698 "breadcrumbs",
19699 "call",
19700 "channel",
19701 "chrono",
19702 "clap",
19703 "cli",
19704 "client",
19705 "collab_ui",
19706 "collections",
19707 "command_palette",
19708 "component",
19709 "copilot",
19710 "dap",
19711 "dap_adapters",
19712 "db",
19713 "debug_adapter_extension",
19714 "debugger_tools",
19715 "debugger_ui",
19716 "diagnostics",
19717 "editor",
19718 "env_logger 0.11.8",
19719 "extension",
19720 "extension_host",
19721 "extensions_ui",
19722 "feature_flags",
19723 "feedback",
19724 "file_finder",
19725 "fs",
19726 "futures 0.3.31",
19727 "git",
19728 "git_hosting_providers",
19729 "git_ui",
19730 "go_to_line",
19731 "gpui",
19732 "gpui_tokio",
19733 "http_client",
19734 "image_viewer",
19735 "indoc",
19736 "inline_completion_button",
19737 "install_cli",
19738 "jj_ui",
19739 "journal",
19740 "language",
19741 "language_extension",
19742 "language_model",
19743 "language_models",
19744 "language_selector",
19745 "language_tools",
19746 "languages",
19747 "libc",
19748 "log",
19749 "markdown",
19750 "markdown_preview",
19751 "menu",
19752 "migrator",
19753 "mimalloc",
19754 "nix 0.29.0",
19755 "node_runtime",
19756 "notifications",
19757 "outline",
19758 "outline_panel",
19759 "parking_lot",
19760 "paths",
19761 "picker",
19762 "profiling",
19763 "project",
19764 "project_panel",
19765 "project_symbols",
19766 "prompt_store",
19767 "proto",
19768 "recent_projects",
19769 "release_channel",
19770 "remote",
19771 "repl",
19772 "reqwest_client",
19773 "rope",
19774 "search",
19775 "serde",
19776 "serde_json",
19777 "session",
19778 "settings",
19779 "settings_ui",
19780 "shellexpand 2.1.2",
19781 "smol",
19782 "snippet_provider",
19783 "snippets_ui",
19784 "supermaven",
19785 "sysinfo",
19786 "tab_switcher",
19787 "task",
19788 "tasks_ui",
19789 "telemetry",
19790 "telemetry_events",
19791 "terminal_view",
19792 "theme",
19793 "theme_extension",
19794 "theme_selector",
19795 "time",
19796 "title_bar",
19797 "toolchain_selector",
19798 "tree-sitter-md",
19799 "tree-sitter-rust",
19800 "ui",
19801 "ui_input",
19802 "ui_prompt",
19803 "url",
19804 "urlencoding",
19805 "util",
19806 "uuid",
19807 "vim",
19808 "vim_mode_setting",
19809 "web_search",
19810 "web_search_providers",
19811 "welcome",
19812 "windows 0.61.1",
19813 "winresource",
19814 "workspace",
19815 "workspace-hack",
19816 "zed_actions",
19817 "zeta",
19818 "zlog",
19819 "zlog_settings",
19820]
19821
19822[[package]]
19823name = "zed_actions"
19824version = "0.1.0"
19825dependencies = [
19826 "gpui",
19827 "schemars",
19828 "serde",
19829 "uuid",
19830 "workspace-hack",
19831]
19832
19833[[package]]
19834name = "zed_emmet"
19835version = "0.0.3"
19836dependencies = [
19837 "zed_extension_api 0.1.0",
19838]
19839
19840[[package]]
19841name = "zed_extension_api"
19842version = "0.1.0"
19843source = "registry+https://github.com/rust-lang/crates.io-index"
19844checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19845dependencies = [
19846 "serde",
19847 "serde_json",
19848 "wit-bindgen 0.22.0",
19849]
19850
19851[[package]]
19852name = "zed_extension_api"
19853version = "0.6.0"
19854dependencies = [
19855 "serde",
19856 "serde_json",
19857 "wit-bindgen 0.41.0",
19858]
19859
19860[[package]]
19861name = "zed_glsl"
19862version = "0.1.0"
19863dependencies = [
19864 "zed_extension_api 0.1.0",
19865]
19866
19867[[package]]
19868name = "zed_html"
19869version = "0.2.1"
19870dependencies = [
19871 "zed_extension_api 0.1.0",
19872]
19873
19874[[package]]
19875name = "zed_llm_client"
19876version = "0.8.2"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19879dependencies = [
19880 "anyhow",
19881 "serde",
19882 "serde_json",
19883 "strum 0.27.1",
19884 "uuid",
19885]
19886
19887[[package]]
19888name = "zed_proto"
19889version = "0.2.2"
19890dependencies = [
19891 "zed_extension_api 0.1.0",
19892]
19893
19894[[package]]
19895name = "zed_ruff"
19896version = "0.1.0"
19897dependencies = [
19898 "zed_extension_api 0.1.0",
19899]
19900
19901[[package]]
19902name = "zed_snippets"
19903version = "0.0.5"
19904dependencies = [
19905 "serde_json",
19906 "zed_extension_api 0.1.0",
19907]
19908
19909[[package]]
19910name = "zed_test_extension"
19911version = "0.1.0"
19912dependencies = [
19913 "zed_extension_api 0.6.0",
19914]
19915
19916[[package]]
19917name = "zed_toml"
19918version = "0.1.3"
19919dependencies = [
19920 "zed_extension_api 0.1.0",
19921]
19922
19923[[package]]
19924name = "zeno"
19925version = "0.3.2"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19928
19929[[package]]
19930name = "zerocopy"
19931version = "0.7.35"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19934dependencies = [
19935 "zerocopy-derive 0.7.35",
19936]
19937
19938[[package]]
19939name = "zerocopy"
19940version = "0.8.24"
19941source = "registry+https://github.com/rust-lang/crates.io-index"
19942checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19943dependencies = [
19944 "zerocopy-derive 0.8.24",
19945]
19946
19947[[package]]
19948name = "zerocopy-derive"
19949version = "0.7.35"
19950source = "registry+https://github.com/rust-lang/crates.io-index"
19951checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19952dependencies = [
19953 "proc-macro2",
19954 "quote",
19955 "syn 2.0.101",
19956]
19957
19958[[package]]
19959name = "zerocopy-derive"
19960version = "0.8.24"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19963dependencies = [
19964 "proc-macro2",
19965 "quote",
19966 "syn 2.0.101",
19967]
19968
19969[[package]]
19970name = "zerofrom"
19971version = "0.1.6"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19974dependencies = [
19975 "zerofrom-derive",
19976]
19977
19978[[package]]
19979name = "zerofrom-derive"
19980version = "0.1.6"
19981source = "registry+https://github.com/rust-lang/crates.io-index"
19982checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19983dependencies = [
19984 "proc-macro2",
19985 "quote",
19986 "syn 2.0.101",
19987 "synstructure",
19988]
19989
19990[[package]]
19991name = "zeroize"
19992version = "1.8.1"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19995dependencies = [
19996 "zeroize_derive",
19997]
19998
19999[[package]]
20000name = "zeroize_derive"
20001version = "1.4.2"
20002source = "registry+https://github.com/rust-lang/crates.io-index"
20003checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20004dependencies = [
20005 "proc-macro2",
20006 "quote",
20007 "syn 2.0.101",
20008]
20009
20010[[package]]
20011name = "zeromq"
20012version = "0.5.0-pre"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20015dependencies = [
20016 "async-dispatcher",
20017 "async-std",
20018 "async-trait",
20019 "asynchronous-codec",
20020 "bytes 1.10.1",
20021 "crossbeam-queue",
20022 "dashmap 5.5.3",
20023 "futures 0.3.31",
20024 "log",
20025 "num-traits",
20026 "once_cell",
20027 "parking_lot",
20028 "rand 0.8.5",
20029 "regex",
20030 "thiserror 1.0.69",
20031 "uuid",
20032]
20033
20034[[package]]
20035name = "zerovec"
20036version = "0.10.4"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20039dependencies = [
20040 "yoke",
20041 "zerofrom",
20042 "zerovec-derive",
20043]
20044
20045[[package]]
20046name = "zerovec-derive"
20047version = "0.10.3"
20048source = "registry+https://github.com/rust-lang/crates.io-index"
20049checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20050dependencies = [
20051 "proc-macro2",
20052 "quote",
20053 "syn 2.0.101",
20054]
20055
20056[[package]]
20057name = "zeta"
20058version = "0.1.0"
20059dependencies = [
20060 "anyhow",
20061 "arrayvec",
20062 "call",
20063 "client",
20064 "clock",
20065 "collections",
20066 "command_palette_hooks",
20067 "ctor",
20068 "db",
20069 "editor",
20070 "env_logger 0.11.8",
20071 "feature_flags",
20072 "fs",
20073 "futures 0.3.31",
20074 "gpui",
20075 "http_client",
20076 "indoc",
20077 "inline_completion",
20078 "language",
20079 "language_model",
20080 "log",
20081 "menu",
20082 "migrator",
20083 "paths",
20084 "postage",
20085 "project",
20086 "proto",
20087 "regex",
20088 "release_channel",
20089 "reqwest_client",
20090 "rpc",
20091 "serde",
20092 "serde_json",
20093 "settings",
20094 "telemetry",
20095 "telemetry_events",
20096 "theme",
20097 "thiserror 2.0.12",
20098 "tree-sitter-go",
20099 "tree-sitter-rust",
20100 "ui",
20101 "unindent",
20102 "util",
20103 "uuid",
20104 "workspace",
20105 "workspace-hack",
20106 "worktree",
20107 "zed_actions",
20108 "zed_llm_client",
20109]
20110
20111[[package]]
20112name = "zip"
20113version = "0.6.6"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20116dependencies = [
20117 "aes",
20118 "byteorder",
20119 "bzip2",
20120 "constant_time_eq 0.1.5",
20121 "crc32fast",
20122 "crossbeam-utils",
20123 "flate2",
20124 "hmac",
20125 "pbkdf2 0.11.0",
20126 "sha1",
20127 "time",
20128 "zstd",
20129]
20130
20131[[package]]
20132name = "zlib-rs"
20133version = "0.5.0"
20134source = "registry+https://github.com/rust-lang/crates.io-index"
20135checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20136
20137[[package]]
20138name = "zlog"
20139version = "0.1.0"
20140dependencies = [
20141 "anyhow",
20142 "chrono",
20143 "log",
20144 "tempfile",
20145 "workspace-hack",
20146]
20147
20148[[package]]
20149name = "zlog_settings"
20150version = "0.1.0"
20151dependencies = [
20152 "anyhow",
20153 "gpui",
20154 "schemars",
20155 "serde",
20156 "settings",
20157 "workspace-hack",
20158 "zlog",
20159]
20160
20161[[package]]
20162name = "zstd"
20163version = "0.11.2+zstd.1.5.2"
20164source = "registry+https://github.com/rust-lang/crates.io-index"
20165checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20166dependencies = [
20167 "zstd-safe",
20168]
20169
20170[[package]]
20171name = "zstd-safe"
20172version = "5.0.2+zstd.1.5.2"
20173source = "registry+https://github.com/rust-lang/crates.io-index"
20174checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20175dependencies = [
20176 "libc",
20177 "zstd-sys",
20178]
20179
20180[[package]]
20181name = "zstd-sys"
20182version = "2.0.15+zstd.1.5.7"
20183source = "registry+https://github.com/rust-lang/crates.io-index"
20184checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20185dependencies = [
20186 "cc",
20187 "pkg-config",
20188]
20189
20190[[package]]
20191name = "zune-core"
20192version = "0.4.12"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20195
20196[[package]]
20197name = "zune-inflate"
20198version = "0.2.54"
20199source = "registry+https://github.com/rust-lang/crates.io-index"
20200checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20201dependencies = [
20202 "simd-adler32",
20203]
20204
20205[[package]]
20206name = "zune-jpeg"
20207version = "0.4.14"
20208source = "registry+https://github.com/rust-lang/crates.io-index"
20209checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20210dependencies = [
20211 "zune-core",
20212]
20213
20214[[package]]
20215name = "zvariant"
20216version = "5.4.0"
20217source = "registry+https://github.com/rust-lang/crates.io-index"
20218checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20219dependencies = [
20220 "endi",
20221 "enumflags2",
20222 "serde",
20223 "static_assertions",
20224 "url",
20225 "winnow",
20226 "zvariant_derive",
20227 "zvariant_utils",
20228]
20229
20230[[package]]
20231name = "zvariant_derive"
20232version = "5.4.0"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20235dependencies = [
20236 "proc-macro-crate",
20237 "proc-macro2",
20238 "quote",
20239 "syn 2.0.101",
20240 "zvariant_utils",
20241]
20242
20243[[package]]
20244name = "zvariant_utils"
20245version = "3.2.0"
20246source = "registry+https://github.com/rust-lang/crates.io-index"
20247checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20248dependencies = [
20249 "proc-macro2",
20250 "quote",
20251 "serde",
20252 "static_assertions",
20253 "syn 2.0.101",
20254 "winnow",
20255]