1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "project",
17 "release_channel",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22 "workspace-hack",
23]
24
25[[package]]
26name = "addr2line"
27version = "0.24.2"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
30dependencies = [
31 "gimli",
32]
33
34[[package]]
35name = "adler2"
36version = "2.0.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
39
40[[package]]
41name = "aes"
42version = "0.8.4"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
45dependencies = [
46 "cfg-if",
47 "cipher",
48 "cpufeatures",
49 "zeroize",
50]
51
52[[package]]
53name = "agent"
54version = "0.1.0"
55dependencies = [
56 "anyhow",
57 "assistant_context_editor",
58 "assistant_settings",
59 "assistant_slash_command",
60 "assistant_slash_commands",
61 "assistant_tool",
62 "async-watch",
63 "buffer_diff",
64 "chrono",
65 "client",
66 "collections",
67 "component",
68 "context_server",
69 "convert_case 0.8.0",
70 "db",
71 "editor",
72 "extension",
73 "feature_flags",
74 "file_icons",
75 "fs",
76 "futures 0.3.31",
77 "fuzzy",
78 "git",
79 "gpui",
80 "heed",
81 "html_to_markdown",
82 "http_client",
83 "indexed_docs",
84 "indoc",
85 "inventory",
86 "itertools 0.14.0",
87 "jsonschema",
88 "language",
89 "language_model",
90 "log",
91 "lsp",
92 "markdown",
93 "menu",
94 "multi_buffer",
95 "notifications",
96 "ordered-float 2.10.1",
97 "parking_lot",
98 "paths",
99 "picker",
100 "postage",
101 "project",
102 "prompt_store",
103 "proto",
104 "rand 0.8.5",
105 "ref-cast",
106 "release_channel",
107 "rope",
108 "rules_library",
109 "schemars",
110 "search",
111 "serde",
112 "serde_json",
113 "serde_json_lenient",
114 "settings",
115 "smallvec",
116 "smol",
117 "streaming_diff",
118 "telemetry",
119 "telemetry_events",
120 "terminal",
121 "terminal_view",
122 "text",
123 "theme",
124 "thiserror 2.0.12",
125 "time",
126 "time_format",
127 "ui",
128 "ui_input",
129 "urlencoding",
130 "util",
131 "uuid",
132 "workspace",
133 "workspace-hack",
134 "zed_actions",
135 "zed_llm_client",
136]
137
138[[package]]
139name = "ahash"
140version = "0.7.8"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
143dependencies = [
144 "getrandom 0.2.15",
145 "once_cell",
146 "version_check",
147]
148
149[[package]]
150name = "ahash"
151version = "0.8.11"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
154dependencies = [
155 "cfg-if",
156 "const-random",
157 "getrandom 0.2.15",
158 "once_cell",
159 "serde",
160 "version_check",
161 "zerocopy 0.7.35",
162]
163
164[[package]]
165name = "aho-corasick"
166version = "1.1.3"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
169dependencies = [
170 "memchr",
171]
172
173[[package]]
174name = "alacritty_terminal"
175version = "0.25.1-dev"
176source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
177dependencies = [
178 "base64 0.22.1",
179 "bitflags 2.9.0",
180 "home",
181 "libc",
182 "log",
183 "miow",
184 "parking_lot",
185 "piper",
186 "polling",
187 "regex-automata 0.4.9",
188 "rustix-openpty",
189 "serde",
190 "signal-hook",
191 "unicode-width 0.1.14",
192 "vte",
193 "windows-sys 0.59.0",
194]
195
196[[package]]
197name = "aliasable"
198version = "0.1.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
201
202[[package]]
203name = "aligned-vec"
204version = "0.5.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
207
208[[package]]
209name = "allocator-api2"
210version = "0.2.21"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
213
214[[package]]
215name = "alsa"
216version = "0.9.1"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
219dependencies = [
220 "alsa-sys",
221 "bitflags 2.9.0",
222 "cfg-if",
223 "libc",
224]
225
226[[package]]
227name = "alsa-sys"
228version = "0.3.1"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
231dependencies = [
232 "libc",
233 "pkg-config",
234]
235
236[[package]]
237name = "ambient-authority"
238version = "0.0.2"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
241
242[[package]]
243name = "ammonia"
244version = "4.1.0"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
247dependencies = [
248 "cssparser",
249 "html5ever 0.31.0",
250 "maplit",
251 "tendril",
252 "url",
253]
254
255[[package]]
256name = "android-tzdata"
257version = "0.1.1"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
260
261[[package]]
262name = "android_system_properties"
263version = "0.1.5"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
266dependencies = [
267 "libc",
268]
269
270[[package]]
271name = "anes"
272version = "0.1.6"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
275
276[[package]]
277name = "anstream"
278version = "0.6.18"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
281dependencies = [
282 "anstyle",
283 "anstyle-parse",
284 "anstyle-query",
285 "anstyle-wincon",
286 "colorchoice",
287 "is_terminal_polyfill",
288 "utf8parse",
289]
290
291[[package]]
292name = "anstyle"
293version = "1.0.10"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
296
297[[package]]
298name = "anstyle-parse"
299version = "0.2.6"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
302dependencies = [
303 "utf8parse",
304]
305
306[[package]]
307name = "anstyle-query"
308version = "1.1.2"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
311dependencies = [
312 "windows-sys 0.59.0",
313]
314
315[[package]]
316name = "anstyle-wincon"
317version = "3.0.7"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
320dependencies = [
321 "anstyle",
322 "once_cell",
323 "windows-sys 0.59.0",
324]
325
326[[package]]
327name = "anthropic"
328version = "0.1.0"
329dependencies = [
330 "anyhow",
331 "chrono",
332 "futures 0.3.31",
333 "http_client",
334 "schemars",
335 "serde",
336 "serde_json",
337 "strum 0.27.1",
338 "thiserror 2.0.12",
339 "workspace-hack",
340]
341
342[[package]]
343name = "any_vec"
344version = "0.14.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
347
348[[package]]
349name = "anyhow"
350version = "1.0.98"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
353
354[[package]]
355name = "approx"
356version = "0.5.1"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
359dependencies = [
360 "num-traits",
361]
362
363[[package]]
364name = "arbitrary"
365version = "1.4.1"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
368
369[[package]]
370name = "arc-swap"
371version = "1.7.1"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
374
375[[package]]
376name = "arg_enum_proc_macro"
377version = "0.3.4"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
380dependencies = [
381 "proc-macro2",
382 "quote",
383 "syn 2.0.101",
384]
385
386[[package]]
387name = "arraydeque"
388version = "0.5.1"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
391
392[[package]]
393name = "arrayref"
394version = "0.3.9"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
397
398[[package]]
399name = "arrayvec"
400version = "0.7.6"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
403dependencies = [
404 "serde",
405]
406
407[[package]]
408name = "as-raw-xcb-connection"
409version = "1.0.1"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
412
413[[package]]
414name = "ascii"
415version = "1.1.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
418
419[[package]]
420name = "ash"
421version = "0.38.0+1.3.281"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
424dependencies = [
425 "libloading",
426]
427
428[[package]]
429name = "ash-window"
430version = "0.13.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
433dependencies = [
434 "ash",
435 "raw-window-handle",
436 "raw-window-metal",
437]
438
439[[package]]
440name = "ashpd"
441version = "0.11.0"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
444dependencies = [
445 "async-fs",
446 "async-net",
447 "enumflags2",
448 "futures-channel",
449 "futures-util",
450 "rand 0.9.1",
451 "serde",
452 "serde_repr",
453 "url",
454 "zbus",
455]
456
457[[package]]
458name = "askpass"
459version = "0.1.0"
460dependencies = [
461 "anyhow",
462 "futures 0.3.31",
463 "gpui",
464 "shlex",
465 "smol",
466 "tempfile",
467 "util",
468 "workspace-hack",
469]
470
471[[package]]
472name = "assets"
473version = "0.1.0"
474dependencies = [
475 "anyhow",
476 "gpui",
477 "rust-embed",
478 "workspace-hack",
479]
480
481[[package]]
482name = "assistant_context_editor"
483version = "0.1.0"
484dependencies = [
485 "anyhow",
486 "assistant_settings",
487 "assistant_slash_command",
488 "assistant_slash_commands",
489 "chrono",
490 "client",
491 "clock",
492 "collections",
493 "context_server",
494 "editor",
495 "feature_flags",
496 "fs",
497 "futures 0.3.31",
498 "fuzzy",
499 "gpui",
500 "indexed_docs",
501 "language",
502 "language_model",
503 "languages",
504 "log",
505 "multi_buffer",
506 "open_ai",
507 "ordered-float 2.10.1",
508 "parking_lot",
509 "paths",
510 "picker",
511 "pretty_assertions",
512 "project",
513 "prompt_store",
514 "proto",
515 "rand 0.8.5",
516 "regex",
517 "rope",
518 "rpc",
519 "serde",
520 "serde_json",
521 "settings",
522 "smallvec",
523 "smol",
524 "telemetry_events",
525 "text",
526 "theme",
527 "tree-sitter-md",
528 "ui",
529 "unindent",
530 "util",
531 "uuid",
532 "workspace",
533 "workspace-hack",
534 "zed_actions",
535]
536
537[[package]]
538name = "assistant_settings"
539version = "0.1.0"
540dependencies = [
541 "anthropic",
542 "anyhow",
543 "collections",
544 "deepseek",
545 "fs",
546 "gpui",
547 "indexmap",
548 "language_model",
549 "lmstudio",
550 "log",
551 "mistral",
552 "ollama",
553 "open_ai",
554 "paths",
555 "schemars",
556 "serde",
557 "serde_json",
558 "serde_json_lenient",
559 "settings",
560 "workspace-hack",
561 "zed_llm_client",
562]
563
564[[package]]
565name = "assistant_slash_command"
566version = "0.1.0"
567dependencies = [
568 "anyhow",
569 "async-trait",
570 "collections",
571 "derive_more",
572 "extension",
573 "futures 0.3.31",
574 "gpui",
575 "language",
576 "language_model",
577 "parking_lot",
578 "pretty_assertions",
579 "serde",
580 "serde_json",
581 "ui",
582 "workspace",
583 "workspace-hack",
584]
585
586[[package]]
587name = "assistant_slash_commands"
588version = "0.1.0"
589dependencies = [
590 "anyhow",
591 "assistant_slash_command",
592 "cargo_toml",
593 "chrono",
594 "collections",
595 "context_server",
596 "editor",
597 "env_logger 0.11.8",
598 "feature_flags",
599 "fs",
600 "futures 0.3.31",
601 "fuzzy",
602 "globset",
603 "gpui",
604 "html_to_markdown",
605 "http_client",
606 "indexed_docs",
607 "language",
608 "pretty_assertions",
609 "project",
610 "prompt_store",
611 "rope",
612 "serde",
613 "serde_json",
614 "settings",
615 "smol",
616 "text",
617 "toml 0.8.20",
618 "ui",
619 "util",
620 "workspace",
621 "workspace-hack",
622 "worktree",
623]
624
625[[package]]
626name = "assistant_tool"
627version = "0.1.0"
628dependencies = [
629 "anyhow",
630 "buffer_diff",
631 "clock",
632 "collections",
633 "ctor",
634 "derive_more",
635 "env_logger 0.11.8",
636 "futures 0.3.31",
637 "gpui",
638 "icons",
639 "language",
640 "language_model",
641 "log",
642 "parking_lot",
643 "pretty_assertions",
644 "project",
645 "rand 0.8.5",
646 "regex",
647 "serde",
648 "serde_json",
649 "settings",
650 "text",
651 "util",
652 "workspace",
653 "workspace-hack",
654]
655
656[[package]]
657name = "assistant_tools"
658version = "0.1.0"
659dependencies = [
660 "aho-corasick",
661 "anyhow",
662 "assistant_settings",
663 "assistant_tool",
664 "buffer_diff",
665 "chrono",
666 "client",
667 "clock",
668 "collections",
669 "component",
670 "derive_more",
671 "editor",
672 "feature_flags",
673 "fs",
674 "futures 0.3.31",
675 "gpui",
676 "gpui_tokio",
677 "handlebars 4.5.0",
678 "html_to_markdown",
679 "http_client",
680 "indoc",
681 "itertools 0.14.0",
682 "language",
683 "language_model",
684 "language_models",
685 "log",
686 "markdown",
687 "open",
688 "paths",
689 "portable-pty",
690 "pretty_assertions",
691 "project",
692 "prompt_store",
693 "rand 0.8.5",
694 "regex",
695 "reqwest_client",
696 "rust-embed",
697 "schemars",
698 "serde",
699 "serde_json",
700 "settings",
701 "smallvec",
702 "streaming_diff",
703 "strsim",
704 "task",
705 "tempfile",
706 "terminal",
707 "terminal_view",
708 "theme",
709 "tree-sitter-rust",
710 "ui",
711 "unindent",
712 "util",
713 "web_search",
714 "which 6.0.3",
715 "workspace",
716 "workspace-hack",
717 "zed_llm_client",
718 "zlog",
719]
720
721[[package]]
722name = "async-attributes"
723version = "1.1.2"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
726dependencies = [
727 "quote",
728 "syn 1.0.109",
729]
730
731[[package]]
732name = "async-broadcast"
733version = "0.7.2"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
736dependencies = [
737 "event-listener 5.4.0",
738 "event-listener-strategy",
739 "futures-core",
740 "pin-project-lite",
741]
742
743[[package]]
744name = "async-channel"
745version = "1.9.0"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
748dependencies = [
749 "concurrent-queue",
750 "event-listener 2.5.3",
751 "futures-core",
752]
753
754[[package]]
755name = "async-channel"
756version = "2.3.1"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
759dependencies = [
760 "concurrent-queue",
761 "event-listener-strategy",
762 "futures-core",
763 "pin-project-lite",
764]
765
766[[package]]
767name = "async-compat"
768version = "0.2.4"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
771dependencies = [
772 "futures-core",
773 "futures-io",
774 "once_cell",
775 "pin-project-lite",
776 "tokio",
777]
778
779[[package]]
780name = "async-compression"
781version = "0.4.22"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
784dependencies = [
785 "deflate64",
786 "flate2",
787 "futures-core",
788 "futures-io",
789 "memchr",
790 "pin-project-lite",
791]
792
793[[package]]
794name = "async-dispatcher"
795version = "0.1.2"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
798dependencies = [
799 "async-task",
800 "futures-lite 1.13.0",
801]
802
803[[package]]
804name = "async-executor"
805version = "1.13.1"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
808dependencies = [
809 "async-task",
810 "concurrent-queue",
811 "fastrand 2.3.0",
812 "futures-lite 2.6.0",
813 "slab",
814]
815
816[[package]]
817name = "async-fs"
818version = "2.1.2"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
821dependencies = [
822 "async-lock",
823 "blocking",
824 "futures-lite 2.6.0",
825]
826
827[[package]]
828name = "async-global-executor"
829version = "2.4.1"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
832dependencies = [
833 "async-channel 2.3.1",
834 "async-executor",
835 "async-io",
836 "async-lock",
837 "blocking",
838 "futures-lite 2.6.0",
839 "once_cell",
840]
841
842[[package]]
843name = "async-io"
844version = "2.4.0"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
847dependencies = [
848 "async-lock",
849 "cfg-if",
850 "concurrent-queue",
851 "futures-io",
852 "futures-lite 2.6.0",
853 "parking",
854 "polling",
855 "rustix 0.38.44",
856 "slab",
857 "tracing",
858 "windows-sys 0.59.0",
859]
860
861[[package]]
862name = "async-lock"
863version = "3.4.0"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
866dependencies = [
867 "event-listener 5.4.0",
868 "event-listener-strategy",
869 "pin-project-lite",
870]
871
872[[package]]
873name = "async-net"
874version = "2.0.0"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
877dependencies = [
878 "async-io",
879 "blocking",
880 "futures-lite 2.6.0",
881]
882
883[[package]]
884name = "async-pipe"
885version = "0.1.3"
886source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
887dependencies = [
888 "futures 0.3.31",
889 "log",
890]
891
892[[package]]
893name = "async-process"
894version = "2.3.0"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
897dependencies = [
898 "async-channel 2.3.1",
899 "async-io",
900 "async-lock",
901 "async-signal",
902 "async-task",
903 "blocking",
904 "cfg-if",
905 "event-listener 5.4.0",
906 "futures-lite 2.6.0",
907 "rustix 0.38.44",
908 "tracing",
909]
910
911[[package]]
912name = "async-recursion"
913version = "0.3.2"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
916dependencies = [
917 "proc-macro2",
918 "quote",
919 "syn 1.0.109",
920]
921
922[[package]]
923name = "async-recursion"
924version = "1.1.1"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
927dependencies = [
928 "proc-macro2",
929 "quote",
930 "syn 2.0.101",
931]
932
933[[package]]
934name = "async-signal"
935version = "0.2.10"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
938dependencies = [
939 "async-io",
940 "async-lock",
941 "atomic-waker",
942 "cfg-if",
943 "futures-core",
944 "futures-io",
945 "rustix 0.38.44",
946 "signal-hook-registry",
947 "slab",
948 "windows-sys 0.59.0",
949]
950
951[[package]]
952name = "async-std"
953version = "1.13.1"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
956dependencies = [
957 "async-attributes",
958 "async-channel 1.9.0",
959 "async-global-executor",
960 "async-io",
961 "async-lock",
962 "async-process",
963 "crossbeam-utils",
964 "futures-channel",
965 "futures-core",
966 "futures-io",
967 "futures-lite 2.6.0",
968 "gloo-timers",
969 "kv-log-macro",
970 "log",
971 "memchr",
972 "once_cell",
973 "pin-project-lite",
974 "pin-utils",
975 "slab",
976 "wasm-bindgen-futures",
977]
978
979[[package]]
980name = "async-stream"
981version = "0.3.6"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
984dependencies = [
985 "async-stream-impl",
986 "futures-core",
987 "pin-project-lite",
988]
989
990[[package]]
991name = "async-stream-impl"
992version = "0.3.6"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
995dependencies = [
996 "proc-macro2",
997 "quote",
998 "syn 2.0.101",
999]
1000
1001[[package]]
1002name = "async-stripe"
1003version = "0.40.0"
1004source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1005dependencies = [
1006 "chrono",
1007 "futures-util",
1008 "http-types",
1009 "hyper 0.14.32",
1010 "hyper-rustls 0.24.2",
1011 "serde",
1012 "serde_json",
1013 "serde_path_to_error",
1014 "serde_qs 0.10.1",
1015 "smart-default",
1016 "smol_str 0.1.24",
1017 "thiserror 1.0.69",
1018 "tokio",
1019]
1020
1021[[package]]
1022name = "async-tar"
1023version = "0.5.0"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1026dependencies = [
1027 "async-std",
1028 "filetime",
1029 "libc",
1030 "pin-project",
1031 "redox_syscall 0.2.16",
1032 "xattr",
1033]
1034
1035[[package]]
1036name = "async-task"
1037version = "4.7.1"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1040
1041[[package]]
1042name = "async-trait"
1043version = "0.1.88"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
1046dependencies = [
1047 "proc-macro2",
1048 "quote",
1049 "syn 2.0.101",
1050]
1051
1052[[package]]
1053name = "async-tungstenite"
1054version = "0.29.1"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1057dependencies = [
1058 "atomic-waker",
1059 "futures-core",
1060 "futures-io",
1061 "futures-task",
1062 "futures-util",
1063 "log",
1064 "pin-project-lite",
1065 "rustls-pki-types",
1066 "tokio",
1067 "tokio-rustls 0.26.2",
1068 "tungstenite 0.26.2",
1069]
1070
1071[[package]]
1072name = "async-watch"
1073version = "0.3.1"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1076dependencies = [
1077 "event-listener 2.5.3",
1078]
1079
1080[[package]]
1081name = "async_zip"
1082version = "0.0.17"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1085dependencies = [
1086 "async-compression",
1087 "crc32fast",
1088 "futures-lite 2.6.0",
1089 "pin-project",
1090 "thiserror 1.0.69",
1091]
1092
1093[[package]]
1094name = "asynchronous-codec"
1095version = "0.7.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1098dependencies = [
1099 "bytes 1.10.1",
1100 "futures-sink",
1101 "futures-util",
1102 "memchr",
1103 "pin-project-lite",
1104]
1105
1106[[package]]
1107name = "atoi"
1108version = "2.0.0"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1111dependencies = [
1112 "num-traits",
1113]
1114
1115[[package]]
1116name = "atomic"
1117version = "0.5.3"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1120
1121[[package]]
1122name = "atomic-waker"
1123version = "1.1.2"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1126
1127[[package]]
1128name = "audio"
1129version = "0.1.0"
1130dependencies = [
1131 "anyhow",
1132 "collections",
1133 "derive_more",
1134 "gpui",
1135 "parking_lot",
1136 "rodio",
1137 "util",
1138 "workspace-hack",
1139]
1140
1141[[package]]
1142name = "auditable-serde"
1143version = "0.8.0"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1146dependencies = [
1147 "semver",
1148 "serde",
1149 "serde_json",
1150 "topological-sort",
1151]
1152
1153[[package]]
1154name = "auto_update"
1155version = "0.1.0"
1156dependencies = [
1157 "anyhow",
1158 "client",
1159 "db",
1160 "gpui",
1161 "http_client",
1162 "log",
1163 "paths",
1164 "release_channel",
1165 "schemars",
1166 "serde",
1167 "serde_json",
1168 "settings",
1169 "smol",
1170 "tempfile",
1171 "which 6.0.3",
1172 "workspace",
1173 "workspace-hack",
1174]
1175
1176[[package]]
1177name = "auto_update_helper"
1178version = "0.1.0"
1179dependencies = [
1180 "anyhow",
1181 "log",
1182 "simplelog",
1183 "windows 0.61.1",
1184 "winresource",
1185 "workspace-hack",
1186]
1187
1188[[package]]
1189name = "auto_update_ui"
1190version = "0.1.0"
1191dependencies = [
1192 "anyhow",
1193 "auto_update",
1194 "client",
1195 "editor",
1196 "gpui",
1197 "http_client",
1198 "markdown_preview",
1199 "release_channel",
1200 "serde",
1201 "serde_json",
1202 "smol",
1203 "util",
1204 "workspace",
1205 "workspace-hack",
1206]
1207
1208[[package]]
1209name = "autocfg"
1210version = "1.4.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1213
1214[[package]]
1215name = "av1-grain"
1216version = "0.2.3"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1219dependencies = [
1220 "anyhow",
1221 "arrayvec",
1222 "log",
1223 "nom",
1224 "num-rational",
1225 "v_frame",
1226]
1227
1228[[package]]
1229name = "avif-serialize"
1230version = "0.8.3"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1233dependencies = [
1234 "arrayvec",
1235]
1236
1237[[package]]
1238name = "aws-config"
1239version = "1.6.1"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1242dependencies = [
1243 "aws-credential-types",
1244 "aws-runtime",
1245 "aws-sdk-sso",
1246 "aws-sdk-ssooidc",
1247 "aws-sdk-sts",
1248 "aws-smithy-async",
1249 "aws-smithy-http",
1250 "aws-smithy-json",
1251 "aws-smithy-runtime",
1252 "aws-smithy-runtime-api",
1253 "aws-smithy-types",
1254 "aws-types",
1255 "bytes 1.10.1",
1256 "fastrand 2.3.0",
1257 "hex",
1258 "http 1.3.1",
1259 "ring",
1260 "time",
1261 "tokio",
1262 "tracing",
1263 "url",
1264 "zeroize",
1265]
1266
1267[[package]]
1268name = "aws-credential-types"
1269version = "1.2.2"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1272dependencies = [
1273 "aws-smithy-async",
1274 "aws-smithy-runtime-api",
1275 "aws-smithy-types",
1276 "zeroize",
1277]
1278
1279[[package]]
1280name = "aws-lc-rs"
1281version = "1.13.1"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1284dependencies = [
1285 "aws-lc-sys",
1286 "zeroize",
1287]
1288
1289[[package]]
1290name = "aws-lc-sys"
1291version = "0.29.0"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1294dependencies = [
1295 "bindgen 0.69.5",
1296 "cc",
1297 "cmake",
1298 "dunce",
1299 "fs_extra",
1300]
1301
1302[[package]]
1303name = "aws-runtime"
1304version = "1.5.6"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1307dependencies = [
1308 "aws-credential-types",
1309 "aws-sigv4",
1310 "aws-smithy-async",
1311 "aws-smithy-eventstream",
1312 "aws-smithy-http",
1313 "aws-smithy-runtime",
1314 "aws-smithy-runtime-api",
1315 "aws-smithy-types",
1316 "aws-types",
1317 "bytes 1.10.1",
1318 "fastrand 2.3.0",
1319 "http 0.2.12",
1320 "http-body 0.4.6",
1321 "once_cell",
1322 "percent-encoding",
1323 "pin-project-lite",
1324 "tracing",
1325 "uuid",
1326]
1327
1328[[package]]
1329name = "aws-sdk-bedrockruntime"
1330version = "1.82.0"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1333dependencies = [
1334 "aws-credential-types",
1335 "aws-runtime",
1336 "aws-sigv4",
1337 "aws-smithy-async",
1338 "aws-smithy-eventstream",
1339 "aws-smithy-http",
1340 "aws-smithy-json",
1341 "aws-smithy-runtime",
1342 "aws-smithy-runtime-api",
1343 "aws-smithy-types",
1344 "aws-types",
1345 "bytes 1.10.1",
1346 "fastrand 2.3.0",
1347 "http 0.2.12",
1348 "hyper 0.14.32",
1349 "once_cell",
1350 "regex-lite",
1351 "tracing",
1352]
1353
1354[[package]]
1355name = "aws-sdk-kinesis"
1356version = "1.66.0"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1359dependencies = [
1360 "aws-credential-types",
1361 "aws-runtime",
1362 "aws-smithy-async",
1363 "aws-smithy-eventstream",
1364 "aws-smithy-http",
1365 "aws-smithy-json",
1366 "aws-smithy-runtime",
1367 "aws-smithy-runtime-api",
1368 "aws-smithy-types",
1369 "aws-types",
1370 "bytes 1.10.1",
1371 "fastrand 2.3.0",
1372 "http 0.2.12",
1373 "once_cell",
1374 "regex-lite",
1375 "tracing",
1376]
1377
1378[[package]]
1379name = "aws-sdk-s3"
1380version = "1.82.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1383dependencies = [
1384 "aws-credential-types",
1385 "aws-runtime",
1386 "aws-sigv4",
1387 "aws-smithy-async",
1388 "aws-smithy-checksums",
1389 "aws-smithy-eventstream",
1390 "aws-smithy-http",
1391 "aws-smithy-json",
1392 "aws-smithy-runtime",
1393 "aws-smithy-runtime-api",
1394 "aws-smithy-types",
1395 "aws-smithy-xml",
1396 "aws-types",
1397 "bytes 1.10.1",
1398 "fastrand 2.3.0",
1399 "hex",
1400 "hmac",
1401 "http 0.2.12",
1402 "http 1.3.1",
1403 "http-body 0.4.6",
1404 "lru",
1405 "once_cell",
1406 "percent-encoding",
1407 "regex-lite",
1408 "sha2",
1409 "tracing",
1410 "url",
1411]
1412
1413[[package]]
1414name = "aws-sdk-sso"
1415version = "1.64.0"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1418dependencies = [
1419 "aws-credential-types",
1420 "aws-runtime",
1421 "aws-smithy-async",
1422 "aws-smithy-http",
1423 "aws-smithy-json",
1424 "aws-smithy-runtime",
1425 "aws-smithy-runtime-api",
1426 "aws-smithy-types",
1427 "aws-types",
1428 "bytes 1.10.1",
1429 "fastrand 2.3.0",
1430 "http 0.2.12",
1431 "once_cell",
1432 "regex-lite",
1433 "tracing",
1434]
1435
1436[[package]]
1437name = "aws-sdk-ssooidc"
1438version = "1.65.0"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1441dependencies = [
1442 "aws-credential-types",
1443 "aws-runtime",
1444 "aws-smithy-async",
1445 "aws-smithy-http",
1446 "aws-smithy-json",
1447 "aws-smithy-runtime",
1448 "aws-smithy-runtime-api",
1449 "aws-smithy-types",
1450 "aws-types",
1451 "bytes 1.10.1",
1452 "fastrand 2.3.0",
1453 "http 0.2.12",
1454 "once_cell",
1455 "regex-lite",
1456 "tracing",
1457]
1458
1459[[package]]
1460name = "aws-sdk-sts"
1461version = "1.65.0"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1464dependencies = [
1465 "aws-credential-types",
1466 "aws-runtime",
1467 "aws-smithy-async",
1468 "aws-smithy-http",
1469 "aws-smithy-json",
1470 "aws-smithy-query",
1471 "aws-smithy-runtime",
1472 "aws-smithy-runtime-api",
1473 "aws-smithy-types",
1474 "aws-smithy-xml",
1475 "aws-types",
1476 "fastrand 2.3.0",
1477 "http 0.2.12",
1478 "once_cell",
1479 "regex-lite",
1480 "tracing",
1481]
1482
1483[[package]]
1484name = "aws-sigv4"
1485version = "1.3.0"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1488dependencies = [
1489 "aws-credential-types",
1490 "aws-smithy-eventstream",
1491 "aws-smithy-http",
1492 "aws-smithy-runtime-api",
1493 "aws-smithy-types",
1494 "bytes 1.10.1",
1495 "crypto-bigint 0.5.5",
1496 "form_urlencoded",
1497 "hex",
1498 "hmac",
1499 "http 0.2.12",
1500 "http 1.3.1",
1501 "once_cell",
1502 "p256",
1503 "percent-encoding",
1504 "ring",
1505 "sha2",
1506 "subtle",
1507 "time",
1508 "tracing",
1509 "zeroize",
1510]
1511
1512[[package]]
1513name = "aws-smithy-async"
1514version = "1.2.5"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1517dependencies = [
1518 "futures-util",
1519 "pin-project-lite",
1520 "tokio",
1521]
1522
1523[[package]]
1524name = "aws-smithy-checksums"
1525version = "0.63.1"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1528dependencies = [
1529 "aws-smithy-http",
1530 "aws-smithy-types",
1531 "bytes 1.10.1",
1532 "crc32c",
1533 "crc32fast",
1534 "crc64fast-nvme",
1535 "hex",
1536 "http 0.2.12",
1537 "http-body 0.4.6",
1538 "md-5",
1539 "pin-project-lite",
1540 "sha1",
1541 "sha2",
1542 "tracing",
1543]
1544
1545[[package]]
1546name = "aws-smithy-eventstream"
1547version = "0.60.8"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1550dependencies = [
1551 "aws-smithy-types",
1552 "bytes 1.10.1",
1553 "crc32fast",
1554]
1555
1556[[package]]
1557name = "aws-smithy-http"
1558version = "0.62.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1561dependencies = [
1562 "aws-smithy-eventstream",
1563 "aws-smithy-runtime-api",
1564 "aws-smithy-types",
1565 "bytes 1.10.1",
1566 "bytes-utils",
1567 "futures-core",
1568 "http 0.2.12",
1569 "http 1.3.1",
1570 "http-body 0.4.6",
1571 "once_cell",
1572 "percent-encoding",
1573 "pin-project-lite",
1574 "pin-utils",
1575 "tracing",
1576]
1577
1578[[package]]
1579name = "aws-smithy-http-client"
1580version = "1.0.1"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1583dependencies = [
1584 "aws-smithy-async",
1585 "aws-smithy-runtime-api",
1586 "aws-smithy-types",
1587 "h2 0.4.9",
1588 "http 0.2.12",
1589 "http 1.3.1",
1590 "http-body 0.4.6",
1591 "hyper 0.14.32",
1592 "hyper 1.6.0",
1593 "hyper-rustls 0.24.2",
1594 "hyper-rustls 0.27.5",
1595 "hyper-util",
1596 "pin-project-lite",
1597 "rustls 0.21.12",
1598 "rustls 0.23.26",
1599 "rustls-native-certs 0.8.1",
1600 "rustls-pki-types",
1601 "tokio",
1602 "tower 0.5.2",
1603 "tracing",
1604]
1605
1606[[package]]
1607name = "aws-smithy-json"
1608version = "0.61.3"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1611dependencies = [
1612 "aws-smithy-types",
1613]
1614
1615[[package]]
1616name = "aws-smithy-observability"
1617version = "0.1.2"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1620dependencies = [
1621 "aws-smithy-runtime-api",
1622 "once_cell",
1623]
1624
1625[[package]]
1626name = "aws-smithy-query"
1627version = "0.60.7"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1630dependencies = [
1631 "aws-smithy-types",
1632 "urlencoding",
1633]
1634
1635[[package]]
1636name = "aws-smithy-runtime"
1637version = "1.8.1"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1640dependencies = [
1641 "aws-smithy-async",
1642 "aws-smithy-http",
1643 "aws-smithy-http-client",
1644 "aws-smithy-observability",
1645 "aws-smithy-runtime-api",
1646 "aws-smithy-types",
1647 "bytes 1.10.1",
1648 "fastrand 2.3.0",
1649 "http 0.2.12",
1650 "http 1.3.1",
1651 "http-body 0.4.6",
1652 "http-body 1.0.1",
1653 "once_cell",
1654 "pin-project-lite",
1655 "pin-utils",
1656 "tokio",
1657 "tracing",
1658]
1659
1660[[package]]
1661name = "aws-smithy-runtime-api"
1662version = "1.7.4"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1665dependencies = [
1666 "aws-smithy-async",
1667 "aws-smithy-types",
1668 "bytes 1.10.1",
1669 "http 0.2.12",
1670 "http 1.3.1",
1671 "pin-project-lite",
1672 "tokio",
1673 "tracing",
1674 "zeroize",
1675]
1676
1677[[package]]
1678name = "aws-smithy-types"
1679version = "1.3.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1682dependencies = [
1683 "base64-simd",
1684 "bytes 1.10.1",
1685 "bytes-utils",
1686 "futures-core",
1687 "http 0.2.12",
1688 "http 1.3.1",
1689 "http-body 0.4.6",
1690 "http-body 1.0.1",
1691 "http-body-util",
1692 "itoa",
1693 "num-integer",
1694 "pin-project-lite",
1695 "pin-utils",
1696 "ryu",
1697 "serde",
1698 "time",
1699 "tokio",
1700 "tokio-util",
1701]
1702
1703[[package]]
1704name = "aws-smithy-xml"
1705version = "0.60.9"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1708dependencies = [
1709 "xmlparser",
1710]
1711
1712[[package]]
1713name = "aws-types"
1714version = "1.3.6"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1717dependencies = [
1718 "aws-credential-types",
1719 "aws-smithy-async",
1720 "aws-smithy-runtime-api",
1721 "aws-smithy-types",
1722 "rustc_version",
1723 "tracing",
1724]
1725
1726[[package]]
1727name = "aws_http_client"
1728version = "0.1.0"
1729dependencies = [
1730 "aws-smithy-runtime-api",
1731 "aws-smithy-types",
1732 "futures 0.3.31",
1733 "http_client",
1734 "tokio",
1735 "workspace-hack",
1736]
1737
1738[[package]]
1739name = "axum"
1740version = "0.6.20"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1743dependencies = [
1744 "async-trait",
1745 "axum-core",
1746 "base64 0.21.7",
1747 "bitflags 1.3.2",
1748 "bytes 1.10.1",
1749 "futures-util",
1750 "headers",
1751 "http 0.2.12",
1752 "http-body 0.4.6",
1753 "hyper 0.14.32",
1754 "itoa",
1755 "matchit",
1756 "memchr",
1757 "mime",
1758 "percent-encoding",
1759 "pin-project-lite",
1760 "rustversion",
1761 "serde",
1762 "serde_json",
1763 "serde_path_to_error",
1764 "serde_urlencoded",
1765 "sha1",
1766 "sync_wrapper 0.1.2",
1767 "tokio",
1768 "tokio-tungstenite 0.20.1",
1769 "tower 0.4.13",
1770 "tower-layer",
1771 "tower-service",
1772]
1773
1774[[package]]
1775name = "axum-core"
1776version = "0.3.4"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1779dependencies = [
1780 "async-trait",
1781 "bytes 1.10.1",
1782 "futures-util",
1783 "http 0.2.12",
1784 "http-body 0.4.6",
1785 "mime",
1786 "rustversion",
1787 "tower-layer",
1788 "tower-service",
1789]
1790
1791[[package]]
1792name = "axum-extra"
1793version = "0.4.2"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1796dependencies = [
1797 "axum",
1798 "bytes 1.10.1",
1799 "futures-util",
1800 "http 0.2.12",
1801 "mime",
1802 "pin-project-lite",
1803 "serde",
1804 "serde_json",
1805 "tokio",
1806 "tower 0.4.13",
1807 "tower-http 0.3.5",
1808 "tower-layer",
1809 "tower-service",
1810]
1811
1812[[package]]
1813name = "backtrace"
1814version = "0.3.74"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1817dependencies = [
1818 "addr2line",
1819 "cfg-if",
1820 "libc",
1821 "miniz_oxide",
1822 "object",
1823 "rustc-demangle",
1824 "windows-targets 0.52.6",
1825]
1826
1827[[package]]
1828name = "base16ct"
1829version = "0.1.1"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1832
1833[[package]]
1834name = "base64"
1835version = "0.13.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1838
1839[[package]]
1840name = "base64"
1841version = "0.21.7"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1844
1845[[package]]
1846name = "base64"
1847version = "0.22.1"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1850
1851[[package]]
1852name = "base64-simd"
1853version = "0.8.0"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1856dependencies = [
1857 "outref",
1858 "vsimd",
1859]
1860
1861[[package]]
1862name = "base64ct"
1863version = "1.7.3"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
1866
1867[[package]]
1868name = "bedrock"
1869version = "0.1.0"
1870dependencies = [
1871 "anyhow",
1872 "aws-sdk-bedrockruntime",
1873 "aws-smithy-types",
1874 "futures 0.3.31",
1875 "schemars",
1876 "serde",
1877 "serde_json",
1878 "strum 0.27.1",
1879 "thiserror 2.0.12",
1880 "tokio",
1881 "workspace-hack",
1882]
1883
1884[[package]]
1885name = "beef"
1886version = "0.5.2"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
1889
1890[[package]]
1891name = "bigdecimal"
1892version = "0.4.8"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1895dependencies = [
1896 "autocfg",
1897 "libm",
1898 "num-bigint",
1899 "num-integer",
1900 "num-traits",
1901 "serde",
1902]
1903
1904[[package]]
1905name = "bincode"
1906version = "1.3.3"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1909dependencies = [
1910 "serde",
1911]
1912
1913[[package]]
1914name = "bindgen"
1915version = "0.69.5"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1918dependencies = [
1919 "bitflags 2.9.0",
1920 "cexpr",
1921 "clang-sys",
1922 "itertools 0.12.1",
1923 "lazy_static",
1924 "lazycell",
1925 "log",
1926 "prettyplease",
1927 "proc-macro2",
1928 "quote",
1929 "regex",
1930 "rustc-hash 1.1.0",
1931 "shlex",
1932 "syn 2.0.101",
1933 "which 4.4.2",
1934]
1935
1936[[package]]
1937name = "bindgen"
1938version = "0.70.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1941dependencies = [
1942 "bitflags 2.9.0",
1943 "cexpr",
1944 "clang-sys",
1945 "itertools 0.13.0",
1946 "proc-macro2",
1947 "quote",
1948 "regex",
1949 "rustc-hash 1.1.0",
1950 "shlex",
1951 "syn 2.0.101",
1952]
1953
1954[[package]]
1955name = "bindgen"
1956version = "0.71.1"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1959dependencies = [
1960 "bitflags 2.9.0",
1961 "cexpr",
1962 "clang-sys",
1963 "itertools 0.13.0",
1964 "log",
1965 "prettyplease",
1966 "proc-macro2",
1967 "quote",
1968 "regex",
1969 "rustc-hash 2.1.1",
1970 "shlex",
1971 "syn 2.0.101",
1972]
1973
1974[[package]]
1975name = "bit-set"
1976version = "0.5.3"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1979dependencies = [
1980 "bit-vec 0.6.3",
1981]
1982
1983[[package]]
1984name = "bit-set"
1985version = "0.8.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1988dependencies = [
1989 "bit-vec 0.8.0",
1990]
1991
1992[[package]]
1993name = "bit-vec"
1994version = "0.6.3"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1997
1998[[package]]
1999name = "bit-vec"
2000version = "0.8.0"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2003
2004[[package]]
2005name = "bit_field"
2006version = "0.10.2"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2009
2010[[package]]
2011name = "bitflags"
2012version = "1.3.2"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2015
2016[[package]]
2017name = "bitflags"
2018version = "2.9.0"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2021dependencies = [
2022 "serde",
2023]
2024
2025[[package]]
2026name = "bitstream-io"
2027version = "2.6.0"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2030
2031[[package]]
2032name = "bitvec"
2033version = "1.0.1"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2036dependencies = [
2037 "funty",
2038 "radium",
2039 "tap",
2040 "wyz",
2041]
2042
2043[[package]]
2044name = "blade-graphics"
2045version = "0.6.0"
2046source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2047dependencies = [
2048 "ash",
2049 "ash-window",
2050 "bitflags 2.9.0",
2051 "bytemuck",
2052 "codespan-reporting 0.11.1",
2053 "glow",
2054 "gpu-alloc",
2055 "gpu-alloc-ash",
2056 "hidden-trait",
2057 "js-sys",
2058 "khronos-egl",
2059 "libloading",
2060 "log",
2061 "mint",
2062 "naga",
2063 "objc2",
2064 "objc2-app-kit",
2065 "objc2-core-foundation",
2066 "objc2-foundation",
2067 "objc2-metal",
2068 "objc2-quartz-core",
2069 "objc2-ui-kit",
2070 "raw-window-handle",
2071 "slab",
2072 "wasm-bindgen",
2073 "web-sys",
2074]
2075
2076[[package]]
2077name = "blade-macros"
2078version = "0.3.0"
2079source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2080dependencies = [
2081 "proc-macro2",
2082 "quote",
2083 "syn 2.0.101",
2084]
2085
2086[[package]]
2087name = "blade-util"
2088version = "0.2.0"
2089source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2090dependencies = [
2091 "blade-graphics",
2092 "bytemuck",
2093 "log",
2094 "profiling",
2095]
2096
2097[[package]]
2098name = "blake2"
2099version = "0.10.6"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2102dependencies = [
2103 "digest",
2104]
2105
2106[[package]]
2107name = "blake3"
2108version = "1.8.2"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2111dependencies = [
2112 "arrayref",
2113 "arrayvec",
2114 "cc",
2115 "cfg-if",
2116 "constant_time_eq 0.3.1",
2117]
2118
2119[[package]]
2120name = "block"
2121version = "0.1.6"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2124
2125[[package]]
2126name = "block-buffer"
2127version = "0.10.4"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2130dependencies = [
2131 "generic-array",
2132]
2133
2134[[package]]
2135name = "block-padding"
2136version = "0.3.3"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2139dependencies = [
2140 "generic-array",
2141]
2142
2143[[package]]
2144name = "block2"
2145version = "0.6.1"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2148dependencies = [
2149 "objc2",
2150]
2151
2152[[package]]
2153name = "blocking"
2154version = "1.6.1"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2157dependencies = [
2158 "async-channel 2.3.1",
2159 "async-task",
2160 "futures-io",
2161 "futures-lite 2.6.0",
2162 "piper",
2163]
2164
2165[[package]]
2166name = "borrow-or-share"
2167version = "0.2.2"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2170
2171[[package]]
2172name = "borsh"
2173version = "1.5.7"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2176dependencies = [
2177 "borsh-derive",
2178 "cfg_aliases 0.2.1",
2179]
2180
2181[[package]]
2182name = "borsh-derive"
2183version = "1.5.7"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2186dependencies = [
2187 "once_cell",
2188 "proc-macro-crate",
2189 "proc-macro2",
2190 "quote",
2191 "syn 2.0.101",
2192]
2193
2194[[package]]
2195name = "breadcrumbs"
2196version = "0.1.0"
2197dependencies = [
2198 "editor",
2199 "gpui",
2200 "itertools 0.14.0",
2201 "theme",
2202 "ui",
2203 "workspace",
2204 "workspace-hack",
2205 "zed_actions",
2206]
2207
2208[[package]]
2209name = "bstr"
2210version = "1.12.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2213dependencies = [
2214 "memchr",
2215 "regex-automata 0.4.9",
2216 "serde",
2217]
2218
2219[[package]]
2220name = "buffer_diff"
2221version = "0.1.0"
2222dependencies = [
2223 "anyhow",
2224 "clock",
2225 "ctor",
2226 "env_logger 0.11.8",
2227 "futures 0.3.31",
2228 "git2",
2229 "gpui",
2230 "language",
2231 "log",
2232 "pretty_assertions",
2233 "rand 0.8.5",
2234 "rope",
2235 "serde_json",
2236 "sum_tree",
2237 "text",
2238 "unindent",
2239 "util",
2240 "workspace-hack",
2241]
2242
2243[[package]]
2244name = "built"
2245version = "0.7.7"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2248
2249[[package]]
2250name = "bumpalo"
2251version = "3.17.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2254dependencies = [
2255 "allocator-api2",
2256]
2257
2258[[package]]
2259name = "by_address"
2260version = "1.2.1"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2263
2264[[package]]
2265name = "bytecheck"
2266version = "0.6.12"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2269dependencies = [
2270 "bytecheck_derive",
2271 "ptr_meta",
2272 "simdutf8",
2273]
2274
2275[[package]]
2276name = "bytecheck_derive"
2277version = "0.6.12"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2280dependencies = [
2281 "proc-macro2",
2282 "quote",
2283 "syn 1.0.109",
2284]
2285
2286[[package]]
2287name = "bytecount"
2288version = "0.6.8"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2291
2292[[package]]
2293name = "bytemuck"
2294version = "1.22.0"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2297dependencies = [
2298 "bytemuck_derive",
2299]
2300
2301[[package]]
2302name = "bytemuck_derive"
2303version = "1.9.3"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2306dependencies = [
2307 "proc-macro2",
2308 "quote",
2309 "syn 2.0.101",
2310]
2311
2312[[package]]
2313name = "byteorder"
2314version = "1.5.0"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2317
2318[[package]]
2319name = "byteorder-lite"
2320version = "0.1.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2323
2324[[package]]
2325name = "bytes"
2326version = "0.4.12"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2329dependencies = [
2330 "byteorder",
2331 "iovec",
2332]
2333
2334[[package]]
2335name = "bytes"
2336version = "1.10.1"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2339
2340[[package]]
2341name = "bytes-utils"
2342version = "0.1.4"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2345dependencies = [
2346 "bytes 1.10.1",
2347 "either",
2348]
2349
2350[[package]]
2351name = "bzip2"
2352version = "0.4.4"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2355dependencies = [
2356 "bzip2-sys",
2357 "libc",
2358]
2359
2360[[package]]
2361name = "bzip2-sys"
2362version = "0.1.13+1.0.8"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2365dependencies = [
2366 "cc",
2367 "pkg-config",
2368]
2369
2370[[package]]
2371name = "call"
2372version = "0.1.0"
2373dependencies = [
2374 "anyhow",
2375 "audio",
2376 "client",
2377 "collections",
2378 "fs",
2379 "futures 0.3.31",
2380 "gpui",
2381 "gpui_tokio",
2382 "http_client",
2383 "language",
2384 "livekit_client",
2385 "log",
2386 "postage",
2387 "project",
2388 "schemars",
2389 "serde",
2390 "serde_derive",
2391 "settings",
2392 "telemetry",
2393 "util",
2394 "workspace-hack",
2395]
2396
2397[[package]]
2398name = "calloop"
2399version = "0.13.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2402dependencies = [
2403 "bitflags 2.9.0",
2404 "log",
2405 "polling",
2406 "rustix 0.38.44",
2407 "slab",
2408 "thiserror 1.0.69",
2409]
2410
2411[[package]]
2412name = "calloop-wayland-source"
2413version = "0.3.0"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2416dependencies = [
2417 "calloop",
2418 "rustix 0.38.44",
2419 "wayland-backend",
2420 "wayland-client",
2421]
2422
2423[[package]]
2424name = "camino"
2425version = "1.1.9"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2428dependencies = [
2429 "serde",
2430]
2431
2432[[package]]
2433name = "cap-fs-ext"
2434version = "3.4.4"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2437dependencies = [
2438 "cap-primitives",
2439 "cap-std",
2440 "io-lifetimes",
2441 "windows-sys 0.59.0",
2442]
2443
2444[[package]]
2445name = "cap-net-ext"
2446version = "3.4.4"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2449dependencies = [
2450 "cap-primitives",
2451 "cap-std",
2452 "rustix 1.0.7",
2453 "smallvec",
2454]
2455
2456[[package]]
2457name = "cap-primitives"
2458version = "3.4.4"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2461dependencies = [
2462 "ambient-authority",
2463 "fs-set-times",
2464 "io-extras",
2465 "io-lifetimes",
2466 "ipnet",
2467 "maybe-owned",
2468 "rustix 1.0.7",
2469 "rustix-linux-procfs",
2470 "windows-sys 0.59.0",
2471 "winx",
2472]
2473
2474[[package]]
2475name = "cap-rand"
2476version = "3.4.4"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2479dependencies = [
2480 "ambient-authority",
2481 "rand 0.8.5",
2482]
2483
2484[[package]]
2485name = "cap-std"
2486version = "3.4.4"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2489dependencies = [
2490 "cap-primitives",
2491 "io-extras",
2492 "io-lifetimes",
2493 "rustix 1.0.7",
2494]
2495
2496[[package]]
2497name = "cap-time-ext"
2498version = "3.4.4"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2501dependencies = [
2502 "ambient-authority",
2503 "cap-primitives",
2504 "iana-time-zone",
2505 "once_cell",
2506 "rustix 1.0.7",
2507 "winx",
2508]
2509
2510[[package]]
2511name = "cargo-platform"
2512version = "0.1.9"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2515dependencies = [
2516 "serde",
2517]
2518
2519[[package]]
2520name = "cargo_metadata"
2521version = "0.19.2"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2524dependencies = [
2525 "camino",
2526 "cargo-platform",
2527 "semver",
2528 "serde",
2529 "serde_json",
2530 "thiserror 2.0.12",
2531]
2532
2533[[package]]
2534name = "cargo_toml"
2535version = "0.21.0"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2538dependencies = [
2539 "serde",
2540 "toml 0.8.20",
2541]
2542
2543[[package]]
2544name = "cast"
2545version = "0.3.0"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2548
2549[[package]]
2550name = "cbc"
2551version = "0.1.2"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2554dependencies = [
2555 "cipher",
2556]
2557
2558[[package]]
2559name = "cbindgen"
2560version = "0.28.0"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2563dependencies = [
2564 "heck 0.4.1",
2565 "indexmap",
2566 "log",
2567 "proc-macro2",
2568 "quote",
2569 "serde",
2570 "serde_json",
2571 "syn 2.0.101",
2572 "tempfile",
2573 "toml 0.8.20",
2574]
2575
2576[[package]]
2577name = "cc"
2578version = "1.2.19"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2581dependencies = [
2582 "jobserver",
2583 "libc",
2584 "shlex",
2585]
2586
2587[[package]]
2588name = "cesu8"
2589version = "1.1.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2592
2593[[package]]
2594name = "cexpr"
2595version = "0.6.0"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2598dependencies = [
2599 "nom",
2600]
2601
2602[[package]]
2603name = "cfg-expr"
2604version = "0.15.8"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2607dependencies = [
2608 "smallvec",
2609 "target-lexicon 0.12.16",
2610]
2611
2612[[package]]
2613name = "cfg-if"
2614version = "1.0.0"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2617
2618[[package]]
2619name = "cfg_aliases"
2620version = "0.1.1"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2623
2624[[package]]
2625name = "cfg_aliases"
2626version = "0.2.1"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2629
2630[[package]]
2631name = "cgl"
2632version = "0.3.2"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2635dependencies = [
2636 "libc",
2637]
2638
2639[[package]]
2640name = "channel"
2641version = "0.1.0"
2642dependencies = [
2643 "anyhow",
2644 "client",
2645 "clock",
2646 "collections",
2647 "futures 0.3.31",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "log",
2652 "rand 0.8.5",
2653 "release_channel",
2654 "rpc",
2655 "settings",
2656 "sum_tree",
2657 "text",
2658 "time",
2659 "util",
2660 "workspace-hack",
2661]
2662
2663[[package]]
2664name = "chrono"
2665version = "0.4.41"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2668dependencies = [
2669 "android-tzdata",
2670 "iana-time-zone",
2671 "js-sys",
2672 "num-traits",
2673 "serde",
2674 "wasm-bindgen",
2675 "windows-link",
2676]
2677
2678[[package]]
2679name = "chunked_transfer"
2680version = "1.5.0"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2683
2684[[package]]
2685name = "ciborium"
2686version = "0.2.2"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2689dependencies = [
2690 "ciborium-io",
2691 "ciborium-ll",
2692 "serde",
2693]
2694
2695[[package]]
2696name = "ciborium-io"
2697version = "0.2.2"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2700
2701[[package]]
2702name = "ciborium-ll"
2703version = "0.2.2"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2706dependencies = [
2707 "ciborium-io",
2708 "half",
2709]
2710
2711[[package]]
2712name = "cipher"
2713version = "0.4.4"
2714source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2716dependencies = [
2717 "crypto-common",
2718 "inout",
2719 "zeroize",
2720]
2721
2722[[package]]
2723name = "circular-buffer"
2724version = "1.1.0"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
2727
2728[[package]]
2729name = "clang-sys"
2730version = "1.8.1"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2733dependencies = [
2734 "glob",
2735 "libc",
2736 "libloading",
2737]
2738
2739[[package]]
2740name = "clap"
2741version = "4.5.37"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
2744dependencies = [
2745 "clap_builder",
2746 "clap_derive",
2747]
2748
2749[[package]]
2750name = "clap_builder"
2751version = "4.5.37"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
2754dependencies = [
2755 "anstream",
2756 "anstyle",
2757 "clap_lex",
2758 "strsim",
2759 "terminal_size",
2760]
2761
2762[[package]]
2763name = "clap_complete"
2764version = "4.5.47"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
2767dependencies = [
2768 "clap",
2769]
2770
2771[[package]]
2772name = "clap_derive"
2773version = "4.5.32"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2776dependencies = [
2777 "heck 0.5.0",
2778 "proc-macro2",
2779 "quote",
2780 "syn 2.0.101",
2781]
2782
2783[[package]]
2784name = "clap_lex"
2785version = "0.7.4"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2788
2789[[package]]
2790name = "cli"
2791version = "0.1.0"
2792dependencies = [
2793 "anyhow",
2794 "clap",
2795 "collections",
2796 "core-foundation 0.10.0",
2797 "core-services",
2798 "exec",
2799 "fork",
2800 "ipc-channel",
2801 "parking_lot",
2802 "paths",
2803 "plist",
2804 "release_channel",
2805 "serde",
2806 "tempfile",
2807 "util",
2808 "windows 0.61.1",
2809 "workspace-hack",
2810]
2811
2812[[package]]
2813name = "client"
2814version = "0.1.0"
2815dependencies = [
2816 "anyhow",
2817 "async-recursion 0.3.2",
2818 "async-tungstenite",
2819 "base64 0.22.1",
2820 "chrono",
2821 "clock",
2822 "cocoa 0.26.0",
2823 "collections",
2824 "credentials_provider",
2825 "feature_flags",
2826 "futures 0.3.31",
2827 "gpui",
2828 "gpui_tokio",
2829 "http_client",
2830 "http_client_tls",
2831 "httparse",
2832 "log",
2833 "parking_lot",
2834 "paths",
2835 "postage",
2836 "rand 0.8.5",
2837 "release_channel",
2838 "rpc",
2839 "rustls-pki-types",
2840 "schemars",
2841 "serde",
2842 "serde_json",
2843 "settings",
2844 "sha2",
2845 "smol",
2846 "telemetry",
2847 "telemetry_events",
2848 "text",
2849 "thiserror 2.0.12",
2850 "time",
2851 "tiny_http",
2852 "tokio",
2853 "tokio-native-tls",
2854 "tokio-rustls 0.26.2",
2855 "tokio-socks",
2856 "url",
2857 "util",
2858 "windows 0.61.1",
2859 "workspace-hack",
2860 "worktree",
2861]
2862
2863[[package]]
2864name = "clock"
2865version = "0.1.0"
2866dependencies = [
2867 "parking_lot",
2868 "serde",
2869 "smallvec",
2870 "workspace-hack",
2871]
2872
2873[[package]]
2874name = "clru"
2875version = "0.6.2"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2878
2879[[package]]
2880name = "cmake"
2881version = "0.1.54"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
2884dependencies = [
2885 "cc",
2886]
2887
2888[[package]]
2889name = "cobs"
2890version = "0.2.3"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2893
2894[[package]]
2895name = "cocoa"
2896version = "0.25.0"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2899dependencies = [
2900 "bitflags 1.3.2",
2901 "block",
2902 "cocoa-foundation 0.1.2",
2903 "core-foundation 0.9.4",
2904 "core-graphics 0.23.2",
2905 "foreign-types 0.5.0",
2906 "libc",
2907 "objc",
2908]
2909
2910[[package]]
2911name = "cocoa"
2912version = "0.26.0"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2915dependencies = [
2916 "bitflags 2.9.0",
2917 "block",
2918 "cocoa-foundation 0.2.0",
2919 "core-foundation 0.10.0",
2920 "core-graphics 0.24.0",
2921 "foreign-types 0.5.0",
2922 "libc",
2923 "objc",
2924]
2925
2926[[package]]
2927name = "cocoa-foundation"
2928version = "0.1.2"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2931dependencies = [
2932 "bitflags 1.3.2",
2933 "block",
2934 "core-foundation 0.9.4",
2935 "core-graphics-types 0.1.3",
2936 "libc",
2937 "objc",
2938]
2939
2940[[package]]
2941name = "cocoa-foundation"
2942version = "0.2.0"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2945dependencies = [
2946 "bitflags 2.9.0",
2947 "block",
2948 "core-foundation 0.10.0",
2949 "core-graphics-types 0.2.0",
2950 "libc",
2951 "objc",
2952]
2953
2954[[package]]
2955name = "codespan-reporting"
2956version = "0.11.1"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2959dependencies = [
2960 "termcolor",
2961 "unicode-width 0.1.14",
2962]
2963
2964[[package]]
2965name = "codespan-reporting"
2966version = "0.12.0"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
2969dependencies = [
2970 "serde",
2971 "termcolor",
2972 "unicode-width 0.2.0",
2973]
2974
2975[[package]]
2976name = "collab"
2977version = "0.44.0"
2978dependencies = [
2979 "anyhow",
2980 "assistant_context_editor",
2981 "assistant_settings",
2982 "assistant_slash_command",
2983 "assistant_tool",
2984 "async-stripe",
2985 "async-trait",
2986 "async-tungstenite",
2987 "audio",
2988 "aws-config",
2989 "aws-sdk-kinesis",
2990 "aws-sdk-s3",
2991 "axum",
2992 "axum-extra",
2993 "base64 0.22.1",
2994 "buffer_diff",
2995 "call",
2996 "channel",
2997 "chrono",
2998 "client",
2999 "clock",
3000 "collab_ui",
3001 "collections",
3002 "command_palette_hooks",
3003 "context_server",
3004 "ctor",
3005 "dap",
3006 "dap_adapters",
3007 "dashmap 6.1.0",
3008 "debugger_ui",
3009 "derive_more",
3010 "editor",
3011 "env_logger 0.11.8",
3012 "envy",
3013 "extension",
3014 "file_finder",
3015 "fs",
3016 "futures 0.3.31",
3017 "git",
3018 "git_hosting_providers",
3019 "git_ui",
3020 "gpui",
3021 "gpui_tokio",
3022 "hex",
3023 "http_client",
3024 "hyper 0.14.32",
3025 "indoc",
3026 "jsonwebtoken",
3027 "language",
3028 "language_model",
3029 "livekit_api",
3030 "livekit_client",
3031 "log",
3032 "lsp",
3033 "menu",
3034 "multi_buffer",
3035 "nanoid",
3036 "node_runtime",
3037 "notifications",
3038 "parking_lot",
3039 "pretty_assertions",
3040 "project",
3041 "prometheus",
3042 "prompt_store",
3043 "prost 0.9.0",
3044 "rand 0.8.5",
3045 "recent_projects",
3046 "release_channel",
3047 "remote",
3048 "remote_server",
3049 "reqwest 0.11.27",
3050 "reqwest_client",
3051 "rpc",
3052 "rustc-demangle",
3053 "scrypt",
3054 "sea-orm",
3055 "semantic_version",
3056 "semver",
3057 "serde",
3058 "serde_derive",
3059 "serde_json",
3060 "session",
3061 "settings",
3062 "sha2",
3063 "sqlx",
3064 "strum 0.27.1",
3065 "subtle",
3066 "supermaven_api",
3067 "task",
3068 "telemetry_events",
3069 "text",
3070 "theme",
3071 "thiserror 2.0.12",
3072 "time",
3073 "tokio",
3074 "toml 0.8.20",
3075 "tower 0.4.13",
3076 "tower-http 0.4.4",
3077 "tracing",
3078 "tracing-subscriber",
3079 "unindent",
3080 "util",
3081 "uuid",
3082 "workspace",
3083 "workspace-hack",
3084 "worktree",
3085 "zed_llm_client",
3086]
3087
3088[[package]]
3089name = "collab_ui"
3090version = "0.1.0"
3091dependencies = [
3092 "anyhow",
3093 "call",
3094 "channel",
3095 "chrono",
3096 "client",
3097 "collections",
3098 "db",
3099 "editor",
3100 "emojis",
3101 "futures 0.3.31",
3102 "fuzzy",
3103 "gpui",
3104 "http_client",
3105 "language",
3106 "log",
3107 "menu",
3108 "notifications",
3109 "picker",
3110 "pretty_assertions",
3111 "project",
3112 "release_channel",
3113 "rich_text",
3114 "rpc",
3115 "schemars",
3116 "serde",
3117 "serde_derive",
3118 "serde_json",
3119 "settings",
3120 "smallvec",
3121 "story",
3122 "telemetry",
3123 "theme",
3124 "time",
3125 "time_format",
3126 "title_bar",
3127 "tree-sitter-md",
3128 "ui",
3129 "util",
3130 "workspace",
3131 "workspace-hack",
3132]
3133
3134[[package]]
3135name = "collections"
3136version = "0.1.0"
3137dependencies = [
3138 "indexmap",
3139 "rustc-hash 2.1.1",
3140 "workspace-hack",
3141]
3142
3143[[package]]
3144name = "color_quant"
3145version = "1.1.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3148
3149[[package]]
3150name = "colorchoice"
3151version = "1.0.3"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3154
3155[[package]]
3156name = "combine"
3157version = "4.6.7"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3160dependencies = [
3161 "bytes 1.10.1",
3162 "memchr",
3163]
3164
3165[[package]]
3166name = "command_palette"
3167version = "0.1.0"
3168dependencies = [
3169 "anyhow",
3170 "client",
3171 "collections",
3172 "command_palette_hooks",
3173 "ctor",
3174 "db",
3175 "editor",
3176 "env_logger 0.11.8",
3177 "fuzzy",
3178 "go_to_line",
3179 "gpui",
3180 "language",
3181 "log",
3182 "menu",
3183 "picker",
3184 "postage",
3185 "project",
3186 "serde",
3187 "serde_json",
3188 "settings",
3189 "telemetry",
3190 "theme",
3191 "time",
3192 "ui",
3193 "util",
3194 "workspace",
3195 "workspace-hack",
3196 "zed_actions",
3197]
3198
3199[[package]]
3200name = "command_palette_hooks"
3201version = "0.1.0"
3202dependencies = [
3203 "collections",
3204 "derive_more",
3205 "gpui",
3206 "workspace-hack",
3207]
3208
3209[[package]]
3210name = "component"
3211version = "0.1.0"
3212dependencies = [
3213 "collections",
3214 "gpui",
3215 "inventory",
3216 "parking_lot",
3217 "strum 0.27.1",
3218 "theme",
3219 "workspace-hack",
3220]
3221
3222[[package]]
3223name = "concurrent-queue"
3224version = "2.5.0"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3227dependencies = [
3228 "crossbeam-utils",
3229]
3230
3231[[package]]
3232name = "console"
3233version = "0.15.11"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3236dependencies = [
3237 "encode_unicode",
3238 "libc",
3239 "once_cell",
3240 "unicode-width 0.2.0",
3241 "windows-sys 0.59.0",
3242]
3243
3244[[package]]
3245name = "const-oid"
3246version = "0.9.6"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3249
3250[[package]]
3251name = "const-random"
3252version = "0.1.18"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3255dependencies = [
3256 "const-random-macro",
3257]
3258
3259[[package]]
3260name = "const-random-macro"
3261version = "0.1.16"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3264dependencies = [
3265 "getrandom 0.2.15",
3266 "once_cell",
3267 "tiny-keccak",
3268]
3269
3270[[package]]
3271name = "constant_time_eq"
3272version = "0.1.5"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3275
3276[[package]]
3277name = "constant_time_eq"
3278version = "0.3.1"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3281
3282[[package]]
3283name = "context_server"
3284version = "0.1.0"
3285dependencies = [
3286 "anyhow",
3287 "async-trait",
3288 "collections",
3289 "futures 0.3.31",
3290 "gpui",
3291 "log",
3292 "parking_lot",
3293 "postage",
3294 "schemars",
3295 "serde",
3296 "serde_json",
3297 "smol",
3298 "url",
3299 "util",
3300 "workspace-hack",
3301]
3302
3303[[package]]
3304name = "convert_case"
3305version = "0.4.0"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3308
3309[[package]]
3310name = "convert_case"
3311version = "0.6.0"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3314dependencies = [
3315 "unicode-segmentation",
3316]
3317
3318[[package]]
3319name = "convert_case"
3320version = "0.8.0"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3323dependencies = [
3324 "unicode-segmentation",
3325]
3326
3327[[package]]
3328name = "copilot"
3329version = "0.1.0"
3330dependencies = [
3331 "anyhow",
3332 "async-std",
3333 "chrono",
3334 "client",
3335 "clock",
3336 "collections",
3337 "command_palette_hooks",
3338 "ctor",
3339 "editor",
3340 "env_logger 0.11.8",
3341 "fs",
3342 "futures 0.3.31",
3343 "gpui",
3344 "http_client",
3345 "indoc",
3346 "inline_completion",
3347 "itertools 0.14.0",
3348 "language",
3349 "log",
3350 "lsp",
3351 "menu",
3352 "node_runtime",
3353 "parking_lot",
3354 "paths",
3355 "project",
3356 "rpc",
3357 "serde",
3358 "serde_json",
3359 "settings",
3360 "task",
3361 "theme",
3362 "ui",
3363 "util",
3364 "workspace",
3365 "workspace-hack",
3366]
3367
3368[[package]]
3369name = "core-foundation"
3370version = "0.9.4"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3373dependencies = [
3374 "core-foundation-sys",
3375 "libc",
3376]
3377
3378[[package]]
3379name = "core-foundation"
3380version = "0.10.0"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3383dependencies = [
3384 "core-foundation-sys",
3385 "libc",
3386]
3387
3388[[package]]
3389name = "core-foundation-sys"
3390version = "0.8.7"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3393
3394[[package]]
3395name = "core-graphics"
3396version = "0.23.2"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3399dependencies = [
3400 "bitflags 1.3.2",
3401 "core-foundation 0.9.4",
3402 "core-graphics-types 0.1.3",
3403 "foreign-types 0.5.0",
3404 "libc",
3405]
3406
3407[[package]]
3408name = "core-graphics"
3409version = "0.24.0"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3412dependencies = [
3413 "bitflags 2.9.0",
3414 "core-foundation 0.10.0",
3415 "core-graphics-types 0.2.0",
3416 "foreign-types 0.5.0",
3417 "libc",
3418]
3419
3420[[package]]
3421name = "core-graphics-helmer-fork"
3422version = "0.24.0"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3425dependencies = [
3426 "bitflags 2.9.0",
3427 "core-foundation 0.9.4",
3428 "core-graphics-types 0.1.3",
3429 "foreign-types 0.5.0",
3430 "libc",
3431]
3432
3433[[package]]
3434name = "core-graphics-types"
3435version = "0.1.3"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3438dependencies = [
3439 "bitflags 1.3.2",
3440 "core-foundation 0.9.4",
3441 "libc",
3442]
3443
3444[[package]]
3445name = "core-graphics-types"
3446version = "0.2.0"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3449dependencies = [
3450 "bitflags 2.9.0",
3451 "core-foundation 0.10.0",
3452 "libc",
3453]
3454
3455[[package]]
3456name = "core-graphics2"
3457version = "0.4.1"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3460dependencies = [
3461 "bitflags 2.9.0",
3462 "block",
3463 "cfg-if",
3464 "core-foundation 0.10.0",
3465 "libc",
3466]
3467
3468[[package]]
3469name = "core-services"
3470version = "0.2.1"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3473dependencies = [
3474 "core-foundation 0.9.4",
3475]
3476
3477[[package]]
3478name = "core-text"
3479version = "21.0.0"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3482dependencies = [
3483 "core-foundation 0.10.0",
3484 "core-graphics 0.24.0",
3485 "foreign-types 0.5.0",
3486 "libc",
3487]
3488
3489[[package]]
3490name = "core-video"
3491version = "0.4.3"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3494dependencies = [
3495 "block",
3496 "core-foundation 0.10.0",
3497 "core-graphics2",
3498 "io-surface",
3499 "libc",
3500 "metal",
3501]
3502
3503[[package]]
3504name = "core_maths"
3505version = "0.1.1"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3508dependencies = [
3509 "libm",
3510]
3511
3512[[package]]
3513name = "coreaudio-rs"
3514version = "0.11.3"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3517dependencies = [
3518 "bitflags 1.3.2",
3519 "core-foundation-sys",
3520 "coreaudio-sys",
3521]
3522
3523[[package]]
3524name = "coreaudio-rs"
3525version = "0.12.1"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3528dependencies = [
3529 "bitflags 1.3.2",
3530 "core-foundation-sys",
3531 "coreaudio-sys",
3532]
3533
3534[[package]]
3535name = "coreaudio-sys"
3536version = "0.2.16"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3539dependencies = [
3540 "bindgen 0.70.1",
3541]
3542
3543[[package]]
3544name = "cosmic-text"
3545version = "0.14.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3548dependencies = [
3549 "bitflags 2.9.0",
3550 "fontdb 0.16.2",
3551 "log",
3552 "rangemap",
3553 "rustc-hash 1.1.0",
3554 "rustybuzz 0.14.1",
3555 "self_cell",
3556 "smol_str 0.2.2",
3557 "swash",
3558 "sys-locale",
3559 "ttf-parser 0.21.1",
3560 "unicode-bidi",
3561 "unicode-linebreak",
3562 "unicode-script",
3563 "unicode-segmentation",
3564]
3565
3566[[package]]
3567name = "cpal"
3568version = "0.15.3"
3569source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3570dependencies = [
3571 "alsa",
3572 "core-foundation-sys",
3573 "coreaudio-rs 0.11.3",
3574 "dasp_sample",
3575 "jni",
3576 "js-sys",
3577 "libc",
3578 "mach2",
3579 "ndk",
3580 "ndk-context",
3581 "oboe",
3582 "wasm-bindgen",
3583 "wasm-bindgen-futures",
3584 "web-sys",
3585 "windows 0.54.0",
3586]
3587
3588[[package]]
3589name = "cpp_demangle"
3590version = "0.4.4"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3593dependencies = [
3594 "cfg-if",
3595]
3596
3597[[package]]
3598name = "cpufeatures"
3599version = "0.2.17"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3602dependencies = [
3603 "libc",
3604]
3605
3606[[package]]
3607name = "cranelift-bforest"
3608version = "0.116.1"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3611dependencies = [
3612 "cranelift-entity",
3613]
3614
3615[[package]]
3616name = "cranelift-bitset"
3617version = "0.116.1"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3620dependencies = [
3621 "serde",
3622 "serde_derive",
3623]
3624
3625[[package]]
3626name = "cranelift-codegen"
3627version = "0.116.1"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3630dependencies = [
3631 "bumpalo",
3632 "cranelift-bforest",
3633 "cranelift-bitset",
3634 "cranelift-codegen-meta",
3635 "cranelift-codegen-shared",
3636 "cranelift-control",
3637 "cranelift-entity",
3638 "cranelift-isle",
3639 "gimli",
3640 "hashbrown 0.14.5",
3641 "log",
3642 "postcard",
3643 "regalloc2",
3644 "rustc-hash 2.1.1",
3645 "serde",
3646 "serde_derive",
3647 "sha2",
3648 "smallvec",
3649 "target-lexicon 0.13.2",
3650]
3651
3652[[package]]
3653name = "cranelift-codegen-meta"
3654version = "0.116.1"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3657dependencies = [
3658 "cranelift-codegen-shared",
3659]
3660
3661[[package]]
3662name = "cranelift-codegen-shared"
3663version = "0.116.1"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3666
3667[[package]]
3668name = "cranelift-control"
3669version = "0.116.1"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3672dependencies = [
3673 "arbitrary",
3674]
3675
3676[[package]]
3677name = "cranelift-entity"
3678version = "0.116.1"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3681dependencies = [
3682 "cranelift-bitset",
3683 "serde",
3684 "serde_derive",
3685]
3686
3687[[package]]
3688name = "cranelift-frontend"
3689version = "0.116.1"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3692dependencies = [
3693 "cranelift-codegen",
3694 "log",
3695 "smallvec",
3696 "target-lexicon 0.13.2",
3697]
3698
3699[[package]]
3700name = "cranelift-isle"
3701version = "0.116.1"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3704
3705[[package]]
3706name = "cranelift-native"
3707version = "0.116.1"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3710dependencies = [
3711 "cranelift-codegen",
3712 "libc",
3713 "target-lexicon 0.13.2",
3714]
3715
3716[[package]]
3717name = "crc"
3718version = "3.2.1"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3721dependencies = [
3722 "crc-catalog",
3723]
3724
3725[[package]]
3726name = "crc-catalog"
3727version = "2.4.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3730
3731[[package]]
3732name = "crc32c"
3733version = "0.6.8"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3736dependencies = [
3737 "rustc_version",
3738]
3739
3740[[package]]
3741name = "crc32fast"
3742version = "1.4.2"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3745dependencies = [
3746 "cfg-if",
3747]
3748
3749[[package]]
3750name = "crc64fast-nvme"
3751version = "1.2.0"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3754dependencies = [
3755 "crc",
3756]
3757
3758[[package]]
3759name = "credentials_provider"
3760version = "0.1.0"
3761dependencies = [
3762 "anyhow",
3763 "futures 0.3.31",
3764 "gpui",
3765 "paths",
3766 "release_channel",
3767 "serde",
3768 "serde_json",
3769 "workspace-hack",
3770]
3771
3772[[package]]
3773name = "criterion"
3774version = "0.5.1"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3777dependencies = [
3778 "anes",
3779 "cast",
3780 "ciborium",
3781 "clap",
3782 "criterion-plot",
3783 "is-terminal",
3784 "itertools 0.10.5",
3785 "num-traits",
3786 "once_cell",
3787 "oorandom",
3788 "plotters",
3789 "rayon",
3790 "regex",
3791 "serde",
3792 "serde_derive",
3793 "serde_json",
3794 "tinytemplate",
3795 "walkdir",
3796]
3797
3798[[package]]
3799name = "criterion-plot"
3800version = "0.5.0"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3803dependencies = [
3804 "cast",
3805 "itertools 0.10.5",
3806]
3807
3808[[package]]
3809name = "crossbeam-channel"
3810version = "0.5.15"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3813dependencies = [
3814 "crossbeam-utils",
3815]
3816
3817[[package]]
3818name = "crossbeam-deque"
3819version = "0.8.6"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3822dependencies = [
3823 "crossbeam-epoch",
3824 "crossbeam-utils",
3825]
3826
3827[[package]]
3828name = "crossbeam-epoch"
3829version = "0.9.18"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3832dependencies = [
3833 "crossbeam-utils",
3834]
3835
3836[[package]]
3837name = "crossbeam-queue"
3838version = "0.3.12"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3841dependencies = [
3842 "crossbeam-utils",
3843]
3844
3845[[package]]
3846name = "crossbeam-utils"
3847version = "0.8.21"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3850
3851[[package]]
3852name = "crunchy"
3853version = "0.2.3"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3856
3857[[package]]
3858name = "crypto-bigint"
3859version = "0.4.9"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3862dependencies = [
3863 "generic-array",
3864 "rand_core 0.6.4",
3865 "subtle",
3866 "zeroize",
3867]
3868
3869[[package]]
3870name = "crypto-bigint"
3871version = "0.5.5"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3874dependencies = [
3875 "rand_core 0.6.4",
3876 "subtle",
3877]
3878
3879[[package]]
3880name = "crypto-common"
3881version = "0.1.6"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3884dependencies = [
3885 "generic-array",
3886 "rand_core 0.6.4",
3887 "typenum",
3888]
3889
3890[[package]]
3891name = "cssparser"
3892version = "0.35.0"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3895dependencies = [
3896 "cssparser-macros",
3897 "dtoa-short",
3898 "itoa",
3899 "phf",
3900 "smallvec",
3901]
3902
3903[[package]]
3904name = "cssparser-macros"
3905version = "0.6.1"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3908dependencies = [
3909 "quote",
3910 "syn 2.0.101",
3911]
3912
3913[[package]]
3914name = "ctor"
3915version = "0.4.2"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3918dependencies = [
3919 "ctor-proc-macro",
3920 "dtor",
3921]
3922
3923[[package]]
3924name = "ctor-proc-macro"
3925version = "0.0.5"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3928
3929[[package]]
3930name = "ctrlc"
3931version = "3.4.6"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3934dependencies = [
3935 "nix 0.29.0",
3936 "windows-sys 0.59.0",
3937]
3938
3939[[package]]
3940name = "cursor-icon"
3941version = "1.1.0"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3944
3945[[package]]
3946name = "cxx"
3947version = "1.0.157"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3950dependencies = [
3951 "cc",
3952 "cxxbridge-cmd",
3953 "cxxbridge-flags",
3954 "cxxbridge-macro",
3955 "foldhash",
3956 "link-cplusplus",
3957]
3958
3959[[package]]
3960name = "cxx-build"
3961version = "1.0.157"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3964dependencies = [
3965 "cc",
3966 "codespan-reporting 0.12.0",
3967 "proc-macro2",
3968 "quote",
3969 "scratch",
3970 "syn 2.0.101",
3971]
3972
3973[[package]]
3974name = "cxxbridge-cmd"
3975version = "1.0.157"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3978dependencies = [
3979 "clap",
3980 "codespan-reporting 0.12.0",
3981 "proc-macro2",
3982 "quote",
3983 "syn 2.0.101",
3984]
3985
3986[[package]]
3987name = "cxxbridge-flags"
3988version = "1.0.157"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3991
3992[[package]]
3993name = "cxxbridge-macro"
3994version = "1.0.157"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3997dependencies = [
3998 "proc-macro2",
3999 "quote",
4000 "rustversion",
4001 "syn 2.0.101",
4002]
4003
4004[[package]]
4005name = "dap"
4006version = "0.1.0"
4007dependencies = [
4008 "anyhow",
4009 "async-compression",
4010 "async-pipe",
4011 "async-tar",
4012 "async-trait",
4013 "client",
4014 "collections",
4015 "dap-types",
4016 "env_logger 0.11.8",
4017 "fs",
4018 "futures 0.3.31",
4019 "gpui",
4020 "http_client",
4021 "language",
4022 "log",
4023 "node_runtime",
4024 "parking_lot",
4025 "paths",
4026 "proto",
4027 "schemars",
4028 "serde",
4029 "serde_json",
4030 "settings",
4031 "smallvec",
4032 "smol",
4033 "task",
4034 "telemetry",
4035 "util",
4036 "workspace-hack",
4037]
4038
4039[[package]]
4040name = "dap-types"
4041version = "0.0.1"
4042source = "git+https://github.com/zed-industries/dap-types?rev=68516de327fa1be15214133a0a2e52a12982ce75#68516de327fa1be15214133a0a2e52a12982ce75"
4043dependencies = [
4044 "schemars",
4045 "serde",
4046 "serde_json",
4047]
4048
4049[[package]]
4050name = "dap_adapters"
4051version = "0.1.0"
4052dependencies = [
4053 "anyhow",
4054 "async-trait",
4055 "dap",
4056 "futures 0.3.31",
4057 "gpui",
4058 "json_dotpath",
4059 "language",
4060 "paths",
4061 "serde",
4062 "serde_json",
4063 "smol",
4064 "task",
4065 "util",
4066 "workspace-hack",
4067]
4068
4069[[package]]
4070name = "darling"
4071version = "0.20.11"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4074dependencies = [
4075 "darling_core",
4076 "darling_macro",
4077]
4078
4079[[package]]
4080name = "darling_core"
4081version = "0.20.11"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4084dependencies = [
4085 "fnv",
4086 "ident_case",
4087 "proc-macro2",
4088 "quote",
4089 "strsim",
4090 "syn 2.0.101",
4091]
4092
4093[[package]]
4094name = "darling_macro"
4095version = "0.20.11"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4098dependencies = [
4099 "darling_core",
4100 "quote",
4101 "syn 2.0.101",
4102]
4103
4104[[package]]
4105name = "dashmap"
4106version = "5.5.3"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4109dependencies = [
4110 "cfg-if",
4111 "hashbrown 0.14.5",
4112 "lock_api",
4113 "once_cell",
4114 "parking_lot_core",
4115]
4116
4117[[package]]
4118name = "dashmap"
4119version = "6.1.0"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4122dependencies = [
4123 "cfg-if",
4124 "crossbeam-utils",
4125 "hashbrown 0.14.5",
4126 "lock_api",
4127 "once_cell",
4128 "parking_lot_core",
4129]
4130
4131[[package]]
4132name = "dasp_sample"
4133version = "0.11.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4136
4137[[package]]
4138name = "data-encoding"
4139version = "2.9.0"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4142
4143[[package]]
4144name = "data-url"
4145version = "0.3.1"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4148
4149[[package]]
4150name = "db"
4151version = "0.1.0"
4152dependencies = [
4153 "anyhow",
4154 "gpui",
4155 "indoc",
4156 "log",
4157 "paths",
4158 "release_channel",
4159 "smol",
4160 "sqlez",
4161 "sqlez_macros",
4162 "tempfile",
4163 "util",
4164 "workspace-hack",
4165]
4166
4167[[package]]
4168name = "dbus"
4169version = "0.9.7"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4172dependencies = [
4173 "libc",
4174 "libdbus-sys",
4175 "winapi",
4176]
4177
4178[[package]]
4179name = "debug_adapter_extension"
4180version = "0.1.0"
4181dependencies = [
4182 "anyhow",
4183 "async-trait",
4184 "dap",
4185 "extension",
4186 "gpui",
4187 "serde_json",
4188 "task",
4189 "workspace-hack",
4190]
4191
4192[[package]]
4193name = "debugger_tools"
4194version = "0.1.0"
4195dependencies = [
4196 "anyhow",
4197 "dap",
4198 "editor",
4199 "futures 0.3.31",
4200 "gpui",
4201 "project",
4202 "serde_json",
4203 "settings",
4204 "smol",
4205 "util",
4206 "workspace",
4207 "workspace-hack",
4208]
4209
4210[[package]]
4211name = "debugger_ui"
4212version = "0.1.0"
4213dependencies = [
4214 "anyhow",
4215 "client",
4216 "collections",
4217 "command_palette_hooks",
4218 "dap",
4219 "dap_adapters",
4220 "db",
4221 "debugger_tools",
4222 "editor",
4223 "env_logger 0.11.8",
4224 "feature_flags",
4225 "file_icons",
4226 "futures 0.3.31",
4227 "fuzzy",
4228 "gpui",
4229 "language",
4230 "log",
4231 "menu",
4232 "parking_lot",
4233 "paths",
4234 "picker",
4235 "pretty_assertions",
4236 "project",
4237 "rpc",
4238 "serde",
4239 "serde_json",
4240 "settings",
4241 "shlex",
4242 "sysinfo",
4243 "task",
4244 "tasks_ui",
4245 "terminal_view",
4246 "theme",
4247 "ui",
4248 "unindent",
4249 "util",
4250 "workspace",
4251 "workspace-hack",
4252]
4253
4254[[package]]
4255name = "deepseek"
4256version = "0.1.0"
4257dependencies = [
4258 "anyhow",
4259 "futures 0.3.31",
4260 "http_client",
4261 "schemars",
4262 "serde",
4263 "serde_json",
4264 "workspace-hack",
4265]
4266
4267[[package]]
4268name = "deflate64"
4269version = "0.1.9"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4272
4273[[package]]
4274name = "der"
4275version = "0.6.1"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4278dependencies = [
4279 "const-oid",
4280 "zeroize",
4281]
4282
4283[[package]]
4284name = "der"
4285version = "0.7.10"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4288dependencies = [
4289 "const-oid",
4290 "pem-rfc7468",
4291 "zeroize",
4292]
4293
4294[[package]]
4295name = "deranged"
4296version = "0.4.0"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4299dependencies = [
4300 "powerfmt",
4301 "serde",
4302]
4303
4304[[package]]
4305name = "derive_builder"
4306version = "0.20.2"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4309dependencies = [
4310 "derive_builder_macro",
4311]
4312
4313[[package]]
4314name = "derive_builder_core"
4315version = "0.20.2"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4318dependencies = [
4319 "darling",
4320 "proc-macro2",
4321 "quote",
4322 "syn 2.0.101",
4323]
4324
4325[[package]]
4326name = "derive_builder_macro"
4327version = "0.20.2"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4330dependencies = [
4331 "derive_builder_core",
4332 "syn 2.0.101",
4333]
4334
4335[[package]]
4336name = "derive_more"
4337version = "0.99.19"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4340dependencies = [
4341 "convert_case 0.4.0",
4342 "proc-macro2",
4343 "quote",
4344 "rustc_version",
4345 "syn 2.0.101",
4346]
4347
4348[[package]]
4349name = "derive_refineable"
4350version = "0.1.0"
4351dependencies = [
4352 "proc-macro2",
4353 "quote",
4354 "syn 1.0.109",
4355 "workspace-hack",
4356]
4357
4358[[package]]
4359name = "diagnostics"
4360version = "0.1.0"
4361dependencies = [
4362 "anyhow",
4363 "client",
4364 "collections",
4365 "component",
4366 "ctor",
4367 "editor",
4368 "env_logger 0.11.8",
4369 "futures 0.3.31",
4370 "gpui",
4371 "indoc",
4372 "language",
4373 "log",
4374 "lsp",
4375 "markdown",
4376 "pretty_assertions",
4377 "project",
4378 "rand 0.8.5",
4379 "serde",
4380 "serde_json",
4381 "settings",
4382 "text",
4383 "theme",
4384 "ui",
4385 "unindent",
4386 "util",
4387 "workspace",
4388 "workspace-hack",
4389]
4390
4391[[package]]
4392name = "dialoguer"
4393version = "0.11.0"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4396dependencies = [
4397 "console",
4398 "fuzzy-matcher",
4399 "shell-words",
4400 "tempfile",
4401 "thiserror 1.0.69",
4402 "zeroize",
4403]
4404
4405[[package]]
4406name = "diff"
4407version = "0.1.13"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4410
4411[[package]]
4412name = "diffy"
4413version = "0.4.2"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4416dependencies = [
4417 "nu-ansi-term 0.50.1",
4418]
4419
4420[[package]]
4421name = "digest"
4422version = "0.10.7"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4425dependencies = [
4426 "block-buffer",
4427 "const-oid",
4428 "crypto-common",
4429 "subtle",
4430]
4431
4432[[package]]
4433name = "dirs"
4434version = "4.0.0"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4437dependencies = [
4438 "dirs-sys 0.3.7",
4439]
4440
4441[[package]]
4442name = "dirs"
4443version = "5.0.1"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4446dependencies = [
4447 "dirs-sys 0.4.1",
4448]
4449
4450[[package]]
4451name = "dirs"
4452version = "6.0.0"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4455dependencies = [
4456 "dirs-sys 0.5.0",
4457]
4458
4459[[package]]
4460name = "dirs-sys"
4461version = "0.3.7"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4464dependencies = [
4465 "libc",
4466 "redox_users 0.4.6",
4467 "winapi",
4468]
4469
4470[[package]]
4471name = "dirs-sys"
4472version = "0.4.1"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4475dependencies = [
4476 "libc",
4477 "option-ext",
4478 "redox_users 0.4.6",
4479 "windows-sys 0.48.0",
4480]
4481
4482[[package]]
4483name = "dirs-sys"
4484version = "0.5.0"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4487dependencies = [
4488 "libc",
4489 "option-ext",
4490 "redox_users 0.5.0",
4491 "windows-sys 0.59.0",
4492]
4493
4494[[package]]
4495name = "dispatch"
4496version = "0.2.0"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4499
4500[[package]]
4501name = "dispatch2"
4502version = "0.3.0"
4503source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4505dependencies = [
4506 "bitflags 2.9.0",
4507 "objc2",
4508]
4509
4510[[package]]
4511name = "displaydoc"
4512version = "0.2.5"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4515dependencies = [
4516 "proc-macro2",
4517 "quote",
4518 "syn 2.0.101",
4519]
4520
4521[[package]]
4522name = "dlib"
4523version = "0.5.2"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4526dependencies = [
4527 "libloading",
4528]
4529
4530[[package]]
4531name = "docs_preprocessor"
4532version = "0.1.0"
4533dependencies = [
4534 "anyhow",
4535 "clap",
4536 "mdbook",
4537 "regex",
4538 "serde",
4539 "serde_json",
4540 "settings",
4541 "util",
4542 "workspace-hack",
4543]
4544
4545[[package]]
4546name = "documented"
4547version = "0.9.1"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4550dependencies = [
4551 "documented-macros",
4552 "phf",
4553 "thiserror 1.0.69",
4554]
4555
4556[[package]]
4557name = "documented-macros"
4558version = "0.9.1"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4561dependencies = [
4562 "convert_case 0.6.0",
4563 "itertools 0.13.0",
4564 "optfield",
4565 "proc-macro2",
4566 "quote",
4567 "strum 0.26.3",
4568 "syn 2.0.101",
4569]
4570
4571[[package]]
4572name = "dotenv"
4573version = "0.15.0"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4576
4577[[package]]
4578name = "dotenvy"
4579version = "0.15.7"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4582
4583[[package]]
4584name = "downcast-rs"
4585version = "1.2.1"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4588
4589[[package]]
4590name = "doxygen-rs"
4591version = "0.4.2"
4592source = "registry+https://github.com/rust-lang/crates.io-index"
4593checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4594dependencies = [
4595 "phf",
4596]
4597
4598[[package]]
4599name = "dtoa"
4600version = "1.0.10"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4603
4604[[package]]
4605name = "dtoa-short"
4606version = "0.3.5"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4609dependencies = [
4610 "dtoa",
4611]
4612
4613[[package]]
4614name = "dtor"
4615version = "0.0.6"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4618dependencies = [
4619 "dtor-proc-macro",
4620]
4621
4622[[package]]
4623name = "dtor-proc-macro"
4624version = "0.0.5"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4627
4628[[package]]
4629name = "dunce"
4630version = "1.0.5"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4633
4634[[package]]
4635name = "dwrote"
4636version = "0.11.3"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4639dependencies = [
4640 "lazy_static",
4641 "libc",
4642 "winapi",
4643 "wio",
4644]
4645
4646[[package]]
4647name = "dyn-clone"
4648version = "1.0.19"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4651
4652[[package]]
4653name = "ec4rs"
4654version = "1.2.0"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4657
4658[[package]]
4659name = "ecdsa"
4660version = "0.14.8"
4661source = "registry+https://github.com/rust-lang/crates.io-index"
4662checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4663dependencies = [
4664 "der 0.6.1",
4665 "elliptic-curve",
4666 "rfc6979",
4667 "signature 1.6.4",
4668]
4669
4670[[package]]
4671name = "editor"
4672version = "0.1.0"
4673dependencies = [
4674 "aho-corasick",
4675 "anyhow",
4676 "assets",
4677 "buffer_diff",
4678 "client",
4679 "clock",
4680 "collections",
4681 "command_palette_hooks",
4682 "convert_case 0.8.0",
4683 "ctor",
4684 "dap",
4685 "db",
4686 "emojis",
4687 "env_logger 0.11.8",
4688 "feature_flags",
4689 "file_icons",
4690 "fs",
4691 "futures 0.3.31",
4692 "fuzzy",
4693 "git",
4694 "gpui",
4695 "http_client",
4696 "indoc",
4697 "inline_completion",
4698 "itertools 0.14.0",
4699 "language",
4700 "languages",
4701 "linkify",
4702 "log",
4703 "lsp",
4704 "markdown",
4705 "menu",
4706 "multi_buffer",
4707 "ordered-float 2.10.1",
4708 "parking_lot",
4709 "pretty_assertions",
4710 "project",
4711 "rand 0.8.5",
4712 "release_channel",
4713 "rpc",
4714 "schemars",
4715 "serde",
4716 "serde_json",
4717 "settings",
4718 "smallvec",
4719 "smol",
4720 "snippet",
4721 "sum_tree",
4722 "task",
4723 "telemetry",
4724 "tempfile",
4725 "text",
4726 "theme",
4727 "time",
4728 "tree-sitter-html",
4729 "tree-sitter-python",
4730 "tree-sitter-rust",
4731 "tree-sitter-typescript",
4732 "ui",
4733 "unicode-script",
4734 "unicode-segmentation",
4735 "unindent",
4736 "url",
4737 "util",
4738 "uuid",
4739 "workspace",
4740 "workspace-hack",
4741 "zed_actions",
4742]
4743
4744[[package]]
4745name = "either"
4746version = "1.15.0"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4749dependencies = [
4750 "serde",
4751]
4752
4753[[package]]
4754name = "elasticlunr-rs"
4755version = "3.0.2"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4758dependencies = [
4759 "regex",
4760 "serde",
4761 "serde_derive",
4762 "serde_json",
4763]
4764
4765[[package]]
4766name = "elliptic-curve"
4767version = "0.12.3"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4770dependencies = [
4771 "base16ct",
4772 "crypto-bigint 0.4.9",
4773 "der 0.6.1",
4774 "digest",
4775 "ff",
4776 "generic-array",
4777 "group",
4778 "pkcs8 0.9.0",
4779 "rand_core 0.6.4",
4780 "sec1",
4781 "subtle",
4782 "zeroize",
4783]
4784
4785[[package]]
4786name = "email_address"
4787version = "0.2.9"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4790dependencies = [
4791 "serde",
4792]
4793
4794[[package]]
4795name = "embed-resource"
4796version = "3.0.2"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4799dependencies = [
4800 "cc",
4801 "memchr",
4802 "rustc_version",
4803 "toml 0.8.20",
4804 "vswhom",
4805 "winreg 0.52.0",
4806]
4807
4808[[package]]
4809name = "embedded-io"
4810version = "0.4.0"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4813
4814[[package]]
4815name = "embedded-io"
4816version = "0.6.1"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4819
4820[[package]]
4821name = "emojis"
4822version = "0.6.4"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4825dependencies = [
4826 "phf",
4827]
4828
4829[[package]]
4830name = "encode_unicode"
4831version = "1.0.0"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4834
4835[[package]]
4836name = "encoding_rs"
4837version = "0.8.35"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4840dependencies = [
4841 "cfg-if",
4842]
4843
4844[[package]]
4845name = "endi"
4846version = "1.1.0"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4849
4850[[package]]
4851name = "enumflags2"
4852version = "0.7.11"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4855dependencies = [
4856 "enumflags2_derive",
4857 "serde",
4858]
4859
4860[[package]]
4861name = "enumflags2_derive"
4862version = "0.7.11"
4863source = "registry+https://github.com/rust-lang/crates.io-index"
4864checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4865dependencies = [
4866 "proc-macro2",
4867 "quote",
4868 "syn 2.0.101",
4869]
4870
4871[[package]]
4872name = "env_filter"
4873version = "0.1.3"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4876dependencies = [
4877 "log",
4878 "regex",
4879]
4880
4881[[package]]
4882name = "env_logger"
4883version = "0.10.2"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4886dependencies = [
4887 "humantime",
4888 "is-terminal",
4889 "log",
4890 "regex",
4891 "termcolor",
4892]
4893
4894[[package]]
4895name = "env_logger"
4896version = "0.11.8"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4899dependencies = [
4900 "anstream",
4901 "anstyle",
4902 "env_filter",
4903 "jiff",
4904 "log",
4905]
4906
4907[[package]]
4908name = "envy"
4909version = "0.4.2"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4912dependencies = [
4913 "serde",
4914]
4915
4916[[package]]
4917name = "equivalent"
4918version = "1.0.2"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4921
4922[[package]]
4923name = "erased-serde"
4924version = "0.4.6"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4927dependencies = [
4928 "serde",
4929 "typeid",
4930]
4931
4932[[package]]
4933name = "errno"
4934version = "0.2.8"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4937dependencies = [
4938 "errno-dragonfly",
4939 "libc",
4940 "winapi",
4941]
4942
4943[[package]]
4944name = "errno"
4945version = "0.3.11"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4948dependencies = [
4949 "libc",
4950 "windows-sys 0.59.0",
4951]
4952
4953[[package]]
4954name = "errno-dragonfly"
4955version = "0.1.2"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4958dependencies = [
4959 "cc",
4960 "libc",
4961]
4962
4963[[package]]
4964name = "etagere"
4965version = "0.2.15"
4966source = "registry+https://github.com/rust-lang/crates.io-index"
4967checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4968dependencies = [
4969 "euclid",
4970 "svg_fmt",
4971]
4972
4973[[package]]
4974name = "etcetera"
4975version = "0.8.0"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4978dependencies = [
4979 "cfg-if",
4980 "home",
4981 "windows-sys 0.48.0",
4982]
4983
4984[[package]]
4985name = "euclid"
4986version = "0.22.11"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4989dependencies = [
4990 "num-traits",
4991]
4992
4993[[package]]
4994name = "eval"
4995version = "0.1.0"
4996dependencies = [
4997 "agent",
4998 "anyhow",
4999 "assistant_settings",
5000 "assistant_tool",
5001 "assistant_tools",
5002 "async-trait",
5003 "async-watch",
5004 "buffer_diff",
5005 "chrono",
5006 "clap",
5007 "client",
5008 "collections",
5009 "debug_adapter_extension",
5010 "dirs 4.0.0",
5011 "dotenv",
5012 "env_logger 0.11.8",
5013 "extension",
5014 "fs",
5015 "futures 0.3.31",
5016 "gpui",
5017 "gpui_tokio",
5018 "handlebars 4.5.0",
5019 "language",
5020 "language_extension",
5021 "language_model",
5022 "language_models",
5023 "languages",
5024 "markdown",
5025 "node_runtime",
5026 "pathdiff",
5027 "paths",
5028 "pretty_assertions",
5029 "project",
5030 "prompt_store",
5031 "regex",
5032 "release_channel",
5033 "reqwest_client",
5034 "serde",
5035 "serde_json",
5036 "settings",
5037 "shellexpand 2.1.2",
5038 "smol",
5039 "telemetry",
5040 "terminal_view",
5041 "toml 0.8.20",
5042 "unindent",
5043 "util",
5044 "uuid",
5045 "workspace-hack",
5046]
5047
5048[[package]]
5049name = "event-listener"
5050version = "2.5.3"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5053
5054[[package]]
5055name = "event-listener"
5056version = "5.4.0"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5059dependencies = [
5060 "concurrent-queue",
5061 "parking",
5062 "pin-project-lite",
5063]
5064
5065[[package]]
5066name = "event-listener-strategy"
5067version = "0.5.4"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5070dependencies = [
5071 "event-listener 5.4.0",
5072 "pin-project-lite",
5073]
5074
5075[[package]]
5076name = "exec"
5077version = "0.3.1"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5080dependencies = [
5081 "errno 0.2.8",
5082 "libc",
5083]
5084
5085[[package]]
5086name = "exr"
5087version = "1.73.0"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5090dependencies = [
5091 "bit_field",
5092 "half",
5093 "lebe",
5094 "miniz_oxide",
5095 "rayon-core",
5096 "smallvec",
5097 "zune-inflate",
5098]
5099
5100[[package]]
5101name = "extension"
5102version = "0.1.0"
5103dependencies = [
5104 "anyhow",
5105 "async-compression",
5106 "async-tar",
5107 "async-trait",
5108 "collections",
5109 "dap",
5110 "fs",
5111 "futures 0.3.31",
5112 "gpui",
5113 "heck 0.5.0",
5114 "http_client",
5115 "language",
5116 "log",
5117 "lsp",
5118 "parking_lot",
5119 "semantic_version",
5120 "serde",
5121 "serde_json",
5122 "task",
5123 "toml 0.8.20",
5124 "util",
5125 "wasi-preview1-component-adapter-provider",
5126 "wasm-encoder 0.221.3",
5127 "wasmparser 0.221.3",
5128 "wit-component 0.221.3",
5129 "workspace-hack",
5130]
5131
5132[[package]]
5133name = "extension_cli"
5134version = "0.1.0"
5135dependencies = [
5136 "anyhow",
5137 "clap",
5138 "env_logger 0.11.8",
5139 "extension",
5140 "fs",
5141 "gpui",
5142 "language",
5143 "log",
5144 "reqwest_client",
5145 "rpc",
5146 "serde",
5147 "serde_json",
5148 "theme",
5149 "tokio",
5150 "toml 0.8.20",
5151 "tree-sitter",
5152 "wasmtime",
5153 "workspace-hack",
5154]
5155
5156[[package]]
5157name = "extension_host"
5158version = "0.1.0"
5159dependencies = [
5160 "anyhow",
5161 "async-compression",
5162 "async-tar",
5163 "async-trait",
5164 "client",
5165 "collections",
5166 "criterion",
5167 "ctor",
5168 "dap",
5169 "env_logger 0.11.8",
5170 "extension",
5171 "fs",
5172 "futures 0.3.31",
5173 "gpui",
5174 "http_client",
5175 "language",
5176 "language_extension",
5177 "log",
5178 "lsp",
5179 "moka",
5180 "node_runtime",
5181 "parking_lot",
5182 "paths",
5183 "project",
5184 "rand 0.8.5",
5185 "release_channel",
5186 "remote",
5187 "reqwest_client",
5188 "schemars",
5189 "semantic_version",
5190 "serde",
5191 "serde_json",
5192 "serde_json_lenient",
5193 "settings",
5194 "task",
5195 "telemetry",
5196 "tempfile",
5197 "theme",
5198 "theme_extension",
5199 "toml 0.8.20",
5200 "url",
5201 "util",
5202 "wasmparser 0.221.3",
5203 "wasmtime",
5204 "wasmtime-wasi",
5205 "workspace-hack",
5206]
5207
5208[[package]]
5209name = "extensions_ui"
5210version = "0.1.0"
5211dependencies = [
5212 "anyhow",
5213 "client",
5214 "collections",
5215 "db",
5216 "editor",
5217 "extension",
5218 "extension_host",
5219 "fs",
5220 "fuzzy",
5221 "gpui",
5222 "language",
5223 "log",
5224 "num-format",
5225 "picker",
5226 "project",
5227 "release_channel",
5228 "semantic_version",
5229 "serde",
5230 "settings",
5231 "smallvec",
5232 "strum 0.27.1",
5233 "telemetry",
5234 "theme",
5235 "ui",
5236 "util",
5237 "vim_mode_setting",
5238 "workspace",
5239 "workspace-hack",
5240 "zed_actions",
5241]
5242
5243[[package]]
5244name = "fallible-iterator"
5245version = "0.3.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5248
5249[[package]]
5250name = "fancy-regex"
5251version = "0.13.0"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5254dependencies = [
5255 "bit-set 0.5.3",
5256 "regex-automata 0.4.9",
5257 "regex-syntax 0.8.5",
5258]
5259
5260[[package]]
5261name = "fancy-regex"
5262version = "0.14.0"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5265dependencies = [
5266 "bit-set 0.8.0",
5267 "regex-automata 0.4.9",
5268 "regex-syntax 0.8.5",
5269]
5270
5271[[package]]
5272name = "fast-srgb8"
5273version = "1.0.0"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5276
5277[[package]]
5278name = "faster-hex"
5279version = "0.9.0"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5282dependencies = [
5283 "serde",
5284]
5285
5286[[package]]
5287name = "faster-hex"
5288version = "0.10.0"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5291dependencies = [
5292 "heapless",
5293 "serde",
5294]
5295
5296[[package]]
5297name = "fastrand"
5298version = "1.9.0"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5301dependencies = [
5302 "instant",
5303]
5304
5305[[package]]
5306name = "fastrand"
5307version = "2.3.0"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5310
5311[[package]]
5312name = "fd-lock"
5313version = "4.0.4"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5316dependencies = [
5317 "cfg-if",
5318 "rustix 1.0.7",
5319 "windows-sys 0.59.0",
5320]
5321
5322[[package]]
5323name = "fdeflate"
5324version = "0.3.7"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5327dependencies = [
5328 "simd-adler32",
5329]
5330
5331[[package]]
5332name = "feature_flags"
5333version = "0.1.0"
5334dependencies = [
5335 "futures 0.3.31",
5336 "gpui",
5337 "smol",
5338 "workspace-hack",
5339]
5340
5341[[package]]
5342name = "feedback"
5343version = "0.1.0"
5344dependencies = [
5345 "client",
5346 "editor",
5347 "gpui",
5348 "human_bytes",
5349 "menu",
5350 "release_channel",
5351 "serde",
5352 "sysinfo",
5353 "ui",
5354 "urlencoding",
5355 "util",
5356 "workspace",
5357 "workspace-hack",
5358 "zed_actions",
5359]
5360
5361[[package]]
5362name = "ff"
5363version = "0.12.1"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5366dependencies = [
5367 "rand_core 0.6.4",
5368 "subtle",
5369]
5370
5371[[package]]
5372name = "file_finder"
5373version = "0.1.0"
5374dependencies = [
5375 "anyhow",
5376 "collections",
5377 "ctor",
5378 "editor",
5379 "env_logger 0.11.8",
5380 "file_icons",
5381 "futures 0.3.31",
5382 "fuzzy",
5383 "gpui",
5384 "language",
5385 "menu",
5386 "picker",
5387 "project",
5388 "schemars",
5389 "serde",
5390 "serde_derive",
5391 "serde_json",
5392 "settings",
5393 "text",
5394 "theme",
5395 "ui",
5396 "util",
5397 "workspace",
5398 "workspace-hack",
5399]
5400
5401[[package]]
5402name = "file_icons"
5403version = "0.1.0"
5404dependencies = [
5405 "gpui",
5406 "serde",
5407 "settings",
5408 "theme",
5409 "util",
5410 "workspace-hack",
5411]
5412
5413[[package]]
5414name = "filedescriptor"
5415version = "0.8.3"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5418dependencies = [
5419 "libc",
5420 "thiserror 1.0.69",
5421 "winapi",
5422]
5423
5424[[package]]
5425name = "filetime"
5426version = "0.2.25"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5429dependencies = [
5430 "cfg-if",
5431 "libc",
5432 "libredox",
5433 "windows-sys 0.59.0",
5434]
5435
5436[[package]]
5437name = "fixedbitset"
5438version = "0.4.2"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5441
5442[[package]]
5443name = "flate2"
5444version = "1.1.1"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5447dependencies = [
5448 "crc32fast",
5449 "libz-rs-sys",
5450 "miniz_oxide",
5451]
5452
5453[[package]]
5454name = "float-cmp"
5455version = "0.9.0"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5458
5459[[package]]
5460name = "float-ord"
5461version = "0.3.2"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5464
5465[[package]]
5466name = "float_next_after"
5467version = "1.0.0"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5470
5471[[package]]
5472name = "fluent-uri"
5473version = "0.3.2"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5476dependencies = [
5477 "borrow-or-share",
5478 "ref-cast",
5479 "serde",
5480]
5481
5482[[package]]
5483name = "flume"
5484version = "0.11.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5487dependencies = [
5488 "futures-core",
5489 "futures-sink",
5490 "nanorand",
5491 "spin",
5492]
5493
5494[[package]]
5495name = "fnv"
5496version = "1.0.7"
5497source = "registry+https://github.com/rust-lang/crates.io-index"
5498checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5499
5500[[package]]
5501name = "foldhash"
5502version = "0.1.5"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5505
5506[[package]]
5507name = "font-kit"
5508version = "0.14.1"
5509source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5510dependencies = [
5511 "bitflags 2.9.0",
5512 "byteorder",
5513 "core-foundation 0.10.0",
5514 "core-graphics 0.24.0",
5515 "core-text",
5516 "dirs 5.0.1",
5517 "dwrote",
5518 "float-ord",
5519 "freetype-sys",
5520 "lazy_static",
5521 "libc",
5522 "log",
5523 "pathfinder_geometry",
5524 "pathfinder_simd",
5525 "walkdir",
5526 "winapi",
5527 "yeslogic-fontconfig-sys",
5528]
5529
5530[[package]]
5531name = "font-types"
5532version = "0.8.4"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5535dependencies = [
5536 "bytemuck",
5537]
5538
5539[[package]]
5540name = "fontconfig-parser"
5541version = "0.5.7"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5544dependencies = [
5545 "roxmltree",
5546]
5547
5548[[package]]
5549name = "fontdb"
5550version = "0.16.2"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5553dependencies = [
5554 "fontconfig-parser",
5555 "log",
5556 "memmap2",
5557 "slotmap",
5558 "tinyvec",
5559 "ttf-parser 0.20.0",
5560]
5561
5562[[package]]
5563name = "fontdb"
5564version = "0.23.0"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5567dependencies = [
5568 "fontconfig-parser",
5569 "log",
5570 "memmap2",
5571 "slotmap",
5572 "tinyvec",
5573 "ttf-parser 0.25.1",
5574]
5575
5576[[package]]
5577name = "foreign-types"
5578version = "0.3.2"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5581dependencies = [
5582 "foreign-types-shared 0.1.1",
5583]
5584
5585[[package]]
5586name = "foreign-types"
5587version = "0.5.0"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5590dependencies = [
5591 "foreign-types-macros",
5592 "foreign-types-shared 0.3.1",
5593]
5594
5595[[package]]
5596name = "foreign-types-macros"
5597version = "0.2.3"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5600dependencies = [
5601 "proc-macro2",
5602 "quote",
5603 "syn 2.0.101",
5604]
5605
5606[[package]]
5607name = "foreign-types-shared"
5608version = "0.1.1"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5611
5612[[package]]
5613name = "foreign-types-shared"
5614version = "0.3.1"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5617
5618[[package]]
5619name = "fork"
5620version = "0.2.0"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5623dependencies = [
5624 "libc",
5625]
5626
5627[[package]]
5628name = "form_urlencoded"
5629version = "1.2.1"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5632dependencies = [
5633 "percent-encoding",
5634]
5635
5636[[package]]
5637name = "fraction"
5638version = "0.15.3"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5641dependencies = [
5642 "lazy_static",
5643 "num",
5644]
5645
5646[[package]]
5647name = "freetype-sys"
5648version = "0.20.1"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5651dependencies = [
5652 "cc",
5653 "libc",
5654 "pkg-config",
5655]
5656
5657[[package]]
5658name = "fs"
5659version = "0.1.0"
5660dependencies = [
5661 "anyhow",
5662 "ashpd",
5663 "async-tar",
5664 "async-trait",
5665 "cocoa 0.26.0",
5666 "collections",
5667 "fsevent",
5668 "futures 0.3.31",
5669 "git",
5670 "gpui",
5671 "ignore",
5672 "libc",
5673 "log",
5674 "notify",
5675 "objc",
5676 "parking_lot",
5677 "paths",
5678 "proto",
5679 "rope",
5680 "serde",
5681 "serde_json",
5682 "smol",
5683 "tempfile",
5684 "text",
5685 "time",
5686 "util",
5687 "windows 0.61.1",
5688 "workspace-hack",
5689]
5690
5691[[package]]
5692name = "fs-set-times"
5693version = "0.20.3"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5696dependencies = [
5697 "io-lifetimes",
5698 "rustix 1.0.7",
5699 "windows-sys 0.59.0",
5700]
5701
5702[[package]]
5703name = "fs2"
5704version = "0.4.3"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5707dependencies = [
5708 "libc",
5709 "winapi",
5710]
5711
5712[[package]]
5713name = "fs_extra"
5714version = "1.3.0"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5717
5718[[package]]
5719name = "fsevent"
5720version = "0.1.0"
5721dependencies = [
5722 "bitflags 2.9.0",
5723 "core-foundation 0.10.0",
5724 "fsevent-sys 3.1.0",
5725 "parking_lot",
5726 "tempfile",
5727 "workspace-hack",
5728]
5729
5730[[package]]
5731name = "fsevent-sys"
5732version = "3.1.0"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5735dependencies = [
5736 "libc",
5737]
5738
5739[[package]]
5740name = "fsevent-sys"
5741version = "4.1.0"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5744dependencies = [
5745 "libc",
5746]
5747
5748[[package]]
5749name = "funty"
5750version = "2.0.0"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5753
5754[[package]]
5755name = "futf"
5756version = "0.1.5"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5759dependencies = [
5760 "mac",
5761 "new_debug_unreachable",
5762]
5763
5764[[package]]
5765name = "futures"
5766version = "0.1.31"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5769
5770[[package]]
5771name = "futures"
5772version = "0.3.31"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5775dependencies = [
5776 "futures-channel",
5777 "futures-core",
5778 "futures-executor",
5779 "futures-io",
5780 "futures-sink",
5781 "futures-task",
5782 "futures-util",
5783]
5784
5785[[package]]
5786name = "futures-batch"
5787version = "0.6.1"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5790dependencies = [
5791 "futures 0.3.31",
5792 "futures-timer",
5793 "pin-utils",
5794]
5795
5796[[package]]
5797name = "futures-channel"
5798version = "0.3.31"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5801dependencies = [
5802 "futures-core",
5803 "futures-sink",
5804]
5805
5806[[package]]
5807name = "futures-core"
5808version = "0.3.31"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5811
5812[[package]]
5813name = "futures-executor"
5814version = "0.3.31"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5817dependencies = [
5818 "futures-core",
5819 "futures-task",
5820 "futures-util",
5821]
5822
5823[[package]]
5824name = "futures-intrusive"
5825version = "0.5.0"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5828dependencies = [
5829 "futures-core",
5830 "lock_api",
5831 "parking_lot",
5832]
5833
5834[[package]]
5835name = "futures-io"
5836version = "0.3.31"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5839
5840[[package]]
5841name = "futures-lite"
5842version = "1.13.0"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5845dependencies = [
5846 "fastrand 1.9.0",
5847 "futures-core",
5848 "futures-io",
5849 "memchr",
5850 "parking",
5851 "pin-project-lite",
5852 "waker-fn",
5853]
5854
5855[[package]]
5856name = "futures-lite"
5857version = "2.6.0"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5860dependencies = [
5861 "fastrand 2.3.0",
5862 "futures-core",
5863 "futures-io",
5864 "parking",
5865 "pin-project-lite",
5866]
5867
5868[[package]]
5869name = "futures-macro"
5870version = "0.3.31"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5873dependencies = [
5874 "proc-macro2",
5875 "quote",
5876 "syn 2.0.101",
5877]
5878
5879[[package]]
5880name = "futures-sink"
5881version = "0.3.31"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5884
5885[[package]]
5886name = "futures-task"
5887version = "0.3.31"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5890
5891[[package]]
5892name = "futures-timer"
5893version = "3.0.3"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5896
5897[[package]]
5898name = "futures-util"
5899version = "0.3.31"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5902dependencies = [
5903 "futures 0.1.31",
5904 "futures-channel",
5905 "futures-core",
5906 "futures-io",
5907 "futures-macro",
5908 "futures-sink",
5909 "futures-task",
5910 "memchr",
5911 "pin-project-lite",
5912 "pin-utils",
5913 "slab",
5914 "tokio-io",
5915]
5916
5917[[package]]
5918name = "fuzzy"
5919version = "0.1.0"
5920dependencies = [
5921 "gpui",
5922 "log",
5923 "util",
5924 "workspace-hack",
5925]
5926
5927[[package]]
5928name = "fuzzy-matcher"
5929version = "0.3.7"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5932dependencies = [
5933 "thread_local",
5934]
5935
5936[[package]]
5937name = "generator"
5938version = "0.8.5"
5939source = "registry+https://github.com/rust-lang/crates.io-index"
5940checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5941dependencies = [
5942 "cc",
5943 "cfg-if",
5944 "libc",
5945 "log",
5946 "rustversion",
5947 "windows 0.61.1",
5948]
5949
5950[[package]]
5951name = "generic-array"
5952version = "0.14.7"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5955dependencies = [
5956 "typenum",
5957 "version_check",
5958]
5959
5960[[package]]
5961name = "gethostname"
5962version = "0.4.3"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5965dependencies = [
5966 "libc",
5967 "windows-targets 0.48.5",
5968]
5969
5970[[package]]
5971name = "getrandom"
5972version = "0.1.16"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5975dependencies = [
5976 "cfg-if",
5977 "libc",
5978 "wasi 0.9.0+wasi-snapshot-preview1",
5979]
5980
5981[[package]]
5982name = "getrandom"
5983version = "0.2.15"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5986dependencies = [
5987 "cfg-if",
5988 "js-sys",
5989 "libc",
5990 "wasi 0.11.0+wasi-snapshot-preview1",
5991 "wasm-bindgen",
5992]
5993
5994[[package]]
5995name = "getrandom"
5996version = "0.3.2"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5999dependencies = [
6000 "cfg-if",
6001 "js-sys",
6002 "libc",
6003 "r-efi",
6004 "wasi 0.14.2+wasi-0.2.4",
6005 "wasm-bindgen",
6006]
6007
6008[[package]]
6009name = "gif"
6010version = "0.13.1"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6013dependencies = [
6014 "color_quant",
6015 "weezl",
6016]
6017
6018[[package]]
6019name = "gimli"
6020version = "0.31.1"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6023dependencies = [
6024 "fallible-iterator",
6025 "indexmap",
6026 "stable_deref_trait",
6027]
6028
6029[[package]]
6030name = "git"
6031version = "0.1.0"
6032dependencies = [
6033 "anyhow",
6034 "askpass",
6035 "async-trait",
6036 "collections",
6037 "derive_more",
6038 "futures 0.3.31",
6039 "git2",
6040 "gpui",
6041 "http_client",
6042 "log",
6043 "parking_lot",
6044 "pretty_assertions",
6045 "regex",
6046 "rope",
6047 "schemars",
6048 "serde",
6049 "serde_json",
6050 "smol",
6051 "sum_tree",
6052 "tempfile",
6053 "text",
6054 "thiserror 2.0.12",
6055 "time",
6056 "unindent",
6057 "url",
6058 "util",
6059 "uuid",
6060 "workspace-hack",
6061]
6062
6063[[package]]
6064name = "git2"
6065version = "0.20.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6068dependencies = [
6069 "bitflags 2.9.0",
6070 "libc",
6071 "libgit2-sys",
6072 "log",
6073 "url",
6074]
6075
6076[[package]]
6077name = "git_hosting_providers"
6078version = "0.1.0"
6079dependencies = [
6080 "anyhow",
6081 "async-trait",
6082 "futures 0.3.31",
6083 "git",
6084 "gpui",
6085 "http_client",
6086 "indoc",
6087 "pretty_assertions",
6088 "regex",
6089 "schemars",
6090 "serde",
6091 "serde_json",
6092 "settings",
6093 "url",
6094 "util",
6095 "workspace-hack",
6096]
6097
6098[[package]]
6099name = "git_ui"
6100version = "0.1.0"
6101dependencies = [
6102 "anyhow",
6103 "askpass",
6104 "assistant_settings",
6105 "buffer_diff",
6106 "chrono",
6107 "collections",
6108 "command_palette_hooks",
6109 "component",
6110 "ctor",
6111 "db",
6112 "editor",
6113 "env_logger 0.11.8",
6114 "futures 0.3.31",
6115 "fuzzy",
6116 "git",
6117 "gpui",
6118 "itertools 0.14.0",
6119 "language",
6120 "language_model",
6121 "linkify",
6122 "log",
6123 "markdown",
6124 "menu",
6125 "multi_buffer",
6126 "notifications",
6127 "panel",
6128 "picker",
6129 "postage",
6130 "pretty_assertions",
6131 "project",
6132 "schemars",
6133 "serde",
6134 "serde_derive",
6135 "serde_json",
6136 "settings",
6137 "strum 0.27.1",
6138 "telemetry",
6139 "theme",
6140 "time",
6141 "time_format",
6142 "ui",
6143 "unindent",
6144 "util",
6145 "windows 0.61.1",
6146 "workspace",
6147 "workspace-hack",
6148 "zed_actions",
6149]
6150
6151[[package]]
6152name = "gix"
6153version = "0.71.0"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6156dependencies = [
6157 "gix-actor",
6158 "gix-attributes",
6159 "gix-command",
6160 "gix-commitgraph",
6161 "gix-config",
6162 "gix-date",
6163 "gix-diff",
6164 "gix-discover",
6165 "gix-features 0.41.1",
6166 "gix-filter",
6167 "gix-fs 0.14.0",
6168 "gix-glob",
6169 "gix-hash 0.17.0",
6170 "gix-hashtable",
6171 "gix-ignore",
6172 "gix-index",
6173 "gix-lock",
6174 "gix-object",
6175 "gix-odb",
6176 "gix-pack",
6177 "gix-path",
6178 "gix-pathspec",
6179 "gix-protocol",
6180 "gix-ref",
6181 "gix-refspec",
6182 "gix-revision",
6183 "gix-revwalk",
6184 "gix-sec",
6185 "gix-shallow",
6186 "gix-submodule",
6187 "gix-tempfile",
6188 "gix-trace",
6189 "gix-traverse",
6190 "gix-url",
6191 "gix-utils 0.2.0",
6192 "gix-validate 0.9.4",
6193 "gix-worktree",
6194 "once_cell",
6195 "smallvec",
6196 "thiserror 2.0.12",
6197]
6198
6199[[package]]
6200name = "gix-actor"
6201version = "0.34.0"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6204dependencies = [
6205 "bstr",
6206 "gix-date",
6207 "gix-utils 0.2.0",
6208 "itoa",
6209 "thiserror 2.0.12",
6210 "winnow",
6211]
6212
6213[[package]]
6214name = "gix-attributes"
6215version = "0.25.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6218dependencies = [
6219 "bstr",
6220 "gix-glob",
6221 "gix-path",
6222 "gix-quote",
6223 "gix-trace",
6224 "kstring",
6225 "smallvec",
6226 "thiserror 2.0.12",
6227 "unicode-bom",
6228]
6229
6230[[package]]
6231name = "gix-bitmap"
6232version = "0.2.14"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6235dependencies = [
6236 "thiserror 2.0.12",
6237]
6238
6239[[package]]
6240name = "gix-chunk"
6241version = "0.4.11"
6242source = "registry+https://github.com/rust-lang/crates.io-index"
6243checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6244dependencies = [
6245 "thiserror 2.0.12",
6246]
6247
6248[[package]]
6249name = "gix-command"
6250version = "0.5.0"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6253dependencies = [
6254 "bstr",
6255 "gix-path",
6256 "gix-quote",
6257 "gix-trace",
6258 "shell-words",
6259]
6260
6261[[package]]
6262name = "gix-commitgraph"
6263version = "0.27.0"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6266dependencies = [
6267 "bstr",
6268 "gix-chunk",
6269 "gix-hash 0.17.0",
6270 "memmap2",
6271 "thiserror 2.0.12",
6272]
6273
6274[[package]]
6275name = "gix-config"
6276version = "0.44.0"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6279dependencies = [
6280 "bstr",
6281 "gix-config-value",
6282 "gix-features 0.41.1",
6283 "gix-glob",
6284 "gix-path",
6285 "gix-ref",
6286 "gix-sec",
6287 "memchr",
6288 "once_cell",
6289 "smallvec",
6290 "thiserror 2.0.12",
6291 "unicode-bom",
6292 "winnow",
6293]
6294
6295[[package]]
6296name = "gix-config-value"
6297version = "0.14.12"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6300dependencies = [
6301 "bitflags 2.9.0",
6302 "bstr",
6303 "gix-path",
6304 "libc",
6305 "thiserror 2.0.12",
6306]
6307
6308[[package]]
6309name = "gix-date"
6310version = "0.9.4"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6313dependencies = [
6314 "bstr",
6315 "itoa",
6316 "jiff",
6317 "thiserror 2.0.12",
6318]
6319
6320[[package]]
6321name = "gix-diff"
6322version = "0.51.0"
6323source = "registry+https://github.com/rust-lang/crates.io-index"
6324checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6325dependencies = [
6326 "bstr",
6327 "gix-command",
6328 "gix-filter",
6329 "gix-fs 0.14.0",
6330 "gix-hash 0.17.0",
6331 "gix-object",
6332 "gix-path",
6333 "gix-tempfile",
6334 "gix-trace",
6335 "gix-traverse",
6336 "gix-worktree",
6337 "imara-diff",
6338 "thiserror 2.0.12",
6339]
6340
6341[[package]]
6342name = "gix-discover"
6343version = "0.39.0"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6346dependencies = [
6347 "bstr",
6348 "dunce",
6349 "gix-fs 0.14.0",
6350 "gix-hash 0.17.0",
6351 "gix-path",
6352 "gix-ref",
6353 "gix-sec",
6354 "thiserror 2.0.12",
6355]
6356
6357[[package]]
6358name = "gix-features"
6359version = "0.41.1"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6362dependencies = [
6363 "crc32fast",
6364 "crossbeam-channel",
6365 "flate2",
6366 "gix-path",
6367 "gix-trace",
6368 "gix-utils 0.2.0",
6369 "libc",
6370 "once_cell",
6371 "parking_lot",
6372 "prodash",
6373 "thiserror 2.0.12",
6374 "walkdir",
6375]
6376
6377[[package]]
6378name = "gix-features"
6379version = "0.42.1"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6382dependencies = [
6383 "gix-trace",
6384 "gix-utils 0.3.0",
6385 "libc",
6386 "prodash",
6387]
6388
6389[[package]]
6390name = "gix-filter"
6391version = "0.18.0"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6394dependencies = [
6395 "bstr",
6396 "encoding_rs",
6397 "gix-attributes",
6398 "gix-command",
6399 "gix-hash 0.17.0",
6400 "gix-object",
6401 "gix-packetline-blocking",
6402 "gix-path",
6403 "gix-quote",
6404 "gix-trace",
6405 "gix-utils 0.2.0",
6406 "smallvec",
6407 "thiserror 2.0.12",
6408]
6409
6410[[package]]
6411name = "gix-fs"
6412version = "0.14.0"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6415dependencies = [
6416 "bstr",
6417 "fastrand 2.3.0",
6418 "gix-features 0.41.1",
6419 "gix-path",
6420 "gix-utils 0.2.0",
6421 "thiserror 2.0.12",
6422]
6423
6424[[package]]
6425name = "gix-fs"
6426version = "0.15.0"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6429dependencies = [
6430 "bstr",
6431 "fastrand 2.3.0",
6432 "gix-features 0.42.1",
6433 "gix-path",
6434 "gix-utils 0.3.0",
6435 "thiserror 2.0.12",
6436]
6437
6438[[package]]
6439name = "gix-glob"
6440version = "0.19.0"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6443dependencies = [
6444 "bitflags 2.9.0",
6445 "bstr",
6446 "gix-features 0.41.1",
6447 "gix-path",
6448]
6449
6450[[package]]
6451name = "gix-hash"
6452version = "0.17.0"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6455dependencies = [
6456 "faster-hex 0.9.0",
6457 "gix-features 0.41.1",
6458 "sha1-checked",
6459 "thiserror 2.0.12",
6460]
6461
6462[[package]]
6463name = "gix-hash"
6464version = "0.18.0"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6467dependencies = [
6468 "faster-hex 0.10.0",
6469 "gix-features 0.42.1",
6470 "sha1-checked",
6471 "thiserror 2.0.12",
6472]
6473
6474[[package]]
6475name = "gix-hashtable"
6476version = "0.8.1"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6479dependencies = [
6480 "gix-hash 0.18.0",
6481 "hashbrown 0.14.5",
6482 "parking_lot",
6483]
6484
6485[[package]]
6486name = "gix-ignore"
6487version = "0.14.0"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6490dependencies = [
6491 "bstr",
6492 "gix-glob",
6493 "gix-path",
6494 "gix-trace",
6495 "unicode-bom",
6496]
6497
6498[[package]]
6499name = "gix-index"
6500version = "0.39.0"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6503dependencies = [
6504 "bitflags 2.9.0",
6505 "bstr",
6506 "filetime",
6507 "fnv",
6508 "gix-bitmap",
6509 "gix-features 0.41.1",
6510 "gix-fs 0.14.0",
6511 "gix-hash 0.17.0",
6512 "gix-lock",
6513 "gix-object",
6514 "gix-traverse",
6515 "gix-utils 0.2.0",
6516 "gix-validate 0.9.4",
6517 "hashbrown 0.14.5",
6518 "itoa",
6519 "libc",
6520 "memmap2",
6521 "rustix 0.38.44",
6522 "smallvec",
6523 "thiserror 2.0.12",
6524]
6525
6526[[package]]
6527name = "gix-lock"
6528version = "17.1.0"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6531dependencies = [
6532 "gix-tempfile",
6533 "gix-utils 0.3.0",
6534 "thiserror 2.0.12",
6535]
6536
6537[[package]]
6538name = "gix-object"
6539version = "0.48.0"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6542dependencies = [
6543 "bstr",
6544 "gix-actor",
6545 "gix-date",
6546 "gix-features 0.41.1",
6547 "gix-hash 0.17.0",
6548 "gix-hashtable",
6549 "gix-path",
6550 "gix-utils 0.2.0",
6551 "gix-validate 0.9.4",
6552 "itoa",
6553 "smallvec",
6554 "thiserror 2.0.12",
6555 "winnow",
6556]
6557
6558[[package]]
6559name = "gix-odb"
6560version = "0.68.0"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6563dependencies = [
6564 "arc-swap",
6565 "gix-date",
6566 "gix-features 0.41.1",
6567 "gix-fs 0.14.0",
6568 "gix-hash 0.17.0",
6569 "gix-hashtable",
6570 "gix-object",
6571 "gix-pack",
6572 "gix-path",
6573 "gix-quote",
6574 "parking_lot",
6575 "tempfile",
6576 "thiserror 2.0.12",
6577]
6578
6579[[package]]
6580name = "gix-pack"
6581version = "0.58.0"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6584dependencies = [
6585 "clru",
6586 "gix-chunk",
6587 "gix-features 0.41.1",
6588 "gix-hash 0.17.0",
6589 "gix-hashtable",
6590 "gix-object",
6591 "gix-path",
6592 "memmap2",
6593 "smallvec",
6594 "thiserror 2.0.12",
6595 "uluru",
6596]
6597
6598[[package]]
6599name = "gix-packetline"
6600version = "0.18.4"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6603dependencies = [
6604 "bstr",
6605 "faster-hex 0.9.0",
6606 "gix-trace",
6607 "thiserror 2.0.12",
6608]
6609
6610[[package]]
6611name = "gix-packetline-blocking"
6612version = "0.18.3"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6615dependencies = [
6616 "bstr",
6617 "faster-hex 0.9.0",
6618 "gix-trace",
6619 "thiserror 2.0.12",
6620]
6621
6622[[package]]
6623name = "gix-path"
6624version = "0.10.18"
6625source = "registry+https://github.com/rust-lang/crates.io-index"
6626checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6627dependencies = [
6628 "bstr",
6629 "gix-trace",
6630 "gix-validate 0.10.0",
6631 "home",
6632 "once_cell",
6633 "thiserror 2.0.12",
6634]
6635
6636[[package]]
6637name = "gix-pathspec"
6638version = "0.10.0"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6641dependencies = [
6642 "bitflags 2.9.0",
6643 "bstr",
6644 "gix-attributes",
6645 "gix-config-value",
6646 "gix-glob",
6647 "gix-path",
6648 "thiserror 2.0.12",
6649]
6650
6651[[package]]
6652name = "gix-protocol"
6653version = "0.49.0"
6654source = "registry+https://github.com/rust-lang/crates.io-index"
6655checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6656dependencies = [
6657 "bstr",
6658 "gix-date",
6659 "gix-features 0.41.1",
6660 "gix-hash 0.17.0",
6661 "gix-ref",
6662 "gix-shallow",
6663 "gix-transport",
6664 "gix-utils 0.2.0",
6665 "maybe-async",
6666 "thiserror 2.0.12",
6667 "winnow",
6668]
6669
6670[[package]]
6671name = "gix-quote"
6672version = "0.5.0"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6675dependencies = [
6676 "bstr",
6677 "gix-utils 0.2.0",
6678 "thiserror 2.0.12",
6679]
6680
6681[[package]]
6682name = "gix-ref"
6683version = "0.51.0"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6686dependencies = [
6687 "gix-actor",
6688 "gix-features 0.41.1",
6689 "gix-fs 0.14.0",
6690 "gix-hash 0.17.0",
6691 "gix-lock",
6692 "gix-object",
6693 "gix-path",
6694 "gix-tempfile",
6695 "gix-utils 0.2.0",
6696 "gix-validate 0.9.4",
6697 "memmap2",
6698 "thiserror 2.0.12",
6699 "winnow",
6700]
6701
6702[[package]]
6703name = "gix-refspec"
6704version = "0.29.0"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6707dependencies = [
6708 "bstr",
6709 "gix-hash 0.17.0",
6710 "gix-revision",
6711 "gix-validate 0.9.4",
6712 "smallvec",
6713 "thiserror 2.0.12",
6714]
6715
6716[[package]]
6717name = "gix-revision"
6718version = "0.33.0"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6721dependencies = [
6722 "bstr",
6723 "gix-commitgraph",
6724 "gix-date",
6725 "gix-hash 0.17.0",
6726 "gix-object",
6727 "gix-revwalk",
6728 "thiserror 2.0.12",
6729]
6730
6731[[package]]
6732name = "gix-revwalk"
6733version = "0.19.0"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6736dependencies = [
6737 "gix-commitgraph",
6738 "gix-date",
6739 "gix-hash 0.17.0",
6740 "gix-hashtable",
6741 "gix-object",
6742 "smallvec",
6743 "thiserror 2.0.12",
6744]
6745
6746[[package]]
6747name = "gix-sec"
6748version = "0.10.12"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6751dependencies = [
6752 "bitflags 2.9.0",
6753 "gix-path",
6754 "libc",
6755 "windows-sys 0.52.0",
6756]
6757
6758[[package]]
6759name = "gix-shallow"
6760version = "0.3.0"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6763dependencies = [
6764 "bstr",
6765 "gix-hash 0.17.0",
6766 "gix-lock",
6767 "thiserror 2.0.12",
6768]
6769
6770[[package]]
6771name = "gix-submodule"
6772version = "0.18.0"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6775dependencies = [
6776 "bstr",
6777 "gix-config",
6778 "gix-path",
6779 "gix-pathspec",
6780 "gix-refspec",
6781 "gix-url",
6782 "thiserror 2.0.12",
6783]
6784
6785[[package]]
6786name = "gix-tempfile"
6787version = "17.1.0"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6790dependencies = [
6791 "dashmap 6.1.0",
6792 "gix-fs 0.15.0",
6793 "libc",
6794 "once_cell",
6795 "parking_lot",
6796 "tempfile",
6797]
6798
6799[[package]]
6800name = "gix-trace"
6801version = "0.1.12"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6804
6805[[package]]
6806name = "gix-transport"
6807version = "0.46.0"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6810dependencies = [
6811 "bstr",
6812 "gix-command",
6813 "gix-features 0.41.1",
6814 "gix-packetline",
6815 "gix-quote",
6816 "gix-sec",
6817 "gix-url",
6818 "thiserror 2.0.12",
6819]
6820
6821[[package]]
6822name = "gix-traverse"
6823version = "0.45.0"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6826dependencies = [
6827 "bitflags 2.9.0",
6828 "gix-commitgraph",
6829 "gix-date",
6830 "gix-hash 0.17.0",
6831 "gix-hashtable",
6832 "gix-object",
6833 "gix-revwalk",
6834 "smallvec",
6835 "thiserror 2.0.12",
6836]
6837
6838[[package]]
6839name = "gix-url"
6840version = "0.30.0"
6841source = "registry+https://github.com/rust-lang/crates.io-index"
6842checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6843dependencies = [
6844 "bstr",
6845 "gix-features 0.41.1",
6846 "gix-path",
6847 "percent-encoding",
6848 "thiserror 2.0.12",
6849 "url",
6850]
6851
6852[[package]]
6853name = "gix-utils"
6854version = "0.2.0"
6855source = "registry+https://github.com/rust-lang/crates.io-index"
6856checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6857dependencies = [
6858 "fastrand 2.3.0",
6859 "unicode-normalization",
6860]
6861
6862[[package]]
6863name = "gix-utils"
6864version = "0.3.0"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6867dependencies = [
6868 "fastrand 2.3.0",
6869 "unicode-normalization",
6870]
6871
6872[[package]]
6873name = "gix-validate"
6874version = "0.9.4"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6877dependencies = [
6878 "bstr",
6879 "thiserror 2.0.12",
6880]
6881
6882[[package]]
6883name = "gix-validate"
6884version = "0.10.0"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6887dependencies = [
6888 "bstr",
6889 "thiserror 2.0.12",
6890]
6891
6892[[package]]
6893name = "gix-worktree"
6894version = "0.40.0"
6895source = "registry+https://github.com/rust-lang/crates.io-index"
6896checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6897dependencies = [
6898 "bstr",
6899 "gix-attributes",
6900 "gix-features 0.41.1",
6901 "gix-fs 0.14.0",
6902 "gix-glob",
6903 "gix-hash 0.17.0",
6904 "gix-ignore",
6905 "gix-index",
6906 "gix-object",
6907 "gix-path",
6908 "gix-validate 0.9.4",
6909]
6910
6911[[package]]
6912name = "glob"
6913version = "0.3.2"
6914source = "registry+https://github.com/rust-lang/crates.io-index"
6915checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6916
6917[[package]]
6918name = "globset"
6919version = "0.4.16"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6922dependencies = [
6923 "aho-corasick",
6924 "bstr",
6925 "log",
6926 "regex-automata 0.4.9",
6927 "regex-syntax 0.8.5",
6928]
6929
6930[[package]]
6931name = "gloo-timers"
6932version = "0.3.0"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6935dependencies = [
6936 "futures-channel",
6937 "futures-core",
6938 "js-sys",
6939 "wasm-bindgen",
6940]
6941
6942[[package]]
6943name = "glow"
6944version = "0.14.2"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6947dependencies = [
6948 "js-sys",
6949 "slotmap",
6950 "wasm-bindgen",
6951 "web-sys",
6952]
6953
6954[[package]]
6955name = "go_to_line"
6956version = "0.1.0"
6957dependencies = [
6958 "anyhow",
6959 "editor",
6960 "gpui",
6961 "indoc",
6962 "language",
6963 "menu",
6964 "project",
6965 "rope",
6966 "schemars",
6967 "serde",
6968 "serde_json",
6969 "settings",
6970 "text",
6971 "theme",
6972 "tree-sitter-rust",
6973 "tree-sitter-typescript",
6974 "ui",
6975 "util",
6976 "workspace",
6977 "workspace-hack",
6978]
6979
6980[[package]]
6981name = "google_ai"
6982version = "0.1.0"
6983dependencies = [
6984 "anyhow",
6985 "futures 0.3.31",
6986 "http_client",
6987 "schemars",
6988 "serde",
6989 "serde_json",
6990 "strum 0.27.1",
6991 "workspace-hack",
6992]
6993
6994[[package]]
6995name = "gpu-alloc"
6996version = "0.6.0"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6999dependencies = [
7000 "bitflags 2.9.0",
7001 "gpu-alloc-types",
7002]
7003
7004[[package]]
7005name = "gpu-alloc-ash"
7006version = "0.7.0"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7009dependencies = [
7010 "ash",
7011 "gpu-alloc-types",
7012 "tinyvec",
7013]
7014
7015[[package]]
7016name = "gpu-alloc-types"
7017version = "0.3.0"
7018source = "registry+https://github.com/rust-lang/crates.io-index"
7019checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7020dependencies = [
7021 "bitflags 2.9.0",
7022]
7023
7024[[package]]
7025name = "gpui"
7026version = "0.1.0"
7027dependencies = [
7028 "anyhow",
7029 "as-raw-xcb-connection",
7030 "ashpd",
7031 "async-task",
7032 "backtrace",
7033 "bindgen 0.71.1",
7034 "blade-graphics",
7035 "blade-macros",
7036 "blade-util",
7037 "block",
7038 "bytemuck",
7039 "calloop",
7040 "calloop-wayland-source",
7041 "cbindgen",
7042 "cocoa 0.26.0",
7043 "collections",
7044 "core-foundation 0.10.0",
7045 "core-foundation-sys",
7046 "core-graphics 0.24.0",
7047 "core-text",
7048 "core-video",
7049 "cosmic-text",
7050 "ctor",
7051 "derive_more",
7052 "embed-resource",
7053 "env_logger 0.11.8",
7054 "etagere",
7055 "filedescriptor",
7056 "flume",
7057 "font-kit",
7058 "foreign-types 0.5.0",
7059 "futures 0.3.31",
7060 "gpui_macros",
7061 "http_client",
7062 "image",
7063 "inventory",
7064 "itertools 0.14.0",
7065 "log",
7066 "lyon",
7067 "media",
7068 "metal",
7069 "naga",
7070 "num_cpus",
7071 "objc",
7072 "objc2",
7073 "objc2-metal",
7074 "oo7",
7075 "open",
7076 "parking",
7077 "parking_lot",
7078 "pathfinder_geometry",
7079 "postage",
7080 "profiling",
7081 "rand 0.8.5",
7082 "raw-window-handle",
7083 "refineable",
7084 "reqwest_client",
7085 "resvg",
7086 "scap",
7087 "schemars",
7088 "seahash",
7089 "semantic_version",
7090 "serde",
7091 "serde_derive",
7092 "serde_json",
7093 "slotmap",
7094 "smallvec",
7095 "smol",
7096 "strum 0.27.1",
7097 "sum_tree",
7098 "taffy",
7099 "thiserror 2.0.12",
7100 "unicode-segmentation",
7101 "usvg",
7102 "util",
7103 "uuid",
7104 "waker-fn",
7105 "wayland-backend",
7106 "wayland-client",
7107 "wayland-cursor",
7108 "wayland-protocols",
7109 "wayland-protocols-plasma",
7110 "windows 0.61.1",
7111 "windows-core 0.61.0",
7112 "windows-numerics",
7113 "windows-registry 0.5.1",
7114 "workspace-hack",
7115 "x11-clipboard",
7116 "x11rb",
7117 "xim",
7118 "xkbcommon",
7119]
7120
7121[[package]]
7122name = "gpui_macros"
7123version = "0.1.0"
7124dependencies = [
7125 "gpui",
7126 "proc-macro2",
7127 "quote",
7128 "syn 1.0.109",
7129 "workspace-hack",
7130]
7131
7132[[package]]
7133name = "gpui_tokio"
7134version = "0.1.0"
7135dependencies = [
7136 "gpui",
7137 "tokio",
7138 "util",
7139 "workspace-hack",
7140]
7141
7142[[package]]
7143name = "grid"
7144version = "0.13.0"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7147
7148[[package]]
7149name = "group"
7150version = "0.12.1"
7151source = "registry+https://github.com/rust-lang/crates.io-index"
7152checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7153dependencies = [
7154 "ff",
7155 "rand_core 0.6.4",
7156 "subtle",
7157]
7158
7159[[package]]
7160name = "h2"
7161version = "0.3.26"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7164dependencies = [
7165 "bytes 1.10.1",
7166 "fnv",
7167 "futures-core",
7168 "futures-sink",
7169 "futures-util",
7170 "http 0.2.12",
7171 "indexmap",
7172 "slab",
7173 "tokio",
7174 "tokio-util",
7175 "tracing",
7176]
7177
7178[[package]]
7179name = "h2"
7180version = "0.4.9"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7183dependencies = [
7184 "atomic-waker",
7185 "bytes 1.10.1",
7186 "fnv",
7187 "futures-core",
7188 "futures-sink",
7189 "http 1.3.1",
7190 "indexmap",
7191 "slab",
7192 "tokio",
7193 "tokio-util",
7194 "tracing",
7195]
7196
7197[[package]]
7198name = "half"
7199version = "2.6.0"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7202dependencies = [
7203 "cfg-if",
7204 "crunchy",
7205 "num-traits",
7206]
7207
7208[[package]]
7209name = "handlebars"
7210version = "4.5.0"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7213dependencies = [
7214 "log",
7215 "pest",
7216 "pest_derive",
7217 "rust-embed",
7218 "serde",
7219 "serde_json",
7220 "thiserror 1.0.69",
7221]
7222
7223[[package]]
7224name = "handlebars"
7225version = "6.3.2"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7228dependencies = [
7229 "derive_builder",
7230 "log",
7231 "num-order",
7232 "pest",
7233 "pest_derive",
7234 "serde",
7235 "serde_json",
7236 "thiserror 2.0.12",
7237]
7238
7239[[package]]
7240name = "hash32"
7241version = "0.3.1"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7244dependencies = [
7245 "byteorder",
7246]
7247
7248[[package]]
7249name = "hashbrown"
7250version = "0.12.3"
7251source = "registry+https://github.com/rust-lang/crates.io-index"
7252checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7253dependencies = [
7254 "ahash 0.7.8",
7255]
7256
7257[[package]]
7258name = "hashbrown"
7259version = "0.14.5"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7262dependencies = [
7263 "ahash 0.8.11",
7264 "allocator-api2",
7265]
7266
7267[[package]]
7268name = "hashbrown"
7269version = "0.15.3"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7272dependencies = [
7273 "allocator-api2",
7274 "equivalent",
7275 "foldhash",
7276 "serde",
7277]
7278
7279[[package]]
7280name = "hashlink"
7281version = "0.8.4"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7284dependencies = [
7285 "hashbrown 0.14.5",
7286]
7287
7288[[package]]
7289name = "hashlink"
7290version = "0.10.0"
7291source = "registry+https://github.com/rust-lang/crates.io-index"
7292checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7293dependencies = [
7294 "hashbrown 0.15.3",
7295]
7296
7297[[package]]
7298name = "headers"
7299version = "0.3.9"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7302dependencies = [
7303 "base64 0.21.7",
7304 "bytes 1.10.1",
7305 "headers-core",
7306 "http 0.2.12",
7307 "httpdate",
7308 "mime",
7309 "sha1",
7310]
7311
7312[[package]]
7313name = "headers-core"
7314version = "0.2.0"
7315source = "registry+https://github.com/rust-lang/crates.io-index"
7316checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7317dependencies = [
7318 "http 0.2.12",
7319]
7320
7321[[package]]
7322name = "heapless"
7323version = "0.8.0"
7324source = "registry+https://github.com/rust-lang/crates.io-index"
7325checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7326dependencies = [
7327 "hash32",
7328 "stable_deref_trait",
7329]
7330
7331[[package]]
7332name = "heck"
7333version = "0.3.3"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7336dependencies = [
7337 "unicode-segmentation",
7338]
7339
7340[[package]]
7341name = "heck"
7342version = "0.4.1"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7345dependencies = [
7346 "unicode-segmentation",
7347]
7348
7349[[package]]
7350name = "heck"
7351version = "0.5.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7354
7355[[package]]
7356name = "heed"
7357version = "0.21.0"
7358source = "registry+https://github.com/rust-lang/crates.io-index"
7359checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7360dependencies = [
7361 "bitflags 2.9.0",
7362 "byteorder",
7363 "heed-traits",
7364 "heed-types",
7365 "libc",
7366 "lmdb-master-sys",
7367 "once_cell",
7368 "page_size",
7369 "serde",
7370 "synchronoise",
7371 "url",
7372]
7373
7374[[package]]
7375name = "heed-traits"
7376version = "0.20.0"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7379
7380[[package]]
7381name = "heed-types"
7382version = "0.21.0"
7383source = "registry+https://github.com/rust-lang/crates.io-index"
7384checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7385dependencies = [
7386 "bincode",
7387 "byteorder",
7388 "heed-traits",
7389 "serde",
7390 "serde_json",
7391]
7392
7393[[package]]
7394name = "hermit-abi"
7395version = "0.3.9"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7398
7399[[package]]
7400name = "hermit-abi"
7401version = "0.4.0"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7404
7405[[package]]
7406name = "hermit-abi"
7407version = "0.5.0"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7410
7411[[package]]
7412name = "hex"
7413version = "0.4.3"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7416
7417[[package]]
7418name = "hexf-parse"
7419version = "0.2.1"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7422
7423[[package]]
7424name = "hidden-trait"
7425version = "0.1.2"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7428dependencies = [
7429 "proc-macro2",
7430 "quote",
7431 "syn 1.0.109",
7432]
7433
7434[[package]]
7435name = "hkdf"
7436version = "0.12.4"
7437source = "registry+https://github.com/rust-lang/crates.io-index"
7438checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7439dependencies = [
7440 "hmac",
7441]
7442
7443[[package]]
7444name = "hmac"
7445version = "0.12.1"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7448dependencies = [
7449 "digest",
7450]
7451
7452[[package]]
7453name = "home"
7454version = "0.5.11"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7457dependencies = [
7458 "windows-sys 0.59.0",
7459]
7460
7461[[package]]
7462name = "hound"
7463version = "3.5.1"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7466
7467[[package]]
7468name = "html5ever"
7469version = "0.27.0"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7472dependencies = [
7473 "log",
7474 "mac",
7475 "markup5ever 0.12.1",
7476 "proc-macro2",
7477 "quote",
7478 "syn 2.0.101",
7479]
7480
7481[[package]]
7482name = "html5ever"
7483version = "0.31.0"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7486dependencies = [
7487 "log",
7488 "mac",
7489 "markup5ever 0.16.1",
7490 "match_token",
7491]
7492
7493[[package]]
7494name = "html_to_markdown"
7495version = "0.1.0"
7496dependencies = [
7497 "anyhow",
7498 "html5ever 0.27.0",
7499 "indoc",
7500 "markup5ever_rcdom",
7501 "pretty_assertions",
7502 "regex",
7503 "workspace-hack",
7504]
7505
7506[[package]]
7507name = "http"
7508version = "0.2.12"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7511dependencies = [
7512 "bytes 1.10.1",
7513 "fnv",
7514 "itoa",
7515]
7516
7517[[package]]
7518name = "http"
7519version = "1.3.1"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7522dependencies = [
7523 "bytes 1.10.1",
7524 "fnv",
7525 "itoa",
7526]
7527
7528[[package]]
7529name = "http-body"
7530version = "0.4.6"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7533dependencies = [
7534 "bytes 1.10.1",
7535 "http 0.2.12",
7536 "pin-project-lite",
7537]
7538
7539[[package]]
7540name = "http-body"
7541version = "1.0.1"
7542source = "registry+https://github.com/rust-lang/crates.io-index"
7543checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7544dependencies = [
7545 "bytes 1.10.1",
7546 "http 1.3.1",
7547]
7548
7549[[package]]
7550name = "http-body-util"
7551version = "0.1.3"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7554dependencies = [
7555 "bytes 1.10.1",
7556 "futures-core",
7557 "http 1.3.1",
7558 "http-body 1.0.1",
7559 "pin-project-lite",
7560]
7561
7562[[package]]
7563name = "http-range-header"
7564version = "0.3.1"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7567
7568[[package]]
7569name = "http-types"
7570version = "2.12.0"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7573dependencies = [
7574 "anyhow",
7575 "async-channel 1.9.0",
7576 "base64 0.13.1",
7577 "futures-lite 1.13.0",
7578 "http 0.2.12",
7579 "infer",
7580 "pin-project-lite",
7581 "rand 0.7.3",
7582 "serde",
7583 "serde_json",
7584 "serde_qs 0.8.5",
7585 "serde_urlencoded",
7586 "url",
7587]
7588
7589[[package]]
7590name = "http_client"
7591version = "0.1.0"
7592dependencies = [
7593 "anyhow",
7594 "bytes 1.10.1",
7595 "derive_more",
7596 "futures 0.3.31",
7597 "http 1.3.1",
7598 "log",
7599 "serde",
7600 "serde_json",
7601 "url",
7602 "workspace-hack",
7603]
7604
7605[[package]]
7606name = "http_client_tls"
7607version = "0.1.0"
7608dependencies = [
7609 "rustls 0.23.26",
7610 "rustls-platform-verifier",
7611 "workspace-hack",
7612]
7613
7614[[package]]
7615name = "httparse"
7616version = "1.10.1"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7619
7620[[package]]
7621name = "httpdate"
7622version = "1.0.3"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7625
7626[[package]]
7627name = "human_bytes"
7628version = "0.4.3"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7631
7632[[package]]
7633name = "humantime"
7634version = "2.2.0"
7635source = "registry+https://github.com/rust-lang/crates.io-index"
7636checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7637
7638[[package]]
7639name = "hyper"
7640version = "0.14.32"
7641source = "registry+https://github.com/rust-lang/crates.io-index"
7642checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7643dependencies = [
7644 "bytes 1.10.1",
7645 "futures-channel",
7646 "futures-core",
7647 "futures-util",
7648 "h2 0.3.26",
7649 "http 0.2.12",
7650 "http-body 0.4.6",
7651 "httparse",
7652 "httpdate",
7653 "itoa",
7654 "pin-project-lite",
7655 "socket2",
7656 "tokio",
7657 "tower-service",
7658 "tracing",
7659 "want",
7660]
7661
7662[[package]]
7663name = "hyper"
7664version = "1.6.0"
7665source = "registry+https://github.com/rust-lang/crates.io-index"
7666checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7667dependencies = [
7668 "bytes 1.10.1",
7669 "futures-channel",
7670 "futures-util",
7671 "h2 0.4.9",
7672 "http 1.3.1",
7673 "http-body 1.0.1",
7674 "httparse",
7675 "itoa",
7676 "pin-project-lite",
7677 "smallvec",
7678 "tokio",
7679 "want",
7680]
7681
7682[[package]]
7683name = "hyper-rustls"
7684version = "0.24.2"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7687dependencies = [
7688 "futures-util",
7689 "http 0.2.12",
7690 "hyper 0.14.32",
7691 "log",
7692 "rustls 0.21.12",
7693 "rustls-native-certs 0.6.3",
7694 "tokio",
7695 "tokio-rustls 0.24.1",
7696]
7697
7698[[package]]
7699name = "hyper-rustls"
7700version = "0.27.5"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7703dependencies = [
7704 "futures-util",
7705 "http 1.3.1",
7706 "hyper 1.6.0",
7707 "hyper-util",
7708 "rustls 0.23.26",
7709 "rustls-native-certs 0.8.1",
7710 "rustls-pki-types",
7711 "tokio",
7712 "tokio-rustls 0.26.2",
7713 "tower-service",
7714]
7715
7716[[package]]
7717name = "hyper-tls"
7718version = "0.5.0"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7721dependencies = [
7722 "bytes 1.10.1",
7723 "hyper 0.14.32",
7724 "native-tls",
7725 "tokio",
7726 "tokio-native-tls",
7727]
7728
7729[[package]]
7730name = "hyper-util"
7731version = "0.1.11"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7734dependencies = [
7735 "bytes 1.10.1",
7736 "futures-channel",
7737 "futures-util",
7738 "http 1.3.1",
7739 "http-body 1.0.1",
7740 "hyper 1.6.0",
7741 "libc",
7742 "pin-project-lite",
7743 "socket2",
7744 "tokio",
7745 "tower-service",
7746 "tracing",
7747]
7748
7749[[package]]
7750name = "iana-time-zone"
7751version = "0.1.63"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7754dependencies = [
7755 "android_system_properties",
7756 "core-foundation-sys",
7757 "iana-time-zone-haiku",
7758 "js-sys",
7759 "log",
7760 "wasm-bindgen",
7761 "windows-core 0.61.0",
7762]
7763
7764[[package]]
7765name = "iana-time-zone-haiku"
7766version = "0.1.2"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7769dependencies = [
7770 "cc",
7771]
7772
7773[[package]]
7774name = "icons"
7775version = "0.1.0"
7776dependencies = [
7777 "serde",
7778 "strum 0.27.1",
7779 "workspace-hack",
7780]
7781
7782[[package]]
7783name = "icu_collections"
7784version = "1.5.0"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7787dependencies = [
7788 "displaydoc",
7789 "yoke",
7790 "zerofrom",
7791 "zerovec",
7792]
7793
7794[[package]]
7795name = "icu_locid"
7796version = "1.5.0"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7799dependencies = [
7800 "displaydoc",
7801 "litemap",
7802 "tinystr",
7803 "writeable",
7804 "zerovec",
7805]
7806
7807[[package]]
7808name = "icu_locid_transform"
7809version = "1.5.0"
7810source = "registry+https://github.com/rust-lang/crates.io-index"
7811checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7812dependencies = [
7813 "displaydoc",
7814 "icu_locid",
7815 "icu_locid_transform_data",
7816 "icu_provider",
7817 "tinystr",
7818 "zerovec",
7819]
7820
7821[[package]]
7822name = "icu_locid_transform_data"
7823version = "1.5.1"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7826
7827[[package]]
7828name = "icu_normalizer"
7829version = "1.5.0"
7830source = "registry+https://github.com/rust-lang/crates.io-index"
7831checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7832dependencies = [
7833 "displaydoc",
7834 "icu_collections",
7835 "icu_normalizer_data",
7836 "icu_properties",
7837 "icu_provider",
7838 "smallvec",
7839 "utf16_iter",
7840 "utf8_iter",
7841 "write16",
7842 "zerovec",
7843]
7844
7845[[package]]
7846name = "icu_normalizer_data"
7847version = "1.5.1"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7850
7851[[package]]
7852name = "icu_properties"
7853version = "1.5.1"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7856dependencies = [
7857 "displaydoc",
7858 "icu_collections",
7859 "icu_locid_transform",
7860 "icu_properties_data",
7861 "icu_provider",
7862 "tinystr",
7863 "zerovec",
7864]
7865
7866[[package]]
7867name = "icu_properties_data"
7868version = "1.5.1"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7871
7872[[package]]
7873name = "icu_provider"
7874version = "1.5.0"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7877dependencies = [
7878 "displaydoc",
7879 "icu_locid",
7880 "icu_provider_macros",
7881 "stable_deref_trait",
7882 "tinystr",
7883 "writeable",
7884 "yoke",
7885 "zerofrom",
7886 "zerovec",
7887]
7888
7889[[package]]
7890name = "icu_provider_macros"
7891version = "1.5.0"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7894dependencies = [
7895 "proc-macro2",
7896 "quote",
7897 "syn 2.0.101",
7898]
7899
7900[[package]]
7901name = "id-arena"
7902version = "2.2.1"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7905
7906[[package]]
7907name = "ident_case"
7908version = "1.0.1"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7911
7912[[package]]
7913name = "idna"
7914version = "1.0.3"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7917dependencies = [
7918 "idna_adapter",
7919 "smallvec",
7920 "utf8_iter",
7921]
7922
7923[[package]]
7924name = "idna_adapter"
7925version = "1.2.0"
7926source = "registry+https://github.com/rust-lang/crates.io-index"
7927checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7928dependencies = [
7929 "icu_normalizer",
7930 "icu_properties",
7931]
7932
7933[[package]]
7934name = "ignore"
7935version = "0.4.23"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7938dependencies = [
7939 "crossbeam-deque",
7940 "globset",
7941 "log",
7942 "memchr",
7943 "regex-automata 0.4.9",
7944 "same-file",
7945 "walkdir",
7946 "winapi-util",
7947]
7948
7949[[package]]
7950name = "image"
7951version = "0.25.6"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7954dependencies = [
7955 "bytemuck",
7956 "byteorder-lite",
7957 "color_quant",
7958 "exr",
7959 "gif",
7960 "image-webp",
7961 "num-traits",
7962 "png",
7963 "qoi",
7964 "ravif",
7965 "rayon",
7966 "rgb",
7967 "tiff",
7968 "zune-core",
7969 "zune-jpeg",
7970]
7971
7972[[package]]
7973name = "image-webp"
7974version = "0.2.1"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7977dependencies = [
7978 "byteorder-lite",
7979 "quick-error",
7980]
7981
7982[[package]]
7983name = "image_viewer"
7984version = "0.1.0"
7985dependencies = [
7986 "anyhow",
7987 "db",
7988 "editor",
7989 "file_icons",
7990 "gpui",
7991 "language",
7992 "log",
7993 "project",
7994 "schemars",
7995 "serde",
7996 "settings",
7997 "theme",
7998 "ui",
7999 "util",
8000 "workspace",
8001 "workspace-hack",
8002]
8003
8004[[package]]
8005name = "imagesize"
8006version = "0.13.0"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8009
8010[[package]]
8011name = "imara-diff"
8012version = "0.1.8"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8015dependencies = [
8016 "hashbrown 0.15.3",
8017]
8018
8019[[package]]
8020name = "imgref"
8021version = "1.11.0"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8024
8025[[package]]
8026name = "indexed_docs"
8027version = "0.1.0"
8028dependencies = [
8029 "anyhow",
8030 "async-trait",
8031 "cargo_metadata",
8032 "collections",
8033 "derive_more",
8034 "extension",
8035 "fs",
8036 "futures 0.3.31",
8037 "fuzzy",
8038 "gpui",
8039 "heed",
8040 "html_to_markdown",
8041 "http_client",
8042 "indexmap",
8043 "indoc",
8044 "parking_lot",
8045 "paths",
8046 "pretty_assertions",
8047 "serde",
8048 "strum 0.27.1",
8049 "util",
8050 "workspace-hack",
8051]
8052
8053[[package]]
8054name = "indexmap"
8055version = "2.9.0"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8058dependencies = [
8059 "equivalent",
8060 "hashbrown 0.15.3",
8061 "serde",
8062]
8063
8064[[package]]
8065name = "indoc"
8066version = "2.0.6"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8069
8070[[package]]
8071name = "infer"
8072version = "0.2.3"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8075
8076[[package]]
8077name = "inherent"
8078version = "1.0.12"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8081dependencies = [
8082 "proc-macro2",
8083 "quote",
8084 "syn 2.0.101",
8085]
8086
8087[[package]]
8088name = "inline_completion"
8089version = "0.1.0"
8090dependencies = [
8091 "anyhow",
8092 "gpui",
8093 "language",
8094 "project",
8095 "workspace-hack",
8096 "zed_llm_client",
8097]
8098
8099[[package]]
8100name = "inline_completion_button"
8101version = "0.1.0"
8102dependencies = [
8103 "anyhow",
8104 "client",
8105 "copilot",
8106 "editor",
8107 "feature_flags",
8108 "fs",
8109 "futures 0.3.31",
8110 "gpui",
8111 "indoc",
8112 "inline_completion",
8113 "language",
8114 "lsp",
8115 "paths",
8116 "project",
8117 "regex",
8118 "serde_json",
8119 "settings",
8120 "supermaven",
8121 "telemetry",
8122 "theme",
8123 "ui",
8124 "workspace",
8125 "workspace-hack",
8126 "zed_actions",
8127 "zed_llm_client",
8128 "zeta",
8129]
8130
8131[[package]]
8132name = "inotify"
8133version = "0.11.0"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8136dependencies = [
8137 "bitflags 2.9.0",
8138 "inotify-sys",
8139 "libc",
8140]
8141
8142[[package]]
8143name = "inotify-sys"
8144version = "0.1.5"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8147dependencies = [
8148 "libc",
8149]
8150
8151[[package]]
8152name = "inout"
8153version = "0.1.4"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8156dependencies = [
8157 "block-padding",
8158 "generic-array",
8159]
8160
8161[[package]]
8162name = "install_cli"
8163version = "0.1.0"
8164dependencies = [
8165 "anyhow",
8166 "client",
8167 "gpui",
8168 "release_channel",
8169 "smol",
8170 "util",
8171 "workspace",
8172 "workspace-hack",
8173]
8174
8175[[package]]
8176name = "instant"
8177version = "0.1.13"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8180dependencies = [
8181 "cfg-if",
8182]
8183
8184[[package]]
8185name = "interim"
8186version = "0.2.1"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8189dependencies = [
8190 "chrono",
8191 "logos",
8192]
8193
8194[[package]]
8195name = "interpolate_name"
8196version = "0.2.4"
8197source = "registry+https://github.com/rust-lang/crates.io-index"
8198checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8199dependencies = [
8200 "proc-macro2",
8201 "quote",
8202 "syn 2.0.101",
8203]
8204
8205[[package]]
8206name = "inventory"
8207version = "0.3.20"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8210dependencies = [
8211 "rustversion",
8212]
8213
8214[[package]]
8215name = "io-extras"
8216version = "0.18.4"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8219dependencies = [
8220 "io-lifetimes",
8221 "windows-sys 0.59.0",
8222]
8223
8224[[package]]
8225name = "io-lifetimes"
8226version = "2.0.4"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8229
8230[[package]]
8231name = "io-surface"
8232version = "0.16.0"
8233source = "registry+https://github.com/rust-lang/crates.io-index"
8234checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8235dependencies = [
8236 "cgl",
8237 "core-foundation 0.10.0",
8238 "core-foundation-sys",
8239 "leaky-cow",
8240 "libc",
8241]
8242
8243[[package]]
8244name = "iovec"
8245version = "0.1.4"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8248dependencies = [
8249 "libc",
8250]
8251
8252[[package]]
8253name = "ipc-channel"
8254version = "0.19.0"
8255source = "registry+https://github.com/rust-lang/crates.io-index"
8256checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8257dependencies = [
8258 "bincode",
8259 "crossbeam-channel",
8260 "fnv",
8261 "lazy_static",
8262 "libc",
8263 "mio",
8264 "rand 0.8.5",
8265 "serde",
8266 "tempfile",
8267 "uuid",
8268 "windows 0.58.0",
8269]
8270
8271[[package]]
8272name = "ipnet"
8273version = "2.11.0"
8274source = "registry+https://github.com/rust-lang/crates.io-index"
8275checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8276
8277[[package]]
8278name = "is-docker"
8279version = "0.2.0"
8280source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8282dependencies = [
8283 "once_cell",
8284]
8285
8286[[package]]
8287name = "is-terminal"
8288version = "0.4.16"
8289source = "registry+https://github.com/rust-lang/crates.io-index"
8290checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8291dependencies = [
8292 "hermit-abi 0.5.0",
8293 "libc",
8294 "windows-sys 0.59.0",
8295]
8296
8297[[package]]
8298name = "is-wsl"
8299version = "0.4.0"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8302dependencies = [
8303 "is-docker",
8304 "once_cell",
8305]
8306
8307[[package]]
8308name = "is_terminal_polyfill"
8309version = "1.70.1"
8310source = "registry+https://github.com/rust-lang/crates.io-index"
8311checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8312
8313[[package]]
8314name = "itertools"
8315version = "0.10.5"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8318dependencies = [
8319 "either",
8320]
8321
8322[[package]]
8323name = "itertools"
8324version = "0.11.0"
8325source = "registry+https://github.com/rust-lang/crates.io-index"
8326checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8327dependencies = [
8328 "either",
8329]
8330
8331[[package]]
8332name = "itertools"
8333version = "0.12.1"
8334source = "registry+https://github.com/rust-lang/crates.io-index"
8335checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8336dependencies = [
8337 "either",
8338]
8339
8340[[package]]
8341name = "itertools"
8342version = "0.13.0"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8345dependencies = [
8346 "either",
8347]
8348
8349[[package]]
8350name = "itertools"
8351version = "0.14.0"
8352source = "registry+https://github.com/rust-lang/crates.io-index"
8353checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8354dependencies = [
8355 "either",
8356]
8357
8358[[package]]
8359name = "itoa"
8360version = "1.0.15"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8363
8364[[package]]
8365name = "jiff"
8366version = "0.2.10"
8367source = "registry+https://github.com/rust-lang/crates.io-index"
8368checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8369dependencies = [
8370 "jiff-static",
8371 "jiff-tzdb-platform",
8372 "log",
8373 "portable-atomic",
8374 "portable-atomic-util",
8375 "serde",
8376 "windows-sys 0.59.0",
8377]
8378
8379[[package]]
8380name = "jiff-static"
8381version = "0.2.10"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8384dependencies = [
8385 "proc-macro2",
8386 "quote",
8387 "syn 2.0.101",
8388]
8389
8390[[package]]
8391name = "jiff-tzdb"
8392version = "0.1.4"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8395
8396[[package]]
8397name = "jiff-tzdb-platform"
8398version = "0.1.3"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8401dependencies = [
8402 "jiff-tzdb",
8403]
8404
8405[[package]]
8406name = "jj"
8407version = "0.1.0"
8408dependencies = [
8409 "anyhow",
8410 "gpui",
8411 "jj-lib",
8412 "workspace-hack",
8413]
8414
8415[[package]]
8416name = "jj-lib"
8417version = "0.29.0"
8418source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8419dependencies = [
8420 "async-trait",
8421 "blake2",
8422 "bstr",
8423 "chrono",
8424 "clru",
8425 "digest",
8426 "dunce",
8427 "either",
8428 "futures 0.3.31",
8429 "gix",
8430 "glob",
8431 "hashbrown 0.15.3",
8432 "hex",
8433 "ignore",
8434 "indexmap",
8435 "interim",
8436 "itertools 0.14.0",
8437 "jj-lib-proc-macros",
8438 "maplit",
8439 "once_cell",
8440 "pest",
8441 "pest_derive",
8442 "pollster 0.4.0",
8443 "prost 0.13.5",
8444 "rand 0.8.5",
8445 "rand_chacha 0.3.1",
8446 "rayon",
8447 "ref-cast",
8448 "regex",
8449 "rustix 1.0.7",
8450 "same-file",
8451 "serde",
8452 "serde_json",
8453 "smallvec",
8454 "strsim",
8455 "tempfile",
8456 "thiserror 2.0.12",
8457 "toml_edit",
8458 "tracing",
8459 "version_check",
8460 "winreg 0.52.0",
8461]
8462
8463[[package]]
8464name = "jj-lib-proc-macros"
8465version = "0.29.0"
8466source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8467dependencies = [
8468 "proc-macro2",
8469 "quote",
8470 "syn 2.0.101",
8471]
8472
8473[[package]]
8474name = "jj_ui"
8475version = "0.1.0"
8476dependencies = [
8477 "command_palette_hooks",
8478 "feature_flags",
8479 "fuzzy",
8480 "gpui",
8481 "jj",
8482 "picker",
8483 "ui",
8484 "util",
8485 "workspace",
8486 "workspace-hack",
8487 "zed_actions",
8488]
8489
8490[[package]]
8491name = "jni"
8492version = "0.21.1"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8495dependencies = [
8496 "cesu8",
8497 "cfg-if",
8498 "combine",
8499 "jni-sys",
8500 "log",
8501 "thiserror 1.0.69",
8502 "walkdir",
8503 "windows-sys 0.45.0",
8504]
8505
8506[[package]]
8507name = "jni-sys"
8508version = "0.3.0"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8511
8512[[package]]
8513name = "jobserver"
8514version = "0.1.33"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8517dependencies = [
8518 "getrandom 0.3.2",
8519 "libc",
8520]
8521
8522[[package]]
8523name = "journal"
8524version = "0.1.0"
8525dependencies = [
8526 "anyhow",
8527 "chrono",
8528 "editor",
8529 "gpui",
8530 "log",
8531 "schemars",
8532 "serde",
8533 "settings",
8534 "shellexpand 2.1.2",
8535 "workspace",
8536 "workspace-hack",
8537]
8538
8539[[package]]
8540name = "jpeg-decoder"
8541version = "0.3.1"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8544
8545[[package]]
8546name = "js-sys"
8547version = "0.3.77"
8548source = "registry+https://github.com/rust-lang/crates.io-index"
8549checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8550dependencies = [
8551 "once_cell",
8552 "wasm-bindgen",
8553]
8554
8555[[package]]
8556name = "json_dotpath"
8557version = "1.1.0"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8560dependencies = [
8561 "serde",
8562 "serde_derive",
8563 "serde_json",
8564 "thiserror 1.0.69",
8565]
8566
8567[[package]]
8568name = "jsonschema"
8569version = "0.30.0"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8572dependencies = [
8573 "ahash 0.8.11",
8574 "base64 0.22.1",
8575 "bytecount",
8576 "email_address",
8577 "fancy-regex 0.14.0",
8578 "fraction",
8579 "idna",
8580 "itoa",
8581 "num-cmp",
8582 "num-traits",
8583 "once_cell",
8584 "percent-encoding",
8585 "referencing",
8586 "regex",
8587 "regex-syntax 0.8.5",
8588 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8589 "serde",
8590 "serde_json",
8591 "uuid-simd",
8592]
8593
8594[[package]]
8595name = "jsonwebtoken"
8596version = "9.3.1"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8599dependencies = [
8600 "base64 0.22.1",
8601 "js-sys",
8602 "pem",
8603 "ring",
8604 "serde",
8605 "serde_json",
8606 "simple_asn1",
8607]
8608
8609[[package]]
8610name = "jupyter-protocol"
8611version = "0.6.0"
8612source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8613dependencies = [
8614 "anyhow",
8615 "async-trait",
8616 "bytes 1.10.1",
8617 "chrono",
8618 "futures 0.3.31",
8619 "serde",
8620 "serde_json",
8621 "uuid",
8622]
8623
8624[[package]]
8625name = "jupyter-websocket-client"
8626version = "0.9.0"
8627source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8628dependencies = [
8629 "anyhow",
8630 "async-trait",
8631 "async-tungstenite",
8632 "futures 0.3.31",
8633 "jupyter-protocol",
8634 "serde",
8635 "serde_json",
8636 "url",
8637 "uuid",
8638]
8639
8640[[package]]
8641name = "khronos-egl"
8642version = "6.0.0"
8643source = "registry+https://github.com/rust-lang/crates.io-index"
8644checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8645dependencies = [
8646 "libc",
8647 "libloading",
8648]
8649
8650[[package]]
8651name = "kqueue"
8652version = "1.0.8"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8655dependencies = [
8656 "kqueue-sys",
8657 "libc",
8658]
8659
8660[[package]]
8661name = "kqueue-sys"
8662version = "1.0.4"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8665dependencies = [
8666 "bitflags 1.3.2",
8667 "libc",
8668]
8669
8670[[package]]
8671name = "kstring"
8672version = "2.0.2"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8675dependencies = [
8676 "static_assertions",
8677]
8678
8679[[package]]
8680name = "kurbo"
8681version = "0.11.1"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8684dependencies = [
8685 "arrayvec",
8686 "smallvec",
8687]
8688
8689[[package]]
8690name = "kv-log-macro"
8691version = "1.0.7"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8694dependencies = [
8695 "log",
8696]
8697
8698[[package]]
8699name = "language"
8700version = "0.1.0"
8701dependencies = [
8702 "anyhow",
8703 "async-trait",
8704 "async-watch",
8705 "clock",
8706 "collections",
8707 "ctor",
8708 "diffy",
8709 "ec4rs",
8710 "env_logger 0.11.8",
8711 "fs",
8712 "futures 0.3.31",
8713 "fuzzy",
8714 "globset",
8715 "gpui",
8716 "http_client",
8717 "imara-diff",
8718 "indoc",
8719 "itertools 0.14.0",
8720 "log",
8721 "lsp",
8722 "parking_lot",
8723 "postage",
8724 "pretty_assertions",
8725 "rand 0.8.5",
8726 "regex",
8727 "rpc",
8728 "schemars",
8729 "serde",
8730 "serde_json",
8731 "settings",
8732 "smallvec",
8733 "smol",
8734 "streaming-iterator",
8735 "strsim",
8736 "sum_tree",
8737 "task",
8738 "text",
8739 "theme",
8740 "tree-sitter",
8741 "tree-sitter-elixir",
8742 "tree-sitter-embedded-template",
8743 "tree-sitter-heex",
8744 "tree-sitter-html",
8745 "tree-sitter-json",
8746 "tree-sitter-md",
8747 "tree-sitter-python",
8748 "tree-sitter-ruby",
8749 "tree-sitter-rust",
8750 "tree-sitter-typescript",
8751 "unicase",
8752 "unindent",
8753 "util",
8754 "workspace-hack",
8755]
8756
8757[[package]]
8758name = "language_extension"
8759version = "0.1.0"
8760dependencies = [
8761 "anyhow",
8762 "async-trait",
8763 "collections",
8764 "extension",
8765 "fs",
8766 "futures 0.3.31",
8767 "gpui",
8768 "language",
8769 "lsp",
8770 "serde",
8771 "serde_json",
8772 "util",
8773 "workspace-hack",
8774]
8775
8776[[package]]
8777name = "language_model"
8778version = "0.1.0"
8779dependencies = [
8780 "anthropic",
8781 "anyhow",
8782 "base64 0.22.1",
8783 "client",
8784 "collections",
8785 "futures 0.3.31",
8786 "google_ai",
8787 "gpui",
8788 "http_client",
8789 "icons",
8790 "image",
8791 "open_ai",
8792 "parking_lot",
8793 "proto",
8794 "schemars",
8795 "serde",
8796 "serde_json",
8797 "smol",
8798 "strum 0.27.1",
8799 "telemetry_events",
8800 "thiserror 2.0.12",
8801 "util",
8802 "workspace-hack",
8803 "zed_llm_client",
8804]
8805
8806[[package]]
8807name = "language_models"
8808version = "0.1.0"
8809dependencies = [
8810 "anthropic",
8811 "anyhow",
8812 "aws-config",
8813 "aws-credential-types",
8814 "aws_http_client",
8815 "bedrock",
8816 "client",
8817 "collections",
8818 "copilot",
8819 "credentials_provider",
8820 "deepseek",
8821 "editor",
8822 "feature_flags",
8823 "fs",
8824 "futures 0.3.31",
8825 "google_ai",
8826 "gpui",
8827 "gpui_tokio",
8828 "http_client",
8829 "language_model",
8830 "lmstudio",
8831 "log",
8832 "menu",
8833 "mistral",
8834 "ollama",
8835 "open_ai",
8836 "partial-json-fixer",
8837 "project",
8838 "proto",
8839 "release_channel",
8840 "schemars",
8841 "serde",
8842 "serde_json",
8843 "settings",
8844 "smol",
8845 "strum 0.27.1",
8846 "theme",
8847 "thiserror 2.0.12",
8848 "tiktoken-rs",
8849 "tokio",
8850 "ui",
8851 "util",
8852 "workspace-hack",
8853 "zed_llm_client",
8854]
8855
8856[[package]]
8857name = "language_selector"
8858version = "0.1.0"
8859dependencies = [
8860 "anyhow",
8861 "editor",
8862 "file_finder",
8863 "file_icons",
8864 "fuzzy",
8865 "gpui",
8866 "language",
8867 "picker",
8868 "project",
8869 "settings",
8870 "ui",
8871 "util",
8872 "workspace",
8873 "workspace-hack",
8874]
8875
8876[[package]]
8877name = "language_tools"
8878version = "0.1.0"
8879dependencies = [
8880 "anyhow",
8881 "client",
8882 "collections",
8883 "copilot",
8884 "editor",
8885 "env_logger 0.11.8",
8886 "futures 0.3.31",
8887 "gpui",
8888 "itertools 0.14.0",
8889 "language",
8890 "lsp",
8891 "project",
8892 "release_channel",
8893 "serde_json",
8894 "settings",
8895 "theme",
8896 "tree-sitter",
8897 "ui",
8898 "util",
8899 "workspace",
8900 "workspace-hack",
8901 "zed_actions",
8902]
8903
8904[[package]]
8905name = "languages"
8906version = "0.1.0"
8907dependencies = [
8908 "anyhow",
8909 "async-compression",
8910 "async-tar",
8911 "async-trait",
8912 "collections",
8913 "dap",
8914 "futures 0.3.31",
8915 "gpui",
8916 "http_client",
8917 "language",
8918 "log",
8919 "lsp",
8920 "node_runtime",
8921 "parking_lot",
8922 "paths",
8923 "pet",
8924 "pet-conda",
8925 "pet-core",
8926 "pet-fs",
8927 "pet-poetry",
8928 "pet-reporter",
8929 "pretty_assertions",
8930 "project",
8931 "regex",
8932 "rope",
8933 "rust-embed",
8934 "serde",
8935 "serde_json",
8936 "settings",
8937 "smol",
8938 "snippet_provider",
8939 "task",
8940 "text",
8941 "theme",
8942 "toml 0.8.20",
8943 "tree-sitter",
8944 "tree-sitter-bash",
8945 "tree-sitter-c",
8946 "tree-sitter-cpp",
8947 "tree-sitter-css",
8948 "tree-sitter-diff",
8949 "tree-sitter-gitcommit",
8950 "tree-sitter-go",
8951 "tree-sitter-gomod",
8952 "tree-sitter-gowork",
8953 "tree-sitter-jsdoc",
8954 "tree-sitter-json",
8955 "tree-sitter-md",
8956 "tree-sitter-python",
8957 "tree-sitter-regex",
8958 "tree-sitter-rust",
8959 "tree-sitter-typescript",
8960 "tree-sitter-yaml",
8961 "unindent",
8962 "util",
8963 "workspace",
8964 "workspace-hack",
8965]
8966
8967[[package]]
8968name = "lazy_static"
8969version = "1.5.0"
8970source = "registry+https://github.com/rust-lang/crates.io-index"
8971checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8972dependencies = [
8973 "spin",
8974]
8975
8976[[package]]
8977name = "lazycell"
8978version = "1.3.0"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8981
8982[[package]]
8983name = "leak"
8984version = "0.1.2"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8987
8988[[package]]
8989name = "leaky-cow"
8990version = "0.1.1"
8991source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8993dependencies = [
8994 "leak",
8995]
8996
8997[[package]]
8998name = "leb128"
8999version = "0.2.5"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9002
9003[[package]]
9004name = "leb128fmt"
9005version = "0.1.0"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9008
9009[[package]]
9010name = "lebe"
9011version = "0.5.2"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
9014
9015[[package]]
9016name = "libc"
9017version = "0.2.172"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
9020
9021[[package]]
9022name = "libdbus-sys"
9023version = "0.2.5"
9024source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9026dependencies = [
9027 "cc",
9028 "pkg-config",
9029]
9030
9031[[package]]
9032name = "libfuzzer-sys"
9033version = "0.4.9"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9036dependencies = [
9037 "arbitrary",
9038 "cc",
9039]
9040
9041[[package]]
9042name = "libgit2-sys"
9043version = "0.18.1+1.9.0"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9046dependencies = [
9047 "cc",
9048 "libc",
9049 "libz-sys",
9050 "pkg-config",
9051]
9052
9053[[package]]
9054name = "libloading"
9055version = "0.8.6"
9056source = "registry+https://github.com/rust-lang/crates.io-index"
9057checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9058dependencies = [
9059 "cfg-if",
9060 "windows-targets 0.52.6",
9061]
9062
9063[[package]]
9064name = "libm"
9065version = "0.2.11"
9066source = "registry+https://github.com/rust-lang/crates.io-index"
9067checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9068
9069[[package]]
9070name = "libmimalloc-sys"
9071version = "0.1.42"
9072source = "registry+https://github.com/rust-lang/crates.io-index"
9073checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9074dependencies = [
9075 "cc",
9076 "libc",
9077]
9078
9079[[package]]
9080name = "libredox"
9081version = "0.1.3"
9082source = "registry+https://github.com/rust-lang/crates.io-index"
9083checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9084dependencies = [
9085 "bitflags 2.9.0",
9086 "libc",
9087 "redox_syscall 0.5.11",
9088]
9089
9090[[package]]
9091name = "libsqlite3-sys"
9092version = "0.30.1"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9095dependencies = [
9096 "cc",
9097 "pkg-config",
9098 "vcpkg",
9099]
9100
9101[[package]]
9102name = "libwebrtc"
9103version = "0.3.10"
9104source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9105dependencies = [
9106 "cxx",
9107 "jni",
9108 "js-sys",
9109 "lazy_static",
9110 "livekit-protocol",
9111 "livekit-runtime",
9112 "log",
9113 "parking_lot",
9114 "serde",
9115 "serde_json",
9116 "thiserror 1.0.69",
9117 "tokio",
9118 "wasm-bindgen",
9119 "wasm-bindgen-futures",
9120 "web-sys",
9121 "webrtc-sys",
9122]
9123
9124[[package]]
9125name = "libz-rs-sys"
9126version = "0.5.0"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9129dependencies = [
9130 "zlib-rs",
9131]
9132
9133[[package]]
9134name = "libz-sys"
9135version = "1.1.22"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9138dependencies = [
9139 "cc",
9140 "libc",
9141 "pkg-config",
9142 "vcpkg",
9143]
9144
9145[[package]]
9146name = "link-cplusplus"
9147version = "1.0.10"
9148source = "registry+https://github.com/rust-lang/crates.io-index"
9149checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9150dependencies = [
9151 "cc",
9152]
9153
9154[[package]]
9155name = "linkify"
9156version = "0.10.0"
9157source = "registry+https://github.com/rust-lang/crates.io-index"
9158checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9159dependencies = [
9160 "memchr",
9161]
9162
9163[[package]]
9164name = "linux-raw-sys"
9165version = "0.4.15"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9168
9169[[package]]
9170name = "linux-raw-sys"
9171version = "0.9.4"
9172source = "registry+https://github.com/rust-lang/crates.io-index"
9173checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9174
9175[[package]]
9176name = "litemap"
9177version = "0.7.5"
9178source = "registry+https://github.com/rust-lang/crates.io-index"
9179checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9180
9181[[package]]
9182name = "livekit"
9183version = "0.7.8"
9184source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9185dependencies = [
9186 "chrono",
9187 "futures-util",
9188 "lazy_static",
9189 "libloading",
9190 "libwebrtc",
9191 "livekit-api",
9192 "livekit-protocol",
9193 "livekit-runtime",
9194 "log",
9195 "parking_lot",
9196 "prost 0.12.6",
9197 "semver",
9198 "serde",
9199 "serde_json",
9200 "thiserror 1.0.69",
9201 "tokio",
9202]
9203
9204[[package]]
9205name = "livekit-api"
9206version = "0.4.2"
9207source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9208dependencies = [
9209 "futures-util",
9210 "http 0.2.12",
9211 "livekit-protocol",
9212 "livekit-runtime",
9213 "log",
9214 "parking_lot",
9215 "pbjson-types",
9216 "prost 0.12.6",
9217 "rand 0.9.1",
9218 "reqwest 0.11.27",
9219 "scopeguard",
9220 "serde",
9221 "sha2",
9222 "thiserror 1.0.69",
9223 "tokio",
9224 "tokio-tungstenite 0.26.2",
9225 "url",
9226]
9227
9228[[package]]
9229name = "livekit-protocol"
9230version = "0.3.9"
9231source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9232dependencies = [
9233 "futures-util",
9234 "livekit-runtime",
9235 "parking_lot",
9236 "pbjson",
9237 "pbjson-types",
9238 "prost 0.12.6",
9239 "prost-types 0.12.6",
9240 "serde",
9241 "thiserror 1.0.69",
9242 "tokio",
9243]
9244
9245[[package]]
9246name = "livekit-runtime"
9247version = "0.4.0"
9248source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9249dependencies = [
9250 "tokio",
9251 "tokio-stream",
9252]
9253
9254[[package]]
9255name = "livekit_api"
9256version = "0.1.0"
9257dependencies = [
9258 "anyhow",
9259 "async-trait",
9260 "jsonwebtoken",
9261 "log",
9262 "prost 0.9.0",
9263 "prost-build 0.9.0",
9264 "prost-types 0.9.0",
9265 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9266 "serde",
9267 "workspace-hack",
9268]
9269
9270[[package]]
9271name = "livekit_client"
9272version = "0.1.0"
9273dependencies = [
9274 "anyhow",
9275 "async-trait",
9276 "collections",
9277 "core-foundation 0.10.0",
9278 "core-video",
9279 "coreaudio-rs 0.12.1",
9280 "cpal",
9281 "futures 0.3.31",
9282 "gpui",
9283 "gpui_tokio",
9284 "http_client_tls",
9285 "image",
9286 "libwebrtc",
9287 "livekit",
9288 "livekit_api",
9289 "log",
9290 "nanoid",
9291 "objc",
9292 "parking_lot",
9293 "postage",
9294 "scap",
9295 "serde",
9296 "serde_json",
9297 "sha2",
9298 "simplelog",
9299 "smallvec",
9300 "tokio-tungstenite 0.26.2",
9301 "util",
9302 "workspace-hack",
9303]
9304
9305[[package]]
9306name = "lmdb-master-sys"
9307version = "0.2.5"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9310dependencies = [
9311 "cc",
9312 "doxygen-rs",
9313 "libc",
9314]
9315
9316[[package]]
9317name = "lmstudio"
9318version = "0.1.0"
9319dependencies = [
9320 "anyhow",
9321 "futures 0.3.31",
9322 "http_client",
9323 "schemars",
9324 "serde",
9325 "serde_json",
9326 "workspace-hack",
9327]
9328
9329[[package]]
9330name = "lock_api"
9331version = "0.4.12"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9334dependencies = [
9335 "autocfg",
9336 "scopeguard",
9337]
9338
9339[[package]]
9340name = "log"
9341version = "0.4.27"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9344dependencies = [
9345 "serde",
9346 "value-bag",
9347]
9348
9349[[package]]
9350name = "logos"
9351version = "0.15.0"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9354dependencies = [
9355 "logos-derive",
9356]
9357
9358[[package]]
9359name = "logos-codegen"
9360version = "0.15.0"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9363dependencies = [
9364 "beef",
9365 "fnv",
9366 "lazy_static",
9367 "proc-macro2",
9368 "quote",
9369 "regex-syntax 0.8.5",
9370 "rustc_version",
9371 "syn 2.0.101",
9372]
9373
9374[[package]]
9375name = "logos-derive"
9376version = "0.15.0"
9377source = "registry+https://github.com/rust-lang/crates.io-index"
9378checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9379dependencies = [
9380 "logos-codegen",
9381]
9382
9383[[package]]
9384name = "loom"
9385version = "0.7.2"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9388dependencies = [
9389 "cfg-if",
9390 "generator",
9391 "scoped-tls",
9392 "tracing",
9393 "tracing-subscriber",
9394]
9395
9396[[package]]
9397name = "loop9"
9398version = "0.1.5"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9401dependencies = [
9402 "imgref",
9403]
9404
9405[[package]]
9406name = "lru"
9407version = "0.12.5"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9410dependencies = [
9411 "hashbrown 0.15.3",
9412]
9413
9414[[package]]
9415name = "lsp"
9416version = "0.1.0"
9417dependencies = [
9418 "anyhow",
9419 "async-pipe",
9420 "collections",
9421 "ctor",
9422 "env_logger 0.11.8",
9423 "futures 0.3.31",
9424 "gpui",
9425 "log",
9426 "lsp-types",
9427 "parking_lot",
9428 "postage",
9429 "release_channel",
9430 "schemars",
9431 "serde",
9432 "serde_json",
9433 "smol",
9434 "util",
9435 "workspace-hack",
9436]
9437
9438[[package]]
9439name = "lsp-types"
9440version = "0.95.1"
9441source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9442dependencies = [
9443 "bitflags 1.3.2",
9444 "serde",
9445 "serde_json",
9446 "serde_repr",
9447 "url",
9448]
9449
9450[[package]]
9451name = "lyon"
9452version = "1.0.1"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9455dependencies = [
9456 "lyon_algorithms",
9457 "lyon_extra",
9458 "lyon_tessellation",
9459]
9460
9461[[package]]
9462name = "lyon_algorithms"
9463version = "1.0.5"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9466dependencies = [
9467 "lyon_path",
9468 "num-traits",
9469]
9470
9471[[package]]
9472name = "lyon_extra"
9473version = "1.0.3"
9474source = "registry+https://github.com/rust-lang/crates.io-index"
9475checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9476dependencies = [
9477 "lyon_path",
9478 "thiserror 1.0.69",
9479]
9480
9481[[package]]
9482name = "lyon_geom"
9483version = "1.0.6"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9486dependencies = [
9487 "arrayvec",
9488 "euclid",
9489 "num-traits",
9490]
9491
9492[[package]]
9493name = "lyon_path"
9494version = "1.0.7"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9497dependencies = [
9498 "lyon_geom",
9499 "num-traits",
9500]
9501
9502[[package]]
9503name = "lyon_tessellation"
9504version = "1.0.15"
9505source = "registry+https://github.com/rust-lang/crates.io-index"
9506checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9507dependencies = [
9508 "float_next_after",
9509 "lyon_path",
9510 "num-traits",
9511]
9512
9513[[package]]
9514name = "mac"
9515version = "0.1.1"
9516source = "registry+https://github.com/rust-lang/crates.io-index"
9517checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9518
9519[[package]]
9520name = "mach2"
9521version = "0.4.2"
9522source = "registry+https://github.com/rust-lang/crates.io-index"
9523checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9524dependencies = [
9525 "libc",
9526]
9527
9528[[package]]
9529name = "malloc_buf"
9530version = "0.0.6"
9531source = "registry+https://github.com/rust-lang/crates.io-index"
9532checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9533dependencies = [
9534 "libc",
9535]
9536
9537[[package]]
9538name = "maplit"
9539version = "1.0.2"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9542
9543[[package]]
9544name = "markdown"
9545version = "0.1.0"
9546dependencies = [
9547 "anyhow",
9548 "assets",
9549 "base64 0.22.1",
9550 "env_logger 0.11.8",
9551 "gpui",
9552 "language",
9553 "languages",
9554 "linkify",
9555 "log",
9556 "node_runtime",
9557 "pulldown-cmark 0.12.2",
9558 "settings",
9559 "sum_tree",
9560 "theme",
9561 "ui",
9562 "util",
9563 "workspace-hack",
9564]
9565
9566[[package]]
9567name = "markdown_preview"
9568version = "0.1.0"
9569dependencies = [
9570 "anyhow",
9571 "async-recursion 1.1.1",
9572 "collections",
9573 "editor",
9574 "fs",
9575 "gpui",
9576 "language",
9577 "linkify",
9578 "log",
9579 "pretty_assertions",
9580 "pulldown-cmark 0.12.2",
9581 "settings",
9582 "theme",
9583 "ui",
9584 "util",
9585 "workspace",
9586 "workspace-hack",
9587]
9588
9589[[package]]
9590name = "markup5ever"
9591version = "0.12.1"
9592source = "registry+https://github.com/rust-lang/crates.io-index"
9593checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9594dependencies = [
9595 "log",
9596 "phf",
9597 "phf_codegen",
9598 "string_cache",
9599 "string_cache_codegen",
9600 "tendril",
9601]
9602
9603[[package]]
9604name = "markup5ever"
9605version = "0.16.1"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9608dependencies = [
9609 "log",
9610 "tendril",
9611 "web_atoms",
9612]
9613
9614[[package]]
9615name = "markup5ever_rcdom"
9616version = "0.3.0"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9619dependencies = [
9620 "html5ever 0.27.0",
9621 "markup5ever 0.12.1",
9622 "tendril",
9623 "xml5ever",
9624]
9625
9626[[package]]
9627name = "match_token"
9628version = "0.1.0"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9631dependencies = [
9632 "proc-macro2",
9633 "quote",
9634 "syn 2.0.101",
9635]
9636
9637[[package]]
9638name = "matchers"
9639version = "0.1.0"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9642dependencies = [
9643 "regex-automata 0.1.10",
9644]
9645
9646[[package]]
9647name = "matchit"
9648version = "0.7.3"
9649source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9651
9652[[package]]
9653name = "maybe-async"
9654version = "0.2.10"
9655source = "registry+https://github.com/rust-lang/crates.io-index"
9656checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9657dependencies = [
9658 "proc-macro2",
9659 "quote",
9660 "syn 2.0.101",
9661]
9662
9663[[package]]
9664name = "maybe-owned"
9665version = "0.3.4"
9666source = "registry+https://github.com/rust-lang/crates.io-index"
9667checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9668
9669[[package]]
9670name = "maybe-rayon"
9671version = "0.1.1"
9672source = "registry+https://github.com/rust-lang/crates.io-index"
9673checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9674dependencies = [
9675 "cfg-if",
9676 "rayon",
9677]
9678
9679[[package]]
9680name = "md-5"
9681version = "0.10.6"
9682source = "registry+https://github.com/rust-lang/crates.io-index"
9683checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9684dependencies = [
9685 "cfg-if",
9686 "digest",
9687]
9688
9689[[package]]
9690name = "mdbook"
9691version = "0.4.48"
9692source = "registry+https://github.com/rust-lang/crates.io-index"
9693checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9694dependencies = [
9695 "ammonia",
9696 "anyhow",
9697 "chrono",
9698 "clap",
9699 "clap_complete",
9700 "elasticlunr-rs",
9701 "env_logger 0.11.8",
9702 "futures-util",
9703 "handlebars 6.3.2",
9704 "hex",
9705 "ignore",
9706 "log",
9707 "memchr",
9708 "notify",
9709 "notify-debouncer-mini",
9710 "once_cell",
9711 "opener",
9712 "pathdiff",
9713 "pulldown-cmark 0.10.3",
9714 "regex",
9715 "serde",
9716 "serde_json",
9717 "sha2",
9718 "shlex",
9719 "tempfile",
9720 "tokio",
9721 "toml 0.5.11",
9722 "topological-sort",
9723 "walkdir",
9724 "warp",
9725]
9726
9727[[package]]
9728name = "media"
9729version = "0.1.0"
9730dependencies = [
9731 "anyhow",
9732 "bindgen 0.71.1",
9733 "core-foundation 0.10.0",
9734 "core-video",
9735 "ctor",
9736 "foreign-types 0.5.0",
9737 "metal",
9738 "objc",
9739 "workspace-hack",
9740]
9741
9742[[package]]
9743name = "memchr"
9744version = "2.7.4"
9745source = "registry+https://github.com/rust-lang/crates.io-index"
9746checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9747
9748[[package]]
9749name = "memfd"
9750version = "0.6.4"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9753dependencies = [
9754 "rustix 0.38.44",
9755]
9756
9757[[package]]
9758name = "memmap2"
9759version = "0.9.5"
9760source = "registry+https://github.com/rust-lang/crates.io-index"
9761checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9762dependencies = [
9763 "libc",
9764]
9765
9766[[package]]
9767name = "memoffset"
9768version = "0.9.1"
9769source = "registry+https://github.com/rust-lang/crates.io-index"
9770checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9771dependencies = [
9772 "autocfg",
9773]
9774
9775[[package]]
9776name = "menu"
9777version = "0.1.0"
9778dependencies = [
9779 "gpui",
9780 "workspace-hack",
9781]
9782
9783[[package]]
9784name = "metal"
9785version = "0.29.0"
9786source = "registry+https://github.com/rust-lang/crates.io-index"
9787checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9788dependencies = [
9789 "bitflags 2.9.0",
9790 "block",
9791 "core-graphics-types 0.1.3",
9792 "foreign-types 0.5.0",
9793 "log",
9794 "objc",
9795 "paste",
9796]
9797
9798[[package]]
9799name = "migrator"
9800version = "0.1.0"
9801dependencies = [
9802 "anyhow",
9803 "collections",
9804 "convert_case 0.8.0",
9805 "log",
9806 "pretty_assertions",
9807 "streaming-iterator",
9808 "tree-sitter",
9809 "tree-sitter-json",
9810 "workspace-hack",
9811]
9812
9813[[package]]
9814name = "mimalloc"
9815version = "0.1.46"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9818dependencies = [
9819 "libmimalloc-sys",
9820]
9821
9822[[package]]
9823name = "mime"
9824version = "0.3.17"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9827
9828[[package]]
9829name = "mime_guess"
9830version = "2.0.5"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9833dependencies = [
9834 "mime",
9835 "unicase",
9836]
9837
9838[[package]]
9839name = "minimal-lexical"
9840version = "0.2.1"
9841source = "registry+https://github.com/rust-lang/crates.io-index"
9842checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9843
9844[[package]]
9845name = "miniz_oxide"
9846version = "0.8.8"
9847source = "registry+https://github.com/rust-lang/crates.io-index"
9848checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9849dependencies = [
9850 "adler2",
9851 "simd-adler32",
9852]
9853
9854[[package]]
9855name = "mint"
9856version = "0.5.9"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9859
9860[[package]]
9861name = "mio"
9862version = "1.0.3"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9865dependencies = [
9866 "libc",
9867 "log",
9868 "wasi 0.11.0+wasi-snapshot-preview1",
9869 "windows-sys 0.52.0",
9870]
9871
9872[[package]]
9873name = "miow"
9874version = "0.6.0"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9877dependencies = [
9878 "windows-sys 0.48.0",
9879]
9880
9881[[package]]
9882name = "mistral"
9883version = "0.1.0"
9884dependencies = [
9885 "anyhow",
9886 "futures 0.3.31",
9887 "http_client",
9888 "schemars",
9889 "serde",
9890 "serde_json",
9891 "strum 0.27.1",
9892 "workspace-hack",
9893]
9894
9895[[package]]
9896name = "moka"
9897version = "0.12.10"
9898source = "registry+https://github.com/rust-lang/crates.io-index"
9899checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9900dependencies = [
9901 "crossbeam-channel",
9902 "crossbeam-epoch",
9903 "crossbeam-utils",
9904 "loom",
9905 "parking_lot",
9906 "portable-atomic",
9907 "rustc_version",
9908 "smallvec",
9909 "tagptr",
9910 "thiserror 1.0.69",
9911 "uuid",
9912]
9913
9914[[package]]
9915name = "msvc_spectre_libs"
9916version = "0.1.3"
9917source = "registry+https://github.com/rust-lang/crates.io-index"
9918checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9919dependencies = [
9920 "cc",
9921]
9922
9923[[package]]
9924name = "multi_buffer"
9925version = "0.1.0"
9926dependencies = [
9927 "anyhow",
9928 "buffer_diff",
9929 "clock",
9930 "collections",
9931 "ctor",
9932 "env_logger 0.11.8",
9933 "gpui",
9934 "indoc",
9935 "itertools 0.14.0",
9936 "language",
9937 "log",
9938 "parking_lot",
9939 "pretty_assertions",
9940 "project",
9941 "rand 0.8.5",
9942 "rope",
9943 "serde",
9944 "settings",
9945 "smallvec",
9946 "smol",
9947 "sum_tree",
9948 "text",
9949 "theme",
9950 "tree-sitter",
9951 "util",
9952 "workspace-hack",
9953]
9954
9955[[package]]
9956name = "multimap"
9957version = "0.8.3"
9958source = "registry+https://github.com/rust-lang/crates.io-index"
9959checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9960
9961[[package]]
9962name = "multimap"
9963version = "0.10.0"
9964source = "registry+https://github.com/rust-lang/crates.io-index"
9965checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9966
9967[[package]]
9968name = "naga"
9969version = "25.0.1"
9970source = "registry+https://github.com/rust-lang/crates.io-index"
9971checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9972dependencies = [
9973 "arrayvec",
9974 "bit-set 0.8.0",
9975 "bitflags 2.9.0",
9976 "cfg_aliases 0.2.1",
9977 "codespan-reporting 0.12.0",
9978 "half",
9979 "hashbrown 0.15.3",
9980 "hexf-parse",
9981 "indexmap",
9982 "log",
9983 "num-traits",
9984 "once_cell",
9985 "rustc-hash 1.1.0",
9986 "spirv",
9987 "strum 0.26.3",
9988 "thiserror 2.0.12",
9989 "unicode-ident",
9990]
9991
9992[[package]]
9993name = "nanoid"
9994version = "0.4.0"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9997dependencies = [
9998 "rand 0.8.5",
9999]
10000
10001[[package]]
10002name = "nanorand"
10003version = "0.7.0"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10006dependencies = [
10007 "getrandom 0.2.15",
10008]
10009
10010[[package]]
10011name = "native-tls"
10012version = "0.2.14"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10015dependencies = [
10016 "libc",
10017 "log",
10018 "openssl",
10019 "openssl-probe",
10020 "openssl-sys",
10021 "schannel",
10022 "security-framework 2.11.1",
10023 "security-framework-sys",
10024 "tempfile",
10025]
10026
10027[[package]]
10028name = "nbformat"
10029version = "0.10.0"
10030source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10031dependencies = [
10032 "anyhow",
10033 "chrono",
10034 "jupyter-protocol",
10035 "serde",
10036 "serde_json",
10037 "thiserror 1.0.69",
10038 "uuid",
10039]
10040
10041[[package]]
10042name = "ndk"
10043version = "0.8.0"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10046dependencies = [
10047 "bitflags 2.9.0",
10048 "jni-sys",
10049 "log",
10050 "ndk-sys",
10051 "num_enum",
10052 "thiserror 1.0.69",
10053]
10054
10055[[package]]
10056name = "ndk-context"
10057version = "0.1.1"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10060
10061[[package]]
10062name = "ndk-sys"
10063version = "0.5.0+25.2.9519653"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10066dependencies = [
10067 "jni-sys",
10068]
10069
10070[[package]]
10071name = "new_debug_unreachable"
10072version = "1.0.6"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10075
10076[[package]]
10077name = "nix"
10078version = "0.28.0"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10081dependencies = [
10082 "bitflags 2.9.0",
10083 "cfg-if",
10084 "cfg_aliases 0.1.1",
10085 "libc",
10086]
10087
10088[[package]]
10089name = "nix"
10090version = "0.29.0"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10093dependencies = [
10094 "bitflags 2.9.0",
10095 "cfg-if",
10096 "cfg_aliases 0.2.1",
10097 "libc",
10098 "memoffset",
10099]
10100
10101[[package]]
10102name = "node_runtime"
10103version = "0.1.0"
10104dependencies = [
10105 "anyhow",
10106 "async-compression",
10107 "async-std",
10108 "async-tar",
10109 "async-trait",
10110 "async-watch",
10111 "futures 0.3.31",
10112 "http_client",
10113 "log",
10114 "paths",
10115 "semver",
10116 "serde",
10117 "serde_json",
10118 "smol",
10119 "util",
10120 "which 6.0.3",
10121 "workspace-hack",
10122]
10123
10124[[package]]
10125name = "nom"
10126version = "7.1.3"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10129dependencies = [
10130 "memchr",
10131 "minimal-lexical",
10132]
10133
10134[[package]]
10135name = "noop_proc_macro"
10136version = "0.3.0"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10139
10140[[package]]
10141name = "normpath"
10142version = "1.3.0"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10145dependencies = [
10146 "windows-sys 0.59.0",
10147]
10148
10149[[package]]
10150name = "notifications"
10151version = "0.1.0"
10152dependencies = [
10153 "anyhow",
10154 "channel",
10155 "client",
10156 "collections",
10157 "component",
10158 "db",
10159 "gpui",
10160 "rpc",
10161 "settings",
10162 "sum_tree",
10163 "time",
10164 "ui",
10165 "util",
10166 "workspace",
10167 "workspace-hack",
10168]
10169
10170[[package]]
10171name = "notify"
10172version = "8.0.0"
10173source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10174dependencies = [
10175 "bitflags 2.9.0",
10176 "filetime",
10177 "fsevent-sys 4.1.0",
10178 "inotify",
10179 "kqueue",
10180 "libc",
10181 "log",
10182 "mio",
10183 "notify-types",
10184 "walkdir",
10185 "windows-sys 0.59.0",
10186]
10187
10188[[package]]
10189name = "notify-debouncer-mini"
10190version = "0.6.0"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10193dependencies = [
10194 "log",
10195 "notify",
10196 "notify-types",
10197 "tempfile",
10198]
10199
10200[[package]]
10201name = "notify-types"
10202version = "2.0.0"
10203source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10204
10205[[package]]
10206name = "ntapi"
10207version = "0.4.1"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10210dependencies = [
10211 "winapi",
10212]
10213
10214[[package]]
10215name = "nu-ansi-term"
10216version = "0.46.0"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10219dependencies = [
10220 "overload",
10221 "winapi",
10222]
10223
10224[[package]]
10225name = "nu-ansi-term"
10226version = "0.50.1"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10229dependencies = [
10230 "windows-sys 0.52.0",
10231]
10232
10233[[package]]
10234name = "num"
10235version = "0.4.3"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10238dependencies = [
10239 "num-bigint",
10240 "num-complex",
10241 "num-integer",
10242 "num-iter",
10243 "num-rational",
10244 "num-traits",
10245]
10246
10247[[package]]
10248name = "num-bigint"
10249version = "0.4.6"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10252dependencies = [
10253 "num-integer",
10254 "num-traits",
10255]
10256
10257[[package]]
10258name = "num-bigint-dig"
10259version = "0.8.4"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10262dependencies = [
10263 "byteorder",
10264 "lazy_static",
10265 "libm",
10266 "num-integer",
10267 "num-iter",
10268 "num-traits",
10269 "rand 0.8.5",
10270 "serde",
10271 "smallvec",
10272 "zeroize",
10273]
10274
10275[[package]]
10276name = "num-cmp"
10277version = "0.1.0"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10280
10281[[package]]
10282name = "num-complex"
10283version = "0.4.6"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10286dependencies = [
10287 "num-traits",
10288]
10289
10290[[package]]
10291name = "num-conv"
10292version = "0.1.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10295
10296[[package]]
10297name = "num-derive"
10298version = "0.4.2"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10301dependencies = [
10302 "proc-macro2",
10303 "quote",
10304 "syn 2.0.101",
10305]
10306
10307[[package]]
10308name = "num-format"
10309version = "0.4.4"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10312dependencies = [
10313 "arrayvec",
10314 "itoa",
10315]
10316
10317[[package]]
10318name = "num-integer"
10319version = "0.1.46"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10322dependencies = [
10323 "num-traits",
10324]
10325
10326[[package]]
10327name = "num-iter"
10328version = "0.1.45"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10331dependencies = [
10332 "autocfg",
10333 "num-integer",
10334 "num-traits",
10335]
10336
10337[[package]]
10338name = "num-modular"
10339version = "0.6.1"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10342
10343[[package]]
10344name = "num-order"
10345version = "1.2.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10348dependencies = [
10349 "num-modular",
10350]
10351
10352[[package]]
10353name = "num-rational"
10354version = "0.4.2"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10357dependencies = [
10358 "num-bigint",
10359 "num-integer",
10360 "num-traits",
10361]
10362
10363[[package]]
10364name = "num-traits"
10365version = "0.2.19"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10368dependencies = [
10369 "autocfg",
10370 "libm",
10371]
10372
10373[[package]]
10374name = "num_cpus"
10375version = "1.16.0"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10378dependencies = [
10379 "hermit-abi 0.3.9",
10380 "libc",
10381]
10382
10383[[package]]
10384name = "num_enum"
10385version = "0.7.3"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10388dependencies = [
10389 "num_enum_derive",
10390]
10391
10392[[package]]
10393name = "num_enum_derive"
10394version = "0.7.3"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10397dependencies = [
10398 "proc-macro-crate",
10399 "proc-macro2",
10400 "quote",
10401 "syn 2.0.101",
10402]
10403
10404[[package]]
10405name = "num_threads"
10406version = "0.1.7"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10409dependencies = [
10410 "libc",
10411]
10412
10413[[package]]
10414name = "nvim-rs"
10415version = "0.9.2"
10416source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10417dependencies = [
10418 "async-trait",
10419 "futures 0.3.31",
10420 "log",
10421 "rmp",
10422 "rmpv",
10423 "tokio",
10424 "tokio-util",
10425]
10426
10427[[package]]
10428name = "objc"
10429version = "0.2.7"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10432dependencies = [
10433 "malloc_buf",
10434 "objc_exception",
10435]
10436
10437[[package]]
10438name = "objc-foundation"
10439version = "0.1.1"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10442dependencies = [
10443 "block",
10444 "objc",
10445 "objc_id",
10446]
10447
10448[[package]]
10449name = "objc2"
10450version = "0.6.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10453dependencies = [
10454 "objc2-encode",
10455]
10456
10457[[package]]
10458name = "objc2-app-kit"
10459version = "0.3.1"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10462dependencies = [
10463 "bitflags 2.9.0",
10464 "objc2",
10465 "objc2-core-foundation",
10466 "objc2-foundation",
10467 "objc2-quartz-core",
10468]
10469
10470[[package]]
10471name = "objc2-core-foundation"
10472version = "0.3.1"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10475dependencies = [
10476 "bitflags 2.9.0",
10477 "dispatch2",
10478 "objc2",
10479]
10480
10481[[package]]
10482name = "objc2-encode"
10483version = "4.1.0"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10486
10487[[package]]
10488name = "objc2-foundation"
10489version = "0.3.1"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10492dependencies = [
10493 "bitflags 2.9.0",
10494 "objc2",
10495 "objc2-core-foundation",
10496]
10497
10498[[package]]
10499name = "objc2-metal"
10500version = "0.3.1"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10503dependencies = [
10504 "bitflags 2.9.0",
10505 "block2",
10506 "dispatch2",
10507 "objc2",
10508 "objc2-core-foundation",
10509 "objc2-foundation",
10510]
10511
10512[[package]]
10513name = "objc2-quartz-core"
10514version = "0.3.1"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10517dependencies = [
10518 "bitflags 2.9.0",
10519 "objc2",
10520 "objc2-core-foundation",
10521 "objc2-foundation",
10522 "objc2-metal",
10523]
10524
10525[[package]]
10526name = "objc2-ui-kit"
10527version = "0.3.1"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10530dependencies = [
10531 "bitflags 2.9.0",
10532 "objc2",
10533 "objc2-core-foundation",
10534 "objc2-foundation",
10535 "objc2-quartz-core",
10536]
10537
10538[[package]]
10539name = "objc_exception"
10540version = "0.1.2"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10543dependencies = [
10544 "cc",
10545]
10546
10547[[package]]
10548name = "objc_id"
10549version = "0.1.1"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10552dependencies = [
10553 "objc",
10554]
10555
10556[[package]]
10557name = "object"
10558version = "0.36.7"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10561dependencies = [
10562 "crc32fast",
10563 "hashbrown 0.15.3",
10564 "indexmap",
10565 "memchr",
10566]
10567
10568[[package]]
10569name = "oboe"
10570version = "0.6.1"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10573dependencies = [
10574 "jni",
10575 "ndk",
10576 "ndk-context",
10577 "num-derive",
10578 "num-traits",
10579 "oboe-sys",
10580]
10581
10582[[package]]
10583name = "oboe-sys"
10584version = "0.6.1"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10587dependencies = [
10588 "cc",
10589]
10590
10591[[package]]
10592name = "ollama"
10593version = "0.1.0"
10594dependencies = [
10595 "anyhow",
10596 "futures 0.3.31",
10597 "http_client",
10598 "schemars",
10599 "serde",
10600 "serde_json",
10601 "workspace-hack",
10602]
10603
10604[[package]]
10605name = "once_cell"
10606version = "1.21.3"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10609
10610[[package]]
10611name = "oo7"
10612version = "0.4.3"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10615dependencies = [
10616 "aes",
10617 "ashpd",
10618 "async-fs",
10619 "async-io",
10620 "async-lock",
10621 "blocking",
10622 "cbc",
10623 "cipher",
10624 "digest",
10625 "endi",
10626 "futures-lite 2.6.0",
10627 "futures-util",
10628 "getrandom 0.3.2",
10629 "hkdf",
10630 "hmac",
10631 "md-5",
10632 "num",
10633 "num-bigint-dig",
10634 "pbkdf2 0.12.2",
10635 "rand 0.9.1",
10636 "serde",
10637 "sha2",
10638 "subtle",
10639 "zbus",
10640 "zbus_macros",
10641 "zeroize",
10642 "zvariant",
10643]
10644
10645[[package]]
10646name = "oorandom"
10647version = "11.1.5"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10650
10651[[package]]
10652name = "open"
10653version = "5.3.2"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10656dependencies = [
10657 "is-wsl",
10658 "libc",
10659 "pathdiff",
10660]
10661
10662[[package]]
10663name = "open_ai"
10664version = "0.1.0"
10665dependencies = [
10666 "anyhow",
10667 "futures 0.3.31",
10668 "http_client",
10669 "schemars",
10670 "serde",
10671 "serde_json",
10672 "strum 0.27.1",
10673 "workspace-hack",
10674]
10675
10676[[package]]
10677name = "opener"
10678version = "0.7.2"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10681dependencies = [
10682 "bstr",
10683 "dbus",
10684 "normpath",
10685 "windows-sys 0.59.0",
10686]
10687
10688[[package]]
10689name = "openssl"
10690version = "0.10.72"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10693dependencies = [
10694 "bitflags 2.9.0",
10695 "cfg-if",
10696 "foreign-types 0.3.2",
10697 "libc",
10698 "once_cell",
10699 "openssl-macros",
10700 "openssl-sys",
10701]
10702
10703[[package]]
10704name = "openssl-macros"
10705version = "0.1.1"
10706source = "registry+https://github.com/rust-lang/crates.io-index"
10707checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10708dependencies = [
10709 "proc-macro2",
10710 "quote",
10711 "syn 2.0.101",
10712]
10713
10714[[package]]
10715name = "openssl-probe"
10716version = "0.1.6"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10719
10720[[package]]
10721name = "openssl-sys"
10722version = "0.9.107"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10725dependencies = [
10726 "cc",
10727 "libc",
10728 "pkg-config",
10729 "vcpkg",
10730]
10731
10732[[package]]
10733name = "optfield"
10734version = "0.3.0"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10737dependencies = [
10738 "proc-macro2",
10739 "quote",
10740 "syn 2.0.101",
10741]
10742
10743[[package]]
10744name = "option-ext"
10745version = "0.2.0"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10748
10749[[package]]
10750name = "ordered-float"
10751version = "2.10.1"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10754dependencies = [
10755 "num-traits",
10756]
10757
10758[[package]]
10759name = "ordered-float"
10760version = "4.6.0"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10763dependencies = [
10764 "num-traits",
10765]
10766
10767[[package]]
10768name = "ordered-stream"
10769version = "0.2.0"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10772dependencies = [
10773 "futures-core",
10774 "pin-project-lite",
10775]
10776
10777[[package]]
10778name = "ouroboros"
10779version = "0.18.5"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10782dependencies = [
10783 "aliasable",
10784 "ouroboros_macro",
10785 "static_assertions",
10786]
10787
10788[[package]]
10789name = "ouroboros_macro"
10790version = "0.18.5"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10793dependencies = [
10794 "heck 0.4.1",
10795 "proc-macro2",
10796 "proc-macro2-diagnostics",
10797 "quote",
10798 "syn 2.0.101",
10799]
10800
10801[[package]]
10802name = "outline"
10803version = "0.1.0"
10804dependencies = [
10805 "editor",
10806 "fuzzy",
10807 "gpui",
10808 "indoc",
10809 "language",
10810 "menu",
10811 "ordered-float 2.10.1",
10812 "picker",
10813 "project",
10814 "rope",
10815 "serde_json",
10816 "settings",
10817 "smol",
10818 "theme",
10819 "tree-sitter-rust",
10820 "tree-sitter-typescript",
10821 "ui",
10822 "util",
10823 "workspace",
10824 "workspace-hack",
10825 "zed_actions",
10826]
10827
10828[[package]]
10829name = "outline_panel"
10830version = "0.1.0"
10831dependencies = [
10832 "anyhow",
10833 "collections",
10834 "db",
10835 "editor",
10836 "file_icons",
10837 "fuzzy",
10838 "gpui",
10839 "itertools 0.14.0",
10840 "language",
10841 "log",
10842 "menu",
10843 "outline",
10844 "pretty_assertions",
10845 "project",
10846 "schemars",
10847 "search",
10848 "serde",
10849 "serde_json",
10850 "settings",
10851 "smallvec",
10852 "smol",
10853 "theme",
10854 "ui",
10855 "util",
10856 "workspace",
10857 "workspace-hack",
10858 "worktree",
10859 "zed_actions",
10860]
10861
10862[[package]]
10863name = "outref"
10864version = "0.5.2"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10867
10868[[package]]
10869name = "overload"
10870version = "0.1.1"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10873
10874[[package]]
10875name = "p256"
10876version = "0.11.1"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10879dependencies = [
10880 "ecdsa",
10881 "elliptic-curve",
10882 "sha2",
10883]
10884
10885[[package]]
10886name = "page_size"
10887version = "0.6.0"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10890dependencies = [
10891 "libc",
10892 "winapi",
10893]
10894
10895[[package]]
10896name = "palette"
10897version = "0.7.6"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10900dependencies = [
10901 "approx",
10902 "fast-srgb8",
10903 "palette_derive",
10904]
10905
10906[[package]]
10907name = "palette_derive"
10908version = "0.7.6"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10911dependencies = [
10912 "by_address",
10913 "proc-macro2",
10914 "quote",
10915 "syn 2.0.101",
10916]
10917
10918[[package]]
10919name = "panel"
10920version = "0.1.0"
10921dependencies = [
10922 "editor",
10923 "gpui",
10924 "settings",
10925 "theme",
10926 "ui",
10927 "workspace",
10928 "workspace-hack",
10929]
10930
10931[[package]]
10932name = "parking"
10933version = "2.2.1"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10936
10937[[package]]
10938name = "parking_lot"
10939version = "0.12.3"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10942dependencies = [
10943 "lock_api",
10944 "parking_lot_core",
10945]
10946
10947[[package]]
10948name = "parking_lot_core"
10949version = "0.9.10"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10952dependencies = [
10953 "cfg-if",
10954 "libc",
10955 "redox_syscall 0.5.11",
10956 "smallvec",
10957 "windows-targets 0.52.6",
10958]
10959
10960[[package]]
10961name = "partial-json-fixer"
10962version = "0.5.3"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10965
10966[[package]]
10967name = "password-hash"
10968version = "0.4.2"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10971dependencies = [
10972 "base64ct",
10973 "rand_core 0.6.4",
10974 "subtle",
10975]
10976
10977[[package]]
10978name = "password-hash"
10979version = "0.5.0"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10982dependencies = [
10983 "base64ct",
10984 "rand_core 0.6.4",
10985 "subtle",
10986]
10987
10988[[package]]
10989name = "paste"
10990version = "1.0.15"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10993
10994[[package]]
10995name = "pathdiff"
10996version = "0.2.3"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10999
11000[[package]]
11001name = "pathfinder_geometry"
11002version = "0.5.1"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11005dependencies = [
11006 "log",
11007 "pathfinder_simd",
11008]
11009
11010[[package]]
11011name = "pathfinder_simd"
11012version = "0.5.4"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11015dependencies = [
11016 "rustc_version",
11017]
11018
11019[[package]]
11020name = "paths"
11021version = "0.1.0"
11022dependencies = [
11023 "dirs 4.0.0",
11024 "util",
11025 "workspace-hack",
11026]
11027
11028[[package]]
11029name = "pbjson"
11030version = "0.6.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11033dependencies = [
11034 "base64 0.21.7",
11035 "serde",
11036]
11037
11038[[package]]
11039name = "pbjson-build"
11040version = "0.6.2"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11043dependencies = [
11044 "heck 0.4.1",
11045 "itertools 0.11.0",
11046 "prost 0.12.6",
11047 "prost-types 0.12.6",
11048]
11049
11050[[package]]
11051name = "pbjson-types"
11052version = "0.6.0"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11055dependencies = [
11056 "bytes 1.10.1",
11057 "chrono",
11058 "pbjson",
11059 "pbjson-build",
11060 "prost 0.12.6",
11061 "prost-build 0.12.6",
11062 "serde",
11063]
11064
11065[[package]]
11066name = "pbkdf2"
11067version = "0.11.0"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11070dependencies = [
11071 "digest",
11072 "hmac",
11073 "password-hash 0.4.2",
11074 "sha2",
11075]
11076
11077[[package]]
11078name = "pbkdf2"
11079version = "0.12.2"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11082dependencies = [
11083 "digest",
11084 "hmac",
11085]
11086
11087[[package]]
11088name = "pem"
11089version = "3.0.5"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11092dependencies = [
11093 "base64 0.22.1",
11094 "serde",
11095]
11096
11097[[package]]
11098name = "pem-rfc7468"
11099version = "0.7.0"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11102dependencies = [
11103 "base64ct",
11104]
11105
11106[[package]]
11107name = "percent-encoding"
11108version = "2.3.1"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11111
11112[[package]]
11113name = "perplexity"
11114version = "0.1.0"
11115dependencies = [
11116 "serde",
11117 "zed_extension_api 0.6.0",
11118]
11119
11120[[package]]
11121name = "pest"
11122version = "2.8.0"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11125dependencies = [
11126 "memchr",
11127 "thiserror 2.0.12",
11128 "ucd-trie",
11129]
11130
11131[[package]]
11132name = "pest_derive"
11133version = "2.8.0"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11136dependencies = [
11137 "pest",
11138 "pest_generator",
11139]
11140
11141[[package]]
11142name = "pest_generator"
11143version = "2.8.0"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11146dependencies = [
11147 "pest",
11148 "pest_meta",
11149 "proc-macro2",
11150 "quote",
11151 "syn 2.0.101",
11152]
11153
11154[[package]]
11155name = "pest_meta"
11156version = "2.8.0"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11159dependencies = [
11160 "once_cell",
11161 "pest",
11162 "sha2",
11163]
11164
11165[[package]]
11166name = "pet"
11167version = "0.1.0"
11168source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11169dependencies = [
11170 "clap",
11171 "env_logger 0.10.2",
11172 "lazy_static",
11173 "log",
11174 "msvc_spectre_libs",
11175 "pet-conda",
11176 "pet-core",
11177 "pet-env-var-path",
11178 "pet-fs",
11179 "pet-global-virtualenvs",
11180 "pet-homebrew",
11181 "pet-jsonrpc",
11182 "pet-linux-global-python",
11183 "pet-mac-commandlinetools",
11184 "pet-mac-python-org",
11185 "pet-mac-xcode",
11186 "pet-pipenv",
11187 "pet-pixi",
11188 "pet-poetry",
11189 "pet-pyenv",
11190 "pet-python-utils",
11191 "pet-reporter",
11192 "pet-telemetry",
11193 "pet-venv",
11194 "pet-virtualenv",
11195 "pet-virtualenvwrapper",
11196 "pet-windows-registry",
11197 "pet-windows-store",
11198 "serde",
11199 "serde_json",
11200]
11201
11202[[package]]
11203name = "pet-conda"
11204version = "0.1.0"
11205source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11206dependencies = [
11207 "env_logger 0.10.2",
11208 "lazy_static",
11209 "log",
11210 "msvc_spectre_libs",
11211 "pet-core",
11212 "pet-fs",
11213 "pet-python-utils",
11214 "pet-reporter",
11215 "regex",
11216 "serde",
11217 "serde_json",
11218 "yaml-rust2",
11219]
11220
11221[[package]]
11222name = "pet-core"
11223version = "0.1.0"
11224source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11225dependencies = [
11226 "clap",
11227 "lazy_static",
11228 "log",
11229 "msvc_spectre_libs",
11230 "pet-fs",
11231 "regex",
11232 "serde",
11233 "serde_json",
11234]
11235
11236[[package]]
11237name = "pet-env-var-path"
11238version = "0.1.0"
11239source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11240dependencies = [
11241 "lazy_static",
11242 "log",
11243 "msvc_spectre_libs",
11244 "pet-conda",
11245 "pet-core",
11246 "pet-fs",
11247 "pet-python-utils",
11248 "pet-virtualenv",
11249 "regex",
11250]
11251
11252[[package]]
11253name = "pet-fs"
11254version = "0.1.0"
11255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11256dependencies = [
11257 "log",
11258 "msvc_spectre_libs",
11259]
11260
11261[[package]]
11262name = "pet-global-virtualenvs"
11263version = "0.1.0"
11264source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11265dependencies = [
11266 "log",
11267 "msvc_spectre_libs",
11268 "pet-conda",
11269 "pet-core",
11270 "pet-fs",
11271 "pet-virtualenv",
11272]
11273
11274[[package]]
11275name = "pet-homebrew"
11276version = "0.1.0"
11277source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11278dependencies = [
11279 "lazy_static",
11280 "log",
11281 "msvc_spectre_libs",
11282 "pet-conda",
11283 "pet-core",
11284 "pet-fs",
11285 "pet-python-utils",
11286 "pet-virtualenv",
11287 "regex",
11288 "serde",
11289 "serde_json",
11290]
11291
11292[[package]]
11293name = "pet-jsonrpc"
11294version = "0.1.0"
11295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11296dependencies = [
11297 "env_logger 0.10.2",
11298 "log",
11299 "msvc_spectre_libs",
11300 "pet-core",
11301 "serde",
11302 "serde_json",
11303]
11304
11305[[package]]
11306name = "pet-linux-global-python"
11307version = "0.1.0"
11308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11309dependencies = [
11310 "log",
11311 "msvc_spectre_libs",
11312 "pet-core",
11313 "pet-fs",
11314 "pet-python-utils",
11315 "pet-virtualenv",
11316]
11317
11318[[package]]
11319name = "pet-mac-commandlinetools"
11320version = "0.1.0"
11321source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11322dependencies = [
11323 "log",
11324 "msvc_spectre_libs",
11325 "pet-core",
11326 "pet-fs",
11327 "pet-python-utils",
11328 "pet-virtualenv",
11329]
11330
11331[[package]]
11332name = "pet-mac-python-org"
11333version = "0.1.0"
11334source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11335dependencies = [
11336 "log",
11337 "msvc_spectre_libs",
11338 "pet-core",
11339 "pet-fs",
11340 "pet-python-utils",
11341 "pet-virtualenv",
11342]
11343
11344[[package]]
11345name = "pet-mac-xcode"
11346version = "0.1.0"
11347source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11348dependencies = [
11349 "log",
11350 "msvc_spectre_libs",
11351 "pet-core",
11352 "pet-fs",
11353 "pet-python-utils",
11354 "pet-virtualenv",
11355]
11356
11357[[package]]
11358name = "pet-pipenv"
11359version = "0.1.0"
11360source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11361dependencies = [
11362 "log",
11363 "msvc_spectre_libs",
11364 "pet-core",
11365 "pet-fs",
11366 "pet-python-utils",
11367 "pet-virtualenv",
11368]
11369
11370[[package]]
11371name = "pet-pixi"
11372version = "0.1.0"
11373source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11374dependencies = [
11375 "log",
11376 "msvc_spectre_libs",
11377 "pet-conda",
11378 "pet-core",
11379 "pet-python-utils",
11380]
11381
11382[[package]]
11383name = "pet-poetry"
11384version = "0.1.0"
11385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11386dependencies = [
11387 "base64 0.22.1",
11388 "lazy_static",
11389 "log",
11390 "msvc_spectre_libs",
11391 "pet-core",
11392 "pet-fs",
11393 "pet-python-utils",
11394 "pet-reporter",
11395 "pet-virtualenv",
11396 "regex",
11397 "serde",
11398 "serde_json",
11399 "sha2",
11400 "toml 0.8.20",
11401]
11402
11403[[package]]
11404name = "pet-pyenv"
11405version = "0.1.0"
11406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11407dependencies = [
11408 "lazy_static",
11409 "log",
11410 "msvc_spectre_libs",
11411 "pet-conda",
11412 "pet-core",
11413 "pet-fs",
11414 "pet-python-utils",
11415 "pet-reporter",
11416 "regex",
11417 "serde",
11418 "serde_json",
11419]
11420
11421[[package]]
11422name = "pet-python-utils"
11423version = "0.1.0"
11424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11425dependencies = [
11426 "env_logger 0.10.2",
11427 "lazy_static",
11428 "log",
11429 "msvc_spectre_libs",
11430 "pet-core",
11431 "pet-fs",
11432 "regex",
11433 "serde",
11434 "serde_json",
11435 "sha2",
11436]
11437
11438[[package]]
11439name = "pet-reporter"
11440version = "0.1.0"
11441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11442dependencies = [
11443 "env_logger 0.10.2",
11444 "log",
11445 "msvc_spectre_libs",
11446 "pet-core",
11447 "pet-jsonrpc",
11448 "serde",
11449 "serde_json",
11450]
11451
11452[[package]]
11453name = "pet-telemetry"
11454version = "0.1.0"
11455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11456dependencies = [
11457 "env_logger 0.10.2",
11458 "lazy_static",
11459 "log",
11460 "msvc_spectre_libs",
11461 "pet-core",
11462 "pet-fs",
11463 "pet-python-utils",
11464 "regex",
11465]
11466
11467[[package]]
11468name = "pet-venv"
11469version = "0.1.0"
11470source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11471dependencies = [
11472 "log",
11473 "msvc_spectre_libs",
11474 "pet-core",
11475 "pet-python-utils",
11476 "pet-virtualenv",
11477]
11478
11479[[package]]
11480name = "pet-virtualenv"
11481version = "0.1.0"
11482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11483dependencies = [
11484 "log",
11485 "msvc_spectre_libs",
11486 "pet-core",
11487 "pet-fs",
11488 "pet-python-utils",
11489]
11490
11491[[package]]
11492name = "pet-virtualenvwrapper"
11493version = "0.1.0"
11494source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11495dependencies = [
11496 "log",
11497 "msvc_spectre_libs",
11498 "pet-core",
11499 "pet-fs",
11500 "pet-python-utils",
11501 "pet-virtualenv",
11502]
11503
11504[[package]]
11505name = "pet-windows-registry"
11506version = "0.1.0"
11507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11508dependencies = [
11509 "lazy_static",
11510 "log",
11511 "msvc_spectre_libs",
11512 "pet-conda",
11513 "pet-core",
11514 "pet-fs",
11515 "pet-python-utils",
11516 "pet-virtualenv",
11517 "pet-windows-store",
11518 "regex",
11519 "winreg 0.55.0",
11520]
11521
11522[[package]]
11523name = "pet-windows-store"
11524version = "0.1.0"
11525source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11526dependencies = [
11527 "lazy_static",
11528 "log",
11529 "msvc_spectre_libs",
11530 "pet-core",
11531 "pet-fs",
11532 "pet-python-utils",
11533 "pet-virtualenv",
11534 "regex",
11535 "winreg 0.55.0",
11536]
11537
11538[[package]]
11539name = "petgraph"
11540version = "0.6.5"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11543dependencies = [
11544 "fixedbitset",
11545 "indexmap",
11546]
11547
11548[[package]]
11549name = "pgvector"
11550version = "0.4.0"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11553dependencies = [
11554 "serde",
11555]
11556
11557[[package]]
11558name = "phf"
11559version = "0.11.3"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11562dependencies = [
11563 "phf_macros",
11564 "phf_shared",
11565]
11566
11567[[package]]
11568name = "phf_codegen"
11569version = "0.11.3"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11572dependencies = [
11573 "phf_generator",
11574 "phf_shared",
11575]
11576
11577[[package]]
11578name = "phf_generator"
11579version = "0.11.3"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11582dependencies = [
11583 "phf_shared",
11584 "rand 0.8.5",
11585]
11586
11587[[package]]
11588name = "phf_macros"
11589version = "0.11.3"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11592dependencies = [
11593 "phf_generator",
11594 "phf_shared",
11595 "proc-macro2",
11596 "quote",
11597 "syn 2.0.101",
11598]
11599
11600[[package]]
11601name = "phf_shared"
11602version = "0.11.3"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11605dependencies = [
11606 "siphasher",
11607]
11608
11609[[package]]
11610name = "picker"
11611version = "0.1.0"
11612dependencies = [
11613 "anyhow",
11614 "ctor",
11615 "editor",
11616 "env_logger 0.11.8",
11617 "gpui",
11618 "menu",
11619 "schemars",
11620 "serde",
11621 "serde_json",
11622 "ui",
11623 "util",
11624 "workspace",
11625 "workspace-hack",
11626]
11627
11628[[package]]
11629name = "pico-args"
11630version = "0.5.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11633
11634[[package]]
11635name = "pin-project"
11636version = "1.1.10"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11639dependencies = [
11640 "pin-project-internal",
11641]
11642
11643[[package]]
11644name = "pin-project-internal"
11645version = "1.1.10"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11648dependencies = [
11649 "proc-macro2",
11650 "quote",
11651 "syn 2.0.101",
11652]
11653
11654[[package]]
11655name = "pin-project-lite"
11656version = "0.2.16"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11659
11660[[package]]
11661name = "pin-utils"
11662version = "0.1.0"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11665
11666[[package]]
11667name = "piper"
11668version = "0.2.4"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11671dependencies = [
11672 "atomic-waker",
11673 "fastrand 2.3.0",
11674 "futures-io",
11675]
11676
11677[[package]]
11678name = "pkcs1"
11679version = "0.7.5"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11682dependencies = [
11683 "der 0.7.10",
11684 "pkcs8 0.10.2",
11685 "spki 0.7.3",
11686]
11687
11688[[package]]
11689name = "pkcs8"
11690version = "0.9.0"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11693dependencies = [
11694 "der 0.6.1",
11695 "spki 0.6.0",
11696]
11697
11698[[package]]
11699name = "pkcs8"
11700version = "0.10.2"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11703dependencies = [
11704 "der 0.7.10",
11705 "spki 0.7.3",
11706]
11707
11708[[package]]
11709name = "pkg-config"
11710version = "0.3.32"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11713
11714[[package]]
11715name = "plist"
11716version = "1.7.1"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11719dependencies = [
11720 "base64 0.22.1",
11721 "indexmap",
11722 "quick-xml 0.32.0",
11723 "serde",
11724 "time",
11725]
11726
11727[[package]]
11728name = "plotters"
11729version = "0.3.7"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11732dependencies = [
11733 "num-traits",
11734 "plotters-backend",
11735 "plotters-svg",
11736 "wasm-bindgen",
11737 "web-sys",
11738]
11739
11740[[package]]
11741name = "plotters-backend"
11742version = "0.3.7"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11745
11746[[package]]
11747name = "plotters-svg"
11748version = "0.3.7"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11751dependencies = [
11752 "plotters-backend",
11753]
11754
11755[[package]]
11756name = "png"
11757version = "0.17.16"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11760dependencies = [
11761 "bitflags 1.3.2",
11762 "crc32fast",
11763 "fdeflate",
11764 "flate2",
11765 "miniz_oxide",
11766]
11767
11768[[package]]
11769name = "polling"
11770version = "3.7.4"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11773dependencies = [
11774 "cfg-if",
11775 "concurrent-queue",
11776 "hermit-abi 0.4.0",
11777 "pin-project-lite",
11778 "rustix 0.38.44",
11779 "tracing",
11780 "windows-sys 0.59.0",
11781]
11782
11783[[package]]
11784name = "pollster"
11785version = "0.2.5"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11788
11789[[package]]
11790name = "pollster"
11791version = "0.4.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11794
11795[[package]]
11796name = "portable-atomic"
11797version = "1.11.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11800
11801[[package]]
11802name = "portable-atomic-util"
11803version = "0.2.4"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11806dependencies = [
11807 "portable-atomic",
11808]
11809
11810[[package]]
11811name = "portable-pty"
11812version = "0.9.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11815dependencies = [
11816 "anyhow",
11817 "bitflags 1.3.2",
11818 "downcast-rs",
11819 "filedescriptor",
11820 "lazy_static",
11821 "libc",
11822 "log",
11823 "nix 0.28.0",
11824 "serial2",
11825 "shared_library",
11826 "shell-words",
11827 "winapi",
11828 "winreg 0.10.1",
11829]
11830
11831[[package]]
11832name = "postage"
11833version = "0.5.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11836dependencies = [
11837 "atomic",
11838 "crossbeam-queue",
11839 "futures 0.3.31",
11840 "log",
11841 "parking_lot",
11842 "pin-project",
11843 "pollster 0.2.5",
11844 "static_assertions",
11845 "thiserror 1.0.69",
11846]
11847
11848[[package]]
11849name = "postcard"
11850version = "1.1.1"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11853dependencies = [
11854 "cobs",
11855 "embedded-io 0.4.0",
11856 "embedded-io 0.6.1",
11857 "serde",
11858]
11859
11860[[package]]
11861name = "powerfmt"
11862version = "0.2.0"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11865
11866[[package]]
11867name = "ppv-lite86"
11868version = "0.2.21"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11871dependencies = [
11872 "zerocopy 0.8.24",
11873]
11874
11875[[package]]
11876name = "precomputed-hash"
11877version = "0.1.1"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11880
11881[[package]]
11882name = "prettier"
11883version = "0.1.0"
11884dependencies = [
11885 "anyhow",
11886 "collections",
11887 "fs",
11888 "gpui",
11889 "language",
11890 "log",
11891 "lsp",
11892 "node_runtime",
11893 "parking_lot",
11894 "paths",
11895 "serde",
11896 "serde_json",
11897 "util",
11898 "workspace-hack",
11899]
11900
11901[[package]]
11902name = "pretty_assertions"
11903version = "1.4.1"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11906dependencies = [
11907 "diff",
11908 "yansi",
11909]
11910
11911[[package]]
11912name = "prettyplease"
11913version = "0.2.32"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11916dependencies = [
11917 "proc-macro2",
11918 "syn 2.0.101",
11919]
11920
11921[[package]]
11922name = "proc-macro-crate"
11923version = "3.3.0"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11926dependencies = [
11927 "toml_edit",
11928]
11929
11930[[package]]
11931name = "proc-macro-error-attr2"
11932version = "2.0.0"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11935dependencies = [
11936 "proc-macro2",
11937 "quote",
11938]
11939
11940[[package]]
11941name = "proc-macro-error2"
11942version = "2.0.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11945dependencies = [
11946 "proc-macro-error-attr2",
11947 "proc-macro2",
11948 "quote",
11949 "syn 2.0.101",
11950]
11951
11952[[package]]
11953name = "proc-macro2"
11954version = "1.0.95"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11957dependencies = [
11958 "unicode-ident",
11959]
11960
11961[[package]]
11962name = "proc-macro2-diagnostics"
11963version = "0.10.1"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11966dependencies = [
11967 "proc-macro2",
11968 "quote",
11969 "syn 2.0.101",
11970 "version_check",
11971 "yansi",
11972]
11973
11974[[package]]
11975name = "prodash"
11976version = "29.0.2"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11979dependencies = [
11980 "log",
11981 "parking_lot",
11982]
11983
11984[[package]]
11985name = "profiling"
11986version = "1.0.16"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11989dependencies = [
11990 "profiling-procmacros",
11991]
11992
11993[[package]]
11994name = "profiling-procmacros"
11995version = "1.0.16"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11998dependencies = [
11999 "quote",
12000 "syn 2.0.101",
12001]
12002
12003[[package]]
12004name = "project"
12005version = "0.1.0"
12006dependencies = [
12007 "aho-corasick",
12008 "anyhow",
12009 "askpass",
12010 "async-trait",
12011 "buffer_diff",
12012 "circular-buffer",
12013 "client",
12014 "clock",
12015 "collections",
12016 "context_server",
12017 "dap",
12018 "dap_adapters",
12019 "env_logger 0.11.8",
12020 "extension",
12021 "fancy-regex 0.14.0",
12022 "fs",
12023 "futures 0.3.31",
12024 "fuzzy",
12025 "git",
12026 "git2",
12027 "git_hosting_providers",
12028 "globset",
12029 "gpui",
12030 "http_client",
12031 "image",
12032 "indexmap",
12033 "itertools 0.14.0",
12034 "language",
12035 "log",
12036 "lsp",
12037 "node_runtime",
12038 "parking_lot",
12039 "pathdiff",
12040 "paths",
12041 "postage",
12042 "prettier",
12043 "pretty_assertions",
12044 "rand 0.8.5",
12045 "regex",
12046 "release_channel",
12047 "remote",
12048 "rpc",
12049 "schemars",
12050 "serde",
12051 "serde_json",
12052 "settings",
12053 "sha2",
12054 "shellexpand 2.1.2",
12055 "shlex",
12056 "smol",
12057 "snippet",
12058 "snippet_provider",
12059 "sum_tree",
12060 "task",
12061 "tempfile",
12062 "terminal",
12063 "text",
12064 "toml 0.8.20",
12065 "unindent",
12066 "url",
12067 "util",
12068 "which 6.0.3",
12069 "workspace-hack",
12070 "worktree",
12071 "zlog",
12072]
12073
12074[[package]]
12075name = "project_panel"
12076version = "0.1.0"
12077dependencies = [
12078 "anyhow",
12079 "client",
12080 "collections",
12081 "command_palette_hooks",
12082 "db",
12083 "editor",
12084 "file_icons",
12085 "git",
12086 "gpui",
12087 "indexmap",
12088 "language",
12089 "menu",
12090 "pretty_assertions",
12091 "project",
12092 "schemars",
12093 "search",
12094 "serde",
12095 "serde_derive",
12096 "serde_json",
12097 "settings",
12098 "smallvec",
12099 "theme",
12100 "ui",
12101 "util",
12102 "workspace",
12103 "workspace-hack",
12104 "worktree",
12105 "zed_actions",
12106]
12107
12108[[package]]
12109name = "project_symbols"
12110version = "0.1.0"
12111dependencies = [
12112 "anyhow",
12113 "editor",
12114 "futures 0.3.31",
12115 "fuzzy",
12116 "gpui",
12117 "language",
12118 "lsp",
12119 "ordered-float 2.10.1",
12120 "picker",
12121 "project",
12122 "release_channel",
12123 "serde_json",
12124 "settings",
12125 "theme",
12126 "util",
12127 "workspace",
12128 "workspace-hack",
12129]
12130
12131[[package]]
12132name = "prometheus"
12133version = "0.14.0"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12136dependencies = [
12137 "cfg-if",
12138 "fnv",
12139 "lazy_static",
12140 "memchr",
12141 "parking_lot",
12142 "protobuf",
12143 "thiserror 2.0.12",
12144]
12145
12146[[package]]
12147name = "prompt_store"
12148version = "0.1.0"
12149dependencies = [
12150 "anyhow",
12151 "assets",
12152 "chrono",
12153 "collections",
12154 "fs",
12155 "futures 0.3.31",
12156 "fuzzy",
12157 "gpui",
12158 "handlebars 4.5.0",
12159 "heed",
12160 "language",
12161 "log",
12162 "parking_lot",
12163 "paths",
12164 "rope",
12165 "serde",
12166 "serde_json",
12167 "text",
12168 "util",
12169 "uuid",
12170 "workspace-hack",
12171]
12172
12173[[package]]
12174name = "prost"
12175version = "0.9.0"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12178dependencies = [
12179 "bytes 1.10.1",
12180 "prost-derive 0.9.0",
12181]
12182
12183[[package]]
12184name = "prost"
12185version = "0.12.6"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12188dependencies = [
12189 "bytes 1.10.1",
12190 "prost-derive 0.12.6",
12191]
12192
12193[[package]]
12194name = "prost"
12195version = "0.13.5"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12198dependencies = [
12199 "bytes 1.10.1",
12200 "prost-derive 0.13.5",
12201]
12202
12203[[package]]
12204name = "prost-build"
12205version = "0.9.0"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12208dependencies = [
12209 "bytes 1.10.1",
12210 "heck 0.3.3",
12211 "itertools 0.10.5",
12212 "lazy_static",
12213 "log",
12214 "multimap 0.8.3",
12215 "petgraph",
12216 "prost 0.9.0",
12217 "prost-types 0.9.0",
12218 "regex",
12219 "tempfile",
12220 "which 4.4.2",
12221]
12222
12223[[package]]
12224name = "prost-build"
12225version = "0.12.6"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12228dependencies = [
12229 "bytes 1.10.1",
12230 "heck 0.5.0",
12231 "itertools 0.12.1",
12232 "log",
12233 "multimap 0.10.0",
12234 "once_cell",
12235 "petgraph",
12236 "prettyplease",
12237 "prost 0.12.6",
12238 "prost-types 0.12.6",
12239 "regex",
12240 "syn 2.0.101",
12241 "tempfile",
12242]
12243
12244[[package]]
12245name = "prost-derive"
12246version = "0.9.0"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12249dependencies = [
12250 "anyhow",
12251 "itertools 0.10.5",
12252 "proc-macro2",
12253 "quote",
12254 "syn 1.0.109",
12255]
12256
12257[[package]]
12258name = "prost-derive"
12259version = "0.12.6"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12262dependencies = [
12263 "anyhow",
12264 "itertools 0.12.1",
12265 "proc-macro2",
12266 "quote",
12267 "syn 2.0.101",
12268]
12269
12270[[package]]
12271name = "prost-derive"
12272version = "0.13.5"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12275dependencies = [
12276 "anyhow",
12277 "itertools 0.14.0",
12278 "proc-macro2",
12279 "quote",
12280 "syn 2.0.101",
12281]
12282
12283[[package]]
12284name = "prost-types"
12285version = "0.9.0"
12286source = "registry+https://github.com/rust-lang/crates.io-index"
12287checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12288dependencies = [
12289 "bytes 1.10.1",
12290 "prost 0.9.0",
12291]
12292
12293[[package]]
12294name = "prost-types"
12295version = "0.12.6"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12298dependencies = [
12299 "prost 0.12.6",
12300]
12301
12302[[package]]
12303name = "proto"
12304version = "0.1.0"
12305dependencies = [
12306 "anyhow",
12307 "collections",
12308 "prost 0.9.0",
12309 "prost-build 0.9.0",
12310 "serde",
12311 "workspace-hack",
12312]
12313
12314[[package]]
12315name = "protobuf"
12316version = "3.7.2"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12319dependencies = [
12320 "once_cell",
12321 "protobuf-support",
12322 "thiserror 1.0.69",
12323]
12324
12325[[package]]
12326name = "protobuf-support"
12327version = "3.7.2"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12330dependencies = [
12331 "thiserror 1.0.69",
12332]
12333
12334[[package]]
12335name = "psm"
12336version = "0.1.25"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12339dependencies = [
12340 "cc",
12341]
12342
12343[[package]]
12344name = "ptr_meta"
12345version = "0.1.4"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12348dependencies = [
12349 "ptr_meta_derive",
12350]
12351
12352[[package]]
12353name = "ptr_meta_derive"
12354version = "0.1.4"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12357dependencies = [
12358 "proc-macro2",
12359 "quote",
12360 "syn 1.0.109",
12361]
12362
12363[[package]]
12364name = "pulldown-cmark"
12365version = "0.10.3"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12368dependencies = [
12369 "bitflags 2.9.0",
12370 "memchr",
12371 "pulldown-cmark-escape",
12372 "unicase",
12373]
12374
12375[[package]]
12376name = "pulldown-cmark"
12377version = "0.12.2"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12380dependencies = [
12381 "bitflags 2.9.0",
12382 "memchr",
12383 "unicase",
12384]
12385
12386[[package]]
12387name = "pulldown-cmark-escape"
12388version = "0.10.1"
12389source = "registry+https://github.com/rust-lang/crates.io-index"
12390checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12391
12392[[package]]
12393name = "pulley-interpreter"
12394version = "29.0.1"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12397dependencies = [
12398 "cranelift-bitset",
12399 "log",
12400 "sptr",
12401 "wasmtime-math",
12402]
12403
12404[[package]]
12405name = "qoi"
12406version = "0.4.1"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12409dependencies = [
12410 "bytemuck",
12411]
12412
12413[[package]]
12414name = "quick-error"
12415version = "2.0.1"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12418
12419[[package]]
12420name = "quick-xml"
12421version = "0.30.0"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12424dependencies = [
12425 "memchr",
12426]
12427
12428[[package]]
12429name = "quick-xml"
12430version = "0.32.0"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12433dependencies = [
12434 "memchr",
12435]
12436
12437[[package]]
12438name = "quick-xml"
12439version = "0.37.4"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12442dependencies = [
12443 "memchr",
12444]
12445
12446[[package]]
12447name = "quinn"
12448version = "0.11.7"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12451dependencies = [
12452 "bytes 1.10.1",
12453 "cfg_aliases 0.2.1",
12454 "pin-project-lite",
12455 "quinn-proto",
12456 "quinn-udp",
12457 "rustc-hash 2.1.1",
12458 "rustls 0.23.26",
12459 "socket2",
12460 "thiserror 2.0.12",
12461 "tokio",
12462 "tracing",
12463 "web-time",
12464]
12465
12466[[package]]
12467name = "quinn-proto"
12468version = "0.11.10"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12471dependencies = [
12472 "bytes 1.10.1",
12473 "getrandom 0.3.2",
12474 "rand 0.9.1",
12475 "ring",
12476 "rustc-hash 2.1.1",
12477 "rustls 0.23.26",
12478 "rustls-pki-types",
12479 "slab",
12480 "thiserror 2.0.12",
12481 "tinyvec",
12482 "tracing",
12483 "web-time",
12484]
12485
12486[[package]]
12487name = "quinn-udp"
12488version = "0.5.11"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12491dependencies = [
12492 "cfg_aliases 0.2.1",
12493 "libc",
12494 "once_cell",
12495 "socket2",
12496 "tracing",
12497 "windows-sys 0.59.0",
12498]
12499
12500[[package]]
12501name = "quote"
12502version = "1.0.40"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12505dependencies = [
12506 "proc-macro2",
12507]
12508
12509[[package]]
12510name = "r-efi"
12511version = "5.2.0"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12514
12515[[package]]
12516name = "radium"
12517version = "0.7.0"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12520
12521[[package]]
12522name = "rand"
12523version = "0.7.3"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12526dependencies = [
12527 "getrandom 0.1.16",
12528 "libc",
12529 "rand_chacha 0.2.2",
12530 "rand_core 0.5.1",
12531 "rand_hc",
12532]
12533
12534[[package]]
12535name = "rand"
12536version = "0.8.5"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12539dependencies = [
12540 "libc",
12541 "rand_chacha 0.3.1",
12542 "rand_core 0.6.4",
12543]
12544
12545[[package]]
12546name = "rand"
12547version = "0.9.1"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12550dependencies = [
12551 "rand_chacha 0.9.0",
12552 "rand_core 0.9.3",
12553]
12554
12555[[package]]
12556name = "rand_chacha"
12557version = "0.2.2"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12560dependencies = [
12561 "ppv-lite86",
12562 "rand_core 0.5.1",
12563]
12564
12565[[package]]
12566name = "rand_chacha"
12567version = "0.3.1"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12570dependencies = [
12571 "ppv-lite86",
12572 "rand_core 0.6.4",
12573]
12574
12575[[package]]
12576name = "rand_chacha"
12577version = "0.9.0"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12580dependencies = [
12581 "ppv-lite86",
12582 "rand_core 0.9.3",
12583]
12584
12585[[package]]
12586name = "rand_core"
12587version = "0.5.1"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12590dependencies = [
12591 "getrandom 0.1.16",
12592]
12593
12594[[package]]
12595name = "rand_core"
12596version = "0.6.4"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12599dependencies = [
12600 "getrandom 0.2.15",
12601]
12602
12603[[package]]
12604name = "rand_core"
12605version = "0.9.3"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12608dependencies = [
12609 "getrandom 0.3.2",
12610]
12611
12612[[package]]
12613name = "rand_hc"
12614version = "0.2.0"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12617dependencies = [
12618 "rand_core 0.5.1",
12619]
12620
12621[[package]]
12622name = "rangemap"
12623version = "1.5.1"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12626
12627[[package]]
12628name = "rav1e"
12629version = "0.7.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12632dependencies = [
12633 "arbitrary",
12634 "arg_enum_proc_macro",
12635 "arrayvec",
12636 "av1-grain",
12637 "bitstream-io",
12638 "built",
12639 "cfg-if",
12640 "interpolate_name",
12641 "itertools 0.12.1",
12642 "libc",
12643 "libfuzzer-sys",
12644 "log",
12645 "maybe-rayon",
12646 "new_debug_unreachable",
12647 "noop_proc_macro",
12648 "num-derive",
12649 "num-traits",
12650 "once_cell",
12651 "paste",
12652 "profiling",
12653 "rand 0.8.5",
12654 "rand_chacha 0.3.1",
12655 "simd_helpers",
12656 "system-deps",
12657 "thiserror 1.0.69",
12658 "v_frame",
12659 "wasm-bindgen",
12660]
12661
12662[[package]]
12663name = "ravif"
12664version = "0.11.12"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12667dependencies = [
12668 "avif-serialize",
12669 "imgref",
12670 "loop9",
12671 "quick-error",
12672 "rav1e",
12673 "rayon",
12674 "rgb",
12675]
12676
12677[[package]]
12678name = "raw-window-handle"
12679version = "0.6.2"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12682
12683[[package]]
12684name = "raw-window-metal"
12685version = "0.4.0"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12688dependencies = [
12689 "cocoa 0.25.0",
12690 "core-graphics 0.23.2",
12691 "objc",
12692 "raw-window-handle",
12693]
12694
12695[[package]]
12696name = "rayon"
12697version = "1.10.0"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12700dependencies = [
12701 "either",
12702 "rayon-core",
12703]
12704
12705[[package]]
12706name = "rayon-core"
12707version = "1.12.1"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12710dependencies = [
12711 "crossbeam-deque",
12712 "crossbeam-utils",
12713]
12714
12715[[package]]
12716name = "read-fonts"
12717version = "0.25.3"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12720dependencies = [
12721 "bytemuck",
12722 "font-types",
12723]
12724
12725[[package]]
12726name = "recent_projects"
12727version = "0.1.0"
12728dependencies = [
12729 "anyhow",
12730 "auto_update",
12731 "dap",
12732 "editor",
12733 "extension_host",
12734 "file_finder",
12735 "futures 0.3.31",
12736 "fuzzy",
12737 "gpui",
12738 "language",
12739 "log",
12740 "markdown",
12741 "menu",
12742 "ordered-float 2.10.1",
12743 "paths",
12744 "picker",
12745 "project",
12746 "release_channel",
12747 "remote",
12748 "schemars",
12749 "serde",
12750 "serde_json",
12751 "settings",
12752 "smol",
12753 "task",
12754 "telemetry",
12755 "theme",
12756 "ui",
12757 "util",
12758 "workspace",
12759 "workspace-hack",
12760 "zed_actions",
12761]
12762
12763[[package]]
12764name = "redox_syscall"
12765version = "0.2.16"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12768dependencies = [
12769 "bitflags 1.3.2",
12770]
12771
12772[[package]]
12773name = "redox_syscall"
12774version = "0.5.11"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12777dependencies = [
12778 "bitflags 2.9.0",
12779]
12780
12781[[package]]
12782name = "redox_users"
12783version = "0.4.6"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12786dependencies = [
12787 "getrandom 0.2.15",
12788 "libredox",
12789 "thiserror 1.0.69",
12790]
12791
12792[[package]]
12793name = "redox_users"
12794version = "0.5.0"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12797dependencies = [
12798 "getrandom 0.2.15",
12799 "libredox",
12800 "thiserror 2.0.12",
12801]
12802
12803[[package]]
12804name = "ref-cast"
12805version = "1.0.24"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12808dependencies = [
12809 "ref-cast-impl",
12810]
12811
12812[[package]]
12813name = "ref-cast-impl"
12814version = "1.0.24"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12817dependencies = [
12818 "proc-macro2",
12819 "quote",
12820 "syn 2.0.101",
12821]
12822
12823[[package]]
12824name = "referencing"
12825version = "0.30.0"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12828dependencies = [
12829 "ahash 0.8.11",
12830 "fluent-uri",
12831 "once_cell",
12832 "parking_lot",
12833 "percent-encoding",
12834 "serde_json",
12835]
12836
12837[[package]]
12838name = "refineable"
12839version = "0.1.0"
12840dependencies = [
12841 "derive_refineable",
12842 "workspace-hack",
12843]
12844
12845[[package]]
12846name = "regalloc2"
12847version = "0.11.2"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12850dependencies = [
12851 "allocator-api2",
12852 "bumpalo",
12853 "hashbrown 0.15.3",
12854 "log",
12855 "rustc-hash 2.1.1",
12856 "serde",
12857 "smallvec",
12858]
12859
12860[[package]]
12861name = "regex"
12862version = "1.11.1"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12865dependencies = [
12866 "aho-corasick",
12867 "memchr",
12868 "regex-automata 0.4.9",
12869 "regex-syntax 0.8.5",
12870]
12871
12872[[package]]
12873name = "regex-automata"
12874version = "0.1.10"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12877dependencies = [
12878 "regex-syntax 0.6.29",
12879]
12880
12881[[package]]
12882name = "regex-automata"
12883version = "0.4.9"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12886dependencies = [
12887 "aho-corasick",
12888 "memchr",
12889 "regex-syntax 0.8.5",
12890]
12891
12892[[package]]
12893name = "regex-lite"
12894version = "0.1.6"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12897
12898[[package]]
12899name = "regex-syntax"
12900version = "0.6.29"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12903
12904[[package]]
12905name = "regex-syntax"
12906version = "0.8.5"
12907source = "registry+https://github.com/rust-lang/crates.io-index"
12908checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12909
12910[[package]]
12911name = "release_channel"
12912version = "0.1.0"
12913dependencies = [
12914 "gpui",
12915 "workspace-hack",
12916]
12917
12918[[package]]
12919name = "remote"
12920version = "0.1.0"
12921dependencies = [
12922 "anyhow",
12923 "askpass",
12924 "async-trait",
12925 "collections",
12926 "fs",
12927 "futures 0.3.31",
12928 "gpui",
12929 "itertools 0.14.0",
12930 "log",
12931 "parking_lot",
12932 "paths",
12933 "prost 0.9.0",
12934 "release_channel",
12935 "rpc",
12936 "schemars",
12937 "serde",
12938 "serde_json",
12939 "shlex",
12940 "smol",
12941 "tempfile",
12942 "thiserror 2.0.12",
12943 "urlencoding",
12944 "util",
12945 "workspace-hack",
12946]
12947
12948[[package]]
12949name = "remote_server"
12950version = "0.1.0"
12951dependencies = [
12952 "anyhow",
12953 "askpass",
12954 "assistant_tool",
12955 "assistant_tools",
12956 "async-watch",
12957 "backtrace",
12958 "cargo_toml",
12959 "chrono",
12960 "clap",
12961 "client",
12962 "clock",
12963 "dap",
12964 "dap_adapters",
12965 "debug_adapter_extension",
12966 "env_logger 0.11.8",
12967 "extension",
12968 "extension_host",
12969 "fork",
12970 "fs",
12971 "futures 0.3.31",
12972 "git",
12973 "git_hosting_providers",
12974 "gpui",
12975 "gpui_tokio",
12976 "http_client",
12977 "language",
12978 "language_extension",
12979 "language_model",
12980 "languages",
12981 "libc",
12982 "log",
12983 "lsp",
12984 "node_runtime",
12985 "paths",
12986 "project",
12987 "proto",
12988 "release_channel",
12989 "remote",
12990 "reqwest_client",
12991 "rpc",
12992 "rust-embed",
12993 "serde",
12994 "serde_json",
12995 "settings",
12996 "shellexpand 2.1.2",
12997 "smol",
12998 "sysinfo",
12999 "telemetry_events",
13000 "toml 0.8.20",
13001 "unindent",
13002 "util",
13003 "worktree",
13004]
13005
13006[[package]]
13007name = "rend"
13008version = "0.4.2"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13011dependencies = [
13012 "bytecheck",
13013]
13014
13015[[package]]
13016name = "repl"
13017version = "0.1.0"
13018dependencies = [
13019 "alacritty_terminal",
13020 "anyhow",
13021 "async-dispatcher",
13022 "async-tungstenite",
13023 "base64 0.22.1",
13024 "client",
13025 "collections",
13026 "command_palette_hooks",
13027 "editor",
13028 "env_logger 0.11.8",
13029 "feature_flags",
13030 "file_icons",
13031 "futures 0.3.31",
13032 "gpui",
13033 "http_client",
13034 "image",
13035 "indoc",
13036 "jupyter-protocol",
13037 "jupyter-websocket-client",
13038 "language",
13039 "languages",
13040 "log",
13041 "markdown_preview",
13042 "menu",
13043 "multi_buffer",
13044 "nbformat",
13045 "picker",
13046 "project",
13047 "runtimelib",
13048 "schemars",
13049 "serde",
13050 "serde_json",
13051 "settings",
13052 "smol",
13053 "telemetry",
13054 "terminal",
13055 "terminal_view",
13056 "theme",
13057 "tree-sitter-md",
13058 "tree-sitter-python",
13059 "tree-sitter-typescript",
13060 "ui",
13061 "util",
13062 "uuid",
13063 "workspace",
13064 "workspace-hack",
13065]
13066
13067[[package]]
13068name = "reqwest"
13069version = "0.11.27"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13072dependencies = [
13073 "base64 0.21.7",
13074 "bytes 1.10.1",
13075 "encoding_rs",
13076 "futures-core",
13077 "futures-util",
13078 "h2 0.3.26",
13079 "http 0.2.12",
13080 "http-body 0.4.6",
13081 "hyper 0.14.32",
13082 "hyper-rustls 0.24.2",
13083 "hyper-tls",
13084 "ipnet",
13085 "js-sys",
13086 "log",
13087 "mime",
13088 "native-tls",
13089 "once_cell",
13090 "percent-encoding",
13091 "pin-project-lite",
13092 "rustls 0.21.12",
13093 "rustls-native-certs 0.6.3",
13094 "rustls-pemfile 1.0.4",
13095 "serde",
13096 "serde_json",
13097 "serde_urlencoded",
13098 "sync_wrapper 0.1.2",
13099 "system-configuration 0.5.1",
13100 "tokio",
13101 "tokio-native-tls",
13102 "tokio-rustls 0.24.1",
13103 "tower-service",
13104 "url",
13105 "wasm-bindgen",
13106 "wasm-bindgen-futures",
13107 "web-sys",
13108 "winreg 0.50.0",
13109]
13110
13111[[package]]
13112name = "reqwest"
13113version = "0.12.15"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13116dependencies = [
13117 "base64 0.22.1",
13118 "bytes 1.10.1",
13119 "futures-channel",
13120 "futures-core",
13121 "futures-util",
13122 "http 1.3.1",
13123 "http-body 1.0.1",
13124 "http-body-util",
13125 "hyper 1.6.0",
13126 "hyper-util",
13127 "ipnet",
13128 "js-sys",
13129 "log",
13130 "mime",
13131 "once_cell",
13132 "percent-encoding",
13133 "pin-project-lite",
13134 "serde",
13135 "serde_json",
13136 "serde_urlencoded",
13137 "sync_wrapper 1.0.2",
13138 "tokio",
13139 "tower 0.5.2",
13140 "tower-service",
13141 "url",
13142 "wasm-bindgen",
13143 "wasm-bindgen-futures",
13144 "web-sys",
13145 "windows-registry 0.4.0",
13146]
13147
13148[[package]]
13149name = "reqwest"
13150version = "0.12.15"
13151source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13152dependencies = [
13153 "base64 0.22.1",
13154 "bytes 1.10.1",
13155 "encoding_rs",
13156 "futures-core",
13157 "futures-util",
13158 "h2 0.4.9",
13159 "http 1.3.1",
13160 "http-body 1.0.1",
13161 "http-body-util",
13162 "hyper 1.6.0",
13163 "hyper-rustls 0.27.5",
13164 "hyper-util",
13165 "ipnet",
13166 "js-sys",
13167 "log",
13168 "mime",
13169 "once_cell",
13170 "percent-encoding",
13171 "pin-project-lite",
13172 "quinn",
13173 "rustls 0.23.26",
13174 "rustls-native-certs 0.8.1",
13175 "rustls-pemfile 2.2.0",
13176 "rustls-pki-types",
13177 "serde",
13178 "serde_json",
13179 "serde_urlencoded",
13180 "sync_wrapper 1.0.2",
13181 "system-configuration 0.6.1",
13182 "tokio",
13183 "tokio-rustls 0.26.2",
13184 "tokio-socks",
13185 "tokio-util",
13186 "tower 0.5.2",
13187 "tower-service",
13188 "url",
13189 "wasm-bindgen",
13190 "wasm-bindgen-futures",
13191 "wasm-streams",
13192 "web-sys",
13193 "windows-registry 0.4.0",
13194]
13195
13196[[package]]
13197name = "reqwest_client"
13198version = "0.1.0"
13199dependencies = [
13200 "anyhow",
13201 "bytes 1.10.1",
13202 "futures 0.3.31",
13203 "gpui",
13204 "http_client",
13205 "http_client_tls",
13206 "log",
13207 "regex",
13208 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13209 "serde",
13210 "smol",
13211 "tokio",
13212 "workspace-hack",
13213]
13214
13215[[package]]
13216name = "resvg"
13217version = "0.45.1"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13220dependencies = [
13221 "log",
13222 "pico-args",
13223 "rgb",
13224 "svgtypes",
13225 "tiny-skia",
13226 "usvg",
13227]
13228
13229[[package]]
13230name = "rfc6979"
13231version = "0.3.1"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13234dependencies = [
13235 "crypto-bigint 0.4.9",
13236 "hmac",
13237 "zeroize",
13238]
13239
13240[[package]]
13241name = "rgb"
13242version = "0.8.50"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13245dependencies = [
13246 "bytemuck",
13247]
13248
13249[[package]]
13250name = "rich_text"
13251version = "0.1.0"
13252dependencies = [
13253 "futures 0.3.31",
13254 "gpui",
13255 "language",
13256 "linkify",
13257 "pulldown-cmark 0.12.2",
13258 "theme",
13259 "ui",
13260 "util",
13261 "workspace-hack",
13262]
13263
13264[[package]]
13265name = "ring"
13266version = "0.17.14"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13269dependencies = [
13270 "cc",
13271 "cfg-if",
13272 "getrandom 0.2.15",
13273 "libc",
13274 "untrusted",
13275 "windows-sys 0.52.0",
13276]
13277
13278[[package]]
13279name = "rkyv"
13280version = "0.7.45"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13283dependencies = [
13284 "bitvec",
13285 "bytecheck",
13286 "bytes 1.10.1",
13287 "hashbrown 0.12.3",
13288 "ptr_meta",
13289 "rend",
13290 "rkyv_derive",
13291 "seahash",
13292 "tinyvec",
13293 "uuid",
13294]
13295
13296[[package]]
13297name = "rkyv_derive"
13298version = "0.7.45"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13301dependencies = [
13302 "proc-macro2",
13303 "quote",
13304 "syn 1.0.109",
13305]
13306
13307[[package]]
13308name = "rmp"
13309version = "0.8.14"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13312dependencies = [
13313 "byteorder",
13314 "num-traits",
13315 "paste",
13316]
13317
13318[[package]]
13319name = "rmpv"
13320version = "1.3.0"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13323dependencies = [
13324 "num-traits",
13325 "rmp",
13326]
13327
13328[[package]]
13329name = "rodio"
13330version = "0.20.1"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13333dependencies = [
13334 "cpal",
13335 "hound",
13336]
13337
13338[[package]]
13339name = "rope"
13340version = "0.1.0"
13341dependencies = [
13342 "arrayvec",
13343 "criterion",
13344 "ctor",
13345 "env_logger 0.11.8",
13346 "gpui",
13347 "log",
13348 "rand 0.8.5",
13349 "rayon",
13350 "smallvec",
13351 "sum_tree",
13352 "unicode-segmentation",
13353 "util",
13354 "workspace-hack",
13355]
13356
13357[[package]]
13358name = "roxmltree"
13359version = "0.20.0"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13362
13363[[package]]
13364name = "rpc"
13365version = "0.1.0"
13366dependencies = [
13367 "anyhow",
13368 "async-tungstenite",
13369 "base64 0.22.1",
13370 "chrono",
13371 "collections",
13372 "env_logger 0.11.8",
13373 "futures 0.3.31",
13374 "gpui",
13375 "parking_lot",
13376 "proto",
13377 "rand 0.8.5",
13378 "rsa",
13379 "serde",
13380 "serde_json",
13381 "sha2",
13382 "strum 0.27.1",
13383 "tracing",
13384 "util",
13385 "workspace-hack",
13386 "zstd",
13387]
13388
13389[[package]]
13390name = "rsa"
13391version = "0.9.8"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13394dependencies = [
13395 "const-oid",
13396 "digest",
13397 "num-bigint-dig",
13398 "num-integer",
13399 "num-traits",
13400 "pkcs1",
13401 "pkcs8 0.10.2",
13402 "rand_core 0.6.4",
13403 "signature 2.2.0",
13404 "spki 0.7.3",
13405 "subtle",
13406 "zeroize",
13407]
13408
13409[[package]]
13410name = "rules_library"
13411version = "0.1.0"
13412dependencies = [
13413 "anyhow",
13414 "collections",
13415 "editor",
13416 "gpui",
13417 "language",
13418 "language_model",
13419 "log",
13420 "menu",
13421 "picker",
13422 "prompt_store",
13423 "release_channel",
13424 "rope",
13425 "serde",
13426 "settings",
13427 "theme",
13428 "ui",
13429 "util",
13430 "workspace",
13431 "workspace-hack",
13432 "zed_actions",
13433]
13434
13435[[package]]
13436name = "runtimelib"
13437version = "0.25.0"
13438source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13439dependencies = [
13440 "anyhow",
13441 "async-dispatcher",
13442 "async-std",
13443 "base64 0.22.1",
13444 "bytes 1.10.1",
13445 "chrono",
13446 "data-encoding",
13447 "dirs 5.0.1",
13448 "futures 0.3.31",
13449 "glob",
13450 "jupyter-protocol",
13451 "ring",
13452 "serde",
13453 "serde_json",
13454 "shellexpand 3.1.1",
13455 "smol",
13456 "uuid",
13457 "zeromq",
13458]
13459
13460[[package]]
13461name = "rust-embed"
13462version = "8.7.0"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13465dependencies = [
13466 "rust-embed-impl",
13467 "rust-embed-utils",
13468 "walkdir",
13469]
13470
13471[[package]]
13472name = "rust-embed-impl"
13473version = "8.7.0"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13476dependencies = [
13477 "proc-macro2",
13478 "quote",
13479 "rust-embed-utils",
13480 "syn 2.0.101",
13481 "walkdir",
13482]
13483
13484[[package]]
13485name = "rust-embed-utils"
13486version = "8.7.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13489dependencies = [
13490 "globset",
13491 "sha2",
13492 "walkdir",
13493]
13494
13495[[package]]
13496name = "rust_decimal"
13497version = "1.37.1"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13500dependencies = [
13501 "arrayvec",
13502 "borsh",
13503 "bytes 1.10.1",
13504 "num-traits",
13505 "rand 0.8.5",
13506 "rkyv",
13507 "serde",
13508 "serde_json",
13509]
13510
13511[[package]]
13512name = "rustc-demangle"
13513version = "0.1.24"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13516
13517[[package]]
13518name = "rustc-hash"
13519version = "1.1.0"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13522
13523[[package]]
13524name = "rustc-hash"
13525version = "2.1.1"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13528
13529[[package]]
13530name = "rustc_version"
13531version = "0.4.1"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13534dependencies = [
13535 "semver",
13536]
13537
13538[[package]]
13539name = "rustix"
13540version = "0.38.44"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13543dependencies = [
13544 "bitflags 2.9.0",
13545 "errno 0.3.11",
13546 "itoa",
13547 "libc",
13548 "linux-raw-sys 0.4.15",
13549 "windows-sys 0.59.0",
13550]
13551
13552[[package]]
13553name = "rustix"
13554version = "1.0.7"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13557dependencies = [
13558 "bitflags 2.9.0",
13559 "errno 0.3.11",
13560 "libc",
13561 "linux-raw-sys 0.9.4",
13562 "windows-sys 0.59.0",
13563]
13564
13565[[package]]
13566name = "rustix-linux-procfs"
13567version = "0.1.1"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13570dependencies = [
13571 "once_cell",
13572 "rustix 1.0.7",
13573]
13574
13575[[package]]
13576name = "rustix-openpty"
13577version = "0.1.1"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13580dependencies = [
13581 "errno 0.3.11",
13582 "libc",
13583 "rustix 0.38.44",
13584]
13585
13586[[package]]
13587name = "rustls"
13588version = "0.21.12"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13591dependencies = [
13592 "log",
13593 "ring",
13594 "rustls-webpki 0.101.7",
13595 "sct",
13596]
13597
13598[[package]]
13599name = "rustls"
13600version = "0.23.26"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13603dependencies = [
13604 "aws-lc-rs",
13605 "log",
13606 "once_cell",
13607 "ring",
13608 "rustls-pki-types",
13609 "rustls-webpki 0.103.1",
13610 "subtle",
13611 "zeroize",
13612]
13613
13614[[package]]
13615name = "rustls-native-certs"
13616version = "0.6.3"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13619dependencies = [
13620 "openssl-probe",
13621 "rustls-pemfile 1.0.4",
13622 "schannel",
13623 "security-framework 2.11.1",
13624]
13625
13626[[package]]
13627name = "rustls-native-certs"
13628version = "0.8.1"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13631dependencies = [
13632 "openssl-probe",
13633 "rustls-pki-types",
13634 "schannel",
13635 "security-framework 3.2.0",
13636]
13637
13638[[package]]
13639name = "rustls-pemfile"
13640version = "1.0.4"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13643dependencies = [
13644 "base64 0.21.7",
13645]
13646
13647[[package]]
13648name = "rustls-pemfile"
13649version = "2.2.0"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13652dependencies = [
13653 "rustls-pki-types",
13654]
13655
13656[[package]]
13657name = "rustls-pki-types"
13658version = "1.12.0"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13661dependencies = [
13662 "web-time",
13663 "zeroize",
13664]
13665
13666[[package]]
13667name = "rustls-platform-verifier"
13668version = "0.5.1"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13671dependencies = [
13672 "core-foundation 0.10.0",
13673 "core-foundation-sys",
13674 "jni",
13675 "log",
13676 "once_cell",
13677 "rustls 0.23.26",
13678 "rustls-native-certs 0.8.1",
13679 "rustls-platform-verifier-android",
13680 "rustls-webpki 0.103.1",
13681 "security-framework 3.2.0",
13682 "security-framework-sys",
13683 "webpki-root-certs",
13684 "windows-sys 0.59.0",
13685]
13686
13687[[package]]
13688name = "rustls-platform-verifier-android"
13689version = "0.1.1"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13692
13693[[package]]
13694name = "rustls-webpki"
13695version = "0.101.7"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13698dependencies = [
13699 "ring",
13700 "untrusted",
13701]
13702
13703[[package]]
13704name = "rustls-webpki"
13705version = "0.103.1"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13708dependencies = [
13709 "aws-lc-rs",
13710 "ring",
13711 "rustls-pki-types",
13712 "untrusted",
13713]
13714
13715[[package]]
13716name = "rustversion"
13717version = "1.0.20"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13720
13721[[package]]
13722name = "rustybuzz"
13723version = "0.14.1"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13726dependencies = [
13727 "bitflags 2.9.0",
13728 "bytemuck",
13729 "libm",
13730 "smallvec",
13731 "ttf-parser 0.21.1",
13732 "unicode-bidi-mirroring 0.2.0",
13733 "unicode-ccc 0.2.0",
13734 "unicode-properties",
13735 "unicode-script",
13736]
13737
13738[[package]]
13739name = "rustybuzz"
13740version = "0.20.1"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13743dependencies = [
13744 "bitflags 2.9.0",
13745 "bytemuck",
13746 "core_maths",
13747 "log",
13748 "smallvec",
13749 "ttf-parser 0.25.1",
13750 "unicode-bidi-mirroring 0.4.0",
13751 "unicode-ccc 0.4.0",
13752 "unicode-properties",
13753 "unicode-script",
13754]
13755
13756[[package]]
13757name = "ryu"
13758version = "1.0.20"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13761
13762[[package]]
13763name = "salsa20"
13764version = "0.10.2"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13767dependencies = [
13768 "cipher",
13769]
13770
13771[[package]]
13772name = "same-file"
13773version = "1.0.6"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13776dependencies = [
13777 "winapi-util",
13778]
13779
13780[[package]]
13781name = "scap"
13782version = "0.0.8"
13783source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13784dependencies = [
13785 "anyhow",
13786 "cocoa 0.25.0",
13787 "core-graphics-helmer-fork",
13788 "log",
13789 "objc",
13790 "rand 0.8.5",
13791 "screencapturekit",
13792 "screencapturekit-sys",
13793 "sysinfo",
13794 "tao-core-video-sys",
13795 "windows 0.61.1",
13796 "windows-capture",
13797 "x11",
13798 "xcb",
13799]
13800
13801[[package]]
13802name = "schannel"
13803version = "0.1.27"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13806dependencies = [
13807 "windows-sys 0.59.0",
13808]
13809
13810[[package]]
13811name = "schema_generator"
13812version = "0.1.0"
13813dependencies = [
13814 "anyhow",
13815 "clap",
13816 "env_logger 0.11.8",
13817 "schemars",
13818 "serde",
13819 "serde_json",
13820 "theme",
13821 "workspace-hack",
13822]
13823
13824[[package]]
13825name = "schemars"
13826version = "0.8.22"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13829dependencies = [
13830 "dyn-clone",
13831 "indexmap",
13832 "schemars_derive",
13833 "serde",
13834 "serde_json",
13835]
13836
13837[[package]]
13838name = "schemars_derive"
13839version = "0.8.22"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13842dependencies = [
13843 "proc-macro2",
13844 "quote",
13845 "serde_derive_internals",
13846 "syn 2.0.101",
13847]
13848
13849[[package]]
13850name = "scoped-tls"
13851version = "1.0.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13854
13855[[package]]
13856name = "scopeguard"
13857version = "1.2.0"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13860
13861[[package]]
13862name = "scratch"
13863version = "1.0.8"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13866
13867[[package]]
13868name = "screencapturekit"
13869version = "0.2.8"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13872dependencies = [
13873 "screencapturekit-sys",
13874]
13875
13876[[package]]
13877name = "screencapturekit-sys"
13878version = "0.2.8"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13881dependencies = [
13882 "block",
13883 "dispatch",
13884 "objc",
13885 "objc-foundation",
13886 "objc_id",
13887 "once_cell",
13888]
13889
13890[[package]]
13891name = "scrypt"
13892version = "0.11.0"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13895dependencies = [
13896 "password-hash 0.5.0",
13897 "pbkdf2 0.12.2",
13898 "salsa20",
13899 "sha2",
13900]
13901
13902[[package]]
13903name = "sct"
13904version = "0.7.1"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13907dependencies = [
13908 "ring",
13909 "untrusted",
13910]
13911
13912[[package]]
13913name = "sea-bae"
13914version = "0.2.1"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13917dependencies = [
13918 "heck 0.4.1",
13919 "proc-macro-error2",
13920 "proc-macro2",
13921 "quote",
13922 "syn 2.0.101",
13923]
13924
13925[[package]]
13926name = "sea-orm"
13927version = "1.1.10"
13928source = "registry+https://github.com/rust-lang/crates.io-index"
13929checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13930dependencies = [
13931 "async-stream",
13932 "async-trait",
13933 "bigdecimal",
13934 "chrono",
13935 "futures-util",
13936 "log",
13937 "ouroboros",
13938 "pgvector",
13939 "rust_decimal",
13940 "sea-orm-macros",
13941 "sea-query",
13942 "sea-query-binder",
13943 "serde",
13944 "serde_json",
13945 "sqlx",
13946 "strum 0.26.3",
13947 "thiserror 2.0.12",
13948 "time",
13949 "tracing",
13950 "url",
13951 "uuid",
13952]
13953
13954[[package]]
13955name = "sea-orm-macros"
13956version = "1.1.10"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13959dependencies = [
13960 "heck 0.4.1",
13961 "proc-macro2",
13962 "quote",
13963 "sea-bae",
13964 "syn 2.0.101",
13965 "unicode-ident",
13966]
13967
13968[[package]]
13969name = "sea-query"
13970version = "0.32.4"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13973dependencies = [
13974 "bigdecimal",
13975 "chrono",
13976 "inherent",
13977 "ordered-float 4.6.0",
13978 "rust_decimal",
13979 "serde_json",
13980 "time",
13981 "uuid",
13982]
13983
13984[[package]]
13985name = "sea-query-binder"
13986version = "0.7.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13989dependencies = [
13990 "bigdecimal",
13991 "chrono",
13992 "rust_decimal",
13993 "sea-query",
13994 "serde_json",
13995 "sqlx",
13996 "time",
13997 "uuid",
13998]
13999
14000[[package]]
14001name = "seahash"
14002version = "4.1.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14005
14006[[package]]
14007name = "search"
14008version = "0.1.0"
14009dependencies = [
14010 "any_vec",
14011 "anyhow",
14012 "bitflags 2.9.0",
14013 "client",
14014 "collections",
14015 "editor",
14016 "futures 0.3.31",
14017 "gpui",
14018 "language",
14019 "menu",
14020 "project",
14021 "schemars",
14022 "serde",
14023 "serde_json",
14024 "settings",
14025 "smol",
14026 "theme",
14027 "ui",
14028 "unindent",
14029 "util",
14030 "workspace",
14031 "workspace-hack",
14032 "zed_actions",
14033]
14034
14035[[package]]
14036name = "sec1"
14037version = "0.3.0"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14040dependencies = [
14041 "base16ct",
14042 "der 0.6.1",
14043 "generic-array",
14044 "pkcs8 0.9.0",
14045 "subtle",
14046 "zeroize",
14047]
14048
14049[[package]]
14050name = "security-framework"
14051version = "2.11.1"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14054dependencies = [
14055 "bitflags 2.9.0",
14056 "core-foundation 0.9.4",
14057 "core-foundation-sys",
14058 "libc",
14059 "security-framework-sys",
14060]
14061
14062[[package]]
14063name = "security-framework"
14064version = "3.2.0"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14067dependencies = [
14068 "bitflags 2.9.0",
14069 "core-foundation 0.10.0",
14070 "core-foundation-sys",
14071 "libc",
14072 "security-framework-sys",
14073]
14074
14075[[package]]
14076name = "security-framework-sys"
14077version = "2.14.0"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14080dependencies = [
14081 "core-foundation-sys",
14082 "libc",
14083]
14084
14085[[package]]
14086name = "self_cell"
14087version = "1.2.0"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14090
14091[[package]]
14092name = "semantic_index"
14093version = "0.1.0"
14094dependencies = [
14095 "anyhow",
14096 "arrayvec",
14097 "blake3",
14098 "client",
14099 "clock",
14100 "collections",
14101 "env_logger 0.11.8",
14102 "feature_flags",
14103 "fs",
14104 "futures 0.3.31",
14105 "futures-batch",
14106 "gpui",
14107 "heed",
14108 "http_client",
14109 "language",
14110 "language_model",
14111 "languages",
14112 "log",
14113 "open_ai",
14114 "parking_lot",
14115 "project",
14116 "reqwest_client",
14117 "serde",
14118 "serde_json",
14119 "settings",
14120 "sha2",
14121 "smol",
14122 "streaming-iterator",
14123 "tempfile",
14124 "theme",
14125 "tree-sitter",
14126 "ui",
14127 "unindent",
14128 "util",
14129 "workspace",
14130 "workspace-hack",
14131 "worktree",
14132]
14133
14134[[package]]
14135name = "semantic_version"
14136version = "0.1.0"
14137dependencies = [
14138 "anyhow",
14139 "serde",
14140 "workspace-hack",
14141]
14142
14143[[package]]
14144name = "semver"
14145version = "1.0.26"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14148dependencies = [
14149 "serde",
14150]
14151
14152[[package]]
14153name = "serde"
14154version = "1.0.219"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14157dependencies = [
14158 "serde_derive",
14159]
14160
14161[[package]]
14162name = "serde_derive"
14163version = "1.0.219"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14166dependencies = [
14167 "proc-macro2",
14168 "quote",
14169 "syn 2.0.101",
14170]
14171
14172[[package]]
14173name = "serde_derive_internals"
14174version = "0.29.1"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14177dependencies = [
14178 "proc-macro2",
14179 "quote",
14180 "syn 2.0.101",
14181]
14182
14183[[package]]
14184name = "serde_fmt"
14185version = "1.0.3"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14188dependencies = [
14189 "serde",
14190]
14191
14192[[package]]
14193name = "serde_json"
14194version = "1.0.140"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14197dependencies = [
14198 "indexmap",
14199 "itoa",
14200 "memchr",
14201 "ryu",
14202 "serde",
14203]
14204
14205[[package]]
14206name = "serde_json_lenient"
14207version = "0.2.4"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14210dependencies = [
14211 "indexmap",
14212 "itoa",
14213 "memchr",
14214 "ryu",
14215 "serde",
14216]
14217
14218[[package]]
14219name = "serde_path_to_error"
14220version = "0.1.17"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14223dependencies = [
14224 "itoa",
14225 "serde",
14226]
14227
14228[[package]]
14229name = "serde_qs"
14230version = "0.8.5"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14233dependencies = [
14234 "percent-encoding",
14235 "serde",
14236 "thiserror 1.0.69",
14237]
14238
14239[[package]]
14240name = "serde_qs"
14241version = "0.10.1"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14244dependencies = [
14245 "percent-encoding",
14246 "serde",
14247 "thiserror 1.0.69",
14248]
14249
14250[[package]]
14251name = "serde_repr"
14252version = "0.1.20"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14255dependencies = [
14256 "proc-macro2",
14257 "quote",
14258 "syn 2.0.101",
14259]
14260
14261[[package]]
14262name = "serde_spanned"
14263version = "0.6.8"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14266dependencies = [
14267 "serde",
14268]
14269
14270[[package]]
14271name = "serde_urlencoded"
14272version = "0.7.1"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14275dependencies = [
14276 "form_urlencoded",
14277 "itoa",
14278 "ryu",
14279 "serde",
14280]
14281
14282[[package]]
14283name = "serial2"
14284version = "0.2.29"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14287dependencies = [
14288 "cfg-if",
14289 "libc",
14290 "winapi",
14291]
14292
14293[[package]]
14294name = "session"
14295version = "0.1.0"
14296dependencies = [
14297 "db",
14298 "gpui",
14299 "serde_json",
14300 "util",
14301 "uuid",
14302 "workspace-hack",
14303]
14304
14305[[package]]
14306name = "settings"
14307version = "0.1.0"
14308dependencies = [
14309 "anyhow",
14310 "collections",
14311 "ec4rs",
14312 "fs",
14313 "futures 0.3.31",
14314 "gpui",
14315 "indoc",
14316 "inventory",
14317 "log",
14318 "paths",
14319 "pretty_assertions",
14320 "release_channel",
14321 "rust-embed",
14322 "schemars",
14323 "serde",
14324 "serde_derive",
14325 "serde_json",
14326 "serde_json_lenient",
14327 "smallvec",
14328 "streaming-iterator",
14329 "tree-sitter",
14330 "tree-sitter-json",
14331 "unindent",
14332 "util",
14333 "workspace-hack",
14334]
14335
14336[[package]]
14337name = "settings_ui"
14338version = "0.1.0"
14339dependencies = [
14340 "command_palette_hooks",
14341 "editor",
14342 "feature_flags",
14343 "fs",
14344 "gpui",
14345 "log",
14346 "paths",
14347 "schemars",
14348 "serde",
14349 "settings",
14350 "theme",
14351 "ui",
14352 "workspace",
14353 "workspace-hack",
14354]
14355
14356[[package]]
14357name = "sha1"
14358version = "0.10.6"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14361dependencies = [
14362 "cfg-if",
14363 "cpufeatures",
14364 "digest",
14365]
14366
14367[[package]]
14368name = "sha1-checked"
14369version = "0.10.0"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14372dependencies = [
14373 "digest",
14374 "sha1",
14375]
14376
14377[[package]]
14378name = "sha1_smol"
14379version = "1.0.1"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14382
14383[[package]]
14384name = "sha2"
14385version = "0.10.8"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14388dependencies = [
14389 "cfg-if",
14390 "cpufeatures",
14391 "digest",
14392]
14393
14394[[package]]
14395name = "sharded-slab"
14396version = "0.1.7"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14399dependencies = [
14400 "lazy_static",
14401]
14402
14403[[package]]
14404name = "shared_library"
14405version = "0.1.9"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14408dependencies = [
14409 "lazy_static",
14410 "libc",
14411]
14412
14413[[package]]
14414name = "shell-words"
14415version = "1.1.0"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14418
14419[[package]]
14420name = "shellexpand"
14421version = "2.1.2"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14424dependencies = [
14425 "dirs 4.0.0",
14426]
14427
14428[[package]]
14429name = "shellexpand"
14430version = "3.1.1"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14433dependencies = [
14434 "dirs 6.0.0",
14435]
14436
14437[[package]]
14438name = "shlex"
14439version = "1.3.0"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14442
14443[[package]]
14444name = "signal-hook"
14445version = "0.3.17"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14448dependencies = [
14449 "libc",
14450 "signal-hook-registry",
14451]
14452
14453[[package]]
14454name = "signal-hook-registry"
14455version = "1.4.5"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14458dependencies = [
14459 "libc",
14460]
14461
14462[[package]]
14463name = "signature"
14464version = "1.6.4"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14467dependencies = [
14468 "digest",
14469 "rand_core 0.6.4",
14470]
14471
14472[[package]]
14473name = "signature"
14474version = "2.2.0"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14477dependencies = [
14478 "digest",
14479 "rand_core 0.6.4",
14480]
14481
14482[[package]]
14483name = "simd-adler32"
14484version = "0.3.7"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14487
14488[[package]]
14489name = "simd_helpers"
14490version = "0.1.0"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14493dependencies = [
14494 "quote",
14495]
14496
14497[[package]]
14498name = "simdutf8"
14499version = "0.1.5"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14502
14503[[package]]
14504name = "simple_asn1"
14505version = "0.6.3"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14508dependencies = [
14509 "num-bigint",
14510 "num-traits",
14511 "thiserror 2.0.12",
14512 "time",
14513]
14514
14515[[package]]
14516name = "simplecss"
14517version = "0.2.2"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14520dependencies = [
14521 "log",
14522]
14523
14524[[package]]
14525name = "simplelog"
14526version = "0.12.2"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14529dependencies = [
14530 "log",
14531 "termcolor",
14532 "time",
14533]
14534
14535[[package]]
14536name = "siphasher"
14537version = "1.0.1"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14540
14541[[package]]
14542name = "skrifa"
14543version = "0.26.6"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14546dependencies = [
14547 "bytemuck",
14548 "read-fonts",
14549]
14550
14551[[package]]
14552name = "slab"
14553version = "0.4.9"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14556dependencies = [
14557 "autocfg",
14558]
14559
14560[[package]]
14561name = "slash_commands_example"
14562version = "0.1.0"
14563dependencies = [
14564 "zed_extension_api 0.1.0",
14565]
14566
14567[[package]]
14568name = "slotmap"
14569version = "1.0.7"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14572dependencies = [
14573 "version_check",
14574]
14575
14576[[package]]
14577name = "smallvec"
14578version = "1.15.0"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14581dependencies = [
14582 "serde",
14583]
14584
14585[[package]]
14586name = "smart-default"
14587version = "0.6.0"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14590dependencies = [
14591 "proc-macro2",
14592 "quote",
14593 "syn 1.0.109",
14594]
14595
14596[[package]]
14597name = "smol"
14598version = "2.0.2"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14601dependencies = [
14602 "async-channel 2.3.1",
14603 "async-executor",
14604 "async-fs",
14605 "async-io",
14606 "async-lock",
14607 "async-net",
14608 "async-process",
14609 "blocking",
14610 "futures-lite 2.6.0",
14611]
14612
14613[[package]]
14614name = "smol_str"
14615version = "0.1.24"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14618dependencies = [
14619 "serde",
14620]
14621
14622[[package]]
14623name = "smol_str"
14624version = "0.2.2"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14627
14628[[package]]
14629name = "snippet"
14630version = "0.1.0"
14631dependencies = [
14632 "anyhow",
14633 "smallvec",
14634 "workspace-hack",
14635]
14636
14637[[package]]
14638name = "snippet_provider"
14639version = "0.1.0"
14640dependencies = [
14641 "anyhow",
14642 "collections",
14643 "extension",
14644 "fs",
14645 "futures 0.3.31",
14646 "gpui",
14647 "indoc",
14648 "parking_lot",
14649 "paths",
14650 "schemars",
14651 "serde",
14652 "serde_json_lenient",
14653 "snippet",
14654 "util",
14655 "workspace-hack",
14656]
14657
14658[[package]]
14659name = "snippets_ui"
14660version = "0.1.0"
14661dependencies = [
14662 "fuzzy",
14663 "gpui",
14664 "language",
14665 "paths",
14666 "picker",
14667 "ui",
14668 "util",
14669 "workspace",
14670 "workspace-hack",
14671]
14672
14673[[package]]
14674name = "socket2"
14675version = "0.5.9"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14678dependencies = [
14679 "libc",
14680 "windows-sys 0.52.0",
14681]
14682
14683[[package]]
14684name = "spdx"
14685version = "0.10.8"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14688dependencies = [
14689 "smallvec",
14690]
14691
14692[[package]]
14693name = "spin"
14694version = "0.9.8"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14697dependencies = [
14698 "lock_api",
14699]
14700
14701[[package]]
14702name = "spirv"
14703version = "0.3.0+sdk-1.3.268.0"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14706dependencies = [
14707 "bitflags 2.9.0",
14708]
14709
14710[[package]]
14711name = "spki"
14712version = "0.6.0"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14715dependencies = [
14716 "base64ct",
14717 "der 0.6.1",
14718]
14719
14720[[package]]
14721name = "spki"
14722version = "0.7.3"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14725dependencies = [
14726 "base64ct",
14727 "der 0.7.10",
14728]
14729
14730[[package]]
14731name = "sptr"
14732version = "0.3.2"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14735
14736[[package]]
14737name = "sqlez"
14738version = "0.1.0"
14739dependencies = [
14740 "anyhow",
14741 "collections",
14742 "futures 0.3.31",
14743 "indoc",
14744 "libsqlite3-sys",
14745 "parking_lot",
14746 "smol",
14747 "sqlformat",
14748 "thread_local",
14749 "util",
14750 "uuid",
14751 "workspace-hack",
14752]
14753
14754[[package]]
14755name = "sqlez_macros"
14756version = "0.1.0"
14757dependencies = [
14758 "sqlez",
14759 "sqlformat",
14760 "syn 1.0.109",
14761 "workspace-hack",
14762]
14763
14764[[package]]
14765name = "sqlformat"
14766version = "0.2.6"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14769dependencies = [
14770 "nom",
14771 "unicode_categories",
14772]
14773
14774[[package]]
14775name = "sqlx"
14776version = "0.8.5"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14779dependencies = [
14780 "sqlx-core",
14781 "sqlx-macros",
14782 "sqlx-mysql",
14783 "sqlx-postgres",
14784 "sqlx-sqlite",
14785]
14786
14787[[package]]
14788name = "sqlx-core"
14789version = "0.8.5"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14792dependencies = [
14793 "base64 0.22.1",
14794 "bigdecimal",
14795 "bytes 1.10.1",
14796 "chrono",
14797 "crc",
14798 "crossbeam-queue",
14799 "either",
14800 "event-listener 5.4.0",
14801 "futures-core",
14802 "futures-intrusive",
14803 "futures-io",
14804 "futures-util",
14805 "hashbrown 0.15.3",
14806 "hashlink 0.10.0",
14807 "indexmap",
14808 "log",
14809 "memchr",
14810 "once_cell",
14811 "percent-encoding",
14812 "rust_decimal",
14813 "rustls 0.23.26",
14814 "serde",
14815 "serde_json",
14816 "sha2",
14817 "smallvec",
14818 "thiserror 2.0.12",
14819 "time",
14820 "tokio",
14821 "tokio-stream",
14822 "tracing",
14823 "url",
14824 "uuid",
14825 "webpki-roots",
14826]
14827
14828[[package]]
14829name = "sqlx-macros"
14830version = "0.8.5"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14833dependencies = [
14834 "proc-macro2",
14835 "quote",
14836 "sqlx-core",
14837 "sqlx-macros-core",
14838 "syn 2.0.101",
14839]
14840
14841[[package]]
14842name = "sqlx-macros-core"
14843version = "0.8.5"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14846dependencies = [
14847 "dotenvy",
14848 "either",
14849 "heck 0.5.0",
14850 "hex",
14851 "once_cell",
14852 "proc-macro2",
14853 "quote",
14854 "serde",
14855 "serde_json",
14856 "sha2",
14857 "sqlx-core",
14858 "sqlx-mysql",
14859 "sqlx-postgres",
14860 "sqlx-sqlite",
14861 "syn 2.0.101",
14862 "tempfile",
14863 "tokio",
14864 "url",
14865]
14866
14867[[package]]
14868name = "sqlx-mysql"
14869version = "0.8.5"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14872dependencies = [
14873 "atoi",
14874 "base64 0.22.1",
14875 "bigdecimal",
14876 "bitflags 2.9.0",
14877 "byteorder",
14878 "bytes 1.10.1",
14879 "chrono",
14880 "crc",
14881 "digest",
14882 "dotenvy",
14883 "either",
14884 "futures-channel",
14885 "futures-core",
14886 "futures-io",
14887 "futures-util",
14888 "generic-array",
14889 "hex",
14890 "hkdf",
14891 "hmac",
14892 "itoa",
14893 "log",
14894 "md-5",
14895 "memchr",
14896 "once_cell",
14897 "percent-encoding",
14898 "rand 0.8.5",
14899 "rsa",
14900 "rust_decimal",
14901 "serde",
14902 "sha1",
14903 "sha2",
14904 "smallvec",
14905 "sqlx-core",
14906 "stringprep",
14907 "thiserror 2.0.12",
14908 "time",
14909 "tracing",
14910 "uuid",
14911 "whoami",
14912]
14913
14914[[package]]
14915name = "sqlx-postgres"
14916version = "0.8.5"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14919dependencies = [
14920 "atoi",
14921 "base64 0.22.1",
14922 "bigdecimal",
14923 "bitflags 2.9.0",
14924 "byteorder",
14925 "chrono",
14926 "crc",
14927 "dotenvy",
14928 "etcetera",
14929 "futures-channel",
14930 "futures-core",
14931 "futures-util",
14932 "hex",
14933 "hkdf",
14934 "hmac",
14935 "home",
14936 "itoa",
14937 "log",
14938 "md-5",
14939 "memchr",
14940 "num-bigint",
14941 "once_cell",
14942 "rand 0.8.5",
14943 "rust_decimal",
14944 "serde",
14945 "serde_json",
14946 "sha2",
14947 "smallvec",
14948 "sqlx-core",
14949 "stringprep",
14950 "thiserror 2.0.12",
14951 "time",
14952 "tracing",
14953 "uuid",
14954 "whoami",
14955]
14956
14957[[package]]
14958name = "sqlx-sqlite"
14959version = "0.8.5"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14962dependencies = [
14963 "atoi",
14964 "chrono",
14965 "flume",
14966 "futures-channel",
14967 "futures-core",
14968 "futures-executor",
14969 "futures-intrusive",
14970 "futures-util",
14971 "libsqlite3-sys",
14972 "log",
14973 "percent-encoding",
14974 "serde",
14975 "serde_urlencoded",
14976 "sqlx-core",
14977 "thiserror 2.0.12",
14978 "time",
14979 "tracing",
14980 "url",
14981 "uuid",
14982]
14983
14984[[package]]
14985name = "stable_deref_trait"
14986version = "1.2.0"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14989
14990[[package]]
14991name = "static_assertions"
14992version = "1.1.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14995
14996[[package]]
14997name = "story"
14998version = "0.1.0"
14999dependencies = [
15000 "gpui",
15001 "itertools 0.14.0",
15002 "smallvec",
15003 "workspace-hack",
15004]
15005
15006[[package]]
15007name = "storybook"
15008version = "0.1.0"
15009dependencies = [
15010 "anyhow",
15011 "clap",
15012 "collab_ui",
15013 "ctrlc",
15014 "dialoguer",
15015 "editor",
15016 "fuzzy",
15017 "gpui",
15018 "indoc",
15019 "language",
15020 "log",
15021 "menu",
15022 "picker",
15023 "project",
15024 "reqwest_client",
15025 "rust-embed",
15026 "settings",
15027 "simplelog",
15028 "story",
15029 "strum 0.27.1",
15030 "theme",
15031 "title_bar",
15032 "ui",
15033 "workspace",
15034 "workspace-hack",
15035]
15036
15037[[package]]
15038name = "streaming-iterator"
15039version = "0.1.9"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15042
15043[[package]]
15044name = "streaming_diff"
15045version = "0.1.0"
15046dependencies = [
15047 "ordered-float 2.10.1",
15048 "rand 0.8.5",
15049 "rope",
15050 "util",
15051 "workspace-hack",
15052]
15053
15054[[package]]
15055name = "strict-num"
15056version = "0.1.1"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15059dependencies = [
15060 "float-cmp",
15061]
15062
15063[[package]]
15064name = "string_cache"
15065version = "0.8.9"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15068dependencies = [
15069 "new_debug_unreachable",
15070 "parking_lot",
15071 "phf_shared",
15072 "precomputed-hash",
15073 "serde",
15074]
15075
15076[[package]]
15077name = "string_cache_codegen"
15078version = "0.5.4"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15081dependencies = [
15082 "phf_generator",
15083 "phf_shared",
15084 "proc-macro2",
15085 "quote",
15086]
15087
15088[[package]]
15089name = "stringprep"
15090version = "0.1.5"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15093dependencies = [
15094 "unicode-bidi",
15095 "unicode-normalization",
15096 "unicode-properties",
15097]
15098
15099[[package]]
15100name = "strsim"
15101version = "0.11.1"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15104
15105[[package]]
15106name = "strum"
15107version = "0.26.3"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15110dependencies = [
15111 "strum_macros 0.26.4",
15112]
15113
15114[[package]]
15115name = "strum"
15116version = "0.27.1"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15119dependencies = [
15120 "strum_macros 0.27.1",
15121]
15122
15123[[package]]
15124name = "strum_macros"
15125version = "0.26.4"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15128dependencies = [
15129 "heck 0.5.0",
15130 "proc-macro2",
15131 "quote",
15132 "rustversion",
15133 "syn 2.0.101",
15134]
15135
15136[[package]]
15137name = "strum_macros"
15138version = "0.27.1"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15141dependencies = [
15142 "heck 0.5.0",
15143 "proc-macro2",
15144 "quote",
15145 "rustversion",
15146 "syn 2.0.101",
15147]
15148
15149[[package]]
15150name = "subtle"
15151version = "2.6.1"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15154
15155[[package]]
15156name = "sum_tree"
15157version = "0.1.0"
15158dependencies = [
15159 "arrayvec",
15160 "ctor",
15161 "env_logger 0.11.8",
15162 "log",
15163 "rand 0.8.5",
15164 "rayon",
15165 "workspace-hack",
15166]
15167
15168[[package]]
15169name = "supermaven"
15170version = "0.1.0"
15171dependencies = [
15172 "anyhow",
15173 "client",
15174 "collections",
15175 "editor",
15176 "env_logger 0.11.8",
15177 "futures 0.3.31",
15178 "gpui",
15179 "http_client",
15180 "inline_completion",
15181 "language",
15182 "log",
15183 "postage",
15184 "project",
15185 "serde",
15186 "serde_json",
15187 "settings",
15188 "smol",
15189 "supermaven_api",
15190 "text",
15191 "theme",
15192 "ui",
15193 "unicode-segmentation",
15194 "util",
15195 "workspace-hack",
15196]
15197
15198[[package]]
15199name = "supermaven_api"
15200version = "0.1.0"
15201dependencies = [
15202 "anyhow",
15203 "futures 0.3.31",
15204 "http_client",
15205 "paths",
15206 "serde",
15207 "serde_json",
15208 "smol",
15209 "workspace-hack",
15210]
15211
15212[[package]]
15213name = "sval"
15214version = "2.14.1"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15217
15218[[package]]
15219name = "sval_buffer"
15220version = "2.14.1"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15223dependencies = [
15224 "sval",
15225 "sval_ref",
15226]
15227
15228[[package]]
15229name = "sval_dynamic"
15230version = "2.14.1"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15233dependencies = [
15234 "sval",
15235]
15236
15237[[package]]
15238name = "sval_fmt"
15239version = "2.14.1"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15242dependencies = [
15243 "itoa",
15244 "ryu",
15245 "sval",
15246]
15247
15248[[package]]
15249name = "sval_json"
15250version = "2.14.1"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15253dependencies = [
15254 "itoa",
15255 "ryu",
15256 "sval",
15257]
15258
15259[[package]]
15260name = "sval_nested"
15261version = "2.14.1"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15264dependencies = [
15265 "sval",
15266 "sval_buffer",
15267 "sval_ref",
15268]
15269
15270[[package]]
15271name = "sval_ref"
15272version = "2.14.1"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15275dependencies = [
15276 "sval",
15277]
15278
15279[[package]]
15280name = "sval_serde"
15281version = "2.14.1"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15284dependencies = [
15285 "serde",
15286 "sval",
15287 "sval_nested",
15288]
15289
15290[[package]]
15291name = "svg_fmt"
15292version = "0.4.5"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15295
15296[[package]]
15297name = "svgtypes"
15298version = "0.15.3"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15301dependencies = [
15302 "kurbo",
15303 "siphasher",
15304]
15305
15306[[package]]
15307name = "swash"
15308version = "0.2.2"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15311dependencies = [
15312 "skrifa",
15313 "yazi",
15314 "zeno",
15315]
15316
15317[[package]]
15318name = "syn"
15319version = "1.0.109"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15322dependencies = [
15323 "proc-macro2",
15324 "quote",
15325 "unicode-ident",
15326]
15327
15328[[package]]
15329name = "syn"
15330version = "2.0.101"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15333dependencies = [
15334 "proc-macro2",
15335 "quote",
15336 "unicode-ident",
15337]
15338
15339[[package]]
15340name = "sync_wrapper"
15341version = "0.1.2"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15344
15345[[package]]
15346name = "sync_wrapper"
15347version = "1.0.2"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15350dependencies = [
15351 "futures-core",
15352]
15353
15354[[package]]
15355name = "synchronoise"
15356version = "1.0.1"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15359dependencies = [
15360 "crossbeam-queue",
15361]
15362
15363[[package]]
15364name = "synstructure"
15365version = "0.13.1"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15368dependencies = [
15369 "proc-macro2",
15370 "quote",
15371 "syn 2.0.101",
15372]
15373
15374[[package]]
15375name = "sys-locale"
15376version = "0.3.2"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15379dependencies = [
15380 "libc",
15381]
15382
15383[[package]]
15384name = "sysinfo"
15385version = "0.31.4"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15388dependencies = [
15389 "core-foundation-sys",
15390 "libc",
15391 "memchr",
15392 "ntapi",
15393 "rayon",
15394 "windows 0.57.0",
15395]
15396
15397[[package]]
15398name = "system-configuration"
15399version = "0.5.1"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15402dependencies = [
15403 "bitflags 1.3.2",
15404 "core-foundation 0.9.4",
15405 "system-configuration-sys 0.5.0",
15406]
15407
15408[[package]]
15409name = "system-configuration"
15410version = "0.6.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15413dependencies = [
15414 "bitflags 2.9.0",
15415 "core-foundation 0.9.4",
15416 "system-configuration-sys 0.6.0",
15417]
15418
15419[[package]]
15420name = "system-configuration-sys"
15421version = "0.5.0"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15424dependencies = [
15425 "core-foundation-sys",
15426 "libc",
15427]
15428
15429[[package]]
15430name = "system-configuration-sys"
15431version = "0.6.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15434dependencies = [
15435 "core-foundation-sys",
15436 "libc",
15437]
15438
15439[[package]]
15440name = "system-deps"
15441version = "6.2.2"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15444dependencies = [
15445 "cfg-expr",
15446 "heck 0.5.0",
15447 "pkg-config",
15448 "toml 0.8.20",
15449 "version-compare",
15450]
15451
15452[[package]]
15453name = "system-interface"
15454version = "0.27.3"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15457dependencies = [
15458 "bitflags 2.9.0",
15459 "cap-fs-ext",
15460 "cap-std",
15461 "fd-lock",
15462 "io-lifetimes",
15463 "rustix 0.38.44",
15464 "windows-sys 0.59.0",
15465 "winx",
15466]
15467
15468[[package]]
15469name = "tab_switcher"
15470version = "0.1.0"
15471dependencies = [
15472 "anyhow",
15473 "collections",
15474 "ctor",
15475 "editor",
15476 "env_logger 0.11.8",
15477 "fuzzy",
15478 "gpui",
15479 "language",
15480 "menu",
15481 "picker",
15482 "project",
15483 "schemars",
15484 "serde",
15485 "serde_json",
15486 "settings",
15487 "smol",
15488 "theme",
15489 "ui",
15490 "util",
15491 "workspace",
15492 "workspace-hack",
15493]
15494
15495[[package]]
15496name = "taffy"
15497version = "0.4.4"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15500dependencies = [
15501 "arrayvec",
15502 "grid",
15503 "num-traits",
15504 "serde",
15505 "slotmap",
15506]
15507
15508[[package]]
15509name = "tagptr"
15510version = "0.2.0"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15513
15514[[package]]
15515name = "take-until"
15516version = "0.2.0"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15519
15520[[package]]
15521name = "tao-core-video-sys"
15522version = "0.2.0"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15525dependencies = [
15526 "cfg-if",
15527 "core-foundation-sys",
15528 "libc",
15529 "objc",
15530]
15531
15532[[package]]
15533name = "tap"
15534version = "1.0.1"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15537
15538[[package]]
15539name = "target-lexicon"
15540version = "0.12.16"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15543
15544[[package]]
15545name = "target-lexicon"
15546version = "0.13.2"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15549
15550[[package]]
15551name = "task"
15552version = "0.1.0"
15553dependencies = [
15554 "anyhow",
15555 "collections",
15556 "futures 0.3.31",
15557 "gpui",
15558 "hex",
15559 "parking_lot",
15560 "pretty_assertions",
15561 "proto",
15562 "schemars",
15563 "serde",
15564 "serde_json",
15565 "serde_json_lenient",
15566 "sha2",
15567 "shellexpand 2.1.2",
15568 "util",
15569 "workspace-hack",
15570 "zed_actions",
15571]
15572
15573[[package]]
15574name = "tasks_ui"
15575version = "0.1.0"
15576dependencies = [
15577 "anyhow",
15578 "collections",
15579 "editor",
15580 "file_icons",
15581 "fuzzy",
15582 "gpui",
15583 "itertools 0.14.0",
15584 "language",
15585 "menu",
15586 "picker",
15587 "project",
15588 "serde",
15589 "serde_json",
15590 "task",
15591 "tree-sitter-rust",
15592 "tree-sitter-typescript",
15593 "ui",
15594 "util",
15595 "workspace",
15596 "workspace-hack",
15597 "zed_actions",
15598]
15599
15600[[package]]
15601name = "telemetry"
15602version = "0.1.0"
15603dependencies = [
15604 "futures 0.3.31",
15605 "serde",
15606 "serde_json",
15607 "telemetry_events",
15608 "workspace-hack",
15609]
15610
15611[[package]]
15612name = "telemetry_events"
15613version = "0.1.0"
15614dependencies = [
15615 "semantic_version",
15616 "serde",
15617 "serde_json",
15618 "workspace-hack",
15619]
15620
15621[[package]]
15622name = "tempfile"
15623version = "3.20.0"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15626dependencies = [
15627 "fastrand 2.3.0",
15628 "getrandom 0.3.2",
15629 "once_cell",
15630 "rustix 1.0.7",
15631 "windows-sys 0.59.0",
15632]
15633
15634[[package]]
15635name = "tendril"
15636version = "0.4.3"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15639dependencies = [
15640 "futf",
15641 "mac",
15642 "utf-8",
15643]
15644
15645[[package]]
15646name = "termcolor"
15647version = "1.4.1"
15648source = "registry+https://github.com/rust-lang/crates.io-index"
15649checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15650dependencies = [
15651 "winapi-util",
15652]
15653
15654[[package]]
15655name = "terminal"
15656version = "0.1.0"
15657dependencies = [
15658 "alacritty_terminal",
15659 "anyhow",
15660 "collections",
15661 "dirs 4.0.0",
15662 "futures 0.3.31",
15663 "gpui",
15664 "libc",
15665 "rand 0.8.5",
15666 "regex",
15667 "release_channel",
15668 "schemars",
15669 "serde",
15670 "serde_derive",
15671 "settings",
15672 "smol",
15673 "sysinfo",
15674 "task",
15675 "theme",
15676 "thiserror 2.0.12",
15677 "util",
15678 "windows 0.61.1",
15679 "workspace-hack",
15680]
15681
15682[[package]]
15683name = "terminal_size"
15684version = "0.4.2"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15687dependencies = [
15688 "rustix 1.0.7",
15689 "windows-sys 0.59.0",
15690]
15691
15692[[package]]
15693name = "terminal_view"
15694version = "0.1.0"
15695dependencies = [
15696 "anyhow",
15697 "assistant_slash_command",
15698 "async-recursion 1.1.1",
15699 "breadcrumbs",
15700 "client",
15701 "collections",
15702 "db",
15703 "dirs 4.0.0",
15704 "editor",
15705 "futures 0.3.31",
15706 "gpui",
15707 "itertools 0.14.0",
15708 "language",
15709 "log",
15710 "project",
15711 "rand 0.8.5",
15712 "regex",
15713 "schemars",
15714 "search",
15715 "serde",
15716 "serde_json",
15717 "settings",
15718 "shellexpand 2.1.2",
15719 "smol",
15720 "task",
15721 "terminal",
15722 "theme",
15723 "ui",
15724 "util",
15725 "workspace",
15726 "workspace-hack",
15727 "zed_actions",
15728]
15729
15730[[package]]
15731name = "text"
15732version = "0.1.0"
15733dependencies = [
15734 "anyhow",
15735 "clock",
15736 "collections",
15737 "ctor",
15738 "env_logger 0.11.8",
15739 "gpui",
15740 "http_client",
15741 "log",
15742 "parking_lot",
15743 "postage",
15744 "rand 0.8.5",
15745 "regex",
15746 "rope",
15747 "smallvec",
15748 "sum_tree",
15749 "util",
15750 "workspace-hack",
15751]
15752
15753[[package]]
15754name = "theme"
15755version = "0.1.0"
15756dependencies = [
15757 "anyhow",
15758 "collections",
15759 "derive_more",
15760 "fs",
15761 "futures 0.3.31",
15762 "gpui",
15763 "indexmap",
15764 "log",
15765 "palette",
15766 "parking_lot",
15767 "refineable",
15768 "schemars",
15769 "serde",
15770 "serde_derive",
15771 "serde_json",
15772 "serde_json_lenient",
15773 "serde_repr",
15774 "settings",
15775 "strum 0.27.1",
15776 "thiserror 2.0.12",
15777 "util",
15778 "uuid",
15779 "workspace-hack",
15780]
15781
15782[[package]]
15783name = "theme_extension"
15784version = "0.1.0"
15785dependencies = [
15786 "anyhow",
15787 "extension",
15788 "fs",
15789 "gpui",
15790 "theme",
15791 "workspace-hack",
15792]
15793
15794[[package]]
15795name = "theme_importer"
15796version = "0.1.0"
15797dependencies = [
15798 "anyhow",
15799 "clap",
15800 "gpui",
15801 "indexmap",
15802 "log",
15803 "palette",
15804 "rust-embed",
15805 "serde",
15806 "serde_json",
15807 "serde_json_lenient",
15808 "simplelog",
15809 "strum 0.27.1",
15810 "theme",
15811 "vscode_theme",
15812 "workspace-hack",
15813]
15814
15815[[package]]
15816name = "theme_selector"
15817version = "0.1.0"
15818dependencies = [
15819 "fs",
15820 "fuzzy",
15821 "gpui",
15822 "log",
15823 "picker",
15824 "serde",
15825 "settings",
15826 "telemetry",
15827 "theme",
15828 "ui",
15829 "util",
15830 "workspace",
15831 "workspace-hack",
15832 "zed_actions",
15833]
15834
15835[[package]]
15836name = "thiserror"
15837version = "1.0.69"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15840dependencies = [
15841 "thiserror-impl 1.0.69",
15842]
15843
15844[[package]]
15845name = "thiserror"
15846version = "2.0.12"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15849dependencies = [
15850 "thiserror-impl 2.0.12",
15851]
15852
15853[[package]]
15854name = "thiserror-impl"
15855version = "1.0.69"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15858dependencies = [
15859 "proc-macro2",
15860 "quote",
15861 "syn 2.0.101",
15862]
15863
15864[[package]]
15865name = "thiserror-impl"
15866version = "2.0.12"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15869dependencies = [
15870 "proc-macro2",
15871 "quote",
15872 "syn 2.0.101",
15873]
15874
15875[[package]]
15876name = "thread_local"
15877version = "1.1.8"
15878source = "registry+https://github.com/rust-lang/crates.io-index"
15879checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15880dependencies = [
15881 "cfg-if",
15882 "once_cell",
15883]
15884
15885[[package]]
15886name = "tiff"
15887version = "0.9.1"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15890dependencies = [
15891 "flate2",
15892 "jpeg-decoder",
15893 "weezl",
15894]
15895
15896[[package]]
15897name = "tiktoken-rs"
15898version = "0.7.0"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15901dependencies = [
15902 "anyhow",
15903 "base64 0.22.1",
15904 "bstr",
15905 "fancy-regex 0.13.0",
15906 "lazy_static",
15907 "regex",
15908 "rustc-hash 1.1.0",
15909]
15910
15911[[package]]
15912name = "time"
15913version = "0.3.41"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15916dependencies = [
15917 "deranged",
15918 "itoa",
15919 "libc",
15920 "num-conv",
15921 "num_threads",
15922 "powerfmt",
15923 "serde",
15924 "time-core",
15925 "time-macros",
15926]
15927
15928[[package]]
15929name = "time-core"
15930version = "0.1.4"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15933
15934[[package]]
15935name = "time-macros"
15936version = "0.2.22"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15939dependencies = [
15940 "num-conv",
15941 "time-core",
15942]
15943
15944[[package]]
15945name = "time_format"
15946version = "0.1.0"
15947dependencies = [
15948 "core-foundation 0.10.0",
15949 "core-foundation-sys",
15950 "sys-locale",
15951 "time",
15952 "workspace-hack",
15953]
15954
15955[[package]]
15956name = "tiny-keccak"
15957version = "2.0.2"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15960dependencies = [
15961 "crunchy",
15962]
15963
15964[[package]]
15965name = "tiny-skia"
15966version = "0.11.4"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15969dependencies = [
15970 "arrayref",
15971 "arrayvec",
15972 "bytemuck",
15973 "cfg-if",
15974 "log",
15975 "png",
15976 "tiny-skia-path",
15977]
15978
15979[[package]]
15980name = "tiny-skia-path"
15981version = "0.11.4"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15984dependencies = [
15985 "arrayref",
15986 "bytemuck",
15987 "strict-num",
15988]
15989
15990[[package]]
15991name = "tiny_http"
15992version = "0.8.2"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15995dependencies = [
15996 "ascii",
15997 "chrono",
15998 "chunked_transfer",
15999 "log",
16000 "url",
16001]
16002
16003[[package]]
16004name = "tinystr"
16005version = "0.7.6"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16008dependencies = [
16009 "displaydoc",
16010 "zerovec",
16011]
16012
16013[[package]]
16014name = "tinytemplate"
16015version = "1.2.1"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16018dependencies = [
16019 "serde",
16020 "serde_json",
16021]
16022
16023[[package]]
16024name = "tinyvec"
16025version = "1.9.0"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16028dependencies = [
16029 "tinyvec_macros",
16030]
16031
16032[[package]]
16033name = "tinyvec_macros"
16034version = "0.1.1"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16037
16038[[package]]
16039name = "title_bar"
16040version = "0.1.0"
16041dependencies = [
16042 "auto_update",
16043 "call",
16044 "chrono",
16045 "client",
16046 "collections",
16047 "db",
16048 "gpui",
16049 "http_client",
16050 "notifications",
16051 "pretty_assertions",
16052 "project",
16053 "remote",
16054 "rpc",
16055 "schemars",
16056 "serde",
16057 "settings",
16058 "smallvec",
16059 "story",
16060 "telemetry",
16061 "theme",
16062 "tree-sitter-md",
16063 "ui",
16064 "util",
16065 "windows 0.61.1",
16066 "workspace",
16067 "workspace-hack",
16068 "zed_actions",
16069]
16070
16071[[package]]
16072name = "tokio"
16073version = "1.44.2"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16076dependencies = [
16077 "backtrace",
16078 "bytes 1.10.1",
16079 "libc",
16080 "mio",
16081 "parking_lot",
16082 "pin-project-lite",
16083 "signal-hook-registry",
16084 "socket2",
16085 "tokio-macros",
16086 "windows-sys 0.52.0",
16087]
16088
16089[[package]]
16090name = "tokio-io"
16091version = "0.1.13"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16094dependencies = [
16095 "bytes 0.4.12",
16096 "futures 0.1.31",
16097 "log",
16098]
16099
16100[[package]]
16101name = "tokio-macros"
16102version = "2.5.0"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16105dependencies = [
16106 "proc-macro2",
16107 "quote",
16108 "syn 2.0.101",
16109]
16110
16111[[package]]
16112name = "tokio-native-tls"
16113version = "0.3.1"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16116dependencies = [
16117 "native-tls",
16118 "tokio",
16119]
16120
16121[[package]]
16122name = "tokio-rustls"
16123version = "0.24.1"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16126dependencies = [
16127 "rustls 0.21.12",
16128 "tokio",
16129]
16130
16131[[package]]
16132name = "tokio-rustls"
16133version = "0.26.2"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16136dependencies = [
16137 "rustls 0.23.26",
16138 "tokio",
16139]
16140
16141[[package]]
16142name = "tokio-socks"
16143version = "0.5.2"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16146dependencies = [
16147 "either",
16148 "futures-io",
16149 "futures-util",
16150 "thiserror 1.0.69",
16151 "tokio",
16152]
16153
16154[[package]]
16155name = "tokio-stream"
16156version = "0.1.17"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16159dependencies = [
16160 "futures-core",
16161 "pin-project-lite",
16162 "tokio",
16163]
16164
16165[[package]]
16166name = "tokio-tungstenite"
16167version = "0.20.1"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16170dependencies = [
16171 "futures-util",
16172 "log",
16173 "tokio",
16174 "tungstenite 0.20.1",
16175]
16176
16177[[package]]
16178name = "tokio-tungstenite"
16179version = "0.21.0"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16182dependencies = [
16183 "futures-util",
16184 "log",
16185 "tokio",
16186 "tungstenite 0.21.0",
16187]
16188
16189[[package]]
16190name = "tokio-tungstenite"
16191version = "0.26.2"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16194dependencies = [
16195 "futures-util",
16196 "log",
16197 "rustls 0.23.26",
16198 "rustls-pki-types",
16199 "tokio",
16200 "tokio-rustls 0.26.2",
16201 "tungstenite 0.26.2",
16202]
16203
16204[[package]]
16205name = "tokio-util"
16206version = "0.7.14"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16209dependencies = [
16210 "bytes 1.10.1",
16211 "futures-core",
16212 "futures-io",
16213 "futures-sink",
16214 "pin-project-lite",
16215 "tokio",
16216]
16217
16218[[package]]
16219name = "toml"
16220version = "0.5.11"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16223dependencies = [
16224 "serde",
16225]
16226
16227[[package]]
16228name = "toml"
16229version = "0.8.20"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16232dependencies = [
16233 "serde",
16234 "serde_spanned",
16235 "toml_datetime",
16236 "toml_edit",
16237]
16238
16239[[package]]
16240name = "toml_datetime"
16241version = "0.6.9"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16244dependencies = [
16245 "serde",
16246]
16247
16248[[package]]
16249name = "toml_edit"
16250version = "0.22.26"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16253dependencies = [
16254 "indexmap",
16255 "serde",
16256 "serde_spanned",
16257 "toml_datetime",
16258 "toml_write",
16259 "winnow",
16260]
16261
16262[[package]]
16263name = "toml_write"
16264version = "0.1.1"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16267
16268[[package]]
16269name = "toolchain_selector"
16270version = "0.1.0"
16271dependencies = [
16272 "editor",
16273 "fuzzy",
16274 "gpui",
16275 "language",
16276 "picker",
16277 "project",
16278 "ui",
16279 "util",
16280 "workspace",
16281 "workspace-hack",
16282]
16283
16284[[package]]
16285name = "topological-sort"
16286version = "0.2.2"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16289
16290[[package]]
16291name = "tower"
16292version = "0.4.13"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16295dependencies = [
16296 "futures-core",
16297 "futures-util",
16298 "pin-project",
16299 "pin-project-lite",
16300 "tokio",
16301 "tower-layer",
16302 "tower-service",
16303 "tracing",
16304]
16305
16306[[package]]
16307name = "tower"
16308version = "0.5.2"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16311dependencies = [
16312 "futures-core",
16313 "futures-util",
16314 "pin-project-lite",
16315 "sync_wrapper 1.0.2",
16316 "tokio",
16317 "tower-layer",
16318 "tower-service",
16319]
16320
16321[[package]]
16322name = "tower-http"
16323version = "0.3.5"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16326dependencies = [
16327 "bitflags 1.3.2",
16328 "bytes 1.10.1",
16329 "futures-core",
16330 "futures-util",
16331 "http 0.2.12",
16332 "http-body 0.4.6",
16333 "http-range-header",
16334 "pin-project-lite",
16335 "tower-layer",
16336 "tower-service",
16337]
16338
16339[[package]]
16340name = "tower-http"
16341version = "0.4.4"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16344dependencies = [
16345 "bitflags 2.9.0",
16346 "bytes 1.10.1",
16347 "futures-core",
16348 "futures-util",
16349 "http 0.2.12",
16350 "http-body 0.4.6",
16351 "http-range-header",
16352 "pin-project-lite",
16353 "tower-layer",
16354 "tower-service",
16355 "tracing",
16356]
16357
16358[[package]]
16359name = "tower-layer"
16360version = "0.3.3"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16363
16364[[package]]
16365name = "tower-service"
16366version = "0.3.3"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16369
16370[[package]]
16371name = "tracing"
16372version = "0.1.41"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16375dependencies = [
16376 "log",
16377 "pin-project-lite",
16378 "tracing-attributes",
16379 "tracing-core",
16380]
16381
16382[[package]]
16383name = "tracing-attributes"
16384version = "0.1.28"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16387dependencies = [
16388 "proc-macro2",
16389 "quote",
16390 "syn 2.0.101",
16391]
16392
16393[[package]]
16394name = "tracing-core"
16395version = "0.1.33"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16398dependencies = [
16399 "once_cell",
16400 "valuable",
16401]
16402
16403[[package]]
16404name = "tracing-log"
16405version = "0.2.0"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16408dependencies = [
16409 "log",
16410 "once_cell",
16411 "tracing-core",
16412]
16413
16414[[package]]
16415name = "tracing-serde"
16416version = "0.2.0"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16419dependencies = [
16420 "serde",
16421 "tracing-core",
16422]
16423
16424[[package]]
16425name = "tracing-subscriber"
16426version = "0.3.19"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16429dependencies = [
16430 "matchers",
16431 "nu-ansi-term 0.46.0",
16432 "once_cell",
16433 "regex",
16434 "serde",
16435 "serde_json",
16436 "sharded-slab",
16437 "smallvec",
16438 "thread_local",
16439 "tracing",
16440 "tracing-core",
16441 "tracing-log",
16442 "tracing-serde",
16443]
16444
16445[[package]]
16446name = "trait-variant"
16447version = "0.1.2"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16450dependencies = [
16451 "proc-macro2",
16452 "quote",
16453 "syn 2.0.101",
16454]
16455
16456[[package]]
16457name = "tree-sitter"
16458version = "0.25.3"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16461dependencies = [
16462 "cc",
16463 "regex",
16464 "regex-syntax 0.8.5",
16465 "serde_json",
16466 "streaming-iterator",
16467 "tree-sitter-language",
16468 "wasmtime-c-api-impl",
16469]
16470
16471[[package]]
16472name = "tree-sitter-bash"
16473version = "0.23.3"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16476dependencies = [
16477 "cc",
16478 "tree-sitter-language",
16479]
16480
16481[[package]]
16482name = "tree-sitter-c"
16483version = "0.23.4"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16486dependencies = [
16487 "cc",
16488 "tree-sitter-language",
16489]
16490
16491[[package]]
16492name = "tree-sitter-cpp"
16493version = "0.23.4"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16496dependencies = [
16497 "cc",
16498 "tree-sitter-language",
16499]
16500
16501[[package]]
16502name = "tree-sitter-css"
16503version = "0.23.2"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16506dependencies = [
16507 "cc",
16508 "tree-sitter-language",
16509]
16510
16511[[package]]
16512name = "tree-sitter-diff"
16513version = "0.1.0"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16516dependencies = [
16517 "cc",
16518 "tree-sitter-language",
16519]
16520
16521[[package]]
16522name = "tree-sitter-elixir"
16523version = "0.3.4"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16526dependencies = [
16527 "cc",
16528 "tree-sitter-language",
16529]
16530
16531[[package]]
16532name = "tree-sitter-embedded-template"
16533version = "0.23.2"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16536dependencies = [
16537 "cc",
16538 "tree-sitter-language",
16539]
16540
16541[[package]]
16542name = "tree-sitter-gitcommit"
16543version = "0.0.1"
16544source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16545dependencies = [
16546 "cc",
16547 "tree-sitter-language",
16548]
16549
16550[[package]]
16551name = "tree-sitter-go"
16552version = "0.23.4"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16555dependencies = [
16556 "cc",
16557 "tree-sitter-language",
16558]
16559
16560[[package]]
16561name = "tree-sitter-gomod"
16562version = "1.1.1"
16563source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16564dependencies = [
16565 "cc",
16566 "tree-sitter-language",
16567]
16568
16569[[package]]
16570name = "tree-sitter-gowork"
16571version = "0.0.1"
16572source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16573dependencies = [
16574 "cc",
16575 "tree-sitter-language",
16576]
16577
16578[[package]]
16579name = "tree-sitter-heex"
16580version = "0.0.1"
16581source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16582dependencies = [
16583 "cc",
16584 "tree-sitter-language",
16585]
16586
16587[[package]]
16588name = "tree-sitter-html"
16589version = "0.23.2"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16592dependencies = [
16593 "cc",
16594 "tree-sitter-language",
16595]
16596
16597[[package]]
16598name = "tree-sitter-jsdoc"
16599version = "0.23.2"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16602dependencies = [
16603 "cc",
16604 "tree-sitter-language",
16605]
16606
16607[[package]]
16608name = "tree-sitter-json"
16609version = "0.24.8"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16612dependencies = [
16613 "cc",
16614 "tree-sitter-language",
16615]
16616
16617[[package]]
16618name = "tree-sitter-language"
16619version = "0.1.5"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16622
16623[[package]]
16624name = "tree-sitter-md"
16625version = "0.3.2"
16626source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16627dependencies = [
16628 "cc",
16629 "tree-sitter-language",
16630]
16631
16632[[package]]
16633name = "tree-sitter-python"
16634version = "0.23.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16637dependencies = [
16638 "cc",
16639 "tree-sitter-language",
16640]
16641
16642[[package]]
16643name = "tree-sitter-regex"
16644version = "0.24.3"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16647dependencies = [
16648 "cc",
16649 "tree-sitter-language",
16650]
16651
16652[[package]]
16653name = "tree-sitter-ruby"
16654version = "0.23.1"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16657dependencies = [
16658 "cc",
16659 "tree-sitter-language",
16660]
16661
16662[[package]]
16663name = "tree-sitter-rust"
16664version = "0.24.0"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16667dependencies = [
16668 "cc",
16669 "tree-sitter-language",
16670]
16671
16672[[package]]
16673name = "tree-sitter-typescript"
16674version = "0.23.2"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16677dependencies = [
16678 "cc",
16679 "tree-sitter-language",
16680]
16681
16682[[package]]
16683name = "tree-sitter-yaml"
16684version = "0.6.1"
16685source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16686dependencies = [
16687 "cc",
16688 "tree-sitter-language",
16689]
16690
16691[[package]]
16692name = "try-lock"
16693version = "0.2.5"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16696
16697[[package]]
16698name = "ttf-parser"
16699version = "0.20.0"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16702
16703[[package]]
16704name = "ttf-parser"
16705version = "0.21.1"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16708
16709[[package]]
16710name = "ttf-parser"
16711version = "0.25.1"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16714dependencies = [
16715 "core_maths",
16716]
16717
16718[[package]]
16719name = "tungstenite"
16720version = "0.20.1"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16723dependencies = [
16724 "byteorder",
16725 "bytes 1.10.1",
16726 "data-encoding",
16727 "http 0.2.12",
16728 "httparse",
16729 "log",
16730 "rand 0.8.5",
16731 "sha1",
16732 "thiserror 1.0.69",
16733 "url",
16734 "utf-8",
16735]
16736
16737[[package]]
16738name = "tungstenite"
16739version = "0.21.0"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16742dependencies = [
16743 "byteorder",
16744 "bytes 1.10.1",
16745 "data-encoding",
16746 "http 1.3.1",
16747 "httparse",
16748 "log",
16749 "rand 0.8.5",
16750 "sha1",
16751 "thiserror 1.0.69",
16752 "url",
16753 "utf-8",
16754]
16755
16756[[package]]
16757name = "tungstenite"
16758version = "0.26.2"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16761dependencies = [
16762 "bytes 1.10.1",
16763 "data-encoding",
16764 "http 1.3.1",
16765 "httparse",
16766 "log",
16767 "rand 0.9.1",
16768 "rustls 0.23.26",
16769 "rustls-pki-types",
16770 "sha1",
16771 "thiserror 2.0.12",
16772 "utf-8",
16773]
16774
16775[[package]]
16776name = "typeid"
16777version = "1.0.3"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16780
16781[[package]]
16782name = "typenum"
16783version = "1.18.0"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16786
16787[[package]]
16788name = "ucd-trie"
16789version = "0.1.7"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16792
16793[[package]]
16794name = "uds_windows"
16795version = "1.1.0"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16798dependencies = [
16799 "memoffset",
16800 "tempfile",
16801 "winapi",
16802]
16803
16804[[package]]
16805name = "ui"
16806version = "0.1.0"
16807dependencies = [
16808 "chrono",
16809 "component",
16810 "documented",
16811 "gpui",
16812 "icons",
16813 "itertools 0.14.0",
16814 "menu",
16815 "serde",
16816 "settings",
16817 "smallvec",
16818 "story",
16819 "strum 0.27.1",
16820 "theme",
16821 "ui_macros",
16822 "util",
16823 "windows 0.61.1",
16824 "workspace-hack",
16825]
16826
16827[[package]]
16828name = "ui_input"
16829version = "0.1.0"
16830dependencies = [
16831 "component",
16832 "editor",
16833 "gpui",
16834 "settings",
16835 "theme",
16836 "ui",
16837 "workspace-hack",
16838]
16839
16840[[package]]
16841name = "ui_macros"
16842version = "0.1.0"
16843dependencies = [
16844 "quote",
16845 "syn 1.0.109",
16846 "workspace-hack",
16847]
16848
16849[[package]]
16850name = "ui_prompt"
16851version = "0.1.0"
16852dependencies = [
16853 "gpui",
16854 "markdown",
16855 "menu",
16856 "settings",
16857 "theme",
16858 "ui",
16859 "workspace",
16860 "workspace-hack",
16861]
16862
16863[[package]]
16864name = "uluru"
16865version = "3.1.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16868dependencies = [
16869 "arrayvec",
16870]
16871
16872[[package]]
16873name = "unicase"
16874version = "2.8.1"
16875source = "registry+https://github.com/rust-lang/crates.io-index"
16876checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16877
16878[[package]]
16879name = "unicode-bidi"
16880version = "0.3.18"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16883
16884[[package]]
16885name = "unicode-bidi-mirroring"
16886version = "0.2.0"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16889
16890[[package]]
16891name = "unicode-bidi-mirroring"
16892version = "0.4.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16895
16896[[package]]
16897name = "unicode-bom"
16898version = "2.0.3"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16901
16902[[package]]
16903name = "unicode-ccc"
16904version = "0.2.0"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16907
16908[[package]]
16909name = "unicode-ccc"
16910version = "0.4.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16913
16914[[package]]
16915name = "unicode-ident"
16916version = "1.0.18"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16919
16920[[package]]
16921name = "unicode-linebreak"
16922version = "0.1.5"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16925
16926[[package]]
16927name = "unicode-normalization"
16928version = "0.1.24"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16931dependencies = [
16932 "tinyvec",
16933]
16934
16935[[package]]
16936name = "unicode-properties"
16937version = "0.1.3"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16940
16941[[package]]
16942name = "unicode-script"
16943version = "0.5.7"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16946
16947[[package]]
16948name = "unicode-segmentation"
16949version = "1.12.0"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16952
16953[[package]]
16954name = "unicode-vo"
16955version = "0.1.0"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16958
16959[[package]]
16960name = "unicode-width"
16961version = "0.1.14"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16964
16965[[package]]
16966name = "unicode-width"
16967version = "0.2.0"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16970
16971[[package]]
16972name = "unicode-xid"
16973version = "0.2.6"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16976
16977[[package]]
16978name = "unicode_categories"
16979version = "0.1.1"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16982
16983[[package]]
16984name = "unindent"
16985version = "0.2.4"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16988
16989[[package]]
16990name = "untrusted"
16991version = "0.9.0"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16994
16995[[package]]
16996name = "url"
16997version = "2.5.4"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17000dependencies = [
17001 "form_urlencoded",
17002 "idna",
17003 "percent-encoding",
17004 "serde",
17005]
17006
17007[[package]]
17008name = "urlencoding"
17009version = "2.1.3"
17010source = "registry+https://github.com/rust-lang/crates.io-index"
17011checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17012
17013[[package]]
17014name = "usvg"
17015version = "0.45.1"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17018dependencies = [
17019 "base64 0.22.1",
17020 "data-url",
17021 "flate2",
17022 "fontdb 0.23.0",
17023 "imagesize",
17024 "kurbo",
17025 "log",
17026 "pico-args",
17027 "roxmltree",
17028 "rustybuzz 0.20.1",
17029 "simplecss",
17030 "siphasher",
17031 "strict-num",
17032 "svgtypes",
17033 "tiny-skia-path",
17034 "unicode-bidi",
17035 "unicode-script",
17036 "unicode-vo",
17037 "xmlwriter",
17038]
17039
17040[[package]]
17041name = "utf-8"
17042version = "0.7.6"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17045
17046[[package]]
17047name = "utf16_iter"
17048version = "1.0.5"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17051
17052[[package]]
17053name = "utf8_iter"
17054version = "1.0.4"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17057
17058[[package]]
17059name = "utf8parse"
17060version = "0.2.2"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17063
17064[[package]]
17065name = "util"
17066version = "0.1.0"
17067dependencies = [
17068 "anyhow",
17069 "async-fs",
17070 "async_zip",
17071 "collections",
17072 "dirs 4.0.0",
17073 "dunce",
17074 "futures 0.3.31",
17075 "futures-lite 1.13.0",
17076 "git2",
17077 "globset",
17078 "itertools 0.14.0",
17079 "libc",
17080 "log",
17081 "rand 0.8.5",
17082 "regex",
17083 "rust-embed",
17084 "serde",
17085 "serde_json",
17086 "serde_json_lenient",
17087 "smol",
17088 "take-until",
17089 "tempfile",
17090 "tendril",
17091 "unicase",
17092 "util_macros",
17093 "walkdir",
17094 "workspace-hack",
17095]
17096
17097[[package]]
17098name = "util_macros"
17099version = "0.1.0"
17100dependencies = [
17101 "quote",
17102 "syn 1.0.109",
17103 "workspace-hack",
17104]
17105
17106[[package]]
17107name = "uuid"
17108version = "1.16.0"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17111dependencies = [
17112 "getrandom 0.3.2",
17113 "serde",
17114 "sha1_smol",
17115]
17116
17117[[package]]
17118name = "uuid-simd"
17119version = "0.8.0"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17122dependencies = [
17123 "outref",
17124 "uuid",
17125 "vsimd",
17126]
17127
17128[[package]]
17129name = "v_frame"
17130version = "0.3.8"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17133dependencies = [
17134 "aligned-vec",
17135 "num-traits",
17136 "wasm-bindgen",
17137]
17138
17139[[package]]
17140name = "valuable"
17141version = "0.1.1"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17144
17145[[package]]
17146name = "value-bag"
17147version = "1.11.1"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17150dependencies = [
17151 "value-bag-serde1",
17152 "value-bag-sval2",
17153]
17154
17155[[package]]
17156name = "value-bag-serde1"
17157version = "1.11.1"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17160dependencies = [
17161 "erased-serde",
17162 "serde",
17163 "serde_fmt",
17164]
17165
17166[[package]]
17167name = "value-bag-sval2"
17168version = "1.11.1"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17171dependencies = [
17172 "sval",
17173 "sval_buffer",
17174 "sval_dynamic",
17175 "sval_fmt",
17176 "sval_json",
17177 "sval_ref",
17178 "sval_serde",
17179]
17180
17181[[package]]
17182name = "vcpkg"
17183version = "0.2.15"
17184source = "registry+https://github.com/rust-lang/crates.io-index"
17185checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17186
17187[[package]]
17188name = "version-compare"
17189version = "0.2.0"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17192
17193[[package]]
17194name = "version_check"
17195version = "0.9.5"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17198
17199[[package]]
17200name = "vim"
17201version = "0.1.0"
17202dependencies = [
17203 "anyhow",
17204 "assets",
17205 "async-compat",
17206 "async-trait",
17207 "collections",
17208 "command_palette",
17209 "command_palette_hooks",
17210 "db",
17211 "editor",
17212 "futures 0.3.31",
17213 "git_ui",
17214 "gpui",
17215 "indoc",
17216 "itertools 0.14.0",
17217 "language",
17218 "log",
17219 "lsp",
17220 "multi_buffer",
17221 "nvim-rs",
17222 "parking_lot",
17223 "picker",
17224 "project",
17225 "project_panel",
17226 "regex",
17227 "release_channel",
17228 "schemars",
17229 "search",
17230 "serde",
17231 "serde_derive",
17232 "serde_json",
17233 "settings",
17234 "task",
17235 "text",
17236 "theme",
17237 "tokio",
17238 "ui",
17239 "util",
17240 "vim_mode_setting",
17241 "workspace",
17242 "workspace-hack",
17243 "zed_actions",
17244]
17245
17246[[package]]
17247name = "vim_mode_setting"
17248version = "0.1.0"
17249dependencies = [
17250 "anyhow",
17251 "gpui",
17252 "settings",
17253 "workspace-hack",
17254]
17255
17256[[package]]
17257name = "vscode_theme"
17258version = "0.2.0"
17259source = "registry+https://github.com/rust-lang/crates.io-index"
17260checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17261dependencies = [
17262 "serde",
17263]
17264
17265[[package]]
17266name = "vsimd"
17267version = "0.8.0"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17270
17271[[package]]
17272name = "vswhom"
17273version = "0.1.0"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17276dependencies = [
17277 "libc",
17278 "vswhom-sys",
17279]
17280
17281[[package]]
17282name = "vswhom-sys"
17283version = "0.1.3"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17286dependencies = [
17287 "cc",
17288 "libc",
17289]
17290
17291[[package]]
17292name = "vte"
17293version = "0.15.0"
17294source = "registry+https://github.com/rust-lang/crates.io-index"
17295checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17296dependencies = [
17297 "arrayvec",
17298 "bitflags 2.9.0",
17299 "cursor-icon",
17300 "log",
17301 "memchr",
17302 "serde",
17303]
17304
17305[[package]]
17306name = "waker-fn"
17307version = "1.2.0"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17310
17311[[package]]
17312name = "walkdir"
17313version = "2.5.0"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17316dependencies = [
17317 "same-file",
17318 "winapi-util",
17319]
17320
17321[[package]]
17322name = "want"
17323version = "0.3.1"
17324source = "registry+https://github.com/rust-lang/crates.io-index"
17325checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17326dependencies = [
17327 "try-lock",
17328]
17329
17330[[package]]
17331name = "warp"
17332version = "0.3.7"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17335dependencies = [
17336 "bytes 1.10.1",
17337 "futures-channel",
17338 "futures-util",
17339 "headers",
17340 "http 0.2.12",
17341 "hyper 0.14.32",
17342 "log",
17343 "mime",
17344 "mime_guess",
17345 "percent-encoding",
17346 "pin-project",
17347 "scoped-tls",
17348 "serde",
17349 "serde_json",
17350 "serde_urlencoded",
17351 "tokio",
17352 "tokio-tungstenite 0.21.0",
17353 "tokio-util",
17354 "tower-service",
17355 "tracing",
17356]
17357
17358[[package]]
17359name = "wasi"
17360version = "0.9.0+wasi-snapshot-preview1"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17363
17364[[package]]
17365name = "wasi"
17366version = "0.11.0+wasi-snapshot-preview1"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17369
17370[[package]]
17371name = "wasi"
17372version = "0.14.2+wasi-0.2.4"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17375dependencies = [
17376 "wit-bindgen-rt 0.39.0",
17377]
17378
17379[[package]]
17380name = "wasi-preview1-component-adapter-provider"
17381version = "29.0.1"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17384
17385[[package]]
17386name = "wasite"
17387version = "0.1.0"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17390
17391[[package]]
17392name = "wasm-bindgen"
17393version = "0.2.100"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17396dependencies = [
17397 "cfg-if",
17398 "once_cell",
17399 "rustversion",
17400 "wasm-bindgen-macro",
17401]
17402
17403[[package]]
17404name = "wasm-bindgen-backend"
17405version = "0.2.100"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17408dependencies = [
17409 "bumpalo",
17410 "log",
17411 "proc-macro2",
17412 "quote",
17413 "syn 2.0.101",
17414 "wasm-bindgen-shared",
17415]
17416
17417[[package]]
17418name = "wasm-bindgen-futures"
17419version = "0.4.50"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17422dependencies = [
17423 "cfg-if",
17424 "js-sys",
17425 "once_cell",
17426 "wasm-bindgen",
17427 "web-sys",
17428]
17429
17430[[package]]
17431name = "wasm-bindgen-macro"
17432version = "0.2.100"
17433source = "registry+https://github.com/rust-lang/crates.io-index"
17434checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17435dependencies = [
17436 "quote",
17437 "wasm-bindgen-macro-support",
17438]
17439
17440[[package]]
17441name = "wasm-bindgen-macro-support"
17442version = "0.2.100"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17445dependencies = [
17446 "proc-macro2",
17447 "quote",
17448 "syn 2.0.101",
17449 "wasm-bindgen-backend",
17450 "wasm-bindgen-shared",
17451]
17452
17453[[package]]
17454name = "wasm-bindgen-shared"
17455version = "0.2.100"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17458dependencies = [
17459 "unicode-ident",
17460]
17461
17462[[package]]
17463name = "wasm-encoder"
17464version = "0.201.0"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17467dependencies = [
17468 "leb128",
17469]
17470
17471[[package]]
17472name = "wasm-encoder"
17473version = "0.221.3"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17476dependencies = [
17477 "leb128",
17478 "wasmparser 0.221.3",
17479]
17480
17481[[package]]
17482name = "wasm-encoder"
17483version = "0.227.1"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17486dependencies = [
17487 "leb128fmt",
17488 "wasmparser 0.227.1",
17489]
17490
17491[[package]]
17492name = "wasm-metadata"
17493version = "0.201.0"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17496dependencies = [
17497 "anyhow",
17498 "indexmap",
17499 "serde",
17500 "serde_derive",
17501 "serde_json",
17502 "spdx",
17503 "wasm-encoder 0.201.0",
17504 "wasmparser 0.201.0",
17505]
17506
17507[[package]]
17508name = "wasm-metadata"
17509version = "0.221.3"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17512dependencies = [
17513 "anyhow",
17514 "indexmap",
17515 "serde",
17516 "serde_derive",
17517 "serde_json",
17518 "spdx",
17519 "wasm-encoder 0.221.3",
17520 "wasmparser 0.221.3",
17521]
17522
17523[[package]]
17524name = "wasm-metadata"
17525version = "0.227.1"
17526source = "registry+https://github.com/rust-lang/crates.io-index"
17527checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17528dependencies = [
17529 "anyhow",
17530 "auditable-serde",
17531 "flate2",
17532 "indexmap",
17533 "serde",
17534 "serde_derive",
17535 "serde_json",
17536 "spdx",
17537 "url",
17538 "wasm-encoder 0.227.1",
17539 "wasmparser 0.227.1",
17540]
17541
17542[[package]]
17543name = "wasm-streams"
17544version = "0.4.2"
17545source = "registry+https://github.com/rust-lang/crates.io-index"
17546checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17547dependencies = [
17548 "futures-util",
17549 "js-sys",
17550 "wasm-bindgen",
17551 "wasm-bindgen-futures",
17552 "web-sys",
17553]
17554
17555[[package]]
17556name = "wasmparser"
17557version = "0.201.0"
17558source = "registry+https://github.com/rust-lang/crates.io-index"
17559checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17560dependencies = [
17561 "bitflags 2.9.0",
17562 "indexmap",
17563 "semver",
17564]
17565
17566[[package]]
17567name = "wasmparser"
17568version = "0.221.3"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17571dependencies = [
17572 "bitflags 2.9.0",
17573 "hashbrown 0.15.3",
17574 "indexmap",
17575 "semver",
17576 "serde",
17577]
17578
17579[[package]]
17580name = "wasmparser"
17581version = "0.227.1"
17582source = "registry+https://github.com/rust-lang/crates.io-index"
17583checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17584dependencies = [
17585 "bitflags 2.9.0",
17586 "hashbrown 0.15.3",
17587 "indexmap",
17588 "semver",
17589]
17590
17591[[package]]
17592name = "wasmprinter"
17593version = "0.221.3"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17596dependencies = [
17597 "anyhow",
17598 "termcolor",
17599 "wasmparser 0.221.3",
17600]
17601
17602[[package]]
17603name = "wasmtime"
17604version = "29.0.1"
17605source = "registry+https://github.com/rust-lang/crates.io-index"
17606checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17607dependencies = [
17608 "anyhow",
17609 "async-trait",
17610 "bitflags 2.9.0",
17611 "bumpalo",
17612 "cc",
17613 "cfg-if",
17614 "encoding_rs",
17615 "hashbrown 0.14.5",
17616 "indexmap",
17617 "libc",
17618 "log",
17619 "mach2",
17620 "memfd",
17621 "object",
17622 "once_cell",
17623 "paste",
17624 "postcard",
17625 "psm",
17626 "pulley-interpreter",
17627 "rayon",
17628 "rustix 0.38.44",
17629 "semver",
17630 "serde",
17631 "serde_derive",
17632 "smallvec",
17633 "sptr",
17634 "target-lexicon 0.13.2",
17635 "trait-variant",
17636 "wasmparser 0.221.3",
17637 "wasmtime-asm-macros",
17638 "wasmtime-component-macro",
17639 "wasmtime-component-util",
17640 "wasmtime-cranelift",
17641 "wasmtime-environ",
17642 "wasmtime-fiber",
17643 "wasmtime-jit-icache-coherence",
17644 "wasmtime-math",
17645 "wasmtime-slab",
17646 "wasmtime-versioned-export-macros",
17647 "wasmtime-winch",
17648 "windows-sys 0.59.0",
17649]
17650
17651[[package]]
17652name = "wasmtime-asm-macros"
17653version = "29.0.1"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17656dependencies = [
17657 "cfg-if",
17658]
17659
17660[[package]]
17661name = "wasmtime-c-api-impl"
17662version = "29.0.1"
17663source = "registry+https://github.com/rust-lang/crates.io-index"
17664checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17665dependencies = [
17666 "anyhow",
17667 "log",
17668 "tracing",
17669 "wasmtime",
17670 "wasmtime-c-api-macros",
17671]
17672
17673[[package]]
17674name = "wasmtime-c-api-macros"
17675version = "29.0.1"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17678dependencies = [
17679 "proc-macro2",
17680 "quote",
17681]
17682
17683[[package]]
17684name = "wasmtime-component-macro"
17685version = "29.0.1"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17688dependencies = [
17689 "anyhow",
17690 "proc-macro2",
17691 "quote",
17692 "syn 2.0.101",
17693 "wasmtime-component-util",
17694 "wasmtime-wit-bindgen",
17695 "wit-parser 0.221.3",
17696]
17697
17698[[package]]
17699name = "wasmtime-component-util"
17700version = "29.0.1"
17701source = "registry+https://github.com/rust-lang/crates.io-index"
17702checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17703
17704[[package]]
17705name = "wasmtime-cranelift"
17706version = "29.0.1"
17707source = "registry+https://github.com/rust-lang/crates.io-index"
17708checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17709dependencies = [
17710 "anyhow",
17711 "cfg-if",
17712 "cranelift-codegen",
17713 "cranelift-control",
17714 "cranelift-entity",
17715 "cranelift-frontend",
17716 "cranelift-native",
17717 "gimli",
17718 "itertools 0.12.1",
17719 "log",
17720 "object",
17721 "smallvec",
17722 "target-lexicon 0.13.2",
17723 "thiserror 1.0.69",
17724 "wasmparser 0.221.3",
17725 "wasmtime-environ",
17726 "wasmtime-versioned-export-macros",
17727]
17728
17729[[package]]
17730name = "wasmtime-environ"
17731version = "29.0.1"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17734dependencies = [
17735 "anyhow",
17736 "cpp_demangle",
17737 "cranelift-bitset",
17738 "cranelift-entity",
17739 "gimli",
17740 "indexmap",
17741 "log",
17742 "object",
17743 "postcard",
17744 "rustc-demangle",
17745 "semver",
17746 "serde",
17747 "serde_derive",
17748 "smallvec",
17749 "target-lexicon 0.13.2",
17750 "wasm-encoder 0.221.3",
17751 "wasmparser 0.221.3",
17752 "wasmprinter",
17753 "wasmtime-component-util",
17754]
17755
17756[[package]]
17757name = "wasmtime-fiber"
17758version = "29.0.1"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17761dependencies = [
17762 "anyhow",
17763 "cc",
17764 "cfg-if",
17765 "rustix 0.38.44",
17766 "wasmtime-asm-macros",
17767 "wasmtime-versioned-export-macros",
17768 "windows-sys 0.59.0",
17769]
17770
17771[[package]]
17772name = "wasmtime-jit-icache-coherence"
17773version = "29.0.1"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17776dependencies = [
17777 "anyhow",
17778 "cfg-if",
17779 "libc",
17780 "windows-sys 0.59.0",
17781]
17782
17783[[package]]
17784name = "wasmtime-math"
17785version = "29.0.1"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17788dependencies = [
17789 "libm",
17790]
17791
17792[[package]]
17793name = "wasmtime-slab"
17794version = "29.0.1"
17795source = "registry+https://github.com/rust-lang/crates.io-index"
17796checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17797
17798[[package]]
17799name = "wasmtime-versioned-export-macros"
17800version = "29.0.1"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17803dependencies = [
17804 "proc-macro2",
17805 "quote",
17806 "syn 2.0.101",
17807]
17808
17809[[package]]
17810name = "wasmtime-wasi"
17811version = "29.0.1"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17814dependencies = [
17815 "anyhow",
17816 "async-trait",
17817 "bitflags 2.9.0",
17818 "bytes 1.10.1",
17819 "cap-fs-ext",
17820 "cap-net-ext",
17821 "cap-rand",
17822 "cap-std",
17823 "cap-time-ext",
17824 "fs-set-times",
17825 "futures 0.3.31",
17826 "io-extras",
17827 "io-lifetimes",
17828 "rustix 0.38.44",
17829 "system-interface",
17830 "thiserror 1.0.69",
17831 "tokio",
17832 "tracing",
17833 "trait-variant",
17834 "url",
17835 "wasmtime",
17836 "wiggle",
17837 "windows-sys 0.59.0",
17838]
17839
17840[[package]]
17841name = "wasmtime-winch"
17842version = "29.0.1"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17845dependencies = [
17846 "anyhow",
17847 "cranelift-codegen",
17848 "gimli",
17849 "object",
17850 "target-lexicon 0.13.2",
17851 "wasmparser 0.221.3",
17852 "wasmtime-cranelift",
17853 "wasmtime-environ",
17854 "winch-codegen",
17855]
17856
17857[[package]]
17858name = "wasmtime-wit-bindgen"
17859version = "29.0.1"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17862dependencies = [
17863 "anyhow",
17864 "heck 0.5.0",
17865 "indexmap",
17866 "wit-parser 0.221.3",
17867]
17868
17869[[package]]
17870name = "wast"
17871version = "35.0.2"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17874dependencies = [
17875 "leb128",
17876]
17877
17878[[package]]
17879name = "wayland-backend"
17880version = "0.3.8"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17883dependencies = [
17884 "cc",
17885 "downcast-rs",
17886 "rustix 0.38.44",
17887 "scoped-tls",
17888 "smallvec",
17889 "wayland-sys",
17890]
17891
17892[[package]]
17893name = "wayland-client"
17894version = "0.31.8"
17895source = "registry+https://github.com/rust-lang/crates.io-index"
17896checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17897dependencies = [
17898 "bitflags 2.9.0",
17899 "rustix 0.38.44",
17900 "wayland-backend",
17901 "wayland-scanner",
17902]
17903
17904[[package]]
17905name = "wayland-cursor"
17906version = "0.31.8"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17909dependencies = [
17910 "rustix 0.38.44",
17911 "wayland-client",
17912 "xcursor",
17913]
17914
17915[[package]]
17916name = "wayland-protocols"
17917version = "0.31.2"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17920dependencies = [
17921 "bitflags 2.9.0",
17922 "wayland-backend",
17923 "wayland-client",
17924 "wayland-scanner",
17925]
17926
17927[[package]]
17928name = "wayland-protocols-plasma"
17929version = "0.2.0"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17932dependencies = [
17933 "bitflags 2.9.0",
17934 "wayland-backend",
17935 "wayland-client",
17936 "wayland-protocols",
17937 "wayland-scanner",
17938]
17939
17940[[package]]
17941name = "wayland-scanner"
17942version = "0.31.6"
17943source = "registry+https://github.com/rust-lang/crates.io-index"
17944checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17945dependencies = [
17946 "proc-macro2",
17947 "quick-xml 0.37.4",
17948 "quote",
17949]
17950
17951[[package]]
17952name = "wayland-sys"
17953version = "0.31.6"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17956dependencies = [
17957 "dlib",
17958 "log",
17959 "once_cell",
17960 "pkg-config",
17961]
17962
17963[[package]]
17964name = "web-sys"
17965version = "0.3.77"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17968dependencies = [
17969 "js-sys",
17970 "wasm-bindgen",
17971]
17972
17973[[package]]
17974name = "web-time"
17975version = "1.1.0"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17978dependencies = [
17979 "js-sys",
17980 "wasm-bindgen",
17981]
17982
17983[[package]]
17984name = "web_atoms"
17985version = "0.1.0"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17988dependencies = [
17989 "phf",
17990 "phf_codegen",
17991 "string_cache",
17992 "string_cache_codegen",
17993]
17994
17995[[package]]
17996name = "web_search"
17997version = "0.1.0"
17998dependencies = [
17999 "anyhow",
18000 "collections",
18001 "gpui",
18002 "serde",
18003 "workspace-hack",
18004 "zed_llm_client",
18005]
18006
18007[[package]]
18008name = "web_search_providers"
18009version = "0.1.0"
18010dependencies = [
18011 "anyhow",
18012 "client",
18013 "futures 0.3.31",
18014 "gpui",
18015 "http_client",
18016 "language_model",
18017 "serde",
18018 "serde_json",
18019 "web_search",
18020 "workspace-hack",
18021 "zed_llm_client",
18022]
18023
18024[[package]]
18025name = "webpki-root-certs"
18026version = "0.26.8"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18029dependencies = [
18030 "rustls-pki-types",
18031]
18032
18033[[package]]
18034name = "webpki-roots"
18035version = "0.26.8"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18038dependencies = [
18039 "rustls-pki-types",
18040]
18041
18042[[package]]
18043name = "webrtc-sys"
18044version = "0.3.7"
18045source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18046dependencies = [
18047 "cc",
18048 "cxx",
18049 "cxx-build",
18050 "glob",
18051 "log",
18052 "webrtc-sys-build",
18053]
18054
18055[[package]]
18056name = "webrtc-sys-build"
18057version = "0.3.6"
18058source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18059dependencies = [
18060 "fs2",
18061 "regex",
18062 "reqwest 0.11.27",
18063 "scratch",
18064 "semver",
18065 "zip",
18066]
18067
18068[[package]]
18069name = "weezl"
18070version = "0.1.8"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18073
18074[[package]]
18075name = "welcome"
18076version = "0.1.0"
18077dependencies = [
18078 "anyhow",
18079 "client",
18080 "component",
18081 "db",
18082 "documented",
18083 "editor",
18084 "fuzzy",
18085 "gpui",
18086 "install_cli",
18087 "language",
18088 "picker",
18089 "project",
18090 "schemars",
18091 "serde",
18092 "settings",
18093 "telemetry",
18094 "theme",
18095 "ui",
18096 "util",
18097 "vim_mode_setting",
18098 "workspace",
18099 "workspace-hack",
18100 "zed_actions",
18101]
18102
18103[[package]]
18104name = "which"
18105version = "4.4.2"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18108dependencies = [
18109 "either",
18110 "home",
18111 "once_cell",
18112 "rustix 0.38.44",
18113]
18114
18115[[package]]
18116name = "which"
18117version = "6.0.3"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18120dependencies = [
18121 "either",
18122 "home",
18123 "rustix 0.38.44",
18124 "winsafe",
18125]
18126
18127[[package]]
18128name = "whoami"
18129version = "1.6.0"
18130source = "registry+https://github.com/rust-lang/crates.io-index"
18131checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18132dependencies = [
18133 "redox_syscall 0.5.11",
18134 "wasite",
18135]
18136
18137[[package]]
18138name = "wiggle"
18139version = "29.0.1"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18142dependencies = [
18143 "anyhow",
18144 "async-trait",
18145 "bitflags 2.9.0",
18146 "thiserror 1.0.69",
18147 "tracing",
18148 "wasmtime",
18149 "wiggle-macro",
18150]
18151
18152[[package]]
18153name = "wiggle-generate"
18154version = "29.0.1"
18155source = "registry+https://github.com/rust-lang/crates.io-index"
18156checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18157dependencies = [
18158 "anyhow",
18159 "heck 0.5.0",
18160 "proc-macro2",
18161 "quote",
18162 "shellexpand 2.1.2",
18163 "syn 2.0.101",
18164 "witx",
18165]
18166
18167[[package]]
18168name = "wiggle-macro"
18169version = "29.0.1"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18172dependencies = [
18173 "proc-macro2",
18174 "quote",
18175 "syn 2.0.101",
18176 "wiggle-generate",
18177]
18178
18179[[package]]
18180name = "winapi"
18181version = "0.3.9"
18182source = "registry+https://github.com/rust-lang/crates.io-index"
18183checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18184dependencies = [
18185 "winapi-i686-pc-windows-gnu",
18186 "winapi-x86_64-pc-windows-gnu",
18187]
18188
18189[[package]]
18190name = "winapi-i686-pc-windows-gnu"
18191version = "0.4.0"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18194
18195[[package]]
18196name = "winapi-util"
18197version = "0.1.9"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18200dependencies = [
18201 "windows-sys 0.59.0",
18202]
18203
18204[[package]]
18205name = "winapi-x86_64-pc-windows-gnu"
18206version = "0.4.0"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18209
18210[[package]]
18211name = "winch-codegen"
18212version = "29.0.1"
18213source = "registry+https://github.com/rust-lang/crates.io-index"
18214checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18215dependencies = [
18216 "anyhow",
18217 "cranelift-codegen",
18218 "gimli",
18219 "regalloc2",
18220 "smallvec",
18221 "target-lexicon 0.13.2",
18222 "thiserror 1.0.69",
18223 "wasmparser 0.221.3",
18224 "wasmtime-cranelift",
18225 "wasmtime-environ",
18226]
18227
18228[[package]]
18229name = "windows"
18230version = "0.54.0"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18233dependencies = [
18234 "windows-core 0.54.0",
18235 "windows-targets 0.52.6",
18236]
18237
18238[[package]]
18239name = "windows"
18240version = "0.57.0"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18243dependencies = [
18244 "windows-core 0.57.0",
18245 "windows-targets 0.52.6",
18246]
18247
18248[[package]]
18249name = "windows"
18250version = "0.58.0"
18251source = "registry+https://github.com/rust-lang/crates.io-index"
18252checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18253dependencies = [
18254 "windows-core 0.58.0",
18255 "windows-targets 0.52.6",
18256]
18257
18258[[package]]
18259name = "windows"
18260version = "0.61.1"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18263dependencies = [
18264 "windows-collections",
18265 "windows-core 0.61.0",
18266 "windows-future",
18267 "windows-link",
18268 "windows-numerics",
18269]
18270
18271[[package]]
18272name = "windows-capture"
18273version = "1.4.3"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18276dependencies = [
18277 "clap",
18278 "ctrlc",
18279 "parking_lot",
18280 "rayon",
18281 "thiserror 2.0.12",
18282 "windows 0.61.1",
18283 "windows-future",
18284]
18285
18286[[package]]
18287name = "windows-collections"
18288version = "0.2.0"
18289source = "registry+https://github.com/rust-lang/crates.io-index"
18290checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18291dependencies = [
18292 "windows-core 0.61.0",
18293]
18294
18295[[package]]
18296name = "windows-core"
18297version = "0.54.0"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18300dependencies = [
18301 "windows-result 0.1.2",
18302 "windows-targets 0.52.6",
18303]
18304
18305[[package]]
18306name = "windows-core"
18307version = "0.57.0"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18310dependencies = [
18311 "windows-implement 0.57.0",
18312 "windows-interface 0.57.0",
18313 "windows-result 0.1.2",
18314 "windows-targets 0.52.6",
18315]
18316
18317[[package]]
18318name = "windows-core"
18319version = "0.58.0"
18320source = "registry+https://github.com/rust-lang/crates.io-index"
18321checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18322dependencies = [
18323 "windows-implement 0.58.0",
18324 "windows-interface 0.58.0",
18325 "windows-result 0.2.0",
18326 "windows-strings 0.1.0",
18327 "windows-targets 0.52.6",
18328]
18329
18330[[package]]
18331name = "windows-core"
18332version = "0.61.0"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18335dependencies = [
18336 "windows-implement 0.60.0",
18337 "windows-interface 0.59.1",
18338 "windows-link",
18339 "windows-result 0.3.2",
18340 "windows-strings 0.4.0",
18341]
18342
18343[[package]]
18344name = "windows-future"
18345version = "0.2.0"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18348dependencies = [
18349 "windows-core 0.61.0",
18350 "windows-link",
18351]
18352
18353[[package]]
18354name = "windows-implement"
18355version = "0.57.0"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18358dependencies = [
18359 "proc-macro2",
18360 "quote",
18361 "syn 2.0.101",
18362]
18363
18364[[package]]
18365name = "windows-implement"
18366version = "0.58.0"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18369dependencies = [
18370 "proc-macro2",
18371 "quote",
18372 "syn 2.0.101",
18373]
18374
18375[[package]]
18376name = "windows-implement"
18377version = "0.60.0"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18380dependencies = [
18381 "proc-macro2",
18382 "quote",
18383 "syn 2.0.101",
18384]
18385
18386[[package]]
18387name = "windows-interface"
18388version = "0.57.0"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18391dependencies = [
18392 "proc-macro2",
18393 "quote",
18394 "syn 2.0.101",
18395]
18396
18397[[package]]
18398name = "windows-interface"
18399version = "0.58.0"
18400source = "registry+https://github.com/rust-lang/crates.io-index"
18401checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18402dependencies = [
18403 "proc-macro2",
18404 "quote",
18405 "syn 2.0.101",
18406]
18407
18408[[package]]
18409name = "windows-interface"
18410version = "0.59.1"
18411source = "registry+https://github.com/rust-lang/crates.io-index"
18412checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18413dependencies = [
18414 "proc-macro2",
18415 "quote",
18416 "syn 2.0.101",
18417]
18418
18419[[package]]
18420name = "windows-link"
18421version = "0.1.1"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18424
18425[[package]]
18426name = "windows-numerics"
18427version = "0.2.0"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18430dependencies = [
18431 "windows-core 0.61.0",
18432 "windows-link",
18433]
18434
18435[[package]]
18436name = "windows-registry"
18437version = "0.4.0"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18440dependencies = [
18441 "windows-result 0.3.2",
18442 "windows-strings 0.3.1",
18443 "windows-targets 0.53.0",
18444]
18445
18446[[package]]
18447name = "windows-registry"
18448version = "0.5.1"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18451dependencies = [
18452 "windows-link",
18453 "windows-result 0.3.2",
18454 "windows-strings 0.4.0",
18455]
18456
18457[[package]]
18458name = "windows-result"
18459version = "0.1.2"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18462dependencies = [
18463 "windows-targets 0.52.6",
18464]
18465
18466[[package]]
18467name = "windows-result"
18468version = "0.2.0"
18469source = "registry+https://github.com/rust-lang/crates.io-index"
18470checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18471dependencies = [
18472 "windows-targets 0.52.6",
18473]
18474
18475[[package]]
18476name = "windows-result"
18477version = "0.3.2"
18478source = "registry+https://github.com/rust-lang/crates.io-index"
18479checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18480dependencies = [
18481 "windows-link",
18482]
18483
18484[[package]]
18485name = "windows-strings"
18486version = "0.1.0"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18489dependencies = [
18490 "windows-result 0.2.0",
18491 "windows-targets 0.52.6",
18492]
18493
18494[[package]]
18495name = "windows-strings"
18496version = "0.3.1"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18499dependencies = [
18500 "windows-link",
18501]
18502
18503[[package]]
18504name = "windows-strings"
18505version = "0.4.0"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18508dependencies = [
18509 "windows-link",
18510]
18511
18512[[package]]
18513name = "windows-sys"
18514version = "0.45.0"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18517dependencies = [
18518 "windows-targets 0.42.2",
18519]
18520
18521[[package]]
18522name = "windows-sys"
18523version = "0.48.0"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18526dependencies = [
18527 "windows-targets 0.48.5",
18528]
18529
18530[[package]]
18531name = "windows-sys"
18532version = "0.52.0"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18535dependencies = [
18536 "windows-targets 0.52.6",
18537]
18538
18539[[package]]
18540name = "windows-sys"
18541version = "0.59.0"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18544dependencies = [
18545 "windows-targets 0.52.6",
18546]
18547
18548[[package]]
18549name = "windows-targets"
18550version = "0.42.2"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18553dependencies = [
18554 "windows_aarch64_gnullvm 0.42.2",
18555 "windows_aarch64_msvc 0.42.2",
18556 "windows_i686_gnu 0.42.2",
18557 "windows_i686_msvc 0.42.2",
18558 "windows_x86_64_gnu 0.42.2",
18559 "windows_x86_64_gnullvm 0.42.2",
18560 "windows_x86_64_msvc 0.42.2",
18561]
18562
18563[[package]]
18564name = "windows-targets"
18565version = "0.48.5"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18568dependencies = [
18569 "windows_aarch64_gnullvm 0.48.5",
18570 "windows_aarch64_msvc 0.48.5",
18571 "windows_i686_gnu 0.48.5",
18572 "windows_i686_msvc 0.48.5",
18573 "windows_x86_64_gnu 0.48.5",
18574 "windows_x86_64_gnullvm 0.48.5",
18575 "windows_x86_64_msvc 0.48.5",
18576]
18577
18578[[package]]
18579name = "windows-targets"
18580version = "0.52.6"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18583dependencies = [
18584 "windows_aarch64_gnullvm 0.52.6",
18585 "windows_aarch64_msvc 0.52.6",
18586 "windows_i686_gnu 0.52.6",
18587 "windows_i686_gnullvm 0.52.6",
18588 "windows_i686_msvc 0.52.6",
18589 "windows_x86_64_gnu 0.52.6",
18590 "windows_x86_64_gnullvm 0.52.6",
18591 "windows_x86_64_msvc 0.52.6",
18592]
18593
18594[[package]]
18595name = "windows-targets"
18596version = "0.53.0"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18599dependencies = [
18600 "windows_aarch64_gnullvm 0.53.0",
18601 "windows_aarch64_msvc 0.53.0",
18602 "windows_i686_gnu 0.53.0",
18603 "windows_i686_gnullvm 0.53.0",
18604 "windows_i686_msvc 0.53.0",
18605 "windows_x86_64_gnu 0.53.0",
18606 "windows_x86_64_gnullvm 0.53.0",
18607 "windows_x86_64_msvc 0.53.0",
18608]
18609
18610[[package]]
18611name = "windows_aarch64_gnullvm"
18612version = "0.42.2"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18615
18616[[package]]
18617name = "windows_aarch64_gnullvm"
18618version = "0.48.5"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18621
18622[[package]]
18623name = "windows_aarch64_gnullvm"
18624version = "0.52.6"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18627
18628[[package]]
18629name = "windows_aarch64_gnullvm"
18630version = "0.53.0"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18633
18634[[package]]
18635name = "windows_aarch64_msvc"
18636version = "0.42.2"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18639
18640[[package]]
18641name = "windows_aarch64_msvc"
18642version = "0.48.5"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18645
18646[[package]]
18647name = "windows_aarch64_msvc"
18648version = "0.52.6"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18651
18652[[package]]
18653name = "windows_aarch64_msvc"
18654version = "0.53.0"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18657
18658[[package]]
18659name = "windows_i686_gnu"
18660version = "0.42.2"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18663
18664[[package]]
18665name = "windows_i686_gnu"
18666version = "0.48.5"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18669
18670[[package]]
18671name = "windows_i686_gnu"
18672version = "0.52.6"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18675
18676[[package]]
18677name = "windows_i686_gnu"
18678version = "0.53.0"
18679source = "registry+https://github.com/rust-lang/crates.io-index"
18680checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18681
18682[[package]]
18683name = "windows_i686_gnullvm"
18684version = "0.52.6"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18687
18688[[package]]
18689name = "windows_i686_gnullvm"
18690version = "0.53.0"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18693
18694[[package]]
18695name = "windows_i686_msvc"
18696version = "0.42.2"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18699
18700[[package]]
18701name = "windows_i686_msvc"
18702version = "0.48.5"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18705
18706[[package]]
18707name = "windows_i686_msvc"
18708version = "0.52.6"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18711
18712[[package]]
18713name = "windows_i686_msvc"
18714version = "0.53.0"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18717
18718[[package]]
18719name = "windows_x86_64_gnu"
18720version = "0.42.2"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18723
18724[[package]]
18725name = "windows_x86_64_gnu"
18726version = "0.48.5"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18729
18730[[package]]
18731name = "windows_x86_64_gnu"
18732version = "0.52.6"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18735
18736[[package]]
18737name = "windows_x86_64_gnu"
18738version = "0.53.0"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18741
18742[[package]]
18743name = "windows_x86_64_gnullvm"
18744version = "0.42.2"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18747
18748[[package]]
18749name = "windows_x86_64_gnullvm"
18750version = "0.48.5"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18753
18754[[package]]
18755name = "windows_x86_64_gnullvm"
18756version = "0.52.6"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18759
18760[[package]]
18761name = "windows_x86_64_gnullvm"
18762version = "0.53.0"
18763source = "registry+https://github.com/rust-lang/crates.io-index"
18764checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18765
18766[[package]]
18767name = "windows_x86_64_msvc"
18768version = "0.42.2"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18771
18772[[package]]
18773name = "windows_x86_64_msvc"
18774version = "0.48.5"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18777
18778[[package]]
18779name = "windows_x86_64_msvc"
18780version = "0.52.6"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18783
18784[[package]]
18785name = "windows_x86_64_msvc"
18786version = "0.53.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18789
18790[[package]]
18791name = "winnow"
18792version = "0.7.6"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18795dependencies = [
18796 "memchr",
18797]
18798
18799[[package]]
18800name = "winreg"
18801version = "0.10.1"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18804dependencies = [
18805 "winapi",
18806]
18807
18808[[package]]
18809name = "winreg"
18810version = "0.50.0"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18813dependencies = [
18814 "cfg-if",
18815 "windows-sys 0.48.0",
18816]
18817
18818[[package]]
18819name = "winreg"
18820version = "0.52.0"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18823dependencies = [
18824 "cfg-if",
18825 "windows-sys 0.48.0",
18826]
18827
18828[[package]]
18829name = "winreg"
18830version = "0.55.0"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18833dependencies = [
18834 "cfg-if",
18835 "windows-sys 0.59.0",
18836]
18837
18838[[package]]
18839name = "winresource"
18840version = "0.1.20"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18843dependencies = [
18844 "toml 0.8.20",
18845 "version_check",
18846]
18847
18848[[package]]
18849name = "winsafe"
18850version = "0.0.19"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18853
18854[[package]]
18855name = "winx"
18856version = "0.36.4"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18859dependencies = [
18860 "bitflags 2.9.0",
18861 "windows-sys 0.59.0",
18862]
18863
18864[[package]]
18865name = "wio"
18866version = "0.2.2"
18867source = "registry+https://github.com/rust-lang/crates.io-index"
18868checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18869dependencies = [
18870 "winapi",
18871]
18872
18873[[package]]
18874name = "wit-bindgen"
18875version = "0.22.0"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18878dependencies = [
18879 "bitflags 2.9.0",
18880 "wit-bindgen-rt 0.22.0",
18881 "wit-bindgen-rust-macro 0.22.0",
18882]
18883
18884[[package]]
18885name = "wit-bindgen"
18886version = "0.41.0"
18887source = "registry+https://github.com/rust-lang/crates.io-index"
18888checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18889dependencies = [
18890 "wit-bindgen-rt 0.41.0",
18891 "wit-bindgen-rust-macro 0.41.0",
18892]
18893
18894[[package]]
18895name = "wit-bindgen-core"
18896version = "0.22.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18899dependencies = [
18900 "anyhow",
18901 "wit-parser 0.201.0",
18902]
18903
18904[[package]]
18905name = "wit-bindgen-core"
18906version = "0.41.0"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18909dependencies = [
18910 "anyhow",
18911 "heck 0.5.0",
18912 "wit-parser 0.227.1",
18913]
18914
18915[[package]]
18916name = "wit-bindgen-rt"
18917version = "0.22.0"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18920
18921[[package]]
18922name = "wit-bindgen-rt"
18923version = "0.39.0"
18924source = "registry+https://github.com/rust-lang/crates.io-index"
18925checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18926dependencies = [
18927 "bitflags 2.9.0",
18928]
18929
18930[[package]]
18931name = "wit-bindgen-rt"
18932version = "0.41.0"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18935dependencies = [
18936 "bitflags 2.9.0",
18937 "futures 0.3.31",
18938 "once_cell",
18939]
18940
18941[[package]]
18942name = "wit-bindgen-rust"
18943version = "0.22.0"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18946dependencies = [
18947 "anyhow",
18948 "heck 0.4.1",
18949 "indexmap",
18950 "wasm-metadata 0.201.0",
18951 "wit-bindgen-core 0.22.0",
18952 "wit-component 0.201.0",
18953]
18954
18955[[package]]
18956name = "wit-bindgen-rust"
18957version = "0.41.0"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18960dependencies = [
18961 "anyhow",
18962 "heck 0.5.0",
18963 "indexmap",
18964 "prettyplease",
18965 "syn 2.0.101",
18966 "wasm-metadata 0.227.1",
18967 "wit-bindgen-core 0.41.0",
18968 "wit-component 0.227.1",
18969]
18970
18971[[package]]
18972name = "wit-bindgen-rust-macro"
18973version = "0.22.0"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18976dependencies = [
18977 "anyhow",
18978 "proc-macro2",
18979 "quote",
18980 "syn 2.0.101",
18981 "wit-bindgen-core 0.22.0",
18982 "wit-bindgen-rust 0.22.0",
18983]
18984
18985[[package]]
18986name = "wit-bindgen-rust-macro"
18987version = "0.41.0"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18990dependencies = [
18991 "anyhow",
18992 "prettyplease",
18993 "proc-macro2",
18994 "quote",
18995 "syn 2.0.101",
18996 "wit-bindgen-core 0.41.0",
18997 "wit-bindgen-rust 0.41.0",
18998]
18999
19000[[package]]
19001name = "wit-component"
19002version = "0.201.0"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19005dependencies = [
19006 "anyhow",
19007 "bitflags 2.9.0",
19008 "indexmap",
19009 "log",
19010 "serde",
19011 "serde_derive",
19012 "serde_json",
19013 "wasm-encoder 0.201.0",
19014 "wasm-metadata 0.201.0",
19015 "wasmparser 0.201.0",
19016 "wit-parser 0.201.0",
19017]
19018
19019[[package]]
19020name = "wit-component"
19021version = "0.221.3"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19024dependencies = [
19025 "anyhow",
19026 "bitflags 2.9.0",
19027 "indexmap",
19028 "log",
19029 "serde",
19030 "serde_derive",
19031 "serde_json",
19032 "wasm-encoder 0.221.3",
19033 "wasm-metadata 0.221.3",
19034 "wasmparser 0.221.3",
19035 "wit-parser 0.221.3",
19036]
19037
19038[[package]]
19039name = "wit-component"
19040version = "0.227.1"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19043dependencies = [
19044 "anyhow",
19045 "bitflags 2.9.0",
19046 "indexmap",
19047 "log",
19048 "serde",
19049 "serde_derive",
19050 "serde_json",
19051 "wasm-encoder 0.227.1",
19052 "wasm-metadata 0.227.1",
19053 "wasmparser 0.227.1",
19054 "wit-parser 0.227.1",
19055]
19056
19057[[package]]
19058name = "wit-parser"
19059version = "0.201.0"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19062dependencies = [
19063 "anyhow",
19064 "id-arena",
19065 "indexmap",
19066 "log",
19067 "semver",
19068 "serde",
19069 "serde_derive",
19070 "serde_json",
19071 "unicode-xid",
19072 "wasmparser 0.201.0",
19073]
19074
19075[[package]]
19076name = "wit-parser"
19077version = "0.221.3"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19080dependencies = [
19081 "anyhow",
19082 "id-arena",
19083 "indexmap",
19084 "log",
19085 "semver",
19086 "serde",
19087 "serde_derive",
19088 "serde_json",
19089 "unicode-xid",
19090 "wasmparser 0.221.3",
19091]
19092
19093[[package]]
19094name = "wit-parser"
19095version = "0.227.1"
19096source = "registry+https://github.com/rust-lang/crates.io-index"
19097checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19098dependencies = [
19099 "anyhow",
19100 "id-arena",
19101 "indexmap",
19102 "log",
19103 "semver",
19104 "serde",
19105 "serde_derive",
19106 "serde_json",
19107 "unicode-xid",
19108 "wasmparser 0.227.1",
19109]
19110
19111[[package]]
19112name = "witx"
19113version = "0.9.1"
19114source = "registry+https://github.com/rust-lang/crates.io-index"
19115checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19116dependencies = [
19117 "anyhow",
19118 "log",
19119 "thiserror 1.0.69",
19120 "wast",
19121]
19122
19123[[package]]
19124name = "workspace"
19125version = "0.1.0"
19126dependencies = [
19127 "any_vec",
19128 "anyhow",
19129 "async-recursion 1.1.1",
19130 "bincode",
19131 "call",
19132 "client",
19133 "clock",
19134 "collections",
19135 "component",
19136 "dap",
19137 "db",
19138 "env_logger 0.11.8",
19139 "fs",
19140 "futures 0.3.31",
19141 "gpui",
19142 "http_client",
19143 "itertools 0.14.0",
19144 "language",
19145 "log",
19146 "menu",
19147 "node_runtime",
19148 "parking_lot",
19149 "postage",
19150 "project",
19151 "remote",
19152 "schemars",
19153 "serde",
19154 "serde_json",
19155 "session",
19156 "settings",
19157 "smallvec",
19158 "sqlez",
19159 "strum 0.27.1",
19160 "task",
19161 "telemetry",
19162 "tempfile",
19163 "theme",
19164 "ui",
19165 "util",
19166 "uuid",
19167 "windows 0.61.1",
19168 "workspace-hack",
19169 "zed_actions",
19170]
19171
19172[[package]]
19173name = "workspace-hack"
19174version = "0.1.0"
19175dependencies = [
19176 "aes",
19177 "ahash 0.8.11",
19178 "aho-corasick",
19179 "anstream",
19180 "arrayvec",
19181 "async-compression",
19182 "async-std",
19183 "async-tungstenite",
19184 "aws-config",
19185 "aws-credential-types",
19186 "aws-runtime",
19187 "aws-sigv4",
19188 "aws-smithy-async",
19189 "aws-smithy-http",
19190 "aws-smithy-runtime",
19191 "aws-smithy-runtime-api",
19192 "aws-smithy-types",
19193 "base64 0.22.1",
19194 "base64ct",
19195 "bigdecimal",
19196 "bit-set 0.8.0",
19197 "bit-vec 0.8.0",
19198 "bitflags 2.9.0",
19199 "bstr",
19200 "bytemuck",
19201 "byteorder",
19202 "bytes 1.10.1",
19203 "cc",
19204 "chrono",
19205 "cipher",
19206 "clang-sys",
19207 "clap",
19208 "clap_builder",
19209 "codespan-reporting 0.12.0",
19210 "concurrent-queue",
19211 "core-foundation 0.9.4",
19212 "core-foundation-sys",
19213 "coreaudio-sys",
19214 "cranelift-codegen",
19215 "crc32fast",
19216 "crossbeam-epoch",
19217 "crossbeam-utils",
19218 "crypto-common",
19219 "deranged",
19220 "digest",
19221 "either",
19222 "euclid",
19223 "event-listener 5.4.0",
19224 "event-listener-strategy",
19225 "flate2",
19226 "flume",
19227 "foldhash",
19228 "form_urlencoded",
19229 "futures 0.3.31",
19230 "futures-channel",
19231 "futures-core",
19232 "futures-executor",
19233 "futures-io",
19234 "futures-sink",
19235 "futures-task",
19236 "futures-util",
19237 "getrandom 0.2.15",
19238 "getrandom 0.3.2",
19239 "gimli",
19240 "half",
19241 "handlebars 4.5.0",
19242 "hashbrown 0.14.5",
19243 "hashbrown 0.15.3",
19244 "heck 0.4.1",
19245 "hmac",
19246 "hyper 0.14.32",
19247 "hyper-rustls 0.27.5",
19248 "idna",
19249 "indexmap",
19250 "inout",
19251 "itertools 0.12.1",
19252 "itertools 0.13.0",
19253 "jiff",
19254 "lazy_static",
19255 "libc",
19256 "libsqlite3-sys",
19257 "linux-raw-sys 0.4.15",
19258 "linux-raw-sys 0.9.4",
19259 "log",
19260 "lyon",
19261 "lyon_path",
19262 "md-5",
19263 "memchr",
19264 "miniz_oxide",
19265 "mio",
19266 "naga",
19267 "nix 0.29.0",
19268 "nom",
19269 "num-bigint",
19270 "num-bigint-dig",
19271 "num-integer",
19272 "num-iter",
19273 "num-rational",
19274 "num-traits",
19275 "objc2",
19276 "objc2-foundation",
19277 "objc2-metal",
19278 "object",
19279 "once_cell",
19280 "percent-encoding",
19281 "phf",
19282 "phf_shared",
19283 "prettyplease",
19284 "proc-macro2",
19285 "prost 0.9.0",
19286 "prost-types 0.9.0",
19287 "quote",
19288 "rand 0.8.5",
19289 "rand 0.9.1",
19290 "rand_chacha 0.3.1",
19291 "rand_core 0.6.4",
19292 "regalloc2",
19293 "regex",
19294 "regex-automata 0.4.9",
19295 "regex-syntax 0.8.5",
19296 "ring",
19297 "rust_decimal",
19298 "rustc-hash 1.1.0",
19299 "rustix 0.38.44",
19300 "rustix 1.0.7",
19301 "rustls 0.23.26",
19302 "rustls-webpki 0.103.1",
19303 "scopeguard",
19304 "sea-orm",
19305 "sea-query-binder",
19306 "security-framework 3.2.0",
19307 "security-framework-sys",
19308 "semver",
19309 "serde",
19310 "serde_derive",
19311 "serde_json",
19312 "sha1",
19313 "simd-adler32",
19314 "smallvec",
19315 "spin",
19316 "sqlx",
19317 "sqlx-macros",
19318 "sqlx-macros-core",
19319 "sqlx-postgres",
19320 "sqlx-sqlite",
19321 "strum 0.26.3",
19322 "subtle",
19323 "syn 1.0.109",
19324 "syn 2.0.101",
19325 "sync_wrapper 1.0.2",
19326 "thiserror 2.0.12",
19327 "time",
19328 "time-macros",
19329 "tokio",
19330 "tokio-rustls 0.26.2",
19331 "tokio-socks",
19332 "tokio-stream",
19333 "tokio-util",
19334 "toml_datetime",
19335 "toml_edit",
19336 "tower 0.5.2",
19337 "tracing",
19338 "tracing-core",
19339 "tungstenite 0.26.2",
19340 "unicode-normalization",
19341 "unicode-properties",
19342 "url",
19343 "uuid",
19344 "wasm-encoder 0.221.3",
19345 "wasmparser 0.221.3",
19346 "wasmtime",
19347 "wasmtime-cranelift",
19348 "wasmtime-environ",
19349 "winapi",
19350 "windows-core 0.61.0",
19351 "windows-numerics",
19352 "windows-sys 0.48.0",
19353 "windows-sys 0.52.0",
19354 "windows-sys 0.59.0",
19355 "winnow",
19356 "zeroize",
19357 "zvariant",
19358]
19359
19360[[package]]
19361name = "worktree"
19362version = "0.1.0"
19363dependencies = [
19364 "anyhow",
19365 "clock",
19366 "collections",
19367 "env_logger 0.11.8",
19368 "fs",
19369 "futures 0.3.31",
19370 "fuzzy",
19371 "git",
19372 "git2",
19373 "gpui",
19374 "http_client",
19375 "ignore",
19376 "language",
19377 "log",
19378 "parking_lot",
19379 "paths",
19380 "postage",
19381 "pretty_assertions",
19382 "rand 0.8.5",
19383 "rpc",
19384 "schemars",
19385 "serde",
19386 "serde_json",
19387 "settings",
19388 "smallvec",
19389 "smol",
19390 "sum_tree",
19391 "text",
19392 "util",
19393 "workspace-hack",
19394]
19395
19396[[package]]
19397name = "write16"
19398version = "1.0.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19401
19402[[package]]
19403name = "writeable"
19404version = "0.5.5"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19407
19408[[package]]
19409name = "wyz"
19410version = "0.5.1"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19413dependencies = [
19414 "tap",
19415]
19416
19417[[package]]
19418name = "x11"
19419version = "2.21.0"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19422dependencies = [
19423 "libc",
19424 "pkg-config",
19425]
19426
19427[[package]]
19428name = "x11-clipboard"
19429version = "0.9.3"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19432dependencies = [
19433 "libc",
19434 "x11rb",
19435]
19436
19437[[package]]
19438name = "x11rb"
19439version = "0.13.1"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19442dependencies = [
19443 "as-raw-xcb-connection",
19444 "gethostname",
19445 "libc",
19446 "rustix 0.38.44",
19447 "x11rb-protocol",
19448]
19449
19450[[package]]
19451name = "x11rb-protocol"
19452version = "0.13.1"
19453source = "registry+https://github.com/rust-lang/crates.io-index"
19454checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19455
19456[[package]]
19457name = "xattr"
19458version = "0.2.3"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19461dependencies = [
19462 "libc",
19463]
19464
19465[[package]]
19466name = "xcb"
19467version = "1.5.0"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19470dependencies = [
19471 "bitflags 1.3.2",
19472 "libc",
19473 "quick-xml 0.30.0",
19474 "x11",
19475]
19476
19477[[package]]
19478name = "xcursor"
19479version = "0.3.8"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19482
19483[[package]]
19484name = "xdg-home"
19485version = "1.3.0"
19486source = "registry+https://github.com/rust-lang/crates.io-index"
19487checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19488dependencies = [
19489 "libc",
19490 "windows-sys 0.59.0",
19491]
19492
19493[[package]]
19494name = "xim"
19495version = "0.4.0"
19496source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19497dependencies = [
19498 "ahash 0.8.11",
19499 "hashbrown 0.14.5",
19500 "log",
19501 "x11rb",
19502 "xim-ctext",
19503 "xim-parser",
19504]
19505
19506[[package]]
19507name = "xim-ctext"
19508version = "0.3.0"
19509source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19510dependencies = [
19511 "encoding_rs",
19512]
19513
19514[[package]]
19515name = "xim-parser"
19516version = "0.2.1"
19517source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19518dependencies = [
19519 "bitflags 2.9.0",
19520]
19521
19522[[package]]
19523name = "xkbcommon"
19524version = "0.8.0"
19525source = "registry+https://github.com/rust-lang/crates.io-index"
19526checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19527dependencies = [
19528 "as-raw-xcb-connection",
19529 "libc",
19530 "memmap2",
19531 "xkeysym",
19532]
19533
19534[[package]]
19535name = "xkeysym"
19536version = "0.2.1"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19539
19540[[package]]
19541name = "xml5ever"
19542version = "0.18.1"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19545dependencies = [
19546 "log",
19547 "mac",
19548 "markup5ever 0.12.1",
19549]
19550
19551[[package]]
19552name = "xmlparser"
19553version = "0.13.6"
19554source = "registry+https://github.com/rust-lang/crates.io-index"
19555checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19556
19557[[package]]
19558name = "xmlwriter"
19559version = "0.1.0"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19562
19563[[package]]
19564name = "xtask"
19565version = "0.1.0"
19566dependencies = [
19567 "anyhow",
19568 "cargo_metadata",
19569 "cargo_toml",
19570 "clap",
19571 "workspace-hack",
19572]
19573
19574[[package]]
19575name = "yaml-rust2"
19576version = "0.8.1"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19579dependencies = [
19580 "arraydeque",
19581 "encoding_rs",
19582 "hashlink 0.8.4",
19583]
19584
19585[[package]]
19586name = "yansi"
19587version = "1.0.1"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19590
19591[[package]]
19592name = "yazi"
19593version = "0.2.1"
19594source = "registry+https://github.com/rust-lang/crates.io-index"
19595checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19596
19597[[package]]
19598name = "yeslogic-fontconfig-sys"
19599version = "6.0.0"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19602dependencies = [
19603 "dlib",
19604 "once_cell",
19605 "pkg-config",
19606]
19607
19608[[package]]
19609name = "yoke"
19610version = "0.7.5"
19611source = "registry+https://github.com/rust-lang/crates.io-index"
19612checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19613dependencies = [
19614 "serde",
19615 "stable_deref_trait",
19616 "yoke-derive",
19617 "zerofrom",
19618]
19619
19620[[package]]
19621name = "yoke-derive"
19622version = "0.7.5"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19625dependencies = [
19626 "proc-macro2",
19627 "quote",
19628 "syn 2.0.101",
19629 "synstructure",
19630]
19631
19632[[package]]
19633name = "zbus"
19634version = "5.5.0"
19635source = "registry+https://github.com/rust-lang/crates.io-index"
19636checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19637dependencies = [
19638 "async-broadcast",
19639 "async-executor",
19640 "async-fs",
19641 "async-io",
19642 "async-lock",
19643 "async-process",
19644 "async-recursion 1.1.1",
19645 "async-task",
19646 "async-trait",
19647 "blocking",
19648 "enumflags2",
19649 "event-listener 5.4.0",
19650 "futures-core",
19651 "futures-lite 2.6.0",
19652 "hex",
19653 "nix 0.29.0",
19654 "ordered-stream",
19655 "serde",
19656 "serde_repr",
19657 "static_assertions",
19658 "tracing",
19659 "uds_windows",
19660 "windows-sys 0.59.0",
19661 "winnow",
19662 "xdg-home",
19663 "zbus_macros",
19664 "zbus_names",
19665 "zvariant",
19666]
19667
19668[[package]]
19669name = "zbus_macros"
19670version = "5.5.0"
19671source = "registry+https://github.com/rust-lang/crates.io-index"
19672checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19673dependencies = [
19674 "proc-macro-crate",
19675 "proc-macro2",
19676 "quote",
19677 "syn 2.0.101",
19678 "zbus_names",
19679 "zvariant",
19680 "zvariant_utils",
19681]
19682
19683[[package]]
19684name = "zbus_names"
19685version = "4.2.0"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19688dependencies = [
19689 "serde",
19690 "static_assertions",
19691 "winnow",
19692 "zvariant",
19693]
19694
19695[[package]]
19696name = "zed"
19697version = "0.189.0"
19698dependencies = [
19699 "activity_indicator",
19700 "agent",
19701 "anyhow",
19702 "ashpd",
19703 "askpass",
19704 "assets",
19705 "assistant_context_editor",
19706 "assistant_settings",
19707 "assistant_tool",
19708 "assistant_tools",
19709 "async-watch",
19710 "audio",
19711 "auto_update",
19712 "auto_update_ui",
19713 "backtrace",
19714 "breadcrumbs",
19715 "call",
19716 "channel",
19717 "chrono",
19718 "clap",
19719 "cli",
19720 "client",
19721 "collab_ui",
19722 "collections",
19723 "command_palette",
19724 "component",
19725 "copilot",
19726 "dap",
19727 "dap_adapters",
19728 "db",
19729 "debug_adapter_extension",
19730 "debugger_tools",
19731 "debugger_ui",
19732 "diagnostics",
19733 "editor",
19734 "env_logger 0.11.8",
19735 "extension",
19736 "extension_host",
19737 "extensions_ui",
19738 "feature_flags",
19739 "feedback",
19740 "file_finder",
19741 "fs",
19742 "futures 0.3.31",
19743 "git",
19744 "git_hosting_providers",
19745 "git_ui",
19746 "go_to_line",
19747 "gpui",
19748 "gpui_tokio",
19749 "http_client",
19750 "image_viewer",
19751 "indoc",
19752 "inline_completion_button",
19753 "install_cli",
19754 "jj_ui",
19755 "journal",
19756 "language",
19757 "language_extension",
19758 "language_model",
19759 "language_models",
19760 "language_selector",
19761 "language_tools",
19762 "languages",
19763 "libc",
19764 "log",
19765 "markdown",
19766 "markdown_preview",
19767 "menu",
19768 "migrator",
19769 "mimalloc",
19770 "nix 0.29.0",
19771 "node_runtime",
19772 "notifications",
19773 "outline",
19774 "outline_panel",
19775 "parking_lot",
19776 "paths",
19777 "picker",
19778 "profiling",
19779 "project",
19780 "project_panel",
19781 "project_symbols",
19782 "prompt_store",
19783 "proto",
19784 "recent_projects",
19785 "release_channel",
19786 "remote",
19787 "repl",
19788 "reqwest_client",
19789 "rope",
19790 "search",
19791 "serde",
19792 "serde_json",
19793 "session",
19794 "settings",
19795 "settings_ui",
19796 "shellexpand 2.1.2",
19797 "smol",
19798 "snippet_provider",
19799 "snippets_ui",
19800 "supermaven",
19801 "sysinfo",
19802 "tab_switcher",
19803 "task",
19804 "tasks_ui",
19805 "telemetry",
19806 "telemetry_events",
19807 "terminal_view",
19808 "theme",
19809 "theme_extension",
19810 "theme_selector",
19811 "time",
19812 "title_bar",
19813 "toolchain_selector",
19814 "tree-sitter-md",
19815 "tree-sitter-rust",
19816 "ui",
19817 "ui_input",
19818 "ui_prompt",
19819 "url",
19820 "urlencoding",
19821 "util",
19822 "uuid",
19823 "vim",
19824 "vim_mode_setting",
19825 "web_search",
19826 "web_search_providers",
19827 "welcome",
19828 "windows 0.61.1",
19829 "winresource",
19830 "workspace",
19831 "workspace-hack",
19832 "zed_actions",
19833 "zeta",
19834 "zlog",
19835 "zlog_settings",
19836]
19837
19838[[package]]
19839name = "zed_actions"
19840version = "0.1.0"
19841dependencies = [
19842 "gpui",
19843 "schemars",
19844 "serde",
19845 "uuid",
19846 "workspace-hack",
19847]
19848
19849[[package]]
19850name = "zed_emmet"
19851version = "0.0.3"
19852dependencies = [
19853 "zed_extension_api 0.1.0",
19854]
19855
19856[[package]]
19857name = "zed_extension_api"
19858version = "0.1.0"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19861dependencies = [
19862 "serde",
19863 "serde_json",
19864 "wit-bindgen 0.22.0",
19865]
19866
19867[[package]]
19868name = "zed_extension_api"
19869version = "0.6.0"
19870dependencies = [
19871 "serde",
19872 "serde_json",
19873 "wit-bindgen 0.41.0",
19874]
19875
19876[[package]]
19877name = "zed_glsl"
19878version = "0.1.0"
19879dependencies = [
19880 "zed_extension_api 0.1.0",
19881]
19882
19883[[package]]
19884name = "zed_html"
19885version = "0.2.1"
19886dependencies = [
19887 "zed_extension_api 0.1.0",
19888]
19889
19890[[package]]
19891name = "zed_llm_client"
19892version = "0.8.2"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19895dependencies = [
19896 "anyhow",
19897 "serde",
19898 "serde_json",
19899 "strum 0.27.1",
19900 "uuid",
19901]
19902
19903[[package]]
19904name = "zed_proto"
19905version = "0.2.2"
19906dependencies = [
19907 "zed_extension_api 0.1.0",
19908]
19909
19910[[package]]
19911name = "zed_ruff"
19912version = "0.1.0"
19913dependencies = [
19914 "zed_extension_api 0.1.0",
19915]
19916
19917[[package]]
19918name = "zed_snippets"
19919version = "0.0.5"
19920dependencies = [
19921 "serde_json",
19922 "zed_extension_api 0.1.0",
19923]
19924
19925[[package]]
19926name = "zed_test_extension"
19927version = "0.1.0"
19928dependencies = [
19929 "zed_extension_api 0.6.0",
19930]
19931
19932[[package]]
19933name = "zed_toml"
19934version = "0.1.4"
19935dependencies = [
19936 "zed_extension_api 0.1.0",
19937]
19938
19939[[package]]
19940name = "zeno"
19941version = "0.3.2"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19944
19945[[package]]
19946name = "zerocopy"
19947version = "0.7.35"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19950dependencies = [
19951 "zerocopy-derive 0.7.35",
19952]
19953
19954[[package]]
19955name = "zerocopy"
19956version = "0.8.24"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19959dependencies = [
19960 "zerocopy-derive 0.8.24",
19961]
19962
19963[[package]]
19964name = "zerocopy-derive"
19965version = "0.7.35"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19968dependencies = [
19969 "proc-macro2",
19970 "quote",
19971 "syn 2.0.101",
19972]
19973
19974[[package]]
19975name = "zerocopy-derive"
19976version = "0.8.24"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19979dependencies = [
19980 "proc-macro2",
19981 "quote",
19982 "syn 2.0.101",
19983]
19984
19985[[package]]
19986name = "zerofrom"
19987version = "0.1.6"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19990dependencies = [
19991 "zerofrom-derive",
19992]
19993
19994[[package]]
19995name = "zerofrom-derive"
19996version = "0.1.6"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19999dependencies = [
20000 "proc-macro2",
20001 "quote",
20002 "syn 2.0.101",
20003 "synstructure",
20004]
20005
20006[[package]]
20007name = "zeroize"
20008version = "1.8.1"
20009source = "registry+https://github.com/rust-lang/crates.io-index"
20010checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20011dependencies = [
20012 "zeroize_derive",
20013]
20014
20015[[package]]
20016name = "zeroize_derive"
20017version = "1.4.2"
20018source = "registry+https://github.com/rust-lang/crates.io-index"
20019checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20020dependencies = [
20021 "proc-macro2",
20022 "quote",
20023 "syn 2.0.101",
20024]
20025
20026[[package]]
20027name = "zeromq"
20028version = "0.5.0-pre"
20029source = "registry+https://github.com/rust-lang/crates.io-index"
20030checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20031dependencies = [
20032 "async-dispatcher",
20033 "async-std",
20034 "async-trait",
20035 "asynchronous-codec",
20036 "bytes 1.10.1",
20037 "crossbeam-queue",
20038 "dashmap 5.5.3",
20039 "futures 0.3.31",
20040 "log",
20041 "num-traits",
20042 "once_cell",
20043 "parking_lot",
20044 "rand 0.8.5",
20045 "regex",
20046 "thiserror 1.0.69",
20047 "uuid",
20048]
20049
20050[[package]]
20051name = "zerovec"
20052version = "0.10.4"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20055dependencies = [
20056 "yoke",
20057 "zerofrom",
20058 "zerovec-derive",
20059]
20060
20061[[package]]
20062name = "zerovec-derive"
20063version = "0.10.3"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20066dependencies = [
20067 "proc-macro2",
20068 "quote",
20069 "syn 2.0.101",
20070]
20071
20072[[package]]
20073name = "zeta"
20074version = "0.1.0"
20075dependencies = [
20076 "anyhow",
20077 "arrayvec",
20078 "call",
20079 "client",
20080 "clock",
20081 "collections",
20082 "command_palette_hooks",
20083 "ctor",
20084 "db",
20085 "editor",
20086 "env_logger 0.11.8",
20087 "feature_flags",
20088 "fs",
20089 "futures 0.3.31",
20090 "gpui",
20091 "http_client",
20092 "indoc",
20093 "inline_completion",
20094 "language",
20095 "language_model",
20096 "log",
20097 "menu",
20098 "migrator",
20099 "paths",
20100 "postage",
20101 "project",
20102 "proto",
20103 "regex",
20104 "release_channel",
20105 "reqwest_client",
20106 "rpc",
20107 "serde",
20108 "serde_json",
20109 "settings",
20110 "telemetry",
20111 "telemetry_events",
20112 "theme",
20113 "thiserror 2.0.12",
20114 "tree-sitter-go",
20115 "tree-sitter-rust",
20116 "ui",
20117 "unindent",
20118 "util",
20119 "uuid",
20120 "workspace",
20121 "workspace-hack",
20122 "worktree",
20123 "zed_actions",
20124 "zed_llm_client",
20125]
20126
20127[[package]]
20128name = "zip"
20129version = "0.6.6"
20130source = "registry+https://github.com/rust-lang/crates.io-index"
20131checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20132dependencies = [
20133 "aes",
20134 "byteorder",
20135 "bzip2",
20136 "constant_time_eq 0.1.5",
20137 "crc32fast",
20138 "crossbeam-utils",
20139 "flate2",
20140 "hmac",
20141 "pbkdf2 0.11.0",
20142 "sha1",
20143 "time",
20144 "zstd",
20145]
20146
20147[[package]]
20148name = "zlib-rs"
20149version = "0.5.0"
20150source = "registry+https://github.com/rust-lang/crates.io-index"
20151checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20152
20153[[package]]
20154name = "zlog"
20155version = "0.1.0"
20156dependencies = [
20157 "anyhow",
20158 "chrono",
20159 "log",
20160 "tempfile",
20161 "workspace-hack",
20162]
20163
20164[[package]]
20165name = "zlog_settings"
20166version = "0.1.0"
20167dependencies = [
20168 "anyhow",
20169 "gpui",
20170 "schemars",
20171 "serde",
20172 "settings",
20173 "workspace-hack",
20174 "zlog",
20175]
20176
20177[[package]]
20178name = "zstd"
20179version = "0.11.2+zstd.1.5.2"
20180source = "registry+https://github.com/rust-lang/crates.io-index"
20181checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20182dependencies = [
20183 "zstd-safe",
20184]
20185
20186[[package]]
20187name = "zstd-safe"
20188version = "5.0.2+zstd.1.5.2"
20189source = "registry+https://github.com/rust-lang/crates.io-index"
20190checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20191dependencies = [
20192 "libc",
20193 "zstd-sys",
20194]
20195
20196[[package]]
20197name = "zstd-sys"
20198version = "2.0.15+zstd.1.5.7"
20199source = "registry+https://github.com/rust-lang/crates.io-index"
20200checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20201dependencies = [
20202 "cc",
20203 "pkg-config",
20204]
20205
20206[[package]]
20207name = "zune-core"
20208version = "0.4.12"
20209source = "registry+https://github.com/rust-lang/crates.io-index"
20210checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20211
20212[[package]]
20213name = "zune-inflate"
20214version = "0.2.54"
20215source = "registry+https://github.com/rust-lang/crates.io-index"
20216checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20217dependencies = [
20218 "simd-adler32",
20219]
20220
20221[[package]]
20222name = "zune-jpeg"
20223version = "0.4.14"
20224source = "registry+https://github.com/rust-lang/crates.io-index"
20225checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20226dependencies = [
20227 "zune-core",
20228]
20229
20230[[package]]
20231name = "zvariant"
20232version = "5.4.0"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20235dependencies = [
20236 "endi",
20237 "enumflags2",
20238 "serde",
20239 "static_assertions",
20240 "url",
20241 "winnow",
20242 "zvariant_derive",
20243 "zvariant_utils",
20244]
20245
20246[[package]]
20247name = "zvariant_derive"
20248version = "5.4.0"
20249source = "registry+https://github.com/rust-lang/crates.io-index"
20250checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20251dependencies = [
20252 "proc-macro-crate",
20253 "proc-macro2",
20254 "quote",
20255 "syn 2.0.101",
20256 "zvariant_utils",
20257]
20258
20259[[package]]
20260name = "zvariant_utils"
20261version = "3.2.0"
20262source = "registry+https://github.com/rust-lang/crates.io-index"
20263checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20264dependencies = [
20265 "proc-macro2",
20266 "quote",
20267 "serde",
20268 "static_assertions",
20269 "syn 2.0.101",
20270 "winnow",
20271]