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 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy 0.7.35",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.1-dev"
87source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.96"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.90",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.6",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_settings",
454 "assistant_slash_command",
455 "assistant_tool",
456 "async-watch",
457 "chrono",
458 "client",
459 "clock",
460 "collections",
461 "command_palette_hooks",
462 "context_server",
463 "db",
464 "editor",
465 "feature_flags",
466 "file_icons",
467 "fs",
468 "futures 0.3.31",
469 "fuzzy",
470 "gpui",
471 "heed",
472 "html_to_markdown",
473 "http_client",
474 "indoc",
475 "itertools 0.14.0",
476 "language",
477 "language_model",
478 "language_model_selector",
479 "log",
480 "lsp",
481 "markdown",
482 "menu",
483 "multi_buffer",
484 "parking_lot",
485 "paths",
486 "picker",
487 "project",
488 "prompt_library",
489 "prompt_store",
490 "proto",
491 "rand 0.8.5",
492 "rope",
493 "scripting_tool",
494 "serde",
495 "serde_json",
496 "settings",
497 "smol",
498 "streaming_diff",
499 "telemetry_events",
500 "terminal",
501 "terminal_view",
502 "text",
503 "theme",
504 "time",
505 "time_format",
506 "ui",
507 "util",
508 "uuid",
509 "vim_mode_setting",
510 "workspace",
511 "zed_actions",
512]
513
514[[package]]
515name = "assistant_context_editor"
516version = "0.1.0"
517dependencies = [
518 "anyhow",
519 "assistant_settings",
520 "assistant_slash_command",
521 "assistant_slash_commands",
522 "chrono",
523 "client",
524 "clock",
525 "collections",
526 "context_server",
527 "editor",
528 "fs",
529 "futures 0.3.31",
530 "fuzzy",
531 "gpui",
532 "indexed_docs",
533 "language",
534 "language_model",
535 "language_model_selector",
536 "languages",
537 "log",
538 "multi_buffer",
539 "open_ai",
540 "parking_lot",
541 "paths",
542 "picker",
543 "pretty_assertions",
544 "project",
545 "prompt_store",
546 "rand 0.8.5",
547 "regex",
548 "rope",
549 "rpc",
550 "serde",
551 "serde_json",
552 "settings",
553 "smallvec",
554 "smol",
555 "strum",
556 "telemetry_events",
557 "text",
558 "theme",
559 "tree-sitter-md",
560 "ui",
561 "unindent",
562 "util",
563 "uuid",
564 "workspace",
565]
566
567[[package]]
568name = "assistant_settings"
569version = "0.1.0"
570dependencies = [
571 "anthropic",
572 "anyhow",
573 "deepseek",
574 "feature_flags",
575 "fs",
576 "gpui",
577 "language_model",
578 "lmstudio",
579 "log",
580 "ollama",
581 "open_ai",
582 "paths",
583 "schemars",
584 "serde",
585 "serde_json_lenient",
586 "settings",
587]
588
589[[package]]
590name = "assistant_slash_command"
591version = "0.1.0"
592dependencies = [
593 "anyhow",
594 "async-trait",
595 "collections",
596 "derive_more",
597 "extension",
598 "futures 0.3.31",
599 "gpui",
600 "language",
601 "language_model",
602 "parking_lot",
603 "pretty_assertions",
604 "serde",
605 "serde_json",
606 "ui",
607 "workspace",
608]
609
610[[package]]
611name = "assistant_slash_commands"
612version = "0.1.0"
613dependencies = [
614 "anyhow",
615 "assistant_slash_command",
616 "cargo_toml",
617 "chrono",
618 "collections",
619 "context_server",
620 "editor",
621 "env_logger 0.11.6",
622 "feature_flags",
623 "fs",
624 "futures 0.3.31",
625 "fuzzy",
626 "globset",
627 "gpui",
628 "html_to_markdown",
629 "http_client",
630 "indexed_docs",
631 "language",
632 "language_model",
633 "log",
634 "pretty_assertions",
635 "project",
636 "prompt_store",
637 "rope",
638 "schemars",
639 "semantic_index",
640 "serde",
641 "serde_json",
642 "settings",
643 "smol",
644 "terminal_view",
645 "text",
646 "toml 0.8.20",
647 "ui",
648 "util",
649 "workspace",
650 "worktree",
651]
652
653[[package]]
654name = "assistant_tool"
655version = "0.1.0"
656dependencies = [
657 "anyhow",
658 "collections",
659 "derive_more",
660 "gpui",
661 "language_model",
662 "parking_lot",
663 "project",
664 "serde",
665 "serde_json",
666]
667
668[[package]]
669name = "assistant_tools"
670version = "0.1.0"
671dependencies = [
672 "anyhow",
673 "assistant_tool",
674 "chrono",
675 "collections",
676 "futures 0.3.31",
677 "gpui",
678 "language_model",
679 "project",
680 "rand 0.8.5",
681 "schemars",
682 "serde",
683 "serde_json",
684 "util",
685]
686
687[[package]]
688name = "async-attributes"
689version = "1.1.2"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
692dependencies = [
693 "quote",
694 "syn 1.0.109",
695]
696
697[[package]]
698name = "async-broadcast"
699version = "0.7.2"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
702dependencies = [
703 "event-listener 5.3.1",
704 "event-listener-strategy",
705 "futures-core",
706 "pin-project-lite",
707]
708
709[[package]]
710name = "async-channel"
711version = "1.9.0"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
714dependencies = [
715 "concurrent-queue",
716 "event-listener 2.5.3",
717 "futures-core",
718]
719
720[[package]]
721name = "async-channel"
722version = "2.3.1"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
725dependencies = [
726 "concurrent-queue",
727 "event-listener-strategy",
728 "futures-core",
729 "pin-project-lite",
730]
731
732[[package]]
733name = "async-compat"
734version = "0.2.4"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
737dependencies = [
738 "futures-core",
739 "futures-io",
740 "once_cell",
741 "pin-project-lite",
742 "tokio",
743]
744
745[[package]]
746name = "async-compression"
747version = "0.4.20"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
750dependencies = [
751 "deflate64",
752 "flate2",
753 "futures-core",
754 "futures-io",
755 "memchr",
756 "pin-project-lite",
757]
758
759[[package]]
760name = "async-dispatcher"
761version = "0.1.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
764dependencies = [
765 "async-task",
766 "futures-lite 1.13.0",
767]
768
769[[package]]
770name = "async-executor"
771version = "1.13.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
774dependencies = [
775 "async-task",
776 "concurrent-queue",
777 "fastrand 2.3.0",
778 "futures-lite 2.6.0",
779 "slab",
780]
781
782[[package]]
783name = "async-fs"
784version = "2.1.2"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
787dependencies = [
788 "async-lock",
789 "blocking",
790 "futures-lite 2.6.0",
791]
792
793[[package]]
794name = "async-global-executor"
795version = "2.4.1"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
798dependencies = [
799 "async-channel 2.3.1",
800 "async-executor",
801 "async-io",
802 "async-lock",
803 "blocking",
804 "futures-lite 2.6.0",
805 "once_cell",
806]
807
808[[package]]
809name = "async-io"
810version = "2.4.0"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
813dependencies = [
814 "async-lock",
815 "cfg-if",
816 "concurrent-queue",
817 "futures-io",
818 "futures-lite 2.6.0",
819 "parking",
820 "polling",
821 "rustix",
822 "slab",
823 "tracing",
824 "windows-sys 0.59.0",
825]
826
827[[package]]
828name = "async-lock"
829version = "3.4.0"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
832dependencies = [
833 "event-listener 5.3.1",
834 "event-listener-strategy",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-native-tls"
840version = "0.5.0"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
843dependencies = [
844 "futures-util",
845 "native-tls",
846 "thiserror 1.0.69",
847 "url",
848]
849
850[[package]]
851name = "async-net"
852version = "2.0.0"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
855dependencies = [
856 "async-io",
857 "blocking",
858 "futures-lite 2.6.0",
859]
860
861[[package]]
862name = "async-pipe"
863version = "0.1.3"
864source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
865dependencies = [
866 "futures 0.3.31",
867 "log",
868]
869
870[[package]]
871name = "async-process"
872version = "2.3.0"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
875dependencies = [
876 "async-channel 2.3.1",
877 "async-io",
878 "async-lock",
879 "async-signal",
880 "async-task",
881 "blocking",
882 "cfg-if",
883 "event-listener 5.3.1",
884 "futures-lite 2.6.0",
885 "rustix",
886 "tracing",
887]
888
889[[package]]
890name = "async-recursion"
891version = "0.3.2"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
894dependencies = [
895 "proc-macro2",
896 "quote",
897 "syn 1.0.109",
898]
899
900[[package]]
901name = "async-recursion"
902version = "1.1.1"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
905dependencies = [
906 "proc-macro2",
907 "quote",
908 "syn 2.0.90",
909]
910
911[[package]]
912name = "async-signal"
913version = "0.2.10"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
916dependencies = [
917 "async-io",
918 "async-lock",
919 "atomic-waker",
920 "cfg-if",
921 "futures-core",
922 "futures-io",
923 "rustix",
924 "signal-hook-registry",
925 "slab",
926 "windows-sys 0.59.0",
927]
928
929[[package]]
930name = "async-std"
931version = "1.13.0"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
934dependencies = [
935 "async-attributes",
936 "async-channel 1.9.0",
937 "async-global-executor",
938 "async-io",
939 "async-lock",
940 "async-process",
941 "crossbeam-utils",
942 "futures-channel",
943 "futures-core",
944 "futures-io",
945 "futures-lite 2.6.0",
946 "gloo-timers",
947 "kv-log-macro",
948 "log",
949 "memchr",
950 "once_cell",
951 "pin-project-lite",
952 "pin-utils",
953 "slab",
954 "wasm-bindgen-futures",
955]
956
957[[package]]
958name = "async-stream"
959version = "0.3.6"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
962dependencies = [
963 "async-stream-impl",
964 "futures-core",
965 "pin-project-lite",
966]
967
968[[package]]
969name = "async-stream-impl"
970version = "0.3.6"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
973dependencies = [
974 "proc-macro2",
975 "quote",
976 "syn 2.0.90",
977]
978
979[[package]]
980name = "async-stripe"
981version = "0.40.0"
982source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
983dependencies = [
984 "chrono",
985 "futures-util",
986 "http-types",
987 "hyper 0.14.32",
988 "hyper-rustls 0.24.2",
989 "serde",
990 "serde_json",
991 "serde_path_to_error",
992 "serde_qs 0.10.1",
993 "smart-default",
994 "smol_str",
995 "thiserror 1.0.69",
996 "tokio",
997]
998
999[[package]]
1000name = "async-tar"
1001version = "0.5.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1004dependencies = [
1005 "async-std",
1006 "filetime",
1007 "libc",
1008 "pin-project",
1009 "redox_syscall 0.2.16",
1010 "xattr",
1011]
1012
1013[[package]]
1014name = "async-task"
1015version = "4.7.1"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1018
1019[[package]]
1020name = "async-tls"
1021version = "0.13.0"
1022source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1023dependencies = [
1024 "futures-core",
1025 "futures-io",
1026 "rustls 0.23.23",
1027 "rustls-pemfile 2.2.0",
1028 "webpki-roots",
1029]
1030
1031[[package]]
1032name = "async-trait"
1033version = "0.1.86"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
1036dependencies = [
1037 "proc-macro2",
1038 "quote",
1039 "syn 2.0.90",
1040]
1041
1042[[package]]
1043name = "async-tungstenite"
1044version = "0.28.2"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1047dependencies = [
1048 "async-std",
1049 "async-tls",
1050 "atomic-waker",
1051 "futures-core",
1052 "futures-io",
1053 "futures-task",
1054 "futures-util",
1055 "log",
1056 "pin-project-lite",
1057 "tungstenite 0.24.0",
1058]
1059
1060[[package]]
1061name = "async-watch"
1062version = "0.3.1"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1065dependencies = [
1066 "event-listener 2.5.3",
1067]
1068
1069[[package]]
1070name = "async_zip"
1071version = "0.0.17"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1074dependencies = [
1075 "async-compression",
1076 "crc32fast",
1077 "futures-lite 2.6.0",
1078 "pin-project",
1079 "thiserror 1.0.69",
1080]
1081
1082[[package]]
1083name = "asynchronous-codec"
1084version = "0.7.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1087dependencies = [
1088 "bytes 1.10.1",
1089 "futures-sink",
1090 "futures-util",
1091 "memchr",
1092 "pin-project-lite",
1093]
1094
1095[[package]]
1096name = "atoi"
1097version = "2.0.0"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1100dependencies = [
1101 "num-traits",
1102]
1103
1104[[package]]
1105name = "atomic"
1106version = "0.5.3"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1109
1110[[package]]
1111name = "atomic-waker"
1112version = "1.1.2"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1115
1116[[package]]
1117name = "audio"
1118version = "0.1.0"
1119dependencies = [
1120 "anyhow",
1121 "collections",
1122 "derive_more",
1123 "gpui",
1124 "parking_lot",
1125 "rodio",
1126 "util",
1127]
1128
1129[[package]]
1130name = "auto_update"
1131version = "0.1.0"
1132dependencies = [
1133 "anyhow",
1134 "client",
1135 "db",
1136 "gpui",
1137 "http_client",
1138 "log",
1139 "paths",
1140 "release_channel",
1141 "schemars",
1142 "serde",
1143 "serde_json",
1144 "settings",
1145 "smol",
1146 "tempfile",
1147 "which 6.0.3",
1148 "workspace",
1149]
1150
1151[[package]]
1152name = "auto_update_ui"
1153version = "0.1.0"
1154dependencies = [
1155 "anyhow",
1156 "auto_update",
1157 "client",
1158 "editor",
1159 "gpui",
1160 "http_client",
1161 "markdown_preview",
1162 "release_channel",
1163 "serde",
1164 "serde_json",
1165 "smol",
1166 "util",
1167 "workspace",
1168]
1169
1170[[package]]
1171name = "autocfg"
1172version = "1.4.0"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1175
1176[[package]]
1177name = "av1-grain"
1178version = "0.2.3"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1181dependencies = [
1182 "anyhow",
1183 "arrayvec",
1184 "log",
1185 "nom",
1186 "num-rational",
1187 "v_frame",
1188]
1189
1190[[package]]
1191name = "avif-serialize"
1192version = "0.8.2"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1195dependencies = [
1196 "arrayvec",
1197]
1198
1199[[package]]
1200name = "aws-config"
1201version = "1.5.16"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1204dependencies = [
1205 "aws-credential-types",
1206 "aws-runtime",
1207 "aws-sdk-sso",
1208 "aws-sdk-ssooidc",
1209 "aws-sdk-sts",
1210 "aws-smithy-async",
1211 "aws-smithy-http",
1212 "aws-smithy-json",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-types",
1217 "bytes 1.10.1",
1218 "fastrand 2.3.0",
1219 "hex",
1220 "http 0.2.12",
1221 "ring",
1222 "time",
1223 "tokio",
1224 "tracing",
1225 "url",
1226 "zeroize",
1227]
1228
1229[[package]]
1230name = "aws-credential-types"
1231version = "1.2.1"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1234dependencies = [
1235 "aws-smithy-async",
1236 "aws-smithy-runtime-api",
1237 "aws-smithy-types",
1238 "zeroize",
1239]
1240
1241[[package]]
1242name = "aws-lc-rs"
1243version = "1.12.6"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1246dependencies = [
1247 "aws-lc-sys",
1248 "zeroize",
1249]
1250
1251[[package]]
1252name = "aws-lc-sys"
1253version = "0.27.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1256dependencies = [
1257 "bindgen 0.69.5",
1258 "cc",
1259 "cmake",
1260 "dunce",
1261 "fs_extra",
1262]
1263
1264[[package]]
1265name = "aws-runtime"
1266version = "1.5.5"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1269dependencies = [
1270 "aws-credential-types",
1271 "aws-sigv4",
1272 "aws-smithy-async",
1273 "aws-smithy-eventstream",
1274 "aws-smithy-http",
1275 "aws-smithy-runtime",
1276 "aws-smithy-runtime-api",
1277 "aws-smithy-types",
1278 "aws-types",
1279 "bytes 1.10.1",
1280 "fastrand 2.3.0",
1281 "http 0.2.12",
1282 "http-body 0.4.6",
1283 "once_cell",
1284 "percent-encoding",
1285 "pin-project-lite",
1286 "tracing",
1287 "uuid",
1288]
1289
1290[[package]]
1291name = "aws-sdk-bedrockruntime"
1292version = "1.74.0"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1295dependencies = [
1296 "aws-credential-types",
1297 "aws-runtime",
1298 "aws-smithy-async",
1299 "aws-smithy-eventstream",
1300 "aws-smithy-http",
1301 "aws-smithy-json",
1302 "aws-smithy-runtime",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "aws-types",
1306 "bytes 1.10.1",
1307 "fastrand 2.3.0",
1308 "http 0.2.12",
1309 "once_cell",
1310 "regex-lite",
1311 "tracing",
1312]
1313
1314[[package]]
1315name = "aws-sdk-kinesis"
1316version = "1.61.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1319dependencies = [
1320 "aws-credential-types",
1321 "aws-runtime",
1322 "aws-smithy-async",
1323 "aws-smithy-http",
1324 "aws-smithy-json",
1325 "aws-smithy-runtime",
1326 "aws-smithy-runtime-api",
1327 "aws-smithy-types",
1328 "aws-types",
1329 "bytes 1.10.1",
1330 "http 0.2.12",
1331 "once_cell",
1332 "regex-lite",
1333 "tracing",
1334]
1335
1336[[package]]
1337name = "aws-sdk-s3"
1338version = "1.76.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1341dependencies = [
1342 "aws-credential-types",
1343 "aws-runtime",
1344 "aws-sigv4",
1345 "aws-smithy-async",
1346 "aws-smithy-checksums",
1347 "aws-smithy-eventstream",
1348 "aws-smithy-http",
1349 "aws-smithy-json",
1350 "aws-smithy-runtime",
1351 "aws-smithy-runtime-api",
1352 "aws-smithy-types",
1353 "aws-smithy-xml",
1354 "aws-types",
1355 "bytes 1.10.1",
1356 "fastrand 2.3.0",
1357 "hex",
1358 "hmac",
1359 "http 0.2.12",
1360 "http-body 0.4.6",
1361 "lru",
1362 "once_cell",
1363 "percent-encoding",
1364 "regex-lite",
1365 "sha2",
1366 "tracing",
1367 "url",
1368]
1369
1370[[package]]
1371name = "aws-sdk-sso"
1372version = "1.58.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1375dependencies = [
1376 "aws-credential-types",
1377 "aws-runtime",
1378 "aws-smithy-async",
1379 "aws-smithy-http",
1380 "aws-smithy-json",
1381 "aws-smithy-runtime",
1382 "aws-smithy-runtime-api",
1383 "aws-smithy-types",
1384 "aws-types",
1385 "bytes 1.10.1",
1386 "http 0.2.12",
1387 "once_cell",
1388 "regex-lite",
1389 "tracing",
1390]
1391
1392[[package]]
1393name = "aws-sdk-ssooidc"
1394version = "1.59.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1397dependencies = [
1398 "aws-credential-types",
1399 "aws-runtime",
1400 "aws-smithy-async",
1401 "aws-smithy-http",
1402 "aws-smithy-json",
1403 "aws-smithy-runtime",
1404 "aws-smithy-runtime-api",
1405 "aws-smithy-types",
1406 "aws-types",
1407 "bytes 1.10.1",
1408 "http 0.2.12",
1409 "once_cell",
1410 "regex-lite",
1411 "tracing",
1412]
1413
1414[[package]]
1415name = "aws-sdk-sts"
1416version = "1.59.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1419dependencies = [
1420 "aws-credential-types",
1421 "aws-runtime",
1422 "aws-smithy-async",
1423 "aws-smithy-http",
1424 "aws-smithy-json",
1425 "aws-smithy-query",
1426 "aws-smithy-runtime",
1427 "aws-smithy-runtime-api",
1428 "aws-smithy-types",
1429 "aws-smithy-xml",
1430 "aws-types",
1431 "http 0.2.12",
1432 "once_cell",
1433 "regex-lite",
1434 "tracing",
1435]
1436
1437[[package]]
1438name = "aws-sigv4"
1439version = "1.2.9"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1442dependencies = [
1443 "aws-credential-types",
1444 "aws-smithy-eventstream",
1445 "aws-smithy-http",
1446 "aws-smithy-runtime-api",
1447 "aws-smithy-types",
1448 "bytes 1.10.1",
1449 "crypto-bigint 0.5.5",
1450 "form_urlencoded",
1451 "hex",
1452 "hmac",
1453 "http 0.2.12",
1454 "http 1.2.0",
1455 "once_cell",
1456 "p256",
1457 "percent-encoding",
1458 "ring",
1459 "sha2",
1460 "subtle",
1461 "time",
1462 "tracing",
1463 "zeroize",
1464]
1465
1466[[package]]
1467name = "aws-smithy-async"
1468version = "1.2.4"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1471dependencies = [
1472 "futures-util",
1473 "pin-project-lite",
1474 "tokio",
1475]
1476
1477[[package]]
1478name = "aws-smithy-checksums"
1479version = "0.62.0"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1482dependencies = [
1483 "aws-smithy-http",
1484 "aws-smithy-types",
1485 "bytes 1.10.1",
1486 "crc32c",
1487 "crc32fast",
1488 "crc64fast-nvme",
1489 "hex",
1490 "http 0.2.12",
1491 "http-body 0.4.6",
1492 "md-5",
1493 "pin-project-lite",
1494 "sha1",
1495 "sha2",
1496 "tracing",
1497]
1498
1499[[package]]
1500name = "aws-smithy-eventstream"
1501version = "0.60.6"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1504dependencies = [
1505 "aws-smithy-types",
1506 "bytes 1.10.1",
1507 "crc32fast",
1508]
1509
1510[[package]]
1511name = "aws-smithy-http"
1512version = "0.60.12"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1515dependencies = [
1516 "aws-smithy-eventstream",
1517 "aws-smithy-runtime-api",
1518 "aws-smithy-types",
1519 "bytes 1.10.1",
1520 "bytes-utils",
1521 "futures-core",
1522 "http 0.2.12",
1523 "http-body 0.4.6",
1524 "once_cell",
1525 "percent-encoding",
1526 "pin-project-lite",
1527 "pin-utils",
1528 "tracing",
1529]
1530
1531[[package]]
1532name = "aws-smithy-json"
1533version = "0.61.2"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1536dependencies = [
1537 "aws-smithy-types",
1538]
1539
1540[[package]]
1541name = "aws-smithy-query"
1542version = "0.60.7"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1545dependencies = [
1546 "aws-smithy-types",
1547 "urlencoding",
1548]
1549
1550[[package]]
1551name = "aws-smithy-runtime"
1552version = "1.7.8"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1555dependencies = [
1556 "aws-smithy-async",
1557 "aws-smithy-http",
1558 "aws-smithy-runtime-api",
1559 "aws-smithy-types",
1560 "bytes 1.10.1",
1561 "fastrand 2.3.0",
1562 "h2 0.3.26",
1563 "http 0.2.12",
1564 "http-body 0.4.6",
1565 "http-body 1.0.1",
1566 "httparse",
1567 "hyper 0.14.32",
1568 "hyper-rustls 0.24.2",
1569 "once_cell",
1570 "pin-project-lite",
1571 "pin-utils",
1572 "rustls 0.21.12",
1573 "tokio",
1574 "tracing",
1575]
1576
1577[[package]]
1578name = "aws-smithy-runtime-api"
1579version = "1.7.3"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1582dependencies = [
1583 "aws-smithy-async",
1584 "aws-smithy-types",
1585 "bytes 1.10.1",
1586 "http 0.2.12",
1587 "http 1.2.0",
1588 "pin-project-lite",
1589 "tokio",
1590 "tracing",
1591 "zeroize",
1592]
1593
1594[[package]]
1595name = "aws-smithy-types"
1596version = "1.2.13"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1599dependencies = [
1600 "base64-simd",
1601 "bytes 1.10.1",
1602 "bytes-utils",
1603 "futures-core",
1604 "http 0.2.12",
1605 "http 1.2.0",
1606 "http-body 0.4.6",
1607 "http-body 1.0.1",
1608 "http-body-util",
1609 "itoa",
1610 "num-integer",
1611 "pin-project-lite",
1612 "pin-utils",
1613 "ryu",
1614 "serde",
1615 "time",
1616 "tokio",
1617 "tokio-util",
1618]
1619
1620[[package]]
1621name = "aws-smithy-xml"
1622version = "0.60.9"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1625dependencies = [
1626 "xmlparser",
1627]
1628
1629[[package]]
1630name = "aws-types"
1631version = "1.3.5"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1634dependencies = [
1635 "aws-credential-types",
1636 "aws-smithy-async",
1637 "aws-smithy-runtime-api",
1638 "aws-smithy-types",
1639 "rustc_version",
1640 "tracing",
1641]
1642
1643[[package]]
1644name = "aws_http_client"
1645version = "0.1.0"
1646dependencies = [
1647 "aws-smithy-runtime-api",
1648 "aws-smithy-types",
1649 "futures 0.3.31",
1650 "http_client",
1651 "tokio",
1652]
1653
1654[[package]]
1655name = "axum"
1656version = "0.6.20"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1659dependencies = [
1660 "async-trait",
1661 "axum-core",
1662 "base64 0.21.7",
1663 "bitflags 1.3.2",
1664 "bytes 1.10.1",
1665 "futures-util",
1666 "headers",
1667 "http 0.2.12",
1668 "http-body 0.4.6",
1669 "hyper 0.14.32",
1670 "itoa",
1671 "matchit",
1672 "memchr",
1673 "mime",
1674 "percent-encoding",
1675 "pin-project-lite",
1676 "rustversion",
1677 "serde",
1678 "serde_json",
1679 "serde_path_to_error",
1680 "serde_urlencoded",
1681 "sha1",
1682 "sync_wrapper 0.1.2",
1683 "tokio",
1684 "tokio-tungstenite 0.20.1",
1685 "tower",
1686 "tower-layer",
1687 "tower-service",
1688]
1689
1690[[package]]
1691name = "axum-core"
1692version = "0.3.4"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1695dependencies = [
1696 "async-trait",
1697 "bytes 1.10.1",
1698 "futures-util",
1699 "http 0.2.12",
1700 "http-body 0.4.6",
1701 "mime",
1702 "rustversion",
1703 "tower-layer",
1704 "tower-service",
1705]
1706
1707[[package]]
1708name = "axum-extra"
1709version = "0.4.2"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1712dependencies = [
1713 "axum",
1714 "bytes 1.10.1",
1715 "futures-util",
1716 "http 0.2.12",
1717 "mime",
1718 "pin-project-lite",
1719 "serde",
1720 "serde_json",
1721 "tokio",
1722 "tower",
1723 "tower-http 0.3.5",
1724 "tower-layer",
1725 "tower-service",
1726]
1727
1728[[package]]
1729name = "backtrace"
1730version = "0.3.74"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1733dependencies = [
1734 "addr2line",
1735 "cfg-if",
1736 "libc",
1737 "miniz_oxide",
1738 "object",
1739 "rustc-demangle",
1740 "windows-targets 0.52.6",
1741]
1742
1743[[package]]
1744name = "base16ct"
1745version = "0.1.1"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1748
1749[[package]]
1750name = "base64"
1751version = "0.13.1"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1754
1755[[package]]
1756name = "base64"
1757version = "0.21.7"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1760
1761[[package]]
1762name = "base64"
1763version = "0.22.1"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1766
1767[[package]]
1768name = "base64-simd"
1769version = "0.8.0"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1772dependencies = [
1773 "outref",
1774 "vsimd",
1775]
1776
1777[[package]]
1778name = "base64ct"
1779version = "1.6.0"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1782
1783[[package]]
1784name = "bedrock"
1785version = "0.1.0"
1786dependencies = [
1787 "anyhow",
1788 "aws-sdk-bedrockruntime",
1789 "aws-smithy-types",
1790 "futures 0.3.31",
1791 "schemars",
1792 "serde",
1793 "serde_json",
1794 "strum",
1795 "thiserror 1.0.69",
1796 "tokio",
1797]
1798
1799[[package]]
1800name = "bigdecimal"
1801version = "0.4.7"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1804dependencies = [
1805 "autocfg",
1806 "libm",
1807 "num-bigint",
1808 "num-integer",
1809 "num-traits",
1810 "serde",
1811]
1812
1813[[package]]
1814name = "bincode"
1815version = "1.3.3"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1818dependencies = [
1819 "serde",
1820]
1821
1822[[package]]
1823name = "bindgen"
1824version = "0.69.5"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1827dependencies = [
1828 "bitflags 2.8.0",
1829 "cexpr",
1830 "clang-sys",
1831 "itertools 0.10.5",
1832 "lazy_static",
1833 "lazycell",
1834 "log",
1835 "prettyplease",
1836 "proc-macro2",
1837 "quote",
1838 "regex",
1839 "rustc-hash 1.1.0",
1840 "shlex",
1841 "syn 2.0.90",
1842 "which 4.4.2",
1843]
1844
1845[[package]]
1846name = "bindgen"
1847version = "0.70.1"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1850dependencies = [
1851 "bitflags 2.8.0",
1852 "cexpr",
1853 "clang-sys",
1854 "itertools 0.10.5",
1855 "log",
1856 "prettyplease",
1857 "proc-macro2",
1858 "quote",
1859 "regex",
1860 "rustc-hash 1.1.0",
1861 "shlex",
1862 "syn 2.0.90",
1863]
1864
1865[[package]]
1866name = "bit-set"
1867version = "0.5.3"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1870dependencies = [
1871 "bit-vec 0.6.3",
1872]
1873
1874[[package]]
1875name = "bit-set"
1876version = "0.8.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1879dependencies = [
1880 "bit-vec 0.8.0",
1881]
1882
1883[[package]]
1884name = "bit-vec"
1885version = "0.6.3"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1888
1889[[package]]
1890name = "bit-vec"
1891version = "0.8.0"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1894
1895[[package]]
1896name = "bit_field"
1897version = "0.10.2"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1900
1901[[package]]
1902name = "bitflags"
1903version = "1.3.2"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1906
1907[[package]]
1908name = "bitflags"
1909version = "2.8.0"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1912dependencies = [
1913 "serde",
1914]
1915
1916[[package]]
1917name = "bitstream-io"
1918version = "2.6.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1921
1922[[package]]
1923name = "bitvec"
1924version = "1.0.1"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1927dependencies = [
1928 "funty",
1929 "radium",
1930 "tap",
1931 "wyz",
1932]
1933
1934[[package]]
1935name = "blade-graphics"
1936version = "0.6.0"
1937source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1938dependencies = [
1939 "ash",
1940 "ash-window",
1941 "bitflags 2.8.0",
1942 "bytemuck",
1943 "codespan-reporting",
1944 "glow",
1945 "gpu-alloc",
1946 "gpu-alloc-ash",
1947 "hidden-trait",
1948 "js-sys",
1949 "khronos-egl",
1950 "libloading",
1951 "log",
1952 "mint",
1953 "naga",
1954 "objc2",
1955 "objc2-app-kit",
1956 "objc2-foundation",
1957 "objc2-metal",
1958 "objc2-quartz-core",
1959 "objc2-ui-kit",
1960 "raw-window-handle",
1961 "slab",
1962 "wasm-bindgen",
1963 "web-sys",
1964]
1965
1966[[package]]
1967name = "blade-macros"
1968version = "0.3.0"
1969source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1970dependencies = [
1971 "proc-macro2",
1972 "quote",
1973 "syn 2.0.90",
1974]
1975
1976[[package]]
1977name = "blade-util"
1978version = "0.2.0"
1979source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1980dependencies = [
1981 "blade-graphics",
1982 "bytemuck",
1983 "log",
1984 "profiling",
1985]
1986
1987[[package]]
1988name = "blake3"
1989version = "1.6.1"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
1992dependencies = [
1993 "arrayref",
1994 "arrayvec",
1995 "cc",
1996 "cfg-if",
1997 "constant_time_eq 0.3.1",
1998]
1999
2000[[package]]
2001name = "block"
2002version = "0.1.6"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2005
2006[[package]]
2007name = "block-buffer"
2008version = "0.10.4"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2011dependencies = [
2012 "generic-array",
2013]
2014
2015[[package]]
2016name = "block-padding"
2017version = "0.3.3"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2020dependencies = [
2021 "generic-array",
2022]
2023
2024[[package]]
2025name = "block2"
2026version = "0.5.1"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2029dependencies = [
2030 "objc2",
2031]
2032
2033[[package]]
2034name = "blocking"
2035version = "1.6.1"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2038dependencies = [
2039 "async-channel 2.3.1",
2040 "async-task",
2041 "futures-io",
2042 "futures-lite 2.6.0",
2043 "piper",
2044]
2045
2046[[package]]
2047name = "borsh"
2048version = "1.5.3"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2051dependencies = [
2052 "borsh-derive",
2053 "cfg_aliases 0.2.1",
2054]
2055
2056[[package]]
2057name = "borsh-derive"
2058version = "1.5.3"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2061dependencies = [
2062 "once_cell",
2063 "proc-macro-crate",
2064 "proc-macro2",
2065 "quote",
2066 "syn 2.0.90",
2067]
2068
2069[[package]]
2070name = "breadcrumbs"
2071version = "0.1.0"
2072dependencies = [
2073 "editor",
2074 "gpui",
2075 "itertools 0.14.0",
2076 "theme",
2077 "ui",
2078 "workspace",
2079 "zed_actions",
2080]
2081
2082[[package]]
2083name = "bstr"
2084version = "1.11.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2087dependencies = [
2088 "memchr",
2089 "regex-automata 0.4.9",
2090 "serde",
2091]
2092
2093[[package]]
2094name = "buffer_diff"
2095version = "0.1.0"
2096dependencies = [
2097 "anyhow",
2098 "clock",
2099 "ctor",
2100 "env_logger 0.11.6",
2101 "futures 0.3.31",
2102 "git2",
2103 "gpui",
2104 "language",
2105 "log",
2106 "pretty_assertions",
2107 "rand 0.8.5",
2108 "rope",
2109 "serde_json",
2110 "sum_tree",
2111 "text",
2112 "unindent",
2113 "util",
2114]
2115
2116[[package]]
2117name = "built"
2118version = "0.7.5"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2121
2122[[package]]
2123name = "bumpalo"
2124version = "3.16.0"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2127dependencies = [
2128 "allocator-api2",
2129]
2130
2131[[package]]
2132name = "by_address"
2133version = "1.2.1"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2136
2137[[package]]
2138name = "bytecheck"
2139version = "0.6.12"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2142dependencies = [
2143 "bytecheck_derive",
2144 "ptr_meta",
2145 "simdutf8",
2146]
2147
2148[[package]]
2149name = "bytecheck_derive"
2150version = "0.6.12"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2153dependencies = [
2154 "proc-macro2",
2155 "quote",
2156 "syn 1.0.109",
2157]
2158
2159[[package]]
2160name = "bytemuck"
2161version = "1.21.0"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2164dependencies = [
2165 "bytemuck_derive",
2166]
2167
2168[[package]]
2169name = "bytemuck_derive"
2170version = "1.8.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2173dependencies = [
2174 "proc-macro2",
2175 "quote",
2176 "syn 2.0.90",
2177]
2178
2179[[package]]
2180name = "byteorder"
2181version = "1.5.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2184
2185[[package]]
2186name = "byteorder-lite"
2187version = "0.1.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2190
2191[[package]]
2192name = "bytes"
2193version = "0.4.12"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2196dependencies = [
2197 "byteorder",
2198 "iovec",
2199]
2200
2201[[package]]
2202name = "bytes"
2203version = "1.10.1"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2206
2207[[package]]
2208name = "bytes-utils"
2209version = "0.1.4"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2212dependencies = [
2213 "bytes 1.10.1",
2214 "either",
2215]
2216
2217[[package]]
2218name = "bzip2"
2219version = "0.4.4"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2222dependencies = [
2223 "bzip2-sys",
2224 "libc",
2225]
2226
2227[[package]]
2228name = "bzip2-sys"
2229version = "0.1.11+1.0.8"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2232dependencies = [
2233 "cc",
2234 "libc",
2235 "pkg-config",
2236]
2237
2238[[package]]
2239name = "call"
2240version = "0.1.0"
2241dependencies = [
2242 "anyhow",
2243 "audio",
2244 "client",
2245 "collections",
2246 "fs",
2247 "futures 0.3.31",
2248 "gpui",
2249 "http_client",
2250 "language",
2251 "livekit_client",
2252 "livekit_client_macos",
2253 "log",
2254 "postage",
2255 "project",
2256 "schemars",
2257 "serde",
2258 "serde_derive",
2259 "settings",
2260 "telemetry",
2261 "util",
2262]
2263
2264[[package]]
2265name = "calloop"
2266version = "0.13.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2269dependencies = [
2270 "bitflags 2.8.0",
2271 "log",
2272 "polling",
2273 "rustix",
2274 "slab",
2275 "thiserror 1.0.69",
2276]
2277
2278[[package]]
2279name = "calloop-wayland-source"
2280version = "0.3.0"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2283dependencies = [
2284 "calloop",
2285 "rustix",
2286 "wayland-backend",
2287 "wayland-client",
2288]
2289
2290[[package]]
2291name = "camino"
2292version = "1.1.9"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2295dependencies = [
2296 "serde",
2297]
2298
2299[[package]]
2300name = "cap-fs-ext"
2301version = "3.4.2"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2304dependencies = [
2305 "cap-primitives",
2306 "cap-std",
2307 "io-lifetimes",
2308 "windows-sys 0.59.0",
2309]
2310
2311[[package]]
2312name = "cap-net-ext"
2313version = "3.4.2"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2316dependencies = [
2317 "cap-primitives",
2318 "cap-std",
2319 "rustix",
2320 "smallvec",
2321]
2322
2323[[package]]
2324name = "cap-primitives"
2325version = "3.4.2"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2328dependencies = [
2329 "ambient-authority",
2330 "fs-set-times",
2331 "io-extras",
2332 "io-lifetimes",
2333 "ipnet",
2334 "maybe-owned",
2335 "rustix",
2336 "windows-sys 0.59.0",
2337 "winx",
2338]
2339
2340[[package]]
2341name = "cap-rand"
2342version = "3.4.2"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2345dependencies = [
2346 "ambient-authority",
2347 "rand 0.8.5",
2348]
2349
2350[[package]]
2351name = "cap-std"
2352version = "3.4.2"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2355dependencies = [
2356 "cap-primitives",
2357 "io-extras",
2358 "io-lifetimes",
2359 "rustix",
2360]
2361
2362[[package]]
2363name = "cap-time-ext"
2364version = "3.4.2"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2367dependencies = [
2368 "ambient-authority",
2369 "cap-primitives",
2370 "iana-time-zone",
2371 "once_cell",
2372 "rustix",
2373 "winx",
2374]
2375
2376[[package]]
2377name = "cargo-platform"
2378version = "0.1.9"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2381dependencies = [
2382 "serde",
2383]
2384
2385[[package]]
2386name = "cargo_metadata"
2387version = "0.19.2"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2390dependencies = [
2391 "camino",
2392 "cargo-platform",
2393 "semver",
2394 "serde",
2395 "serde_json",
2396 "thiserror 2.0.6",
2397]
2398
2399[[package]]
2400name = "cargo_toml"
2401version = "0.21.0"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2404dependencies = [
2405 "serde",
2406 "toml 0.8.20",
2407]
2408
2409[[package]]
2410name = "cast"
2411version = "0.3.0"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2414
2415[[package]]
2416name = "cbc"
2417version = "0.1.2"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2420dependencies = [
2421 "cipher",
2422]
2423
2424[[package]]
2425name = "cbindgen"
2426version = "0.27.0"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2429dependencies = [
2430 "clap",
2431 "heck 0.4.1",
2432 "indexmap",
2433 "log",
2434 "proc-macro2",
2435 "quote",
2436 "serde",
2437 "serde_json",
2438 "syn 2.0.90",
2439 "tempfile",
2440 "toml 0.8.20",
2441]
2442
2443[[package]]
2444name = "cbindgen"
2445version = "0.28.0"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2448dependencies = [
2449 "heck 0.4.1",
2450 "indexmap",
2451 "log",
2452 "proc-macro2",
2453 "quote",
2454 "serde",
2455 "serde_json",
2456 "syn 2.0.90",
2457 "tempfile",
2458 "toml 0.8.20",
2459]
2460
2461[[package]]
2462name = "cc"
2463version = "1.2.12"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2466dependencies = [
2467 "jobserver",
2468 "libc",
2469 "shlex",
2470]
2471
2472[[package]]
2473name = "cesu8"
2474version = "1.1.0"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2477
2478[[package]]
2479name = "cexpr"
2480version = "0.6.0"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2483dependencies = [
2484 "nom",
2485]
2486
2487[[package]]
2488name = "cfg-expr"
2489version = "0.15.8"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2492dependencies = [
2493 "smallvec",
2494 "target-lexicon 0.12.16",
2495]
2496
2497[[package]]
2498name = "cfg-if"
2499version = "1.0.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2502
2503[[package]]
2504name = "cfg_aliases"
2505version = "0.1.1"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2508
2509[[package]]
2510name = "cfg_aliases"
2511version = "0.2.1"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2514
2515[[package]]
2516name = "channel"
2517version = "0.1.0"
2518dependencies = [
2519 "anyhow",
2520 "client",
2521 "clock",
2522 "collections",
2523 "futures 0.3.31",
2524 "gpui",
2525 "http_client",
2526 "language",
2527 "log",
2528 "rand 0.8.5",
2529 "release_channel",
2530 "rpc",
2531 "settings",
2532 "sum_tree",
2533 "text",
2534 "time",
2535 "util",
2536]
2537
2538[[package]]
2539name = "chrono"
2540version = "0.4.40"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2543dependencies = [
2544 "android-tzdata",
2545 "iana-time-zone",
2546 "js-sys",
2547 "num-traits",
2548 "serde",
2549 "wasm-bindgen",
2550 "windows-link",
2551]
2552
2553[[package]]
2554name = "chunked_transfer"
2555version = "1.5.0"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2558
2559[[package]]
2560name = "ciborium"
2561version = "0.2.2"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2564dependencies = [
2565 "ciborium-io",
2566 "ciborium-ll",
2567 "serde",
2568]
2569
2570[[package]]
2571name = "ciborium-io"
2572version = "0.2.2"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2575
2576[[package]]
2577name = "ciborium-ll"
2578version = "0.2.2"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2581dependencies = [
2582 "ciborium-io",
2583 "half",
2584]
2585
2586[[package]]
2587name = "cipher"
2588version = "0.4.4"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2591dependencies = [
2592 "crypto-common",
2593 "inout",
2594 "zeroize",
2595]
2596
2597[[package]]
2598name = "clang-sys"
2599version = "1.8.1"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2602dependencies = [
2603 "glob",
2604 "libc",
2605 "libloading",
2606]
2607
2608[[package]]
2609name = "clap"
2610version = "4.5.31"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
2613dependencies = [
2614 "clap_builder",
2615 "clap_derive",
2616]
2617
2618[[package]]
2619name = "clap_builder"
2620version = "4.5.31"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
2623dependencies = [
2624 "anstream",
2625 "anstyle",
2626 "clap_lex",
2627 "strsim",
2628 "terminal_size",
2629]
2630
2631[[package]]
2632name = "clap_complete"
2633version = "4.5.38"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2636dependencies = [
2637 "clap",
2638]
2639
2640[[package]]
2641name = "clap_derive"
2642version = "4.5.28"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
2645dependencies = [
2646 "heck 0.5.0",
2647 "proc-macro2",
2648 "quote",
2649 "syn 2.0.90",
2650]
2651
2652[[package]]
2653name = "clap_lex"
2654version = "0.7.4"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2657
2658[[package]]
2659name = "cli"
2660version = "0.1.0"
2661dependencies = [
2662 "anyhow",
2663 "clap",
2664 "collections",
2665 "core-foundation 0.9.4",
2666 "core-services",
2667 "exec",
2668 "fork",
2669 "ipc-channel",
2670 "parking_lot",
2671 "paths",
2672 "plist",
2673 "release_channel",
2674 "serde",
2675 "tempfile",
2676 "util",
2677 "windows 0.60.0",
2678]
2679
2680[[package]]
2681name = "client"
2682version = "0.1.0"
2683dependencies = [
2684 "anyhow",
2685 "async-native-tls",
2686 "async-recursion 0.3.2",
2687 "async-tungstenite",
2688 "chrono",
2689 "clock",
2690 "cocoa 0.26.0",
2691 "collections",
2692 "credentials_provider",
2693 "feature_flags",
2694 "futures 0.3.31",
2695 "gpui",
2696 "http_client",
2697 "log",
2698 "parking_lot",
2699 "paths",
2700 "postage",
2701 "rand 0.8.5",
2702 "release_channel",
2703 "rpc",
2704 "schemars",
2705 "serde",
2706 "serde_json",
2707 "settings",
2708 "sha2",
2709 "smol",
2710 "telemetry",
2711 "telemetry_events",
2712 "text",
2713 "thiserror 1.0.69",
2714 "time",
2715 "tiny_http",
2716 "tokio-socks",
2717 "url",
2718 "util",
2719 "windows 0.60.0",
2720 "worktree",
2721]
2722
2723[[package]]
2724name = "clock"
2725version = "0.1.0"
2726dependencies = [
2727 "parking_lot",
2728 "serde",
2729 "smallvec",
2730]
2731
2732[[package]]
2733name = "cmake"
2734version = "0.1.53"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2737dependencies = [
2738 "cc",
2739]
2740
2741[[package]]
2742name = "cobs"
2743version = "0.2.3"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2746
2747[[package]]
2748name = "cocoa"
2749version = "0.25.0"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2752dependencies = [
2753 "bitflags 1.3.2",
2754 "block",
2755 "cocoa-foundation 0.1.2",
2756 "core-foundation 0.9.4",
2757 "core-graphics 0.23.2",
2758 "foreign-types 0.5.0",
2759 "libc",
2760 "objc",
2761]
2762
2763[[package]]
2764name = "cocoa"
2765version = "0.26.0"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2768dependencies = [
2769 "bitflags 2.8.0",
2770 "block",
2771 "cocoa-foundation 0.2.0",
2772 "core-foundation 0.10.0",
2773 "core-graphics 0.24.0",
2774 "foreign-types 0.5.0",
2775 "libc",
2776 "objc",
2777]
2778
2779[[package]]
2780name = "cocoa-foundation"
2781version = "0.1.2"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2784dependencies = [
2785 "bitflags 1.3.2",
2786 "block",
2787 "core-foundation 0.9.4",
2788 "core-graphics-types 0.1.3",
2789 "libc",
2790 "objc",
2791]
2792
2793[[package]]
2794name = "cocoa-foundation"
2795version = "0.2.0"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2798dependencies = [
2799 "bitflags 2.8.0",
2800 "block",
2801 "core-foundation 0.10.0",
2802 "core-graphics-types 0.2.0",
2803 "libc",
2804 "objc",
2805]
2806
2807[[package]]
2808name = "codespan-reporting"
2809version = "0.11.1"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2812dependencies = [
2813 "termcolor",
2814 "unicode-width",
2815]
2816
2817[[package]]
2818name = "collab"
2819version = "0.44.0"
2820dependencies = [
2821 "anthropic",
2822 "anyhow",
2823 "assistant",
2824 "assistant_context_editor",
2825 "assistant_slash_command",
2826 "assistant_tool",
2827 "async-stripe",
2828 "async-trait",
2829 "async-tungstenite",
2830 "audio",
2831 "aws-config",
2832 "aws-sdk-kinesis",
2833 "aws-sdk-s3",
2834 "axum",
2835 "axum-extra",
2836 "base64 0.22.1",
2837 "buffer_diff",
2838 "call",
2839 "channel",
2840 "chrono",
2841 "client",
2842 "clock",
2843 "collab_ui",
2844 "collections",
2845 "context_server",
2846 "ctor",
2847 "dashmap 6.1.0",
2848 "derive_more",
2849 "editor",
2850 "env_logger 0.11.6",
2851 "envy",
2852 "extension",
2853 "file_finder",
2854 "fs",
2855 "futures 0.3.31",
2856 "git",
2857 "git_hosting_providers",
2858 "git_ui",
2859 "google_ai",
2860 "gpui",
2861 "hex",
2862 "http_client",
2863 "hyper 0.14.32",
2864 "indoc",
2865 "jsonwebtoken",
2866 "language",
2867 "language_model",
2868 "livekit_api",
2869 "livekit_client",
2870 "livekit_client_macos",
2871 "log",
2872 "lsp",
2873 "menu",
2874 "multi_buffer",
2875 "nanoid",
2876 "node_runtime",
2877 "notifications",
2878 "open_ai",
2879 "parking_lot",
2880 "pretty_assertions",
2881 "project",
2882 "prometheus",
2883 "prompt_store",
2884 "prost 0.9.0",
2885 "rand 0.8.5",
2886 "recent_projects",
2887 "release_channel",
2888 "remote",
2889 "remote_server",
2890 "reqwest 0.11.27",
2891 "reqwest_client",
2892 "rpc",
2893 "rustc-demangle",
2894 "scrypt",
2895 "sea-orm",
2896 "semantic_version",
2897 "semver",
2898 "serde",
2899 "serde_derive",
2900 "serde_json",
2901 "session",
2902 "settings",
2903 "sha2",
2904 "sqlx",
2905 "strum",
2906 "subtle",
2907 "supermaven_api",
2908 "telemetry_events",
2909 "text",
2910 "theme",
2911 "thiserror 1.0.69",
2912 "time",
2913 "tokio",
2914 "toml 0.8.20",
2915 "tower",
2916 "tower-http 0.4.4",
2917 "tracing",
2918 "tracing-subscriber",
2919 "unindent",
2920 "util",
2921 "uuid",
2922 "workspace",
2923 "worktree",
2924]
2925
2926[[package]]
2927name = "collab_ui"
2928version = "0.1.0"
2929dependencies = [
2930 "anyhow",
2931 "call",
2932 "channel",
2933 "chrono",
2934 "client",
2935 "collections",
2936 "db",
2937 "editor",
2938 "emojis",
2939 "futures 0.3.31",
2940 "fuzzy",
2941 "gpui",
2942 "http_client",
2943 "language",
2944 "menu",
2945 "notifications",
2946 "picker",
2947 "pretty_assertions",
2948 "project",
2949 "release_channel",
2950 "rich_text",
2951 "rpc",
2952 "schemars",
2953 "serde",
2954 "serde_derive",
2955 "serde_json",
2956 "settings",
2957 "smallvec",
2958 "story",
2959 "telemetry",
2960 "theme",
2961 "time",
2962 "time_format",
2963 "title_bar",
2964 "tree-sitter-md",
2965 "ui",
2966 "util",
2967 "workspace",
2968]
2969
2970[[package]]
2971name = "collections"
2972version = "0.1.0"
2973dependencies = [
2974 "indexmap",
2975 "rustc-hash 2.1.1",
2976]
2977
2978[[package]]
2979name = "color_quant"
2980version = "1.1.0"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2983
2984[[package]]
2985name = "colorchoice"
2986version = "1.0.3"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2989
2990[[package]]
2991name = "combine"
2992version = "4.6.7"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2995dependencies = [
2996 "bytes 1.10.1",
2997 "memchr",
2998]
2999
3000[[package]]
3001name = "command_palette"
3002version = "0.1.0"
3003dependencies = [
3004 "client",
3005 "collections",
3006 "command_palette_hooks",
3007 "ctor",
3008 "editor",
3009 "env_logger 0.11.6",
3010 "fuzzy",
3011 "go_to_line",
3012 "gpui",
3013 "language",
3014 "menu",
3015 "picker",
3016 "postage",
3017 "project",
3018 "serde",
3019 "serde_json",
3020 "settings",
3021 "telemetry",
3022 "theme",
3023 "ui",
3024 "util",
3025 "workspace",
3026 "zed_actions",
3027]
3028
3029[[package]]
3030name = "command_palette_hooks"
3031version = "0.1.0"
3032dependencies = [
3033 "collections",
3034 "derive_more",
3035 "gpui",
3036]
3037
3038[[package]]
3039name = "component"
3040version = "0.1.0"
3041dependencies = [
3042 "collections",
3043 "gpui",
3044 "linkme",
3045 "parking_lot",
3046 "theme",
3047]
3048
3049[[package]]
3050name = "component_preview"
3051version = "0.1.0"
3052dependencies = [
3053 "client",
3054 "collections",
3055 "component",
3056 "gpui",
3057 "languages",
3058 "notifications",
3059 "project",
3060 "ui",
3061 "workspace",
3062]
3063
3064[[package]]
3065name = "concurrent-queue"
3066version = "2.5.0"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3069dependencies = [
3070 "crossbeam-utils",
3071]
3072
3073[[package]]
3074name = "console"
3075version = "0.15.8"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3078dependencies = [
3079 "encode_unicode",
3080 "lazy_static",
3081 "libc",
3082 "unicode-width",
3083 "windows-sys 0.52.0",
3084]
3085
3086[[package]]
3087name = "const-oid"
3088version = "0.9.6"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3091
3092[[package]]
3093name = "const-random"
3094version = "0.1.18"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3097dependencies = [
3098 "const-random-macro",
3099]
3100
3101[[package]]
3102name = "const-random-macro"
3103version = "0.1.16"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3106dependencies = [
3107 "getrandom 0.2.15",
3108 "once_cell",
3109 "tiny-keccak",
3110]
3111
3112[[package]]
3113name = "constant_time_eq"
3114version = "0.1.5"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3117
3118[[package]]
3119name = "constant_time_eq"
3120version = "0.3.1"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3123
3124[[package]]
3125name = "context_server"
3126version = "0.1.0"
3127dependencies = [
3128 "anyhow",
3129 "assistant_tool",
3130 "async-trait",
3131 "collections",
3132 "command_palette_hooks",
3133 "context_server_settings",
3134 "extension",
3135 "futures 0.3.31",
3136 "gpui",
3137 "language_model",
3138 "log",
3139 "parking_lot",
3140 "postage",
3141 "project",
3142 "serde",
3143 "serde_json",
3144 "settings",
3145 "smol",
3146 "url",
3147 "util",
3148]
3149
3150[[package]]
3151name = "context_server_settings"
3152version = "0.1.0"
3153dependencies = [
3154 "anyhow",
3155 "collections",
3156 "gpui",
3157 "schemars",
3158 "serde",
3159 "serde_json",
3160 "settings",
3161]
3162
3163[[package]]
3164name = "convert_case"
3165version = "0.4.0"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3168
3169[[package]]
3170name = "convert_case"
3171version = "0.8.0"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3174dependencies = [
3175 "unicode-segmentation",
3176]
3177
3178[[package]]
3179name = "copilot"
3180version = "0.1.0"
3181dependencies = [
3182 "anyhow",
3183 "async-compression",
3184 "async-std",
3185 "async-tar",
3186 "chrono",
3187 "client",
3188 "clock",
3189 "collections",
3190 "command_palette_hooks",
3191 "ctor",
3192 "editor",
3193 "env_logger 0.11.6",
3194 "fs",
3195 "futures 0.3.31",
3196 "gpui",
3197 "http_client",
3198 "indoc",
3199 "inline_completion",
3200 "language",
3201 "log",
3202 "lsp",
3203 "menu",
3204 "node_runtime",
3205 "parking_lot",
3206 "paths",
3207 "project",
3208 "rpc",
3209 "schemars",
3210 "serde",
3211 "serde_json",
3212 "settings",
3213 "smol",
3214 "strum",
3215 "task",
3216 "theme",
3217 "ui",
3218 "util",
3219 "workspace",
3220]
3221
3222[[package]]
3223name = "core-foundation"
3224version = "0.9.4"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3227dependencies = [
3228 "core-foundation-sys",
3229 "libc",
3230]
3231
3232[[package]]
3233name = "core-foundation"
3234version = "0.10.0"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3237dependencies = [
3238 "core-foundation-sys",
3239 "libc",
3240]
3241
3242[[package]]
3243name = "core-foundation-sys"
3244version = "0.8.7"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3247
3248[[package]]
3249name = "core-graphics"
3250version = "0.23.2"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3253dependencies = [
3254 "bitflags 1.3.2",
3255 "core-foundation 0.9.4",
3256 "core-graphics-types 0.1.3",
3257 "foreign-types 0.5.0",
3258 "libc",
3259]
3260
3261[[package]]
3262name = "core-graphics"
3263version = "0.24.0"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3266dependencies = [
3267 "bitflags 2.8.0",
3268 "core-foundation 0.10.0",
3269 "core-graphics-types 0.2.0",
3270 "foreign-types 0.5.0",
3271 "libc",
3272]
3273
3274[[package]]
3275name = "core-graphics-types"
3276version = "0.1.3"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3279dependencies = [
3280 "bitflags 1.3.2",
3281 "core-foundation 0.9.4",
3282 "libc",
3283]
3284
3285[[package]]
3286name = "core-graphics-types"
3287version = "0.2.0"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3290dependencies = [
3291 "bitflags 2.8.0",
3292 "core-foundation 0.10.0",
3293 "libc",
3294]
3295
3296[[package]]
3297name = "core-services"
3298version = "0.2.1"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3301dependencies = [
3302 "core-foundation 0.9.4",
3303]
3304
3305[[package]]
3306name = "core-text"
3307version = "20.1.0"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3310dependencies = [
3311 "core-foundation 0.9.4",
3312 "core-graphics 0.23.2",
3313 "foreign-types 0.5.0",
3314 "libc",
3315]
3316
3317[[package]]
3318name = "coreaudio-rs"
3319version = "0.11.3"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3322dependencies = [
3323 "bitflags 1.3.2",
3324 "core-foundation-sys",
3325 "coreaudio-sys",
3326]
3327
3328[[package]]
3329name = "coreaudio-rs"
3330version = "0.12.1"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3333dependencies = [
3334 "bitflags 1.3.2",
3335 "core-foundation-sys",
3336 "coreaudio-sys",
3337]
3338
3339[[package]]
3340name = "coreaudio-sys"
3341version = "0.2.16"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3344dependencies = [
3345 "bindgen 0.70.1",
3346]
3347
3348[[package]]
3349name = "cosmic-text"
3350version = "0.11.2"
3351source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3352dependencies = [
3353 "bitflags 2.8.0",
3354 "fontdb",
3355 "log",
3356 "rangemap",
3357 "rayon",
3358 "rustc-hash 1.1.0",
3359 "rustybuzz",
3360 "self_cell",
3361 "swash",
3362 "sys-locale",
3363 "ttf-parser",
3364 "unicode-bidi",
3365 "unicode-linebreak",
3366 "unicode-script",
3367 "unicode-segmentation",
3368]
3369
3370[[package]]
3371name = "cpal"
3372version = "0.15.3"
3373source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3374dependencies = [
3375 "alsa",
3376 "core-foundation-sys",
3377 "coreaudio-rs 0.11.3",
3378 "dasp_sample",
3379 "jni",
3380 "js-sys",
3381 "libc",
3382 "mach2",
3383 "ndk",
3384 "ndk-context",
3385 "oboe",
3386 "wasm-bindgen",
3387 "wasm-bindgen-futures",
3388 "web-sys",
3389 "windows 0.54.0",
3390]
3391
3392[[package]]
3393name = "cpp_demangle"
3394version = "0.4.4"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3397dependencies = [
3398 "cfg-if",
3399]
3400
3401[[package]]
3402name = "cpufeatures"
3403version = "0.2.16"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3406dependencies = [
3407 "libc",
3408]
3409
3410[[package]]
3411name = "cranelift-bforest"
3412version = "0.116.1"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3415dependencies = [
3416 "cranelift-entity",
3417]
3418
3419[[package]]
3420name = "cranelift-bitset"
3421version = "0.116.1"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3424dependencies = [
3425 "serde",
3426 "serde_derive",
3427]
3428
3429[[package]]
3430name = "cranelift-codegen"
3431version = "0.116.1"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3434dependencies = [
3435 "bumpalo",
3436 "cranelift-bforest",
3437 "cranelift-bitset",
3438 "cranelift-codegen-meta",
3439 "cranelift-codegen-shared",
3440 "cranelift-control",
3441 "cranelift-entity",
3442 "cranelift-isle",
3443 "gimli",
3444 "hashbrown 0.14.5",
3445 "log",
3446 "regalloc2",
3447 "rustc-hash 2.1.1",
3448 "serde",
3449 "smallvec",
3450 "target-lexicon 0.13.2",
3451]
3452
3453[[package]]
3454name = "cranelift-codegen-meta"
3455version = "0.116.1"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3458dependencies = [
3459 "cranelift-codegen-shared",
3460]
3461
3462[[package]]
3463name = "cranelift-codegen-shared"
3464version = "0.116.1"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3467
3468[[package]]
3469name = "cranelift-control"
3470version = "0.116.1"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3473dependencies = [
3474 "arbitrary",
3475]
3476
3477[[package]]
3478name = "cranelift-entity"
3479version = "0.116.1"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3482dependencies = [
3483 "cranelift-bitset",
3484 "serde",
3485 "serde_derive",
3486]
3487
3488[[package]]
3489name = "cranelift-frontend"
3490version = "0.116.1"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3493dependencies = [
3494 "cranelift-codegen",
3495 "log",
3496 "smallvec",
3497 "target-lexicon 0.13.2",
3498]
3499
3500[[package]]
3501name = "cranelift-isle"
3502version = "0.116.1"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3505
3506[[package]]
3507name = "cranelift-native"
3508version = "0.116.1"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3511dependencies = [
3512 "cranelift-codegen",
3513 "libc",
3514 "target-lexicon 0.13.2",
3515]
3516
3517[[package]]
3518name = "crc"
3519version = "3.2.1"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3522dependencies = [
3523 "crc-catalog",
3524]
3525
3526[[package]]
3527name = "crc-catalog"
3528version = "2.4.0"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3531
3532[[package]]
3533name = "crc32c"
3534version = "0.6.8"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3537dependencies = [
3538 "rustc_version",
3539]
3540
3541[[package]]
3542name = "crc32fast"
3543version = "1.4.2"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3546dependencies = [
3547 "cfg-if",
3548]
3549
3550[[package]]
3551name = "crc64fast-nvme"
3552version = "1.1.1"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3555dependencies = [
3556 "cbindgen 0.27.0",
3557 "crc",
3558]
3559
3560[[package]]
3561name = "credentials_provider"
3562version = "0.1.0"
3563dependencies = [
3564 "anyhow",
3565 "futures 0.3.31",
3566 "gpui",
3567 "paths",
3568 "release_channel",
3569 "serde",
3570 "serde_json",
3571]
3572
3573[[package]]
3574name = "criterion"
3575version = "0.5.1"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3578dependencies = [
3579 "anes",
3580 "cast",
3581 "ciborium",
3582 "clap",
3583 "criterion-plot",
3584 "is-terminal",
3585 "itertools 0.10.5",
3586 "num-traits",
3587 "once_cell",
3588 "oorandom",
3589 "plotters",
3590 "rayon",
3591 "regex",
3592 "serde",
3593 "serde_derive",
3594 "serde_json",
3595 "tinytemplate",
3596 "walkdir",
3597]
3598
3599[[package]]
3600name = "criterion-plot"
3601version = "0.5.0"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3604dependencies = [
3605 "cast",
3606 "itertools 0.10.5",
3607]
3608
3609[[package]]
3610name = "crossbeam-channel"
3611version = "0.5.13"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3614dependencies = [
3615 "crossbeam-utils",
3616]
3617
3618[[package]]
3619name = "crossbeam-deque"
3620version = "0.8.5"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3623dependencies = [
3624 "crossbeam-epoch",
3625 "crossbeam-utils",
3626]
3627
3628[[package]]
3629name = "crossbeam-epoch"
3630version = "0.9.18"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3633dependencies = [
3634 "crossbeam-utils",
3635]
3636
3637[[package]]
3638name = "crossbeam-queue"
3639version = "0.3.11"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3642dependencies = [
3643 "crossbeam-utils",
3644]
3645
3646[[package]]
3647name = "crossbeam-utils"
3648version = "0.8.20"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3651
3652[[package]]
3653name = "crunchy"
3654version = "0.2.2"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3657
3658[[package]]
3659name = "crypto-bigint"
3660version = "0.4.9"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3663dependencies = [
3664 "generic-array",
3665 "rand_core 0.6.4",
3666 "subtle",
3667 "zeroize",
3668]
3669
3670[[package]]
3671name = "crypto-bigint"
3672version = "0.5.5"
3673source = "registry+https://github.com/rust-lang/crates.io-index"
3674checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3675dependencies = [
3676 "rand_core 0.6.4",
3677 "subtle",
3678]
3679
3680[[package]]
3681name = "crypto-common"
3682version = "0.1.6"
3683source = "registry+https://github.com/rust-lang/crates.io-index"
3684checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3685dependencies = [
3686 "generic-array",
3687 "rand_core 0.6.4",
3688 "typenum",
3689]
3690
3691[[package]]
3692name = "ctor"
3693version = "0.4.0"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "a7747ac3a66a06f4ee6718686c8ea976d2d05fb30ada93ebd76b3f9aef97257c"
3696dependencies = [
3697 "ctor-proc-macro",
3698 "dtor",
3699]
3700
3701[[package]]
3702name = "ctor-proc-macro"
3703version = "0.0.5"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3706
3707[[package]]
3708name = "ctrlc"
3709version = "3.4.5"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3712dependencies = [
3713 "nix",
3714 "windows-sys 0.59.0",
3715]
3716
3717[[package]]
3718name = "cursor-icon"
3719version = "1.1.0"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3722
3723[[package]]
3724name = "cxx"
3725version = "1.0.134"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3728dependencies = [
3729 "cc",
3730 "cxxbridge-cmd",
3731 "cxxbridge-flags",
3732 "cxxbridge-macro",
3733 "foldhash",
3734 "link-cplusplus",
3735]
3736
3737[[package]]
3738name = "cxx-build"
3739version = "1.0.134"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3742dependencies = [
3743 "cc",
3744 "codespan-reporting",
3745 "proc-macro2",
3746 "quote",
3747 "scratch",
3748 "syn 2.0.90",
3749]
3750
3751[[package]]
3752name = "cxxbridge-cmd"
3753version = "1.0.134"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3756dependencies = [
3757 "clap",
3758 "codespan-reporting",
3759 "proc-macro2",
3760 "quote",
3761 "syn 2.0.90",
3762]
3763
3764[[package]]
3765name = "cxxbridge-flags"
3766version = "1.0.134"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3769
3770[[package]]
3771name = "cxxbridge-macro"
3772version = "1.0.134"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3775dependencies = [
3776 "proc-macro2",
3777 "quote",
3778 "rustversion",
3779 "syn 2.0.90",
3780]
3781
3782[[package]]
3783name = "dashmap"
3784version = "5.5.3"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3787dependencies = [
3788 "cfg-if",
3789 "hashbrown 0.14.5",
3790 "lock_api",
3791 "once_cell",
3792 "parking_lot_core",
3793]
3794
3795[[package]]
3796name = "dashmap"
3797version = "6.1.0"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3800dependencies = [
3801 "cfg-if",
3802 "crossbeam-utils",
3803 "hashbrown 0.14.5",
3804 "lock_api",
3805 "once_cell",
3806 "parking_lot_core",
3807]
3808
3809[[package]]
3810name = "dasp_sample"
3811version = "0.11.0"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3814
3815[[package]]
3816name = "data-encoding"
3817version = "2.6.0"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3820
3821[[package]]
3822name = "data-url"
3823version = "0.3.1"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3826
3827[[package]]
3828name = "db"
3829version = "0.1.0"
3830dependencies = [
3831 "anyhow",
3832 "gpui",
3833 "indoc",
3834 "log",
3835 "paths",
3836 "release_channel",
3837 "smol",
3838 "sqlez",
3839 "sqlez_macros",
3840 "tempfile",
3841 "util",
3842]
3843
3844[[package]]
3845name = "dbus"
3846version = "0.9.7"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3849dependencies = [
3850 "libc",
3851 "libdbus-sys",
3852 "winapi",
3853]
3854
3855[[package]]
3856name = "deepseek"
3857version = "0.1.0"
3858dependencies = [
3859 "anyhow",
3860 "futures 0.3.31",
3861 "http_client",
3862 "schemars",
3863 "serde",
3864 "serde_json",
3865]
3866
3867[[package]]
3868name = "deflate64"
3869version = "0.1.9"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3872
3873[[package]]
3874name = "der"
3875version = "0.6.1"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3878dependencies = [
3879 "const-oid",
3880 "zeroize",
3881]
3882
3883[[package]]
3884name = "der"
3885version = "0.7.9"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3888dependencies = [
3889 "const-oid",
3890 "pem-rfc7468",
3891 "zeroize",
3892]
3893
3894[[package]]
3895name = "deranged"
3896version = "0.3.11"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3899dependencies = [
3900 "powerfmt",
3901 "serde",
3902]
3903
3904[[package]]
3905name = "derive_more"
3906version = "0.99.19"
3907source = "registry+https://github.com/rust-lang/crates.io-index"
3908checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3909dependencies = [
3910 "convert_case 0.4.0",
3911 "proc-macro2",
3912 "quote",
3913 "rustc_version",
3914 "syn 2.0.90",
3915]
3916
3917[[package]]
3918name = "derive_refineable"
3919version = "0.1.0"
3920dependencies = [
3921 "proc-macro2",
3922 "quote",
3923 "syn 1.0.109",
3924]
3925
3926[[package]]
3927name = "diagnostics"
3928version = "0.1.0"
3929dependencies = [
3930 "anyhow",
3931 "client",
3932 "collections",
3933 "ctor",
3934 "editor",
3935 "env_logger 0.11.6",
3936 "gpui",
3937 "language",
3938 "log",
3939 "lsp",
3940 "pretty_assertions",
3941 "project",
3942 "rand 0.8.5",
3943 "serde",
3944 "serde_json",
3945 "settings",
3946 "theme",
3947 "ui",
3948 "unindent",
3949 "util",
3950 "workspace",
3951]
3952
3953[[package]]
3954name = "dialoguer"
3955version = "0.11.0"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3958dependencies = [
3959 "console",
3960 "fuzzy-matcher",
3961 "shell-words",
3962 "tempfile",
3963 "thiserror 1.0.69",
3964 "zeroize",
3965]
3966
3967[[package]]
3968name = "diff"
3969version = "0.1.13"
3970source = "registry+https://github.com/rust-lang/crates.io-index"
3971checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3972
3973[[package]]
3974name = "digest"
3975version = "0.10.7"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3978dependencies = [
3979 "block-buffer",
3980 "const-oid",
3981 "crypto-common",
3982 "subtle",
3983]
3984
3985[[package]]
3986name = "dirs"
3987version = "4.0.0"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3990dependencies = [
3991 "dirs-sys 0.3.7",
3992]
3993
3994[[package]]
3995name = "dirs"
3996version = "5.0.1"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3999dependencies = [
4000 "dirs-sys 0.4.1",
4001]
4002
4003[[package]]
4004name = "dirs-sys"
4005version = "0.3.7"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4008dependencies = [
4009 "libc",
4010 "redox_users",
4011 "winapi",
4012]
4013
4014[[package]]
4015name = "dirs-sys"
4016version = "0.4.1"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4019dependencies = [
4020 "libc",
4021 "option-ext",
4022 "redox_users",
4023 "windows-sys 0.48.0",
4024]
4025
4026[[package]]
4027name = "displaydoc"
4028version = "0.2.5"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4031dependencies = [
4032 "proc-macro2",
4033 "quote",
4034 "syn 2.0.90",
4035]
4036
4037[[package]]
4038name = "dlib"
4039version = "0.5.2"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4042dependencies = [
4043 "libloading",
4044]
4045
4046[[package]]
4047name = "docs_preprocessor"
4048version = "0.1.0"
4049dependencies = [
4050 "anyhow",
4051 "clap",
4052 "mdbook",
4053 "regex",
4054 "serde",
4055 "serde_json",
4056 "settings",
4057 "util",
4058]
4059
4060[[package]]
4061name = "dotenvy"
4062version = "0.15.7"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4065
4066[[package]]
4067name = "downcast-rs"
4068version = "1.2.1"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4071
4072[[package]]
4073name = "doxygen-rs"
4074version = "0.4.2"
4075source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4077dependencies = [
4078 "phf",
4079]
4080
4081[[package]]
4082name = "dtor"
4083version = "0.0.4"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "8bf39a0bfd1f94d62ffdb2802a7e6244c0f34f6ebacf5d4c26547d08cd1d67a5"
4086dependencies = [
4087 "dtor-proc-macro",
4088]
4089
4090[[package]]
4091name = "dtor-proc-macro"
4092version = "0.0.5"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4095
4096[[package]]
4097name = "dunce"
4098version = "1.0.5"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4101
4102[[package]]
4103name = "dwrote"
4104version = "0.11.2"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4107dependencies = [
4108 "lazy_static",
4109 "libc",
4110 "winapi",
4111 "wio",
4112]
4113
4114[[package]]
4115name = "dyn-clone"
4116version = "1.0.17"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4119
4120[[package]]
4121name = "ec4rs"
4122version = "1.1.1"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4125
4126[[package]]
4127name = "ecdsa"
4128version = "0.14.8"
4129source = "registry+https://github.com/rust-lang/crates.io-index"
4130checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4131dependencies = [
4132 "der 0.6.1",
4133 "elliptic-curve",
4134 "rfc6979",
4135 "signature 1.6.4",
4136]
4137
4138[[package]]
4139name = "editor"
4140version = "0.1.0"
4141dependencies = [
4142 "aho-corasick",
4143 "anyhow",
4144 "assets",
4145 "buffer_diff",
4146 "chrono",
4147 "client",
4148 "clock",
4149 "collections",
4150 "convert_case 0.8.0",
4151 "ctor",
4152 "db",
4153 "emojis",
4154 "env_logger 0.11.6",
4155 "file_icons",
4156 "fs",
4157 "futures 0.3.31",
4158 "fuzzy",
4159 "git",
4160 "gpui",
4161 "http_client",
4162 "indoc",
4163 "inline_completion",
4164 "itertools 0.14.0",
4165 "language",
4166 "languages",
4167 "linkify",
4168 "log",
4169 "lsp",
4170 "markdown",
4171 "multi_buffer",
4172 "ordered-float 2.10.1",
4173 "parking_lot",
4174 "pretty_assertions",
4175 "project",
4176 "rand 0.8.5",
4177 "release_channel",
4178 "rpc",
4179 "schemars",
4180 "serde",
4181 "serde_json",
4182 "settings",
4183 "smallvec",
4184 "smol",
4185 "snippet",
4186 "sum_tree",
4187 "task",
4188 "telemetry",
4189 "tempfile",
4190 "text",
4191 "theme",
4192 "time",
4193 "time_format",
4194 "tree-sitter-html",
4195 "tree-sitter-rust",
4196 "tree-sitter-typescript",
4197 "ui",
4198 "unicode-script",
4199 "unicode-segmentation",
4200 "unindent",
4201 "url",
4202 "util",
4203 "uuid",
4204 "workspace",
4205 "zed_actions",
4206]
4207
4208[[package]]
4209name = "either"
4210version = "1.13.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4213dependencies = [
4214 "serde",
4215]
4216
4217[[package]]
4218name = "elasticlunr-rs"
4219version = "3.0.2"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4222dependencies = [
4223 "regex",
4224 "serde",
4225 "serde_derive",
4226 "serde_json",
4227]
4228
4229[[package]]
4230name = "elliptic-curve"
4231version = "0.12.3"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4234dependencies = [
4235 "base16ct",
4236 "crypto-bigint 0.4.9",
4237 "der 0.6.1",
4238 "digest",
4239 "ff",
4240 "generic-array",
4241 "group",
4242 "pkcs8 0.9.0",
4243 "rand_core 0.6.4",
4244 "sec1",
4245 "subtle",
4246 "zeroize",
4247]
4248
4249[[package]]
4250name = "embed-resource"
4251version = "3.0.2"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4254dependencies = [
4255 "cc",
4256 "memchr",
4257 "rustc_version",
4258 "toml 0.8.20",
4259 "vswhom",
4260 "winreg 0.52.0",
4261]
4262
4263[[package]]
4264name = "embedded-io"
4265version = "0.4.0"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4268
4269[[package]]
4270name = "embedded-io"
4271version = "0.6.1"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4274
4275[[package]]
4276name = "emojis"
4277version = "0.6.4"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4280dependencies = [
4281 "phf",
4282]
4283
4284[[package]]
4285name = "encode_unicode"
4286version = "0.3.6"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4289
4290[[package]]
4291name = "encoding_rs"
4292version = "0.8.35"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4295dependencies = [
4296 "cfg-if",
4297]
4298
4299[[package]]
4300name = "endi"
4301version = "1.1.0"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4304
4305[[package]]
4306name = "enumflags2"
4307version = "0.7.10"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4310dependencies = [
4311 "enumflags2_derive",
4312 "serde",
4313]
4314
4315[[package]]
4316name = "enumflags2_derive"
4317version = "0.7.10"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4320dependencies = [
4321 "proc-macro2",
4322 "quote",
4323 "syn 2.0.90",
4324]
4325
4326[[package]]
4327name = "env_filter"
4328version = "0.1.2"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4331dependencies = [
4332 "log",
4333 "regex",
4334]
4335
4336[[package]]
4337name = "env_home"
4338version = "0.1.0"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4341
4342[[package]]
4343name = "env_logger"
4344version = "0.10.2"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4347dependencies = [
4348 "humantime",
4349 "is-terminal",
4350 "log",
4351 "regex",
4352 "termcolor",
4353]
4354
4355[[package]]
4356name = "env_logger"
4357version = "0.11.6"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4360dependencies = [
4361 "anstream",
4362 "anstyle",
4363 "env_filter",
4364 "humantime",
4365 "log",
4366]
4367
4368[[package]]
4369name = "envy"
4370version = "0.4.2"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4373dependencies = [
4374 "serde",
4375]
4376
4377[[package]]
4378name = "equivalent"
4379version = "1.0.1"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4382
4383[[package]]
4384name = "erased-serde"
4385version = "0.4.5"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4388dependencies = [
4389 "serde",
4390 "typeid",
4391]
4392
4393[[package]]
4394name = "errno"
4395version = "0.2.8"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4398dependencies = [
4399 "errno-dragonfly",
4400 "libc",
4401 "winapi",
4402]
4403
4404[[package]]
4405name = "errno"
4406version = "0.3.10"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4409dependencies = [
4410 "libc",
4411 "windows-sys 0.59.0",
4412]
4413
4414[[package]]
4415name = "errno-dragonfly"
4416version = "0.1.2"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4419dependencies = [
4420 "cc",
4421 "libc",
4422]
4423
4424[[package]]
4425name = "etagere"
4426version = "0.2.15"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4429dependencies = [
4430 "euclid",
4431 "svg_fmt",
4432]
4433
4434[[package]]
4435name = "etcetera"
4436version = "0.8.0"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4439dependencies = [
4440 "cfg-if",
4441 "home",
4442 "windows-sys 0.48.0",
4443]
4444
4445[[package]]
4446name = "euclid"
4447version = "0.22.11"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4450dependencies = [
4451 "num-traits",
4452]
4453
4454[[package]]
4455name = "evals"
4456version = "0.1.0"
4457dependencies = [
4458 "anyhow",
4459 "clap",
4460 "client",
4461 "clock",
4462 "collections",
4463 "env_logger 0.11.6",
4464 "feature_flags",
4465 "fs",
4466 "gpui",
4467 "http_client",
4468 "language",
4469 "languages",
4470 "node_runtime",
4471 "open_ai",
4472 "project",
4473 "reqwest_client",
4474 "semantic_index",
4475 "serde",
4476 "serde_json",
4477 "settings",
4478 "smol",
4479 "util",
4480]
4481
4482[[package]]
4483name = "event-listener"
4484version = "2.5.3"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4487
4488[[package]]
4489name = "event-listener"
4490version = "5.3.1"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4493dependencies = [
4494 "concurrent-queue",
4495 "parking",
4496 "pin-project-lite",
4497]
4498
4499[[package]]
4500name = "event-listener-strategy"
4501version = "0.5.3"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4504dependencies = [
4505 "event-listener 5.3.1",
4506 "pin-project-lite",
4507]
4508
4509[[package]]
4510name = "exec"
4511version = "0.3.1"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4514dependencies = [
4515 "errno 0.2.8",
4516 "libc",
4517]
4518
4519[[package]]
4520name = "exr"
4521version = "1.73.0"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4524dependencies = [
4525 "bit_field",
4526 "half",
4527 "lebe",
4528 "miniz_oxide",
4529 "rayon-core",
4530 "smallvec",
4531 "zune-inflate",
4532]
4533
4534[[package]]
4535name = "extension"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "async-compression",
4540 "async-tar",
4541 "async-trait",
4542 "collections",
4543 "convert_case 0.8.0",
4544 "fs",
4545 "futures 0.3.31",
4546 "gpui",
4547 "http_client",
4548 "language",
4549 "log",
4550 "lsp",
4551 "parking_lot",
4552 "semantic_version",
4553 "serde",
4554 "serde_json",
4555 "toml 0.8.20",
4556 "util",
4557 "wasm-encoder 0.221.3",
4558 "wasmparser 0.221.3",
4559 "wit-component 0.221.3",
4560]
4561
4562[[package]]
4563name = "extension_cli"
4564version = "0.1.0"
4565dependencies = [
4566 "anyhow",
4567 "clap",
4568 "env_logger 0.11.6",
4569 "extension",
4570 "fs",
4571 "language",
4572 "log",
4573 "reqwest_client",
4574 "rpc",
4575 "serde",
4576 "serde_json",
4577 "theme",
4578 "tokio",
4579 "toml 0.8.20",
4580 "tree-sitter",
4581 "wasmtime",
4582]
4583
4584[[package]]
4585name = "extension_host"
4586version = "0.1.0"
4587dependencies = [
4588 "anyhow",
4589 "async-compression",
4590 "async-tar",
4591 "async-trait",
4592 "client",
4593 "collections",
4594 "context_server_settings",
4595 "ctor",
4596 "env_logger 0.11.6",
4597 "extension",
4598 "fs",
4599 "futures 0.3.31",
4600 "gpui",
4601 "http_client",
4602 "language",
4603 "language_extension",
4604 "log",
4605 "lsp",
4606 "node_runtime",
4607 "parking_lot",
4608 "paths",
4609 "project",
4610 "release_channel",
4611 "remote",
4612 "reqwest_client",
4613 "schemars",
4614 "semantic_version",
4615 "serde",
4616 "serde_json",
4617 "serde_json_lenient",
4618 "settings",
4619 "task",
4620 "telemetry",
4621 "tempfile",
4622 "theme",
4623 "theme_extension",
4624 "toml 0.8.20",
4625 "url",
4626 "util",
4627 "wasmparser 0.221.3",
4628 "wasmtime",
4629 "wasmtime-wasi",
4630]
4631
4632[[package]]
4633name = "extensions_ui"
4634version = "0.1.0"
4635dependencies = [
4636 "anyhow",
4637 "client",
4638 "collections",
4639 "db",
4640 "editor",
4641 "extension_host",
4642 "feature_flags",
4643 "fs",
4644 "fuzzy",
4645 "gpui",
4646 "language",
4647 "num-format",
4648 "picker",
4649 "project",
4650 "release_channel",
4651 "semantic_version",
4652 "serde",
4653 "settings",
4654 "smallvec",
4655 "telemetry",
4656 "theme",
4657 "ui",
4658 "util",
4659 "vim_mode_setting",
4660 "workspace",
4661 "zed_actions",
4662]
4663
4664[[package]]
4665name = "fallible-iterator"
4666version = "0.3.0"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4669
4670[[package]]
4671name = "fancy-regex"
4672version = "0.13.0"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4675dependencies = [
4676 "bit-set 0.5.3",
4677 "regex-automata 0.4.9",
4678 "regex-syntax 0.8.5",
4679]
4680
4681[[package]]
4682name = "fancy-regex"
4683version = "0.14.0"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4686dependencies = [
4687 "bit-set 0.8.0",
4688 "regex-automata 0.4.9",
4689 "regex-syntax 0.8.5",
4690]
4691
4692[[package]]
4693name = "fast-srgb8"
4694version = "1.0.0"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4697
4698[[package]]
4699name = "fastrand"
4700version = "1.9.0"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4703dependencies = [
4704 "instant",
4705]
4706
4707[[package]]
4708name = "fastrand"
4709version = "2.3.0"
4710source = "registry+https://github.com/rust-lang/crates.io-index"
4711checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4712
4713[[package]]
4714name = "fd-lock"
4715version = "4.0.2"
4716source = "registry+https://github.com/rust-lang/crates.io-index"
4717checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4718dependencies = [
4719 "cfg-if",
4720 "rustix",
4721 "windows-sys 0.52.0",
4722]
4723
4724[[package]]
4725name = "fdeflate"
4726version = "0.3.7"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4729dependencies = [
4730 "simd-adler32",
4731]
4732
4733[[package]]
4734name = "feature_flags"
4735version = "0.1.0"
4736dependencies = [
4737 "futures 0.3.31",
4738 "gpui",
4739 "smol",
4740]
4741
4742[[package]]
4743name = "feedback"
4744version = "0.1.0"
4745dependencies = [
4746 "anyhow",
4747 "bitflags 2.8.0",
4748 "client",
4749 "db",
4750 "editor",
4751 "futures 0.3.31",
4752 "gpui",
4753 "http_client",
4754 "human_bytes",
4755 "language",
4756 "log",
4757 "menu",
4758 "project",
4759 "regex",
4760 "release_channel",
4761 "serde",
4762 "serde_derive",
4763 "serde_json",
4764 "smol",
4765 "sysinfo",
4766 "ui",
4767 "urlencoding",
4768 "util",
4769 "workspace",
4770 "zed_actions",
4771]
4772
4773[[package]]
4774name = "ff"
4775version = "0.12.1"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4778dependencies = [
4779 "rand_core 0.6.4",
4780 "subtle",
4781]
4782
4783[[package]]
4784name = "file_finder"
4785version = "0.1.0"
4786dependencies = [
4787 "anyhow",
4788 "collections",
4789 "ctor",
4790 "editor",
4791 "env_logger 0.11.6",
4792 "file_icons",
4793 "futures 0.3.31",
4794 "fuzzy",
4795 "gpui",
4796 "language",
4797 "menu",
4798 "picker",
4799 "project",
4800 "schemars",
4801 "serde",
4802 "serde_derive",
4803 "serde_json",
4804 "settings",
4805 "text",
4806 "theme",
4807 "ui",
4808 "util",
4809 "workspace",
4810]
4811
4812[[package]]
4813name = "file_icons"
4814version = "0.1.0"
4815dependencies = [
4816 "gpui",
4817 "serde",
4818 "settings",
4819 "theme",
4820 "util",
4821]
4822
4823[[package]]
4824name = "filedescriptor"
4825version = "0.8.3"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4828dependencies = [
4829 "libc",
4830 "thiserror 1.0.69",
4831 "winapi",
4832]
4833
4834[[package]]
4835name = "filetime"
4836version = "0.2.25"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4839dependencies = [
4840 "cfg-if",
4841 "libc",
4842 "libredox",
4843 "windows-sys 0.59.0",
4844]
4845
4846[[package]]
4847name = "fixedbitset"
4848version = "0.4.2"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4851
4852[[package]]
4853name = "flate2"
4854version = "1.0.35"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4857dependencies = [
4858 "crc32fast",
4859 "miniz_oxide",
4860]
4861
4862[[package]]
4863name = "float-cmp"
4864version = "0.9.0"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4867
4868[[package]]
4869name = "float-ord"
4870version = "0.3.2"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4873
4874[[package]]
4875name = "float_next_after"
4876version = "1.0.0"
4877source = "registry+https://github.com/rust-lang/crates.io-index"
4878checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4879
4880[[package]]
4881name = "flume"
4882version = "0.11.1"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4885dependencies = [
4886 "futures-core",
4887 "futures-sink",
4888 "nanorand",
4889 "spin",
4890]
4891
4892[[package]]
4893name = "fnv"
4894version = "1.0.7"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4897
4898[[package]]
4899name = "foldhash"
4900version = "0.1.3"
4901source = "registry+https://github.com/rust-lang/crates.io-index"
4902checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4903
4904[[package]]
4905name = "font-kit"
4906version = "0.14.1"
4907source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4908dependencies = [
4909 "bitflags 2.8.0",
4910 "byteorder",
4911 "core-foundation 0.9.4",
4912 "core-graphics 0.23.2",
4913 "core-text",
4914 "dirs 5.0.1",
4915 "dwrote",
4916 "float-ord",
4917 "freetype-sys",
4918 "lazy_static",
4919 "libc",
4920 "log",
4921 "pathfinder_geometry",
4922 "pathfinder_simd",
4923 "walkdir",
4924 "winapi",
4925 "yeslogic-fontconfig-sys",
4926]
4927
4928[[package]]
4929name = "font-types"
4930version = "0.7.3"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4933dependencies = [
4934 "bytemuck",
4935]
4936
4937[[package]]
4938name = "fontconfig-parser"
4939version = "0.5.7"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4942dependencies = [
4943 "roxmltree",
4944]
4945
4946[[package]]
4947name = "fontdb"
4948version = "0.18.0"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4951dependencies = [
4952 "fontconfig-parser",
4953 "log",
4954 "memmap2",
4955 "slotmap",
4956 "tinyvec",
4957 "ttf-parser",
4958]
4959
4960[[package]]
4961name = "foreign-types"
4962version = "0.3.2"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4965dependencies = [
4966 "foreign-types-shared 0.1.1",
4967]
4968
4969[[package]]
4970name = "foreign-types"
4971version = "0.5.0"
4972source = "registry+https://github.com/rust-lang/crates.io-index"
4973checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4974dependencies = [
4975 "foreign-types-macros",
4976 "foreign-types-shared 0.3.1",
4977]
4978
4979[[package]]
4980name = "foreign-types-macros"
4981version = "0.2.3"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4984dependencies = [
4985 "proc-macro2",
4986 "quote",
4987 "syn 2.0.90",
4988]
4989
4990[[package]]
4991name = "foreign-types-shared"
4992version = "0.1.1"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4995
4996[[package]]
4997name = "foreign-types-shared"
4998version = "0.3.1"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5001
5002[[package]]
5003name = "fork"
5004version = "0.2.0"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5007dependencies = [
5008 "libc",
5009]
5010
5011[[package]]
5012name = "form_urlencoded"
5013version = "1.2.1"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5016dependencies = [
5017 "percent-encoding",
5018]
5019
5020[[package]]
5021name = "freetype-sys"
5022version = "0.20.1"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5025dependencies = [
5026 "cc",
5027 "libc",
5028 "pkg-config",
5029]
5030
5031[[package]]
5032name = "fs"
5033version = "0.1.0"
5034dependencies = [
5035 "anyhow",
5036 "ashpd",
5037 "async-tar",
5038 "async-trait",
5039 "cocoa 0.26.0",
5040 "collections",
5041 "fsevent",
5042 "futures 0.3.31",
5043 "git",
5044 "git2",
5045 "gpui",
5046 "libc",
5047 "log",
5048 "notify 6.1.1",
5049 "objc",
5050 "parking_lot",
5051 "paths",
5052 "proto",
5053 "rope",
5054 "serde",
5055 "serde_json",
5056 "smol",
5057 "tempfile",
5058 "text",
5059 "time",
5060 "util",
5061 "windows 0.60.0",
5062]
5063
5064[[package]]
5065name = "fs-set-times"
5066version = "0.20.2"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5069dependencies = [
5070 "io-lifetimes",
5071 "rustix",
5072 "windows-sys 0.59.0",
5073]
5074
5075[[package]]
5076name = "fs2"
5077version = "0.4.3"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5080dependencies = [
5081 "libc",
5082 "winapi",
5083]
5084
5085[[package]]
5086name = "fs_extra"
5087version = "1.3.0"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5090
5091[[package]]
5092name = "fsevent"
5093version = "0.1.0"
5094dependencies = [
5095 "bitflags 2.8.0",
5096 "core-foundation 0.9.4",
5097 "fsevent-sys 3.1.0",
5098 "parking_lot",
5099 "tempfile",
5100]
5101
5102[[package]]
5103name = "fsevent-sys"
5104version = "3.1.0"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5107dependencies = [
5108 "libc",
5109]
5110
5111[[package]]
5112name = "fsevent-sys"
5113version = "4.1.0"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5116dependencies = [
5117 "libc",
5118]
5119
5120[[package]]
5121name = "funty"
5122version = "2.0.0"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5125
5126[[package]]
5127name = "futf"
5128version = "0.1.5"
5129source = "registry+https://github.com/rust-lang/crates.io-index"
5130checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5131dependencies = [
5132 "mac",
5133 "new_debug_unreachable",
5134]
5135
5136[[package]]
5137name = "futures"
5138version = "0.1.31"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5141
5142[[package]]
5143name = "futures"
5144version = "0.3.31"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5147dependencies = [
5148 "futures-channel",
5149 "futures-core",
5150 "futures-executor",
5151 "futures-io",
5152 "futures-sink",
5153 "futures-task",
5154 "futures-util",
5155]
5156
5157[[package]]
5158name = "futures-batch"
5159version = "0.6.1"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5162dependencies = [
5163 "futures 0.3.31",
5164 "futures-timer",
5165 "pin-utils",
5166]
5167
5168[[package]]
5169name = "futures-channel"
5170version = "0.3.31"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5173dependencies = [
5174 "futures-core",
5175 "futures-sink",
5176]
5177
5178[[package]]
5179name = "futures-core"
5180version = "0.3.31"
5181source = "registry+https://github.com/rust-lang/crates.io-index"
5182checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5183
5184[[package]]
5185name = "futures-executor"
5186version = "0.3.31"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5189dependencies = [
5190 "futures-core",
5191 "futures-task",
5192 "futures-util",
5193]
5194
5195[[package]]
5196name = "futures-intrusive"
5197version = "0.5.0"
5198source = "registry+https://github.com/rust-lang/crates.io-index"
5199checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5200dependencies = [
5201 "futures-core",
5202 "lock_api",
5203 "parking_lot",
5204]
5205
5206[[package]]
5207name = "futures-io"
5208version = "0.3.31"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5211
5212[[package]]
5213name = "futures-lite"
5214version = "1.13.0"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5217dependencies = [
5218 "fastrand 1.9.0",
5219 "futures-core",
5220 "futures-io",
5221 "memchr",
5222 "parking",
5223 "pin-project-lite",
5224 "waker-fn",
5225]
5226
5227[[package]]
5228name = "futures-lite"
5229version = "2.6.0"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5232dependencies = [
5233 "fastrand 2.3.0",
5234 "futures-core",
5235 "futures-io",
5236 "parking",
5237 "pin-project-lite",
5238]
5239
5240[[package]]
5241name = "futures-macro"
5242version = "0.3.31"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5245dependencies = [
5246 "proc-macro2",
5247 "quote",
5248 "syn 2.0.90",
5249]
5250
5251[[package]]
5252name = "futures-sink"
5253version = "0.3.31"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5256
5257[[package]]
5258name = "futures-task"
5259version = "0.3.31"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5262
5263[[package]]
5264name = "futures-timer"
5265version = "3.0.3"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5268
5269[[package]]
5270name = "futures-util"
5271version = "0.3.31"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5274dependencies = [
5275 "futures 0.1.31",
5276 "futures-channel",
5277 "futures-core",
5278 "futures-io",
5279 "futures-macro",
5280 "futures-sink",
5281 "futures-task",
5282 "memchr",
5283 "pin-project-lite",
5284 "pin-utils",
5285 "slab",
5286 "tokio-io",
5287]
5288
5289[[package]]
5290name = "fuzzy"
5291version = "0.1.0"
5292dependencies = [
5293 "gpui",
5294 "log",
5295 "util",
5296]
5297
5298[[package]]
5299name = "fuzzy-matcher"
5300version = "0.3.7"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5303dependencies = [
5304 "thread_local",
5305]
5306
5307[[package]]
5308name = "generic-array"
5309version = "0.14.7"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5312dependencies = [
5313 "typenum",
5314 "version_check",
5315]
5316
5317[[package]]
5318name = "gethostname"
5319version = "0.4.3"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5322dependencies = [
5323 "libc",
5324 "windows-targets 0.48.5",
5325]
5326
5327[[package]]
5328name = "getrandom"
5329version = "0.1.16"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5332dependencies = [
5333 "cfg-if",
5334 "libc",
5335 "wasi 0.9.0+wasi-snapshot-preview1",
5336]
5337
5338[[package]]
5339name = "getrandom"
5340version = "0.2.15"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5343dependencies = [
5344 "cfg-if",
5345 "js-sys",
5346 "libc",
5347 "wasi 0.11.0+wasi-snapshot-preview1",
5348 "wasm-bindgen",
5349]
5350
5351[[package]]
5352name = "getrandom"
5353version = "0.3.1"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5356dependencies = [
5357 "cfg-if",
5358 "libc",
5359 "wasi 0.13.3+wasi-0.2.2",
5360 "windows-targets 0.52.6",
5361]
5362
5363[[package]]
5364name = "gif"
5365version = "0.13.1"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5368dependencies = [
5369 "color_quant",
5370 "weezl",
5371]
5372
5373[[package]]
5374name = "gimli"
5375version = "0.31.1"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5378dependencies = [
5379 "fallible-iterator",
5380 "indexmap",
5381 "stable_deref_trait",
5382]
5383
5384[[package]]
5385name = "git"
5386version = "0.1.0"
5387dependencies = [
5388 "anyhow",
5389 "askpass",
5390 "async-trait",
5391 "collections",
5392 "derive_more",
5393 "futures 0.3.31",
5394 "git2",
5395 "gpui",
5396 "http_client",
5397 "log",
5398 "parking_lot",
5399 "pretty_assertions",
5400 "regex",
5401 "rope",
5402 "schemars",
5403 "serde",
5404 "serde_json",
5405 "smol",
5406 "sum_tree",
5407 "text",
5408 "time",
5409 "unindent",
5410 "url",
5411 "util",
5412]
5413
5414[[package]]
5415name = "git2"
5416version = "0.20.0"
5417source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5418dependencies = [
5419 "bitflags 2.8.0",
5420 "libc",
5421 "libgit2-sys",
5422 "log",
5423 "url",
5424]
5425
5426[[package]]
5427name = "git_hosting_providers"
5428version = "0.1.0"
5429dependencies = [
5430 "anyhow",
5431 "async-trait",
5432 "futures 0.3.31",
5433 "git",
5434 "gpui",
5435 "http_client",
5436 "indoc",
5437 "pretty_assertions",
5438 "regex",
5439 "serde",
5440 "serde_json",
5441 "url",
5442 "util",
5443]
5444
5445[[package]]
5446name = "git_ui"
5447version = "0.1.0"
5448dependencies = [
5449 "anyhow",
5450 "askpass",
5451 "assistant_settings",
5452 "buffer_diff",
5453 "collections",
5454 "component",
5455 "ctor",
5456 "db",
5457 "editor",
5458 "env_logger 0.11.6",
5459 "futures 0.3.31",
5460 "fuzzy",
5461 "git",
5462 "gpui",
5463 "itertools 0.14.0",
5464 "language",
5465 "language_model",
5466 "linkify",
5467 "linkme",
5468 "log",
5469 "menu",
5470 "multi_buffer",
5471 "notifications",
5472 "panel",
5473 "picker",
5474 "postage",
5475 "pretty_assertions",
5476 "project",
5477 "schemars",
5478 "serde",
5479 "serde_derive",
5480 "serde_json",
5481 "settings",
5482 "smallvec",
5483 "strum",
5484 "telemetry",
5485 "theme",
5486 "time",
5487 "time_format",
5488 "ui",
5489 "unindent",
5490 "util",
5491 "windows 0.60.0",
5492 "workspace",
5493 "zed_actions",
5494]
5495
5496[[package]]
5497name = "glob"
5498version = "0.3.1"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5501
5502[[package]]
5503name = "globset"
5504version = "0.4.16"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5507dependencies = [
5508 "aho-corasick",
5509 "bstr",
5510 "log",
5511 "regex-automata 0.4.9",
5512 "regex-syntax 0.8.5",
5513]
5514
5515[[package]]
5516name = "gloo-timers"
5517version = "0.3.0"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5520dependencies = [
5521 "futures-channel",
5522 "futures-core",
5523 "js-sys",
5524 "wasm-bindgen",
5525]
5526
5527[[package]]
5528name = "glow"
5529version = "0.14.2"
5530source = "registry+https://github.com/rust-lang/crates.io-index"
5531checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5532dependencies = [
5533 "js-sys",
5534 "slotmap",
5535 "wasm-bindgen",
5536 "web-sys",
5537]
5538
5539[[package]]
5540name = "go_to_line"
5541version = "0.1.0"
5542dependencies = [
5543 "anyhow",
5544 "editor",
5545 "gpui",
5546 "indoc",
5547 "language",
5548 "menu",
5549 "project",
5550 "rope",
5551 "schemars",
5552 "serde",
5553 "serde_json",
5554 "settings",
5555 "text",
5556 "theme",
5557 "tree-sitter-rust",
5558 "tree-sitter-typescript",
5559 "ui",
5560 "util",
5561 "workspace",
5562]
5563
5564[[package]]
5565name = "google_ai"
5566version = "0.1.0"
5567dependencies = [
5568 "anyhow",
5569 "futures 0.3.31",
5570 "http_client",
5571 "schemars",
5572 "serde",
5573 "serde_json",
5574 "strum",
5575]
5576
5577[[package]]
5578name = "gpu-alloc"
5579version = "0.6.0"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5582dependencies = [
5583 "bitflags 2.8.0",
5584 "gpu-alloc-types",
5585]
5586
5587[[package]]
5588name = "gpu-alloc-ash"
5589version = "0.7.0"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5592dependencies = [
5593 "ash",
5594 "gpu-alloc-types",
5595 "tinyvec",
5596]
5597
5598[[package]]
5599name = "gpu-alloc-types"
5600version = "0.3.0"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5603dependencies = [
5604 "bitflags 2.8.0",
5605]
5606
5607[[package]]
5608name = "gpui"
5609version = "0.1.0"
5610dependencies = [
5611 "anyhow",
5612 "as-raw-xcb-connection",
5613 "ashpd",
5614 "async-task",
5615 "backtrace",
5616 "bindgen 0.70.1",
5617 "blade-graphics",
5618 "blade-macros",
5619 "blade-util",
5620 "block",
5621 "bytemuck",
5622 "calloop",
5623 "calloop-wayland-source",
5624 "cbindgen 0.28.0",
5625 "cocoa 0.26.0",
5626 "collections",
5627 "core-foundation 0.9.4",
5628 "core-foundation-sys",
5629 "core-graphics 0.23.2",
5630 "core-text",
5631 "cosmic-text",
5632 "ctor",
5633 "derive_more",
5634 "embed-resource",
5635 "env_logger 0.11.6",
5636 "etagere",
5637 "filedescriptor",
5638 "flume",
5639 "font-kit",
5640 "foreign-types 0.5.0",
5641 "futures 0.3.31",
5642 "gpui_macros",
5643 "http_client",
5644 "image",
5645 "inventory",
5646 "itertools 0.14.0",
5647 "log",
5648 "lyon",
5649 "media",
5650 "metal",
5651 "naga",
5652 "num_cpus",
5653 "objc",
5654 "objc2",
5655 "objc2-metal",
5656 "oo7",
5657 "open",
5658 "parking",
5659 "parking_lot",
5660 "pathfinder_geometry",
5661 "postage",
5662 "profiling",
5663 "rand 0.8.5",
5664 "raw-window-handle",
5665 "refineable",
5666 "reqwest_client",
5667 "resvg",
5668 "schemars",
5669 "seahash",
5670 "semantic_version",
5671 "serde",
5672 "serde_derive",
5673 "serde_json",
5674 "slotmap",
5675 "smallvec",
5676 "smol",
5677 "strum",
5678 "sum_tree",
5679 "taffy",
5680 "thiserror 1.0.69",
5681 "unicode-segmentation",
5682 "usvg",
5683 "util",
5684 "uuid",
5685 "waker-fn",
5686 "wayland-backend",
5687 "wayland-client",
5688 "wayland-cursor",
5689 "wayland-protocols",
5690 "wayland-protocols-plasma",
5691 "windows 0.60.0",
5692 "windows-core 0.60.1",
5693 "x11-clipboard",
5694 "x11rb",
5695 "xim",
5696 "xkbcommon",
5697]
5698
5699[[package]]
5700name = "gpui_macros"
5701version = "0.1.0"
5702dependencies = [
5703 "gpui",
5704 "proc-macro2",
5705 "quote",
5706 "syn 1.0.109",
5707]
5708
5709[[package]]
5710name = "gpui_tokio"
5711version = "0.1.0"
5712dependencies = [
5713 "gpui",
5714 "tokio",
5715 "util",
5716]
5717
5718[[package]]
5719name = "grid"
5720version = "0.13.0"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5723
5724[[package]]
5725name = "group"
5726version = "0.12.1"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5729dependencies = [
5730 "ff",
5731 "rand_core 0.6.4",
5732 "subtle",
5733]
5734
5735[[package]]
5736name = "h2"
5737version = "0.3.26"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5740dependencies = [
5741 "bytes 1.10.1",
5742 "fnv",
5743 "futures-core",
5744 "futures-sink",
5745 "futures-util",
5746 "http 0.2.12",
5747 "indexmap",
5748 "slab",
5749 "tokio",
5750 "tokio-util",
5751 "tracing",
5752]
5753
5754[[package]]
5755name = "h2"
5756version = "0.4.7"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5759dependencies = [
5760 "atomic-waker",
5761 "bytes 1.10.1",
5762 "fnv",
5763 "futures-core",
5764 "futures-sink",
5765 "http 1.2.0",
5766 "indexmap",
5767 "slab",
5768 "tokio",
5769 "tokio-util",
5770 "tracing",
5771]
5772
5773[[package]]
5774name = "half"
5775version = "2.4.1"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5778dependencies = [
5779 "cfg-if",
5780 "crunchy",
5781]
5782
5783[[package]]
5784name = "handlebars"
5785version = "4.5.0"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5788dependencies = [
5789 "log",
5790 "pest",
5791 "pest_derive",
5792 "serde",
5793 "serde_json",
5794 "thiserror 1.0.69",
5795]
5796
5797[[package]]
5798name = "handlebars"
5799version = "6.2.0"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5802dependencies = [
5803 "log",
5804 "num-order",
5805 "pest",
5806 "pest_derive",
5807 "serde",
5808 "serde_json",
5809 "thiserror 1.0.69",
5810]
5811
5812[[package]]
5813name = "hashbrown"
5814version = "0.12.3"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5817dependencies = [
5818 "ahash 0.7.8",
5819]
5820
5821[[package]]
5822name = "hashbrown"
5823version = "0.14.5"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5826dependencies = [
5827 "ahash 0.8.11",
5828 "allocator-api2",
5829]
5830
5831[[package]]
5832name = "hashbrown"
5833version = "0.15.2"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
5835checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5836dependencies = [
5837 "allocator-api2",
5838 "equivalent",
5839 "foldhash",
5840 "serde",
5841]
5842
5843[[package]]
5844name = "hashlink"
5845version = "0.8.4"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5848dependencies = [
5849 "hashbrown 0.14.5",
5850]
5851
5852[[package]]
5853name = "hashlink"
5854version = "0.10.0"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5857dependencies = [
5858 "hashbrown 0.15.2",
5859]
5860
5861[[package]]
5862name = "headers"
5863version = "0.3.9"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5866dependencies = [
5867 "base64 0.21.7",
5868 "bytes 1.10.1",
5869 "headers-core",
5870 "http 0.2.12",
5871 "httpdate",
5872 "mime",
5873 "sha1",
5874]
5875
5876[[package]]
5877name = "headers-core"
5878version = "0.2.0"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5881dependencies = [
5882 "http 0.2.12",
5883]
5884
5885[[package]]
5886name = "heck"
5887version = "0.3.3"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5890dependencies = [
5891 "unicode-segmentation",
5892]
5893
5894[[package]]
5895name = "heck"
5896version = "0.4.1"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5899dependencies = [
5900 "unicode-segmentation",
5901]
5902
5903[[package]]
5904name = "heck"
5905version = "0.5.0"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5908
5909[[package]]
5910name = "heed"
5911version = "0.21.0"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5914dependencies = [
5915 "bitflags 2.8.0",
5916 "byteorder",
5917 "heed-traits",
5918 "heed-types",
5919 "libc",
5920 "lmdb-master-sys",
5921 "once_cell",
5922 "page_size",
5923 "serde",
5924 "synchronoise",
5925 "url",
5926]
5927
5928[[package]]
5929name = "heed-traits"
5930version = "0.20.0"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5933
5934[[package]]
5935name = "heed-types"
5936version = "0.21.0"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5939dependencies = [
5940 "bincode",
5941 "byteorder",
5942 "heed-traits",
5943 "serde",
5944 "serde_json",
5945]
5946
5947[[package]]
5948name = "hermit-abi"
5949version = "0.3.9"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5952
5953[[package]]
5954name = "hermit-abi"
5955version = "0.4.0"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5958
5959[[package]]
5960name = "hex"
5961version = "0.4.3"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5964
5965[[package]]
5966name = "hexf-parse"
5967version = "0.2.1"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5970
5971[[package]]
5972name = "hidden-trait"
5973version = "0.1.2"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5976dependencies = [
5977 "proc-macro2",
5978 "quote",
5979 "syn 1.0.109",
5980]
5981
5982[[package]]
5983name = "hkdf"
5984version = "0.12.4"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5987dependencies = [
5988 "hmac",
5989]
5990
5991[[package]]
5992name = "hmac"
5993version = "0.12.1"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5996dependencies = [
5997 "digest",
5998]
5999
6000[[package]]
6001name = "home"
6002version = "0.5.9"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6005dependencies = [
6006 "windows-sys 0.52.0",
6007]
6008
6009[[package]]
6010name = "hound"
6011version = "3.5.1"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6014
6015[[package]]
6016name = "html5ever"
6017version = "0.27.0"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6020dependencies = [
6021 "log",
6022 "mac",
6023 "markup5ever",
6024 "proc-macro2",
6025 "quote",
6026 "syn 2.0.90",
6027]
6028
6029[[package]]
6030name = "html_to_markdown"
6031version = "0.1.0"
6032dependencies = [
6033 "anyhow",
6034 "html5ever",
6035 "indoc",
6036 "markup5ever_rcdom",
6037 "pretty_assertions",
6038 "regex",
6039]
6040
6041[[package]]
6042name = "http"
6043version = "0.2.12"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6046dependencies = [
6047 "bytes 1.10.1",
6048 "fnv",
6049 "itoa",
6050]
6051
6052[[package]]
6053name = "http"
6054version = "1.2.0"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6057dependencies = [
6058 "bytes 1.10.1",
6059 "fnv",
6060 "itoa",
6061]
6062
6063[[package]]
6064name = "http-body"
6065version = "0.4.6"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6068dependencies = [
6069 "bytes 1.10.1",
6070 "http 0.2.12",
6071 "pin-project-lite",
6072]
6073
6074[[package]]
6075name = "http-body"
6076version = "1.0.1"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6079dependencies = [
6080 "bytes 1.10.1",
6081 "http 1.2.0",
6082]
6083
6084[[package]]
6085name = "http-body-util"
6086version = "0.1.2"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6089dependencies = [
6090 "bytes 1.10.1",
6091 "futures-util",
6092 "http 1.2.0",
6093 "http-body 1.0.1",
6094 "pin-project-lite",
6095]
6096
6097[[package]]
6098name = "http-range-header"
6099version = "0.3.1"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6102
6103[[package]]
6104name = "http-types"
6105version = "2.12.0"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6108dependencies = [
6109 "anyhow",
6110 "async-channel 1.9.0",
6111 "base64 0.13.1",
6112 "futures-lite 1.13.0",
6113 "http 0.2.12",
6114 "infer",
6115 "pin-project-lite",
6116 "rand 0.7.3",
6117 "serde",
6118 "serde_json",
6119 "serde_qs 0.8.5",
6120 "serde_urlencoded",
6121 "url",
6122]
6123
6124[[package]]
6125name = "http_client"
6126version = "0.1.0"
6127dependencies = [
6128 "anyhow",
6129 "bytes 1.10.1",
6130 "derive_more",
6131 "futures 0.3.31",
6132 "http 1.2.0",
6133 "log",
6134 "rustls 0.23.23",
6135 "rustls-platform-verifier",
6136 "serde",
6137 "serde_json",
6138 "url",
6139]
6140
6141[[package]]
6142name = "httparse"
6143version = "1.9.5"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6146
6147[[package]]
6148name = "httpdate"
6149version = "1.0.3"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6152
6153[[package]]
6154name = "human_bytes"
6155version = "0.4.3"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6158
6159[[package]]
6160name = "humantime"
6161version = "2.1.0"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6164
6165[[package]]
6166name = "hyper"
6167version = "0.14.32"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6170dependencies = [
6171 "bytes 1.10.1",
6172 "futures-channel",
6173 "futures-core",
6174 "futures-util",
6175 "h2 0.3.26",
6176 "http 0.2.12",
6177 "http-body 0.4.6",
6178 "httparse",
6179 "httpdate",
6180 "itoa",
6181 "pin-project-lite",
6182 "socket2",
6183 "tokio",
6184 "tower-service",
6185 "tracing",
6186 "want",
6187]
6188
6189[[package]]
6190name = "hyper"
6191version = "1.5.1"
6192source = "registry+https://github.com/rust-lang/crates.io-index"
6193checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6194dependencies = [
6195 "bytes 1.10.1",
6196 "futures-channel",
6197 "futures-util",
6198 "h2 0.4.7",
6199 "http 1.2.0",
6200 "http-body 1.0.1",
6201 "httparse",
6202 "itoa",
6203 "pin-project-lite",
6204 "smallvec",
6205 "tokio",
6206 "want",
6207]
6208
6209[[package]]
6210name = "hyper-rustls"
6211version = "0.24.2"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6214dependencies = [
6215 "futures-util",
6216 "http 0.2.12",
6217 "hyper 0.14.32",
6218 "log",
6219 "rustls 0.21.12",
6220 "rustls-native-certs 0.6.3",
6221 "tokio",
6222 "tokio-rustls 0.24.1",
6223]
6224
6225[[package]]
6226name = "hyper-rustls"
6227version = "0.27.3"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6230dependencies = [
6231 "futures-util",
6232 "http 1.2.0",
6233 "hyper 1.5.1",
6234 "hyper-util",
6235 "rustls 0.23.23",
6236 "rustls-native-certs 0.8.1",
6237 "rustls-pki-types",
6238 "tokio",
6239 "tokio-rustls 0.26.1",
6240 "tower-service",
6241]
6242
6243[[package]]
6244name = "hyper-tls"
6245version = "0.5.0"
6246source = "registry+https://github.com/rust-lang/crates.io-index"
6247checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6248dependencies = [
6249 "bytes 1.10.1",
6250 "hyper 0.14.32",
6251 "native-tls",
6252 "tokio",
6253 "tokio-native-tls",
6254]
6255
6256[[package]]
6257name = "hyper-util"
6258version = "0.1.10"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6261dependencies = [
6262 "bytes 1.10.1",
6263 "futures-channel",
6264 "futures-util",
6265 "http 1.2.0",
6266 "http-body 1.0.1",
6267 "hyper 1.5.1",
6268 "pin-project-lite",
6269 "socket2",
6270 "tokio",
6271 "tower-service",
6272 "tracing",
6273]
6274
6275[[package]]
6276name = "iana-time-zone"
6277version = "0.1.61"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6280dependencies = [
6281 "android_system_properties",
6282 "core-foundation-sys",
6283 "iana-time-zone-haiku",
6284 "js-sys",
6285 "wasm-bindgen",
6286 "windows-core 0.52.0",
6287]
6288
6289[[package]]
6290name = "iana-time-zone-haiku"
6291version = "0.1.2"
6292source = "registry+https://github.com/rust-lang/crates.io-index"
6293checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6294dependencies = [
6295 "cc",
6296]
6297
6298[[package]]
6299name = "icu_collections"
6300version = "1.5.0"
6301source = "registry+https://github.com/rust-lang/crates.io-index"
6302checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6303dependencies = [
6304 "displaydoc",
6305 "yoke",
6306 "zerofrom",
6307 "zerovec",
6308]
6309
6310[[package]]
6311name = "icu_locid"
6312version = "1.5.0"
6313source = "registry+https://github.com/rust-lang/crates.io-index"
6314checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6315dependencies = [
6316 "displaydoc",
6317 "litemap",
6318 "tinystr",
6319 "writeable",
6320 "zerovec",
6321]
6322
6323[[package]]
6324name = "icu_locid_transform"
6325version = "1.5.0"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6328dependencies = [
6329 "displaydoc",
6330 "icu_locid",
6331 "icu_locid_transform_data",
6332 "icu_provider",
6333 "tinystr",
6334 "zerovec",
6335]
6336
6337[[package]]
6338name = "icu_locid_transform_data"
6339version = "1.5.0"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6342
6343[[package]]
6344name = "icu_normalizer"
6345version = "1.5.0"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6348dependencies = [
6349 "displaydoc",
6350 "icu_collections",
6351 "icu_normalizer_data",
6352 "icu_properties",
6353 "icu_provider",
6354 "smallvec",
6355 "utf16_iter",
6356 "utf8_iter",
6357 "write16",
6358 "zerovec",
6359]
6360
6361[[package]]
6362name = "icu_normalizer_data"
6363version = "1.5.0"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6366
6367[[package]]
6368name = "icu_properties"
6369version = "1.5.1"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6372dependencies = [
6373 "displaydoc",
6374 "icu_collections",
6375 "icu_locid_transform",
6376 "icu_properties_data",
6377 "icu_provider",
6378 "tinystr",
6379 "zerovec",
6380]
6381
6382[[package]]
6383name = "icu_properties_data"
6384version = "1.5.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6387
6388[[package]]
6389name = "icu_provider"
6390version = "1.5.0"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6393dependencies = [
6394 "displaydoc",
6395 "icu_locid",
6396 "icu_provider_macros",
6397 "stable_deref_trait",
6398 "tinystr",
6399 "writeable",
6400 "yoke",
6401 "zerofrom",
6402 "zerovec",
6403]
6404
6405[[package]]
6406name = "icu_provider_macros"
6407version = "1.5.0"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6410dependencies = [
6411 "proc-macro2",
6412 "quote",
6413 "syn 2.0.90",
6414]
6415
6416[[package]]
6417name = "id-arena"
6418version = "2.2.1"
6419source = "registry+https://github.com/rust-lang/crates.io-index"
6420checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6421
6422[[package]]
6423name = "idna"
6424version = "1.0.3"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6427dependencies = [
6428 "idna_adapter",
6429 "smallvec",
6430 "utf8_iter",
6431]
6432
6433[[package]]
6434name = "idna_adapter"
6435version = "1.2.0"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6438dependencies = [
6439 "icu_normalizer",
6440 "icu_properties",
6441]
6442
6443[[package]]
6444name = "ignore"
6445version = "0.4.23"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6448dependencies = [
6449 "crossbeam-deque",
6450 "globset",
6451 "log",
6452 "memchr",
6453 "regex-automata 0.4.9",
6454 "same-file",
6455 "walkdir",
6456 "winapi-util",
6457]
6458
6459[[package]]
6460name = "image"
6461version = "0.25.5"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6464dependencies = [
6465 "bytemuck",
6466 "byteorder-lite",
6467 "color_quant",
6468 "exr",
6469 "gif",
6470 "image-webp",
6471 "num-traits",
6472 "png",
6473 "qoi",
6474 "ravif",
6475 "rayon",
6476 "rgb",
6477 "tiff",
6478 "zune-core",
6479 "zune-jpeg",
6480]
6481
6482[[package]]
6483name = "image-webp"
6484version = "0.2.0"
6485source = "registry+https://github.com/rust-lang/crates.io-index"
6486checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6487dependencies = [
6488 "byteorder-lite",
6489 "quick-error",
6490]
6491
6492[[package]]
6493name = "image_viewer"
6494version = "0.1.0"
6495dependencies = [
6496 "anyhow",
6497 "db",
6498 "editor",
6499 "file_icons",
6500 "gpui",
6501 "project",
6502 "schemars",
6503 "serde",
6504 "settings",
6505 "theme",
6506 "ui",
6507 "util",
6508 "workspace",
6509]
6510
6511[[package]]
6512name = "imagesize"
6513version = "0.13.0"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6516
6517[[package]]
6518name = "imara-diff"
6519version = "0.1.8"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6522dependencies = [
6523 "hashbrown 0.15.2",
6524]
6525
6526[[package]]
6527name = "imgref"
6528version = "1.11.0"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6531
6532[[package]]
6533name = "indexed_docs"
6534version = "0.1.0"
6535dependencies = [
6536 "anyhow",
6537 "async-trait",
6538 "cargo_metadata",
6539 "collections",
6540 "derive_more",
6541 "extension",
6542 "fs",
6543 "futures 0.3.31",
6544 "fuzzy",
6545 "gpui",
6546 "heed",
6547 "html_to_markdown",
6548 "http_client",
6549 "indexmap",
6550 "indoc",
6551 "parking_lot",
6552 "paths",
6553 "pretty_assertions",
6554 "serde",
6555 "strum",
6556 "util",
6557]
6558
6559[[package]]
6560name = "indexmap"
6561version = "2.7.1"
6562source = "registry+https://github.com/rust-lang/crates.io-index"
6563checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6564dependencies = [
6565 "equivalent",
6566 "hashbrown 0.15.2",
6567 "serde",
6568]
6569
6570[[package]]
6571name = "indoc"
6572version = "2.0.6"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6575
6576[[package]]
6577name = "infer"
6578version = "0.2.3"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6581
6582[[package]]
6583name = "inherent"
6584version = "1.0.11"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6587dependencies = [
6588 "proc-macro2",
6589 "quote",
6590 "syn 2.0.90",
6591]
6592
6593[[package]]
6594name = "inline_completion"
6595version = "0.1.0"
6596dependencies = [
6597 "gpui",
6598 "language",
6599 "project",
6600]
6601
6602[[package]]
6603name = "inline_completion_button"
6604version = "0.1.0"
6605dependencies = [
6606 "anyhow",
6607 "client",
6608 "copilot",
6609 "editor",
6610 "feature_flags",
6611 "fs",
6612 "futures 0.3.31",
6613 "gpui",
6614 "indoc",
6615 "inline_completion",
6616 "language",
6617 "lsp",
6618 "paths",
6619 "project",
6620 "regex",
6621 "serde_json",
6622 "settings",
6623 "supermaven",
6624 "telemetry",
6625 "theme",
6626 "ui",
6627 "workspace",
6628 "zed_actions",
6629 "zeta",
6630]
6631
6632[[package]]
6633name = "inotify"
6634version = "0.9.6"
6635source = "registry+https://github.com/rust-lang/crates.io-index"
6636checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6637dependencies = [
6638 "bitflags 1.3.2",
6639 "inotify-sys",
6640 "libc",
6641]
6642
6643[[package]]
6644name = "inotify"
6645version = "0.11.0"
6646source = "registry+https://github.com/rust-lang/crates.io-index"
6647checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6648dependencies = [
6649 "bitflags 2.8.0",
6650 "inotify-sys",
6651 "libc",
6652]
6653
6654[[package]]
6655name = "inotify-sys"
6656version = "0.1.5"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6659dependencies = [
6660 "libc",
6661]
6662
6663[[package]]
6664name = "inout"
6665version = "0.1.3"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6668dependencies = [
6669 "block-padding",
6670 "generic-array",
6671]
6672
6673[[package]]
6674name = "install_cli"
6675version = "0.1.0"
6676dependencies = [
6677 "anyhow",
6678 "gpui",
6679 "smol",
6680 "util",
6681]
6682
6683[[package]]
6684name = "instant"
6685version = "0.1.13"
6686source = "registry+https://github.com/rust-lang/crates.io-index"
6687checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6688dependencies = [
6689 "cfg-if",
6690]
6691
6692[[package]]
6693name = "interpolate_name"
6694version = "0.2.4"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6697dependencies = [
6698 "proc-macro2",
6699 "quote",
6700 "syn 2.0.90",
6701]
6702
6703[[package]]
6704name = "inventory"
6705version = "0.3.20"
6706source = "registry+https://github.com/rust-lang/crates.io-index"
6707checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6708dependencies = [
6709 "rustversion",
6710]
6711
6712[[package]]
6713name = "io-extras"
6714version = "0.18.4"
6715source = "registry+https://github.com/rust-lang/crates.io-index"
6716checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6717dependencies = [
6718 "io-lifetimes",
6719 "windows-sys 0.59.0",
6720]
6721
6722[[package]]
6723name = "io-lifetimes"
6724version = "2.0.4"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6727
6728[[package]]
6729name = "iovec"
6730version = "0.1.4"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6733dependencies = [
6734 "libc",
6735]
6736
6737[[package]]
6738name = "ipc-channel"
6739version = "0.19.0"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6742dependencies = [
6743 "bincode",
6744 "crossbeam-channel",
6745 "fnv",
6746 "lazy_static",
6747 "libc",
6748 "mio 1.0.3",
6749 "rand 0.8.5",
6750 "serde",
6751 "tempfile",
6752 "uuid",
6753 "windows 0.58.0",
6754]
6755
6756[[package]]
6757name = "ipnet"
6758version = "2.10.1"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6761
6762[[package]]
6763name = "is-docker"
6764version = "0.2.0"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6767dependencies = [
6768 "once_cell",
6769]
6770
6771[[package]]
6772name = "is-terminal"
6773version = "0.4.13"
6774source = "registry+https://github.com/rust-lang/crates.io-index"
6775checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6776dependencies = [
6777 "hermit-abi 0.4.0",
6778 "libc",
6779 "windows-sys 0.52.0",
6780]
6781
6782[[package]]
6783name = "is-wsl"
6784version = "0.4.0"
6785source = "registry+https://github.com/rust-lang/crates.io-index"
6786checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6787dependencies = [
6788 "is-docker",
6789 "once_cell",
6790]
6791
6792[[package]]
6793name = "is_terminal_polyfill"
6794version = "1.70.1"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6797
6798[[package]]
6799name = "itertools"
6800version = "0.10.5"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6803dependencies = [
6804 "either",
6805]
6806
6807[[package]]
6808name = "itertools"
6809version = "0.11.0"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6812dependencies = [
6813 "either",
6814]
6815
6816[[package]]
6817name = "itertools"
6818version = "0.12.1"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6821dependencies = [
6822 "either",
6823]
6824
6825[[package]]
6826name = "itertools"
6827version = "0.14.0"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6830dependencies = [
6831 "either",
6832]
6833
6834[[package]]
6835name = "itoa"
6836version = "1.0.14"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6839
6840[[package]]
6841name = "jni"
6842version = "0.21.1"
6843source = "registry+https://github.com/rust-lang/crates.io-index"
6844checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6845dependencies = [
6846 "cesu8",
6847 "cfg-if",
6848 "combine",
6849 "jni-sys",
6850 "log",
6851 "thiserror 1.0.69",
6852 "walkdir",
6853 "windows-sys 0.45.0",
6854]
6855
6856[[package]]
6857name = "jni-sys"
6858version = "0.3.0"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6861
6862[[package]]
6863name = "jobserver"
6864version = "0.1.32"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6867dependencies = [
6868 "libc",
6869]
6870
6871[[package]]
6872name = "journal"
6873version = "0.1.0"
6874dependencies = [
6875 "anyhow",
6876 "chrono",
6877 "editor",
6878 "gpui",
6879 "log",
6880 "schemars",
6881 "serde",
6882 "settings",
6883 "shellexpand 2.1.2",
6884 "workspace",
6885]
6886
6887[[package]]
6888name = "jpeg-decoder"
6889version = "0.3.1"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6892
6893[[package]]
6894name = "js-sys"
6895version = "0.3.76"
6896source = "registry+https://github.com/rust-lang/crates.io-index"
6897checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6898dependencies = [
6899 "once_cell",
6900 "wasm-bindgen",
6901]
6902
6903[[package]]
6904name = "jsonwebtoken"
6905version = "9.3.1"
6906source = "registry+https://github.com/rust-lang/crates.io-index"
6907checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6908dependencies = [
6909 "base64 0.22.1",
6910 "js-sys",
6911 "pem",
6912 "ring",
6913 "serde",
6914 "serde_json",
6915 "simple_asn1",
6916]
6917
6918[[package]]
6919name = "jupyter-protocol"
6920version = "0.6.0"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6923dependencies = [
6924 "anyhow",
6925 "async-trait",
6926 "bytes 1.10.1",
6927 "chrono",
6928 "futures 0.3.31",
6929 "serde",
6930 "serde_json",
6931 "uuid",
6932]
6933
6934[[package]]
6935name = "jupyter-websocket-client"
6936version = "0.9.0"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6939dependencies = [
6940 "anyhow",
6941 "async-trait",
6942 "async-tungstenite",
6943 "futures 0.3.31",
6944 "jupyter-protocol",
6945 "serde",
6946 "serde_json",
6947 "url",
6948 "uuid",
6949]
6950
6951[[package]]
6952name = "khronos-egl"
6953version = "6.0.0"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6956dependencies = [
6957 "libc",
6958 "libloading",
6959]
6960
6961[[package]]
6962name = "kqueue"
6963version = "1.0.8"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6966dependencies = [
6967 "kqueue-sys",
6968 "libc",
6969]
6970
6971[[package]]
6972name = "kqueue-sys"
6973version = "1.0.4"
6974source = "registry+https://github.com/rust-lang/crates.io-index"
6975checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6976dependencies = [
6977 "bitflags 1.3.2",
6978 "libc",
6979]
6980
6981[[package]]
6982name = "kurbo"
6983version = "0.11.1"
6984source = "registry+https://github.com/rust-lang/crates.io-index"
6985checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6986dependencies = [
6987 "arrayvec",
6988 "smallvec",
6989]
6990
6991[[package]]
6992name = "kv-log-macro"
6993version = "1.0.7"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6996dependencies = [
6997 "log",
6998]
6999
7000[[package]]
7001name = "language"
7002version = "0.1.0"
7003dependencies = [
7004 "anyhow",
7005 "async-trait",
7006 "async-watch",
7007 "clock",
7008 "collections",
7009 "ctor",
7010 "ec4rs",
7011 "env_logger 0.11.6",
7012 "fs",
7013 "futures 0.3.31",
7014 "fuzzy",
7015 "globset",
7016 "gpui",
7017 "http_client",
7018 "imara-diff",
7019 "indoc",
7020 "itertools 0.14.0",
7021 "log",
7022 "lsp",
7023 "parking_lot",
7024 "postage",
7025 "pretty_assertions",
7026 "rand 0.8.5",
7027 "regex",
7028 "rpc",
7029 "schemars",
7030 "serde",
7031 "serde_json",
7032 "settings",
7033 "smallvec",
7034 "smol",
7035 "streaming-iterator",
7036 "strsim",
7037 "sum_tree",
7038 "task",
7039 "text",
7040 "theme",
7041 "tree-sitter",
7042 "tree-sitter-elixir",
7043 "tree-sitter-embedded-template",
7044 "tree-sitter-heex",
7045 "tree-sitter-html",
7046 "tree-sitter-json",
7047 "tree-sitter-md",
7048 "tree-sitter-ruby",
7049 "tree-sitter-rust",
7050 "tree-sitter-typescript",
7051 "unicase",
7052 "unindent",
7053 "util",
7054]
7055
7056[[package]]
7057name = "language_extension"
7058version = "0.1.0"
7059dependencies = [
7060 "anyhow",
7061 "async-trait",
7062 "collections",
7063 "extension",
7064 "fs",
7065 "futures 0.3.31",
7066 "gpui",
7067 "language",
7068 "lsp",
7069 "serde",
7070 "serde_json",
7071 "util",
7072]
7073
7074[[package]]
7075name = "language_model"
7076version = "0.1.0"
7077dependencies = [
7078 "anthropic",
7079 "anyhow",
7080 "base64 0.22.1",
7081 "client",
7082 "collections",
7083 "futures 0.3.31",
7084 "google_ai",
7085 "gpui",
7086 "http_client",
7087 "image",
7088 "log",
7089 "open_ai",
7090 "parking_lot",
7091 "proto",
7092 "schemars",
7093 "serde",
7094 "serde_json",
7095 "smol",
7096 "strum",
7097 "telemetry_events",
7098 "thiserror 1.0.69",
7099 "ui",
7100 "util",
7101]
7102
7103[[package]]
7104name = "language_model_selector"
7105version = "0.1.0"
7106dependencies = [
7107 "feature_flags",
7108 "gpui",
7109 "language_model",
7110 "log",
7111 "picker",
7112 "proto",
7113 "ui",
7114 "workspace",
7115 "zed_actions",
7116]
7117
7118[[package]]
7119name = "language_models"
7120version = "0.1.0"
7121dependencies = [
7122 "anthropic",
7123 "anyhow",
7124 "aws-config",
7125 "aws-credential-types",
7126 "aws_http_client",
7127 "bedrock",
7128 "client",
7129 "collections",
7130 "copilot",
7131 "credentials_provider",
7132 "deepseek",
7133 "editor",
7134 "feature_flags",
7135 "fs",
7136 "futures 0.3.31",
7137 "google_ai",
7138 "gpui",
7139 "gpui_tokio",
7140 "http_client",
7141 "language_model",
7142 "lmstudio",
7143 "menu",
7144 "mistral",
7145 "ollama",
7146 "open_ai",
7147 "project",
7148 "proto",
7149 "schemars",
7150 "serde",
7151 "serde_json",
7152 "settings",
7153 "smol",
7154 "strum",
7155 "theme",
7156 "tiktoken-rs",
7157 "tokio",
7158 "ui",
7159 "util",
7160]
7161
7162[[package]]
7163name = "language_selector"
7164version = "0.1.0"
7165dependencies = [
7166 "anyhow",
7167 "editor",
7168 "file_finder",
7169 "file_icons",
7170 "fuzzy",
7171 "gpui",
7172 "language",
7173 "picker",
7174 "project",
7175 "settings",
7176 "ui",
7177 "util",
7178 "workspace",
7179]
7180
7181[[package]]
7182name = "language_tools"
7183version = "0.1.0"
7184dependencies = [
7185 "anyhow",
7186 "client",
7187 "collections",
7188 "copilot",
7189 "editor",
7190 "env_logger 0.11.6",
7191 "futures 0.3.31",
7192 "gpui",
7193 "itertools 0.14.0",
7194 "language",
7195 "lsp",
7196 "project",
7197 "release_channel",
7198 "serde_json",
7199 "settings",
7200 "theme",
7201 "tree-sitter",
7202 "ui",
7203 "util",
7204 "workspace",
7205 "zed_actions",
7206]
7207
7208[[package]]
7209name = "languages"
7210version = "0.1.0"
7211dependencies = [
7212 "anyhow",
7213 "async-compression",
7214 "async-tar",
7215 "async-trait",
7216 "collections",
7217 "futures 0.3.31",
7218 "gpui",
7219 "http_client",
7220 "language",
7221 "log",
7222 "lsp",
7223 "node_runtime",
7224 "paths",
7225 "pet",
7226 "pet-conda",
7227 "pet-core",
7228 "pet-fs",
7229 "pet-poetry",
7230 "pet-reporter",
7231 "pretty_assertions",
7232 "project",
7233 "regex",
7234 "rope",
7235 "rust-embed",
7236 "serde",
7237 "serde_json",
7238 "settings",
7239 "smol",
7240 "snippet_provider",
7241 "task",
7242 "text",
7243 "theme",
7244 "toml 0.8.20",
7245 "tree-sitter",
7246 "tree-sitter-bash",
7247 "tree-sitter-c",
7248 "tree-sitter-cpp",
7249 "tree-sitter-css",
7250 "tree-sitter-diff",
7251 "tree-sitter-gitcommit",
7252 "tree-sitter-go",
7253 "tree-sitter-gomod",
7254 "tree-sitter-gowork",
7255 "tree-sitter-jsdoc",
7256 "tree-sitter-json",
7257 "tree-sitter-md",
7258 "tree-sitter-python",
7259 "tree-sitter-regex",
7260 "tree-sitter-rust",
7261 "tree-sitter-typescript",
7262 "tree-sitter-yaml",
7263 "unindent",
7264 "util",
7265 "workspace",
7266]
7267
7268[[package]]
7269name = "lazy_static"
7270version = "1.5.0"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7273dependencies = [
7274 "spin",
7275]
7276
7277[[package]]
7278name = "lazycell"
7279version = "1.3.0"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7282
7283[[package]]
7284name = "leb128"
7285version = "0.2.5"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7288
7289[[package]]
7290name = "lebe"
7291version = "0.5.2"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7294
7295[[package]]
7296name = "libc"
7297version = "0.2.170"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7300
7301[[package]]
7302name = "libdbus-sys"
7303version = "0.2.5"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7306dependencies = [
7307 "cc",
7308 "pkg-config",
7309]
7310
7311[[package]]
7312name = "libfuzzer-sys"
7313version = "0.4.8"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7316dependencies = [
7317 "arbitrary",
7318 "cc",
7319]
7320
7321[[package]]
7322name = "libgit2-sys"
7323version = "0.18.0+1.9.0"
7324source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7325dependencies = [
7326 "cc",
7327 "libc",
7328 "libz-sys",
7329 "pkg-config",
7330]
7331
7332[[package]]
7333name = "libloading"
7334version = "0.8.6"
7335source = "registry+https://github.com/rust-lang/crates.io-index"
7336checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7337dependencies = [
7338 "cfg-if",
7339 "windows-targets 0.48.5",
7340]
7341
7342[[package]]
7343name = "libm"
7344version = "0.2.11"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7347
7348[[package]]
7349name = "libmimalloc-sys"
7350version = "0.1.39"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7353dependencies = [
7354 "cc",
7355 "libc",
7356]
7357
7358[[package]]
7359name = "libredox"
7360version = "0.1.3"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7363dependencies = [
7364 "bitflags 2.8.0",
7365 "libc",
7366 "redox_syscall 0.5.8",
7367]
7368
7369[[package]]
7370name = "libsqlite3-sys"
7371version = "0.30.1"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7374dependencies = [
7375 "cc",
7376 "pkg-config",
7377 "vcpkg",
7378]
7379
7380[[package]]
7381name = "libwebrtc"
7382version = "0.3.7"
7383source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7384dependencies = [
7385 "cxx",
7386 "jni",
7387 "js-sys",
7388 "lazy_static",
7389 "livekit-protocol",
7390 "livekit-runtime",
7391 "log",
7392 "parking_lot",
7393 "serde",
7394 "serde_json",
7395 "thiserror 1.0.69",
7396 "tokio",
7397 "wasm-bindgen",
7398 "wasm-bindgen-futures",
7399 "web-sys",
7400 "webrtc-sys",
7401]
7402
7403[[package]]
7404name = "libz-sys"
7405version = "1.1.20"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7408dependencies = [
7409 "cc",
7410 "libc",
7411 "pkg-config",
7412 "vcpkg",
7413]
7414
7415[[package]]
7416name = "link-cplusplus"
7417version = "1.0.9"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7420dependencies = [
7421 "cc",
7422]
7423
7424[[package]]
7425name = "linkify"
7426version = "0.10.0"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7429dependencies = [
7430 "memchr",
7431]
7432
7433[[package]]
7434name = "linkme"
7435version = "0.3.32"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7438dependencies = [
7439 "linkme-impl",
7440]
7441
7442[[package]]
7443name = "linkme-impl"
7444version = "0.3.32"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7447dependencies = [
7448 "proc-macro2",
7449 "quote",
7450 "syn 2.0.90",
7451]
7452
7453[[package]]
7454name = "linux-raw-sys"
7455version = "0.4.14"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7458
7459[[package]]
7460name = "litemap"
7461version = "0.7.4"
7462source = "registry+https://github.com/rust-lang/crates.io-index"
7463checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7464
7465[[package]]
7466name = "livekit"
7467version = "0.7.0"
7468source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7469dependencies = [
7470 "chrono",
7471 "futures-util",
7472 "lazy_static",
7473 "libwebrtc",
7474 "livekit-api",
7475 "livekit-protocol",
7476 "livekit-runtime",
7477 "log",
7478 "parking_lot",
7479 "prost 0.12.6",
7480 "semver",
7481 "serde",
7482 "serde_json",
7483 "thiserror 1.0.69",
7484 "tokio",
7485]
7486
7487[[package]]
7488name = "livekit-api"
7489version = "0.4.1"
7490source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7491dependencies = [
7492 "async-tungstenite",
7493 "futures-util",
7494 "http 0.2.12",
7495 "jsonwebtoken",
7496 "livekit-protocol",
7497 "livekit-runtime",
7498 "log",
7499 "parking_lot",
7500 "prost 0.12.6",
7501 "reqwest 0.11.27",
7502 "scopeguard",
7503 "serde",
7504 "serde_json",
7505 "sha2",
7506 "thiserror 1.0.69",
7507 "tokio",
7508 "tokio-tungstenite 0.20.1",
7509 "url",
7510]
7511
7512[[package]]
7513name = "livekit-protocol"
7514version = "0.3.6"
7515source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7516dependencies = [
7517 "futures-util",
7518 "livekit-runtime",
7519 "parking_lot",
7520 "pbjson",
7521 "pbjson-types",
7522 "prost 0.12.6",
7523 "prost-types 0.12.6",
7524 "serde",
7525 "thiserror 1.0.69",
7526 "tokio",
7527]
7528
7529[[package]]
7530name = "livekit-runtime"
7531version = "0.3.1"
7532source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7533dependencies = [
7534 "async-io",
7535 "async-std",
7536 "async-task",
7537 "futures 0.3.31",
7538]
7539
7540[[package]]
7541name = "livekit_api"
7542version = "0.1.0"
7543dependencies = [
7544 "anyhow",
7545 "async-trait",
7546 "jsonwebtoken",
7547 "log",
7548 "prost 0.9.0",
7549 "prost-build 0.9.0",
7550 "prost-types 0.9.0",
7551 "reqwest 0.12.8",
7552 "serde",
7553]
7554
7555[[package]]
7556name = "livekit_client"
7557version = "0.1.0"
7558dependencies = [
7559 "anyhow",
7560 "async-trait",
7561 "collections",
7562 "core-foundation 0.9.4",
7563 "coreaudio-rs 0.12.1",
7564 "cpal",
7565 "futures 0.3.31",
7566 "gpui",
7567 "http 0.2.12",
7568 "http_client",
7569 "image",
7570 "livekit",
7571 "livekit_api",
7572 "log",
7573 "media",
7574 "nanoid",
7575 "parking_lot",
7576 "postage",
7577 "serde",
7578 "serde_json",
7579 "sha2",
7580 "simplelog",
7581 "smallvec",
7582 "util",
7583]
7584
7585[[package]]
7586name = "livekit_client_macos"
7587version = "0.1.0"
7588dependencies = [
7589 "anyhow",
7590 "async-broadcast",
7591 "async-trait",
7592 "collections",
7593 "core-foundation 0.9.4",
7594 "futures 0.3.31",
7595 "gpui",
7596 "livekit_api",
7597 "log",
7598 "media",
7599 "nanoid",
7600 "parking_lot",
7601 "postage",
7602 "serde",
7603 "serde_json",
7604 "sha2",
7605 "simplelog",
7606]
7607
7608[[package]]
7609name = "lmdb-master-sys"
7610version = "0.2.4"
7611source = "registry+https://github.com/rust-lang/crates.io-index"
7612checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7613dependencies = [
7614 "cc",
7615 "doxygen-rs",
7616 "libc",
7617]
7618
7619[[package]]
7620name = "lmstudio"
7621version = "0.1.0"
7622dependencies = [
7623 "anyhow",
7624 "futures 0.3.31",
7625 "http_client",
7626 "schemars",
7627 "serde",
7628 "serde_json",
7629]
7630
7631[[package]]
7632name = "lock_api"
7633version = "0.4.12"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7636dependencies = [
7637 "autocfg",
7638 "scopeguard",
7639]
7640
7641[[package]]
7642name = "log"
7643version = "0.4.26"
7644source = "registry+https://github.com/rust-lang/crates.io-index"
7645checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7646dependencies = [
7647 "serde",
7648 "value-bag",
7649]
7650
7651[[package]]
7652name = "loop9"
7653version = "0.1.5"
7654source = "registry+https://github.com/rust-lang/crates.io-index"
7655checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7656dependencies = [
7657 "imgref",
7658]
7659
7660[[package]]
7661name = "lru"
7662version = "0.12.5"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7665dependencies = [
7666 "hashbrown 0.15.2",
7667]
7668
7669[[package]]
7670name = "lsp"
7671version = "0.1.0"
7672dependencies = [
7673 "anyhow",
7674 "async-pipe",
7675 "collections",
7676 "ctor",
7677 "env_logger 0.11.6",
7678 "futures 0.3.31",
7679 "gpui",
7680 "log",
7681 "lsp-types",
7682 "parking_lot",
7683 "postage",
7684 "release_channel",
7685 "schemars",
7686 "serde",
7687 "serde_json",
7688 "smol",
7689 "util",
7690]
7691
7692[[package]]
7693name = "lsp-types"
7694version = "0.95.1"
7695source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7696dependencies = [
7697 "bitflags 1.3.2",
7698 "serde",
7699 "serde_json",
7700 "serde_repr",
7701 "url",
7702]
7703
7704[[package]]
7705name = "lua-src"
7706version = "547.0.0"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7709dependencies = [
7710 "cc",
7711]
7712
7713[[package]]
7714name = "luajit-src"
7715version = "210.5.12+a4f56a4"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7718dependencies = [
7719 "cc",
7720 "which 7.0.2",
7721]
7722
7723[[package]]
7724name = "lyon"
7725version = "1.0.1"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7728dependencies = [
7729 "lyon_algorithms",
7730 "lyon_extra",
7731 "lyon_tessellation",
7732]
7733
7734[[package]]
7735name = "lyon_algorithms"
7736version = "1.0.5"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7739dependencies = [
7740 "lyon_path",
7741 "num-traits",
7742]
7743
7744[[package]]
7745name = "lyon_extra"
7746version = "1.0.3"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7749dependencies = [
7750 "lyon_path",
7751 "thiserror 1.0.69",
7752]
7753
7754[[package]]
7755name = "lyon_geom"
7756version = "1.0.6"
7757source = "registry+https://github.com/rust-lang/crates.io-index"
7758checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7759dependencies = [
7760 "arrayvec",
7761 "euclid",
7762 "num-traits",
7763]
7764
7765[[package]]
7766name = "lyon_path"
7767version = "1.0.6"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7770dependencies = [
7771 "lyon_geom",
7772 "num-traits",
7773]
7774
7775[[package]]
7776name = "lyon_tessellation"
7777version = "1.0.15"
7778source = "registry+https://github.com/rust-lang/crates.io-index"
7779checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7780dependencies = [
7781 "float_next_after",
7782 "lyon_path",
7783 "num-traits",
7784]
7785
7786[[package]]
7787name = "mac"
7788version = "0.1.1"
7789source = "registry+https://github.com/rust-lang/crates.io-index"
7790checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7791
7792[[package]]
7793name = "mach2"
7794version = "0.4.2"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7797dependencies = [
7798 "libc",
7799]
7800
7801[[package]]
7802name = "malloc_buf"
7803version = "0.0.6"
7804source = "registry+https://github.com/rust-lang/crates.io-index"
7805checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7806dependencies = [
7807 "libc",
7808]
7809
7810[[package]]
7811name = "maplit"
7812version = "1.0.2"
7813source = "registry+https://github.com/rust-lang/crates.io-index"
7814checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7815
7816[[package]]
7817name = "markdown"
7818version = "0.1.0"
7819dependencies = [
7820 "anyhow",
7821 "assets",
7822 "env_logger 0.11.6",
7823 "gpui",
7824 "language",
7825 "languages",
7826 "linkify",
7827 "log",
7828 "node_runtime",
7829 "pulldown-cmark 0.12.2",
7830 "settings",
7831 "theme",
7832 "ui",
7833 "util",
7834]
7835
7836[[package]]
7837name = "markdown_preview"
7838version = "0.1.0"
7839dependencies = [
7840 "anyhow",
7841 "async-recursion 1.1.1",
7842 "collections",
7843 "editor",
7844 "gpui",
7845 "language",
7846 "linkify",
7847 "log",
7848 "pretty_assertions",
7849 "pulldown-cmark 0.12.2",
7850 "settings",
7851 "theme",
7852 "ui",
7853 "util",
7854 "workspace",
7855]
7856
7857[[package]]
7858name = "markup5ever"
7859version = "0.12.1"
7860source = "registry+https://github.com/rust-lang/crates.io-index"
7861checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7862dependencies = [
7863 "log",
7864 "phf",
7865 "phf_codegen",
7866 "string_cache",
7867 "string_cache_codegen",
7868 "tendril",
7869]
7870
7871[[package]]
7872name = "markup5ever_rcdom"
7873version = "0.3.0"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7876dependencies = [
7877 "html5ever",
7878 "markup5ever",
7879 "tendril",
7880 "xml5ever",
7881]
7882
7883[[package]]
7884name = "matchers"
7885version = "0.1.0"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7888dependencies = [
7889 "regex-automata 0.1.10",
7890]
7891
7892[[package]]
7893name = "matchit"
7894version = "0.7.3"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7897
7898[[package]]
7899name = "maybe-owned"
7900version = "0.3.4"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7903
7904[[package]]
7905name = "maybe-rayon"
7906version = "0.1.1"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7909dependencies = [
7910 "cfg-if",
7911 "rayon",
7912]
7913
7914[[package]]
7915name = "md-5"
7916version = "0.10.6"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7919dependencies = [
7920 "cfg-if",
7921 "digest",
7922]
7923
7924[[package]]
7925name = "mdbook"
7926version = "0.4.45"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
7929dependencies = [
7930 "ammonia",
7931 "anyhow",
7932 "chrono",
7933 "clap",
7934 "clap_complete",
7935 "elasticlunr-rs",
7936 "env_logger 0.11.6",
7937 "futures-util",
7938 "handlebars 6.2.0",
7939 "ignore",
7940 "log",
7941 "memchr",
7942 "notify 8.0.0",
7943 "notify-debouncer-mini",
7944 "once_cell",
7945 "opener",
7946 "pathdiff",
7947 "pulldown-cmark 0.10.3",
7948 "regex",
7949 "serde",
7950 "serde_json",
7951 "shlex",
7952 "tempfile",
7953 "tokio",
7954 "toml 0.5.11",
7955 "topological-sort",
7956 "walkdir",
7957 "warp",
7958]
7959
7960[[package]]
7961name = "media"
7962version = "0.1.0"
7963dependencies = [
7964 "anyhow",
7965 "bindgen 0.70.1",
7966 "core-foundation 0.9.4",
7967 "ctor",
7968 "foreign-types 0.5.0",
7969 "metal",
7970 "objc",
7971]
7972
7973[[package]]
7974name = "memchr"
7975version = "2.7.4"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7978
7979[[package]]
7980name = "memfd"
7981version = "0.6.4"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7984dependencies = [
7985 "rustix",
7986]
7987
7988[[package]]
7989name = "memmap2"
7990version = "0.9.5"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7993dependencies = [
7994 "libc",
7995]
7996
7997[[package]]
7998name = "memoffset"
7999version = "0.9.1"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8002dependencies = [
8003 "autocfg",
8004]
8005
8006[[package]]
8007name = "menu"
8008version = "0.1.0"
8009dependencies = [
8010 "gpui",
8011 "serde",
8012]
8013
8014[[package]]
8015name = "metal"
8016version = "0.31.0"
8017source = "registry+https://github.com/rust-lang/crates.io-index"
8018checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8019dependencies = [
8020 "bitflags 2.8.0",
8021 "block",
8022 "core-graphics-types 0.1.3",
8023 "foreign-types 0.5.0",
8024 "log",
8025 "objc",
8026 "paste",
8027]
8028
8029[[package]]
8030name = "migrator"
8031version = "0.1.0"
8032dependencies = [
8033 "anyhow",
8034 "collections",
8035 "convert_case 0.8.0",
8036 "log",
8037 "pretty_assertions",
8038 "streaming-iterator",
8039 "tree-sitter",
8040 "tree-sitter-json",
8041]
8042
8043[[package]]
8044name = "mimalloc"
8045version = "0.1.43"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8048dependencies = [
8049 "libmimalloc-sys",
8050]
8051
8052[[package]]
8053name = "mime"
8054version = "0.3.17"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8057
8058[[package]]
8059name = "mime_guess"
8060version = "2.0.5"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8063dependencies = [
8064 "mime",
8065 "unicase",
8066]
8067
8068[[package]]
8069name = "minimal-lexical"
8070version = "0.2.1"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8073
8074[[package]]
8075name = "miniz_oxide"
8076version = "0.8.0"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8079dependencies = [
8080 "adler2",
8081 "simd-adler32",
8082]
8083
8084[[package]]
8085name = "mint"
8086version = "0.5.9"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8089
8090[[package]]
8091name = "mio"
8092version = "0.8.11"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8095dependencies = [
8096 "libc",
8097 "log",
8098 "wasi 0.11.0+wasi-snapshot-preview1",
8099 "windows-sys 0.48.0",
8100]
8101
8102[[package]]
8103name = "mio"
8104version = "1.0.3"
8105source = "registry+https://github.com/rust-lang/crates.io-index"
8106checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8107dependencies = [
8108 "libc",
8109 "log",
8110 "wasi 0.11.0+wasi-snapshot-preview1",
8111 "windows-sys 0.52.0",
8112]
8113
8114[[package]]
8115name = "miow"
8116version = "0.6.0"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8119dependencies = [
8120 "windows-sys 0.48.0",
8121]
8122
8123[[package]]
8124name = "mistral"
8125version = "0.1.0"
8126dependencies = [
8127 "anyhow",
8128 "futures 0.3.31",
8129 "http_client",
8130 "schemars",
8131 "serde",
8132 "serde_json",
8133 "strum",
8134]
8135
8136[[package]]
8137name = "mlua"
8138version = "0.10.3"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8141dependencies = [
8142 "bstr",
8143 "either",
8144 "futures-util",
8145 "mlua-sys",
8146 "num-traits",
8147 "parking_lot",
8148 "rustc-hash 2.1.1",
8149]
8150
8151[[package]]
8152name = "mlua-sys"
8153version = "0.6.7"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8156dependencies = [
8157 "cc",
8158 "cfg-if",
8159 "lua-src",
8160 "luajit-src",
8161 "pkg-config",
8162]
8163
8164[[package]]
8165name = "msvc_spectre_libs"
8166version = "0.1.2"
8167source = "registry+https://github.com/rust-lang/crates.io-index"
8168checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8169dependencies = [
8170 "cc",
8171]
8172
8173[[package]]
8174name = "multi_buffer"
8175version = "0.1.0"
8176dependencies = [
8177 "anyhow",
8178 "buffer_diff",
8179 "clock",
8180 "collections",
8181 "ctor",
8182 "env_logger 0.11.6",
8183 "futures 0.3.31",
8184 "gpui",
8185 "indoc",
8186 "itertools 0.14.0",
8187 "language",
8188 "log",
8189 "parking_lot",
8190 "pretty_assertions",
8191 "project",
8192 "rand 0.8.5",
8193 "rope",
8194 "serde",
8195 "settings",
8196 "smallvec",
8197 "smol",
8198 "sum_tree",
8199 "text",
8200 "theme",
8201 "tree-sitter",
8202 "util",
8203]
8204
8205[[package]]
8206name = "multimap"
8207version = "0.8.3"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8210
8211[[package]]
8212name = "multimap"
8213version = "0.10.0"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8216
8217[[package]]
8218name = "naga"
8219version = "23.1.0"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8222dependencies = [
8223 "arrayvec",
8224 "bit-set 0.8.0",
8225 "bitflags 2.8.0",
8226 "cfg_aliases 0.1.1",
8227 "codespan-reporting",
8228 "hexf-parse",
8229 "indexmap",
8230 "log",
8231 "rustc-hash 1.1.0",
8232 "spirv",
8233 "termcolor",
8234 "thiserror 1.0.69",
8235 "unicode-xid",
8236]
8237
8238[[package]]
8239name = "nanoid"
8240version = "0.4.0"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8243dependencies = [
8244 "rand 0.8.5",
8245]
8246
8247[[package]]
8248name = "nanorand"
8249version = "0.7.0"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8252dependencies = [
8253 "getrandom 0.2.15",
8254]
8255
8256[[package]]
8257name = "native-tls"
8258version = "0.2.12"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8261dependencies = [
8262 "libc",
8263 "log",
8264 "openssl",
8265 "openssl-probe",
8266 "openssl-sys",
8267 "schannel",
8268 "security-framework 2.11.1",
8269 "security-framework-sys",
8270 "tempfile",
8271]
8272
8273[[package]]
8274name = "nbformat"
8275version = "0.10.0"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8278dependencies = [
8279 "anyhow",
8280 "chrono",
8281 "jupyter-protocol",
8282 "serde",
8283 "serde_json",
8284 "thiserror 1.0.69",
8285 "uuid",
8286]
8287
8288[[package]]
8289name = "ndk"
8290version = "0.8.0"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8293dependencies = [
8294 "bitflags 2.8.0",
8295 "jni-sys",
8296 "log",
8297 "ndk-sys",
8298 "num_enum",
8299 "thiserror 1.0.69",
8300]
8301
8302[[package]]
8303name = "ndk-context"
8304version = "0.1.1"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8307
8308[[package]]
8309name = "ndk-sys"
8310version = "0.5.0+25.2.9519653"
8311source = "registry+https://github.com/rust-lang/crates.io-index"
8312checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8313dependencies = [
8314 "jni-sys",
8315]
8316
8317[[package]]
8318name = "new_debug_unreachable"
8319version = "1.0.6"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8322
8323[[package]]
8324name = "nix"
8325version = "0.29.0"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8328dependencies = [
8329 "bitflags 2.8.0",
8330 "cfg-if",
8331 "cfg_aliases 0.2.1",
8332 "libc",
8333 "memoffset",
8334]
8335
8336[[package]]
8337name = "node_runtime"
8338version = "0.1.0"
8339dependencies = [
8340 "anyhow",
8341 "async-compression",
8342 "async-std",
8343 "async-tar",
8344 "async-trait",
8345 "async-watch",
8346 "async_zip",
8347 "futures 0.3.31",
8348 "http_client",
8349 "log",
8350 "paths",
8351 "semver",
8352 "serde",
8353 "serde_json",
8354 "smol",
8355 "tempfile",
8356 "util",
8357 "walkdir",
8358 "which 6.0.3",
8359]
8360
8361[[package]]
8362name = "nom"
8363version = "7.1.3"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8366dependencies = [
8367 "memchr",
8368 "minimal-lexical",
8369]
8370
8371[[package]]
8372name = "noop_proc_macro"
8373version = "0.3.0"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8376
8377[[package]]
8378name = "normpath"
8379version = "1.3.0"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8382dependencies = [
8383 "windows-sys 0.59.0",
8384]
8385
8386[[package]]
8387name = "notifications"
8388version = "0.1.0"
8389dependencies = [
8390 "anyhow",
8391 "channel",
8392 "client",
8393 "collections",
8394 "component",
8395 "db",
8396 "gpui",
8397 "linkme",
8398 "rpc",
8399 "settings",
8400 "sum_tree",
8401 "time",
8402 "ui",
8403 "util",
8404 "workspace",
8405]
8406
8407[[package]]
8408name = "notify"
8409version = "6.1.1"
8410source = "registry+https://github.com/rust-lang/crates.io-index"
8411checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8412dependencies = [
8413 "bitflags 2.8.0",
8414 "crossbeam-channel",
8415 "filetime",
8416 "fsevent-sys 4.1.0",
8417 "inotify 0.9.6",
8418 "kqueue",
8419 "libc",
8420 "log",
8421 "mio 0.8.11",
8422 "walkdir",
8423 "windows-sys 0.48.0",
8424]
8425
8426[[package]]
8427name = "notify"
8428version = "8.0.0"
8429source = "registry+https://github.com/rust-lang/crates.io-index"
8430checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8431dependencies = [
8432 "bitflags 2.8.0",
8433 "filetime",
8434 "fsevent-sys 4.1.0",
8435 "inotify 0.11.0",
8436 "kqueue",
8437 "libc",
8438 "log",
8439 "mio 1.0.3",
8440 "notify-types",
8441 "walkdir",
8442 "windows-sys 0.59.0",
8443]
8444
8445[[package]]
8446name = "notify-debouncer-mini"
8447version = "0.6.0"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8450dependencies = [
8451 "log",
8452 "notify 8.0.0",
8453 "notify-types",
8454 "tempfile",
8455]
8456
8457[[package]]
8458name = "notify-types"
8459version = "2.0.0"
8460source = "registry+https://github.com/rust-lang/crates.io-index"
8461checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8462
8463[[package]]
8464name = "ntapi"
8465version = "0.4.1"
8466source = "registry+https://github.com/rust-lang/crates.io-index"
8467checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8468dependencies = [
8469 "winapi",
8470]
8471
8472[[package]]
8473name = "nu-ansi-term"
8474version = "0.46.0"
8475source = "registry+https://github.com/rust-lang/crates.io-index"
8476checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8477dependencies = [
8478 "overload",
8479 "winapi",
8480]
8481
8482[[package]]
8483name = "num"
8484version = "0.4.3"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8487dependencies = [
8488 "num-bigint",
8489 "num-complex",
8490 "num-integer",
8491 "num-iter",
8492 "num-rational",
8493 "num-traits",
8494]
8495
8496[[package]]
8497name = "num-bigint"
8498version = "0.4.6"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8501dependencies = [
8502 "num-integer",
8503 "num-traits",
8504]
8505
8506[[package]]
8507name = "num-bigint-dig"
8508version = "0.8.4"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8511dependencies = [
8512 "byteorder",
8513 "lazy_static",
8514 "libm",
8515 "num-integer",
8516 "num-iter",
8517 "num-traits",
8518 "rand 0.8.5",
8519 "serde",
8520 "smallvec",
8521 "zeroize",
8522]
8523
8524[[package]]
8525name = "num-complex"
8526version = "0.4.6"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8529dependencies = [
8530 "num-traits",
8531]
8532
8533[[package]]
8534name = "num-conv"
8535version = "0.1.0"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8538
8539[[package]]
8540name = "num-derive"
8541version = "0.4.2"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8544dependencies = [
8545 "proc-macro2",
8546 "quote",
8547 "syn 2.0.90",
8548]
8549
8550[[package]]
8551name = "num-format"
8552version = "0.4.4"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8555dependencies = [
8556 "arrayvec",
8557 "itoa",
8558]
8559
8560[[package]]
8561name = "num-integer"
8562version = "0.1.46"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8565dependencies = [
8566 "num-traits",
8567]
8568
8569[[package]]
8570name = "num-iter"
8571version = "0.1.45"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8574dependencies = [
8575 "autocfg",
8576 "num-integer",
8577 "num-traits",
8578]
8579
8580[[package]]
8581name = "num-modular"
8582version = "0.6.1"
8583source = "registry+https://github.com/rust-lang/crates.io-index"
8584checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8585
8586[[package]]
8587name = "num-order"
8588version = "1.2.0"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8591dependencies = [
8592 "num-modular",
8593]
8594
8595[[package]]
8596name = "num-rational"
8597version = "0.4.2"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8600dependencies = [
8601 "num-bigint",
8602 "num-integer",
8603 "num-traits",
8604]
8605
8606[[package]]
8607name = "num-traits"
8608version = "0.2.19"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8611dependencies = [
8612 "autocfg",
8613 "libm",
8614]
8615
8616[[package]]
8617name = "num_cpus"
8618version = "1.16.0"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8621dependencies = [
8622 "hermit-abi 0.3.9",
8623 "libc",
8624]
8625
8626[[package]]
8627name = "num_enum"
8628version = "0.7.3"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8631dependencies = [
8632 "num_enum_derive",
8633]
8634
8635[[package]]
8636name = "num_enum_derive"
8637version = "0.7.3"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8640dependencies = [
8641 "proc-macro-crate",
8642 "proc-macro2",
8643 "quote",
8644 "syn 2.0.90",
8645]
8646
8647[[package]]
8648name = "num_threads"
8649version = "0.1.7"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8652dependencies = [
8653 "libc",
8654]
8655
8656[[package]]
8657name = "nvim-rs"
8658version = "0.8.0-pre"
8659source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8660dependencies = [
8661 "async-trait",
8662 "futures 0.3.31",
8663 "log",
8664 "parity-tokio-ipc",
8665 "rmp",
8666 "rmpv",
8667 "tokio",
8668 "tokio-util",
8669 "winapi",
8670]
8671
8672[[package]]
8673name = "objc"
8674version = "0.2.7"
8675source = "registry+https://github.com/rust-lang/crates.io-index"
8676checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8677dependencies = [
8678 "malloc_buf",
8679]
8680
8681[[package]]
8682name = "objc-sys"
8683version = "0.3.5"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8686
8687[[package]]
8688name = "objc2"
8689version = "0.5.2"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8692dependencies = [
8693 "objc-sys",
8694 "objc2-encode",
8695]
8696
8697[[package]]
8698name = "objc2-app-kit"
8699version = "0.2.2"
8700source = "registry+https://github.com/rust-lang/crates.io-index"
8701checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8702dependencies = [
8703 "bitflags 2.8.0",
8704 "block2",
8705 "libc",
8706 "objc2",
8707 "objc2-core-data",
8708 "objc2-core-image",
8709 "objc2-foundation",
8710 "objc2-quartz-core",
8711]
8712
8713[[package]]
8714name = "objc2-cloud-kit"
8715version = "0.2.2"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8718dependencies = [
8719 "bitflags 2.8.0",
8720 "block2",
8721 "objc2",
8722 "objc2-core-location",
8723 "objc2-foundation",
8724]
8725
8726[[package]]
8727name = "objc2-contacts"
8728version = "0.2.2"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8731dependencies = [
8732 "block2",
8733 "objc2",
8734 "objc2-foundation",
8735]
8736
8737[[package]]
8738name = "objc2-core-data"
8739version = "0.2.2"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8742dependencies = [
8743 "bitflags 2.8.0",
8744 "block2",
8745 "objc2",
8746 "objc2-foundation",
8747]
8748
8749[[package]]
8750name = "objc2-core-image"
8751version = "0.2.2"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8754dependencies = [
8755 "block2",
8756 "objc2",
8757 "objc2-foundation",
8758 "objc2-metal",
8759]
8760
8761[[package]]
8762name = "objc2-core-location"
8763version = "0.2.2"
8764source = "registry+https://github.com/rust-lang/crates.io-index"
8765checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8766dependencies = [
8767 "block2",
8768 "objc2",
8769 "objc2-contacts",
8770 "objc2-foundation",
8771]
8772
8773[[package]]
8774name = "objc2-encode"
8775version = "4.0.3"
8776source = "registry+https://github.com/rust-lang/crates.io-index"
8777checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8778
8779[[package]]
8780name = "objc2-foundation"
8781version = "0.2.2"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8784dependencies = [
8785 "bitflags 2.8.0",
8786 "block2",
8787 "libc",
8788 "objc2",
8789]
8790
8791[[package]]
8792name = "objc2-link-presentation"
8793version = "0.2.2"
8794source = "registry+https://github.com/rust-lang/crates.io-index"
8795checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8796dependencies = [
8797 "block2",
8798 "objc2",
8799 "objc2-app-kit",
8800 "objc2-foundation",
8801]
8802
8803[[package]]
8804name = "objc2-metal"
8805version = "0.2.2"
8806source = "registry+https://github.com/rust-lang/crates.io-index"
8807checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8808dependencies = [
8809 "bitflags 2.8.0",
8810 "block2",
8811 "objc2",
8812 "objc2-foundation",
8813]
8814
8815[[package]]
8816name = "objc2-quartz-core"
8817version = "0.2.2"
8818source = "registry+https://github.com/rust-lang/crates.io-index"
8819checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8820dependencies = [
8821 "bitflags 2.8.0",
8822 "block2",
8823 "objc2",
8824 "objc2-foundation",
8825 "objc2-metal",
8826]
8827
8828[[package]]
8829name = "objc2-symbols"
8830version = "0.2.2"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8833dependencies = [
8834 "objc2",
8835 "objc2-foundation",
8836]
8837
8838[[package]]
8839name = "objc2-ui-kit"
8840version = "0.2.2"
8841source = "registry+https://github.com/rust-lang/crates.io-index"
8842checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8843dependencies = [
8844 "bitflags 2.8.0",
8845 "block2",
8846 "objc2",
8847 "objc2-cloud-kit",
8848 "objc2-core-data",
8849 "objc2-core-image",
8850 "objc2-core-location",
8851 "objc2-foundation",
8852 "objc2-link-presentation",
8853 "objc2-quartz-core",
8854 "objc2-symbols",
8855 "objc2-uniform-type-identifiers",
8856 "objc2-user-notifications",
8857]
8858
8859[[package]]
8860name = "objc2-uniform-type-identifiers"
8861version = "0.2.2"
8862source = "registry+https://github.com/rust-lang/crates.io-index"
8863checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8864dependencies = [
8865 "block2",
8866 "objc2",
8867 "objc2-foundation",
8868]
8869
8870[[package]]
8871name = "objc2-user-notifications"
8872version = "0.2.2"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8875dependencies = [
8876 "bitflags 2.8.0",
8877 "block2",
8878 "objc2",
8879 "objc2-core-location",
8880 "objc2-foundation",
8881]
8882
8883[[package]]
8884name = "object"
8885version = "0.36.5"
8886source = "registry+https://github.com/rust-lang/crates.io-index"
8887checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8888dependencies = [
8889 "crc32fast",
8890 "hashbrown 0.15.2",
8891 "indexmap",
8892 "memchr",
8893]
8894
8895[[package]]
8896name = "oboe"
8897version = "0.6.1"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8900dependencies = [
8901 "jni",
8902 "ndk",
8903 "ndk-context",
8904 "num-derive",
8905 "num-traits",
8906 "oboe-sys",
8907]
8908
8909[[package]]
8910name = "oboe-sys"
8911version = "0.6.1"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8914dependencies = [
8915 "cc",
8916]
8917
8918[[package]]
8919name = "ollama"
8920version = "0.1.0"
8921dependencies = [
8922 "anyhow",
8923 "futures 0.3.31",
8924 "http_client",
8925 "schemars",
8926 "serde",
8927 "serde_json",
8928]
8929
8930[[package]]
8931name = "once_cell"
8932version = "1.20.3"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8935
8936[[package]]
8937name = "oo7"
8938version = "0.4.1"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8941dependencies = [
8942 "aes",
8943 "ashpd",
8944 "async-fs",
8945 "async-io",
8946 "async-lock",
8947 "blocking",
8948 "cbc",
8949 "cipher",
8950 "digest",
8951 "endi",
8952 "futures-lite 2.6.0",
8953 "futures-util",
8954 "getrandom 0.3.1",
8955 "hkdf",
8956 "hmac",
8957 "md-5",
8958 "num",
8959 "num-bigint-dig",
8960 "pbkdf2 0.12.2",
8961 "rand 0.9.0",
8962 "serde",
8963 "sha2",
8964 "subtle",
8965 "zbus",
8966 "zbus_macros",
8967 "zeroize",
8968 "zvariant",
8969]
8970
8971[[package]]
8972name = "oorandom"
8973version = "11.1.4"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8976
8977[[package]]
8978name = "open"
8979version = "5.3.2"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8982dependencies = [
8983 "is-wsl",
8984 "libc",
8985 "pathdiff",
8986]
8987
8988[[package]]
8989name = "open_ai"
8990version = "0.1.0"
8991dependencies = [
8992 "anyhow",
8993 "futures 0.3.31",
8994 "http_client",
8995 "schemars",
8996 "serde",
8997 "serde_json",
8998 "strum",
8999]
9000
9001[[package]]
9002name = "opener"
9003version = "0.7.2"
9004source = "registry+https://github.com/rust-lang/crates.io-index"
9005checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9006dependencies = [
9007 "bstr",
9008 "dbus",
9009 "normpath",
9010 "windows-sys 0.59.0",
9011]
9012
9013[[package]]
9014name = "openssl"
9015version = "0.10.70"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9018dependencies = [
9019 "bitflags 2.8.0",
9020 "cfg-if",
9021 "foreign-types 0.3.2",
9022 "libc",
9023 "once_cell",
9024 "openssl-macros",
9025 "openssl-sys",
9026]
9027
9028[[package]]
9029name = "openssl-macros"
9030version = "0.1.1"
9031source = "registry+https://github.com/rust-lang/crates.io-index"
9032checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9033dependencies = [
9034 "proc-macro2",
9035 "quote",
9036 "syn 2.0.90",
9037]
9038
9039[[package]]
9040name = "openssl-probe"
9041version = "0.1.5"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9044
9045[[package]]
9046name = "openssl-src"
9047version = "300.4.1+3.4.0"
9048source = "registry+https://github.com/rust-lang/crates.io-index"
9049checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9050dependencies = [
9051 "cc",
9052]
9053
9054[[package]]
9055name = "openssl-sys"
9056version = "0.9.105"
9057source = "registry+https://github.com/rust-lang/crates.io-index"
9058checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9059dependencies = [
9060 "cc",
9061 "libc",
9062 "openssl-src",
9063 "pkg-config",
9064 "vcpkg",
9065]
9066
9067[[package]]
9068name = "option-ext"
9069version = "0.2.0"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9072
9073[[package]]
9074name = "ordered-float"
9075version = "2.10.1"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9078dependencies = [
9079 "num-traits",
9080]
9081
9082[[package]]
9083name = "ordered-float"
9084version = "3.9.2"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9087dependencies = [
9088 "num-traits",
9089]
9090
9091[[package]]
9092name = "ordered-stream"
9093version = "0.2.0"
9094source = "registry+https://github.com/rust-lang/crates.io-index"
9095checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9096dependencies = [
9097 "futures-core",
9098 "pin-project-lite",
9099]
9100
9101[[package]]
9102name = "ouroboros"
9103version = "0.18.4"
9104source = "registry+https://github.com/rust-lang/crates.io-index"
9105checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9106dependencies = [
9107 "aliasable",
9108 "ouroboros_macro",
9109 "static_assertions",
9110]
9111
9112[[package]]
9113name = "ouroboros_macro"
9114version = "0.18.4"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9117dependencies = [
9118 "heck 0.4.1",
9119 "itertools 0.12.1",
9120 "proc-macro2",
9121 "proc-macro2-diagnostics",
9122 "quote",
9123 "syn 2.0.90",
9124]
9125
9126[[package]]
9127name = "outline"
9128version = "0.1.0"
9129dependencies = [
9130 "editor",
9131 "fuzzy",
9132 "gpui",
9133 "indoc",
9134 "language",
9135 "menu",
9136 "ordered-float 2.10.1",
9137 "picker",
9138 "project",
9139 "rope",
9140 "serde_json",
9141 "settings",
9142 "smol",
9143 "theme",
9144 "tree-sitter-rust",
9145 "tree-sitter-typescript",
9146 "ui",
9147 "util",
9148 "workspace",
9149 "zed_actions",
9150]
9151
9152[[package]]
9153name = "outline_panel"
9154version = "0.1.0"
9155dependencies = [
9156 "anyhow",
9157 "collections",
9158 "db",
9159 "editor",
9160 "file_icons",
9161 "fuzzy",
9162 "gpui",
9163 "itertools 0.14.0",
9164 "language",
9165 "log",
9166 "menu",
9167 "outline",
9168 "pretty_assertions",
9169 "project",
9170 "schemars",
9171 "search",
9172 "serde",
9173 "serde_json",
9174 "settings",
9175 "smallvec",
9176 "smol",
9177 "theme",
9178 "ui",
9179 "util",
9180 "workspace",
9181 "worktree",
9182 "zed_actions",
9183]
9184
9185[[package]]
9186name = "outref"
9187version = "0.5.1"
9188source = "registry+https://github.com/rust-lang/crates.io-index"
9189checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9190
9191[[package]]
9192name = "overload"
9193version = "0.1.1"
9194source = "registry+https://github.com/rust-lang/crates.io-index"
9195checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9196
9197[[package]]
9198name = "p256"
9199version = "0.11.1"
9200source = "registry+https://github.com/rust-lang/crates.io-index"
9201checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9202dependencies = [
9203 "ecdsa",
9204 "elliptic-curve",
9205 "sha2",
9206]
9207
9208[[package]]
9209name = "page_size"
9210version = "0.6.0"
9211source = "registry+https://github.com/rust-lang/crates.io-index"
9212checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9213dependencies = [
9214 "libc",
9215 "winapi",
9216]
9217
9218[[package]]
9219name = "palette"
9220version = "0.7.6"
9221source = "registry+https://github.com/rust-lang/crates.io-index"
9222checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9223dependencies = [
9224 "approx",
9225 "fast-srgb8",
9226 "palette_derive",
9227]
9228
9229[[package]]
9230name = "palette_derive"
9231version = "0.7.6"
9232source = "registry+https://github.com/rust-lang/crates.io-index"
9233checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9234dependencies = [
9235 "by_address",
9236 "proc-macro2",
9237 "quote",
9238 "syn 2.0.90",
9239]
9240
9241[[package]]
9242name = "panel"
9243version = "0.1.0"
9244dependencies = [
9245 "editor",
9246 "gpui",
9247 "settings",
9248 "theme",
9249 "ui",
9250 "workspace",
9251]
9252
9253[[package]]
9254name = "parity-tokio-ipc"
9255version = "0.9.0"
9256source = "registry+https://github.com/rust-lang/crates.io-index"
9257checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9258dependencies = [
9259 "futures 0.3.31",
9260 "libc",
9261 "log",
9262 "rand 0.7.3",
9263 "tokio",
9264 "winapi",
9265]
9266
9267[[package]]
9268name = "parking"
9269version = "2.2.1"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9272
9273[[package]]
9274name = "parking_lot"
9275version = "0.12.3"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9278dependencies = [
9279 "lock_api",
9280 "parking_lot_core",
9281]
9282
9283[[package]]
9284name = "parking_lot_core"
9285version = "0.9.10"
9286source = "registry+https://github.com/rust-lang/crates.io-index"
9287checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9288dependencies = [
9289 "cfg-if",
9290 "libc",
9291 "redox_syscall 0.5.8",
9292 "smallvec",
9293 "windows-targets 0.52.6",
9294]
9295
9296[[package]]
9297name = "password-hash"
9298version = "0.4.2"
9299source = "registry+https://github.com/rust-lang/crates.io-index"
9300checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9301dependencies = [
9302 "base64ct",
9303 "rand_core 0.6.4",
9304 "subtle",
9305]
9306
9307[[package]]
9308name = "password-hash"
9309version = "0.5.0"
9310source = "registry+https://github.com/rust-lang/crates.io-index"
9311checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9312dependencies = [
9313 "base64ct",
9314 "rand_core 0.6.4",
9315 "subtle",
9316]
9317
9318[[package]]
9319name = "paste"
9320version = "1.0.15"
9321source = "registry+https://github.com/rust-lang/crates.io-index"
9322checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9323
9324[[package]]
9325name = "pathdiff"
9326version = "0.2.3"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9329
9330[[package]]
9331name = "pathfinder_geometry"
9332version = "0.5.1"
9333source = "registry+https://github.com/rust-lang/crates.io-index"
9334checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9335dependencies = [
9336 "log",
9337 "pathfinder_simd",
9338]
9339
9340[[package]]
9341name = "pathfinder_simd"
9342version = "0.5.4"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9345dependencies = [
9346 "rustc_version",
9347]
9348
9349[[package]]
9350name = "paths"
9351version = "0.1.0"
9352dependencies = [
9353 "dirs 4.0.0",
9354 "util",
9355]
9356
9357[[package]]
9358name = "pbjson"
9359version = "0.6.0"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9362dependencies = [
9363 "base64 0.21.7",
9364 "serde",
9365]
9366
9367[[package]]
9368name = "pbjson-build"
9369version = "0.6.2"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9372dependencies = [
9373 "heck 0.4.1",
9374 "itertools 0.11.0",
9375 "prost 0.12.6",
9376 "prost-types 0.12.6",
9377]
9378
9379[[package]]
9380name = "pbjson-types"
9381version = "0.6.0"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9384dependencies = [
9385 "bytes 1.10.1",
9386 "chrono",
9387 "pbjson",
9388 "pbjson-build",
9389 "prost 0.12.6",
9390 "prost-build 0.12.6",
9391 "serde",
9392]
9393
9394[[package]]
9395name = "pbkdf2"
9396version = "0.11.0"
9397source = "registry+https://github.com/rust-lang/crates.io-index"
9398checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9399dependencies = [
9400 "digest",
9401 "hmac",
9402 "password-hash 0.4.2",
9403 "sha2",
9404]
9405
9406[[package]]
9407name = "pbkdf2"
9408version = "0.12.2"
9409source = "registry+https://github.com/rust-lang/crates.io-index"
9410checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9411dependencies = [
9412 "digest",
9413 "hmac",
9414]
9415
9416[[package]]
9417name = "pem"
9418version = "3.0.4"
9419source = "registry+https://github.com/rust-lang/crates.io-index"
9420checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9421dependencies = [
9422 "base64 0.22.1",
9423 "serde",
9424]
9425
9426[[package]]
9427name = "pem-rfc7468"
9428version = "0.7.0"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9431dependencies = [
9432 "base64ct",
9433]
9434
9435[[package]]
9436name = "percent-encoding"
9437version = "2.3.1"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9440
9441[[package]]
9442name = "perplexity"
9443version = "0.1.0"
9444dependencies = [
9445 "serde",
9446 "zed_extension_api 0.3.0",
9447]
9448
9449[[package]]
9450name = "pest"
9451version = "2.7.15"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9454dependencies = [
9455 "memchr",
9456 "thiserror 2.0.6",
9457 "ucd-trie",
9458]
9459
9460[[package]]
9461name = "pest_derive"
9462version = "2.7.15"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9465dependencies = [
9466 "pest",
9467 "pest_generator",
9468]
9469
9470[[package]]
9471name = "pest_generator"
9472version = "2.7.15"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9475dependencies = [
9476 "pest",
9477 "pest_meta",
9478 "proc-macro2",
9479 "quote",
9480 "syn 2.0.90",
9481]
9482
9483[[package]]
9484name = "pest_meta"
9485version = "2.7.15"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9488dependencies = [
9489 "once_cell",
9490 "pest",
9491 "sha2",
9492]
9493
9494[[package]]
9495name = "pet"
9496version = "0.1.0"
9497source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9498dependencies = [
9499 "clap",
9500 "env_logger 0.10.2",
9501 "lazy_static",
9502 "log",
9503 "msvc_spectre_libs",
9504 "pet-conda",
9505 "pet-core",
9506 "pet-env-var-path",
9507 "pet-fs",
9508 "pet-global-virtualenvs",
9509 "pet-homebrew",
9510 "pet-jsonrpc",
9511 "pet-linux-global-python",
9512 "pet-mac-commandlinetools",
9513 "pet-mac-python-org",
9514 "pet-mac-xcode",
9515 "pet-pipenv",
9516 "pet-pixi",
9517 "pet-poetry",
9518 "pet-pyenv",
9519 "pet-python-utils",
9520 "pet-reporter",
9521 "pet-telemetry",
9522 "pet-venv",
9523 "pet-virtualenv",
9524 "pet-virtualenvwrapper",
9525 "pet-windows-registry",
9526 "pet-windows-store",
9527 "serde",
9528 "serde_json",
9529]
9530
9531[[package]]
9532name = "pet-conda"
9533version = "0.1.0"
9534source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9535dependencies = [
9536 "env_logger 0.10.2",
9537 "lazy_static",
9538 "log",
9539 "msvc_spectre_libs",
9540 "pet-core",
9541 "pet-fs",
9542 "pet-python-utils",
9543 "pet-reporter",
9544 "regex",
9545 "serde",
9546 "serde_json",
9547 "yaml-rust2",
9548]
9549
9550[[package]]
9551name = "pet-core"
9552version = "0.1.0"
9553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9554dependencies = [
9555 "clap",
9556 "lazy_static",
9557 "log",
9558 "msvc_spectre_libs",
9559 "pet-fs",
9560 "regex",
9561 "serde",
9562 "serde_json",
9563]
9564
9565[[package]]
9566name = "pet-env-var-path"
9567version = "0.1.0"
9568source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9569dependencies = [
9570 "lazy_static",
9571 "log",
9572 "msvc_spectre_libs",
9573 "pet-conda",
9574 "pet-core",
9575 "pet-fs",
9576 "pet-python-utils",
9577 "pet-virtualenv",
9578 "regex",
9579]
9580
9581[[package]]
9582name = "pet-fs"
9583version = "0.1.0"
9584source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9585dependencies = [
9586 "log",
9587 "msvc_spectre_libs",
9588]
9589
9590[[package]]
9591name = "pet-global-virtualenvs"
9592version = "0.1.0"
9593source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9594dependencies = [
9595 "log",
9596 "msvc_spectre_libs",
9597 "pet-conda",
9598 "pet-core",
9599 "pet-fs",
9600 "pet-virtualenv",
9601]
9602
9603[[package]]
9604name = "pet-homebrew"
9605version = "0.1.0"
9606source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9607dependencies = [
9608 "lazy_static",
9609 "log",
9610 "msvc_spectre_libs",
9611 "pet-conda",
9612 "pet-core",
9613 "pet-fs",
9614 "pet-python-utils",
9615 "pet-virtualenv",
9616 "regex",
9617 "serde",
9618 "serde_json",
9619]
9620
9621[[package]]
9622name = "pet-jsonrpc"
9623version = "0.1.0"
9624source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9625dependencies = [
9626 "env_logger 0.10.2",
9627 "log",
9628 "msvc_spectre_libs",
9629 "pet-core",
9630 "serde",
9631 "serde_json",
9632]
9633
9634[[package]]
9635name = "pet-linux-global-python"
9636version = "0.1.0"
9637source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9638dependencies = [
9639 "log",
9640 "msvc_spectre_libs",
9641 "pet-core",
9642 "pet-fs",
9643 "pet-python-utils",
9644 "pet-virtualenv",
9645]
9646
9647[[package]]
9648name = "pet-mac-commandlinetools"
9649version = "0.1.0"
9650source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9651dependencies = [
9652 "log",
9653 "msvc_spectre_libs",
9654 "pet-core",
9655 "pet-fs",
9656 "pet-python-utils",
9657 "pet-virtualenv",
9658]
9659
9660[[package]]
9661name = "pet-mac-python-org"
9662version = "0.1.0"
9663source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9664dependencies = [
9665 "log",
9666 "msvc_spectre_libs",
9667 "pet-core",
9668 "pet-fs",
9669 "pet-python-utils",
9670 "pet-virtualenv",
9671]
9672
9673[[package]]
9674name = "pet-mac-xcode"
9675version = "0.1.0"
9676source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9677dependencies = [
9678 "log",
9679 "msvc_spectre_libs",
9680 "pet-core",
9681 "pet-fs",
9682 "pet-python-utils",
9683 "pet-virtualenv",
9684]
9685
9686[[package]]
9687name = "pet-pipenv"
9688version = "0.1.0"
9689source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9690dependencies = [
9691 "log",
9692 "msvc_spectre_libs",
9693 "pet-core",
9694 "pet-fs",
9695 "pet-python-utils",
9696 "pet-virtualenv",
9697]
9698
9699[[package]]
9700name = "pet-pixi"
9701version = "0.1.0"
9702source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9703dependencies = [
9704 "log",
9705 "msvc_spectre_libs",
9706 "pet-conda",
9707 "pet-core",
9708 "pet-python-utils",
9709]
9710
9711[[package]]
9712name = "pet-poetry"
9713version = "0.1.0"
9714source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9715dependencies = [
9716 "base64 0.22.1",
9717 "lazy_static",
9718 "log",
9719 "msvc_spectre_libs",
9720 "pet-core",
9721 "pet-fs",
9722 "pet-python-utils",
9723 "pet-reporter",
9724 "pet-virtualenv",
9725 "regex",
9726 "serde",
9727 "serde_json",
9728 "sha2",
9729 "toml 0.8.20",
9730]
9731
9732[[package]]
9733name = "pet-pyenv"
9734version = "0.1.0"
9735source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9736dependencies = [
9737 "lazy_static",
9738 "log",
9739 "msvc_spectre_libs",
9740 "pet-conda",
9741 "pet-core",
9742 "pet-fs",
9743 "pet-python-utils",
9744 "pet-reporter",
9745 "regex",
9746 "serde",
9747 "serde_json",
9748]
9749
9750[[package]]
9751name = "pet-python-utils"
9752version = "0.1.0"
9753source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9754dependencies = [
9755 "env_logger 0.10.2",
9756 "lazy_static",
9757 "log",
9758 "msvc_spectre_libs",
9759 "pet-core",
9760 "pet-fs",
9761 "regex",
9762 "serde",
9763 "serde_json",
9764 "sha2",
9765]
9766
9767[[package]]
9768name = "pet-reporter"
9769version = "0.1.0"
9770source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9771dependencies = [
9772 "env_logger 0.10.2",
9773 "log",
9774 "msvc_spectre_libs",
9775 "pet-core",
9776 "pet-jsonrpc",
9777 "serde",
9778 "serde_json",
9779]
9780
9781[[package]]
9782name = "pet-telemetry"
9783version = "0.1.0"
9784source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9785dependencies = [
9786 "env_logger 0.10.2",
9787 "lazy_static",
9788 "log",
9789 "msvc_spectre_libs",
9790 "pet-core",
9791 "pet-fs",
9792 "pet-python-utils",
9793 "regex",
9794]
9795
9796[[package]]
9797name = "pet-venv"
9798version = "0.1.0"
9799source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9800dependencies = [
9801 "log",
9802 "msvc_spectre_libs",
9803 "pet-core",
9804 "pet-python-utils",
9805 "pet-virtualenv",
9806]
9807
9808[[package]]
9809name = "pet-virtualenv"
9810version = "0.1.0"
9811source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9812dependencies = [
9813 "log",
9814 "msvc_spectre_libs",
9815 "pet-core",
9816 "pet-fs",
9817 "pet-python-utils",
9818]
9819
9820[[package]]
9821name = "pet-virtualenvwrapper"
9822version = "0.1.0"
9823source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9824dependencies = [
9825 "log",
9826 "msvc_spectre_libs",
9827 "pet-core",
9828 "pet-fs",
9829 "pet-python-utils",
9830 "pet-virtualenv",
9831]
9832
9833[[package]]
9834name = "pet-windows-registry"
9835version = "0.1.0"
9836source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9837dependencies = [
9838 "lazy_static",
9839 "log",
9840 "msvc_spectre_libs",
9841 "pet-conda",
9842 "pet-core",
9843 "pet-fs",
9844 "pet-python-utils",
9845 "pet-virtualenv",
9846 "pet-windows-store",
9847 "regex",
9848 "winreg 0.52.0",
9849]
9850
9851[[package]]
9852name = "pet-windows-store"
9853version = "0.1.0"
9854source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9855dependencies = [
9856 "lazy_static",
9857 "log",
9858 "msvc_spectre_libs",
9859 "pet-core",
9860 "pet-fs",
9861 "pet-python-utils",
9862 "pet-virtualenv",
9863 "regex",
9864 "winreg 0.52.0",
9865]
9866
9867[[package]]
9868name = "petgraph"
9869version = "0.6.5"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9872dependencies = [
9873 "fixedbitset",
9874 "indexmap",
9875]
9876
9877[[package]]
9878name = "phf"
9879version = "0.11.2"
9880source = "registry+https://github.com/rust-lang/crates.io-index"
9881checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9882dependencies = [
9883 "phf_macros",
9884 "phf_shared 0.11.2",
9885]
9886
9887[[package]]
9888name = "phf_codegen"
9889version = "0.11.2"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9892dependencies = [
9893 "phf_generator 0.11.2",
9894 "phf_shared 0.11.2",
9895]
9896
9897[[package]]
9898name = "phf_generator"
9899version = "0.10.0"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9902dependencies = [
9903 "phf_shared 0.10.0",
9904 "rand 0.8.5",
9905]
9906
9907[[package]]
9908name = "phf_generator"
9909version = "0.11.2"
9910source = "registry+https://github.com/rust-lang/crates.io-index"
9911checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9912dependencies = [
9913 "phf_shared 0.11.2",
9914 "rand 0.8.5",
9915]
9916
9917[[package]]
9918name = "phf_macros"
9919version = "0.11.2"
9920source = "registry+https://github.com/rust-lang/crates.io-index"
9921checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9922dependencies = [
9923 "phf_generator 0.11.2",
9924 "phf_shared 0.11.2",
9925 "proc-macro2",
9926 "quote",
9927 "syn 2.0.90",
9928]
9929
9930[[package]]
9931name = "phf_shared"
9932version = "0.10.0"
9933source = "registry+https://github.com/rust-lang/crates.io-index"
9934checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9935dependencies = [
9936 "siphasher 0.3.11",
9937]
9938
9939[[package]]
9940name = "phf_shared"
9941version = "0.11.2"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9944dependencies = [
9945 "siphasher 0.3.11",
9946]
9947
9948[[package]]
9949name = "picker"
9950version = "0.1.0"
9951dependencies = [
9952 "anyhow",
9953 "ctor",
9954 "editor",
9955 "env_logger 0.11.6",
9956 "gpui",
9957 "menu",
9958 "schemars",
9959 "serde",
9960 "serde_json",
9961 "ui",
9962 "util",
9963 "workspace",
9964]
9965
9966[[package]]
9967name = "pico-args"
9968version = "0.5.0"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9971
9972[[package]]
9973name = "pin-project"
9974version = "1.1.7"
9975source = "registry+https://github.com/rust-lang/crates.io-index"
9976checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9977dependencies = [
9978 "pin-project-internal",
9979]
9980
9981[[package]]
9982name = "pin-project-internal"
9983version = "1.1.7"
9984source = "registry+https://github.com/rust-lang/crates.io-index"
9985checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9986dependencies = [
9987 "proc-macro2",
9988 "quote",
9989 "syn 2.0.90",
9990]
9991
9992[[package]]
9993name = "pin-project-lite"
9994version = "0.2.16"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9997
9998[[package]]
9999name = "pin-utils"
10000version = "0.1.0"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10003
10004[[package]]
10005name = "piper"
10006version = "0.2.4"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10009dependencies = [
10010 "atomic-waker",
10011 "fastrand 2.3.0",
10012 "futures-io",
10013]
10014
10015[[package]]
10016name = "pkcs1"
10017version = "0.7.5"
10018source = "registry+https://github.com/rust-lang/crates.io-index"
10019checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10020dependencies = [
10021 "der 0.7.9",
10022 "pkcs8 0.10.2",
10023 "spki 0.7.3",
10024]
10025
10026[[package]]
10027name = "pkcs8"
10028version = "0.9.0"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10031dependencies = [
10032 "der 0.6.1",
10033 "spki 0.6.0",
10034]
10035
10036[[package]]
10037name = "pkcs8"
10038version = "0.10.2"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10041dependencies = [
10042 "der 0.7.9",
10043 "spki 0.7.3",
10044]
10045
10046[[package]]
10047name = "pkg-config"
10048version = "0.3.31"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10051
10052[[package]]
10053name = "plist"
10054version = "1.7.0"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10057dependencies = [
10058 "base64 0.22.1",
10059 "indexmap",
10060 "quick-xml 0.32.0",
10061 "serde",
10062 "time",
10063]
10064
10065[[package]]
10066name = "plotters"
10067version = "0.3.7"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10070dependencies = [
10071 "num-traits",
10072 "plotters-backend",
10073 "plotters-svg",
10074 "wasm-bindgen",
10075 "web-sys",
10076]
10077
10078[[package]]
10079name = "plotters-backend"
10080version = "0.3.7"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10083
10084[[package]]
10085name = "plotters-svg"
10086version = "0.3.7"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10089dependencies = [
10090 "plotters-backend",
10091]
10092
10093[[package]]
10094name = "png"
10095version = "0.17.15"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10098dependencies = [
10099 "bitflags 1.3.2",
10100 "crc32fast",
10101 "fdeflate",
10102 "flate2",
10103 "miniz_oxide",
10104]
10105
10106[[package]]
10107name = "polling"
10108version = "3.7.4"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10111dependencies = [
10112 "cfg-if",
10113 "concurrent-queue",
10114 "hermit-abi 0.4.0",
10115 "pin-project-lite",
10116 "rustix",
10117 "tracing",
10118 "windows-sys 0.59.0",
10119]
10120
10121[[package]]
10122name = "pollster"
10123version = "0.2.5"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10126
10127[[package]]
10128name = "postage"
10129version = "0.5.0"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10132dependencies = [
10133 "atomic",
10134 "crossbeam-queue",
10135 "futures 0.3.31",
10136 "log",
10137 "parking_lot",
10138 "pin-project",
10139 "pollster",
10140 "static_assertions",
10141 "thiserror 1.0.69",
10142]
10143
10144[[package]]
10145name = "postcard"
10146version = "1.1.1"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10149dependencies = [
10150 "cobs",
10151 "embedded-io 0.4.0",
10152 "embedded-io 0.6.1",
10153 "serde",
10154]
10155
10156[[package]]
10157name = "powerfmt"
10158version = "0.2.0"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10161
10162[[package]]
10163name = "ppv-lite86"
10164version = "0.2.20"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10167dependencies = [
10168 "zerocopy 0.7.35",
10169]
10170
10171[[package]]
10172name = "precomputed-hash"
10173version = "0.1.1"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10176
10177[[package]]
10178name = "prettier"
10179version = "0.1.0"
10180dependencies = [
10181 "anyhow",
10182 "collections",
10183 "fs",
10184 "gpui",
10185 "language",
10186 "log",
10187 "lsp",
10188 "node_runtime",
10189 "parking_lot",
10190 "paths",
10191 "serde",
10192 "serde_json",
10193 "util",
10194]
10195
10196[[package]]
10197name = "pretty_assertions"
10198version = "1.4.1"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10201dependencies = [
10202 "diff",
10203 "yansi",
10204]
10205
10206[[package]]
10207name = "prettyplease"
10208version = "0.2.25"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10211dependencies = [
10212 "proc-macro2",
10213 "syn 2.0.90",
10214]
10215
10216[[package]]
10217name = "proc-macro-crate"
10218version = "3.2.0"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10221dependencies = [
10222 "toml_edit",
10223]
10224
10225[[package]]
10226name = "proc-macro-error-attr2"
10227version = "2.0.0"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10230dependencies = [
10231 "proc-macro2",
10232 "quote",
10233]
10234
10235[[package]]
10236name = "proc-macro-error2"
10237version = "2.0.1"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10240dependencies = [
10241 "proc-macro-error-attr2",
10242 "proc-macro2",
10243 "quote",
10244 "syn 2.0.90",
10245]
10246
10247[[package]]
10248name = "proc-macro2"
10249version = "1.0.93"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10252dependencies = [
10253 "unicode-ident",
10254]
10255
10256[[package]]
10257name = "proc-macro2-diagnostics"
10258version = "0.10.1"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10261dependencies = [
10262 "proc-macro2",
10263 "quote",
10264 "syn 2.0.90",
10265 "version_check",
10266 "yansi",
10267]
10268
10269[[package]]
10270name = "profiling"
10271version = "1.0.16"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10274dependencies = [
10275 "profiling-procmacros",
10276]
10277
10278[[package]]
10279name = "profiling-procmacros"
10280version = "1.0.16"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10283dependencies = [
10284 "quote",
10285 "syn 2.0.90",
10286]
10287
10288[[package]]
10289name = "project"
10290version = "0.1.0"
10291dependencies = [
10292 "aho-corasick",
10293 "anyhow",
10294 "askpass",
10295 "async-trait",
10296 "buffer_diff",
10297 "client",
10298 "clock",
10299 "collections",
10300 "env_logger 0.11.6",
10301 "fancy-regex 0.14.0",
10302 "fs",
10303 "futures 0.3.31",
10304 "fuzzy",
10305 "git",
10306 "git2",
10307 "globset",
10308 "gpui",
10309 "http_client",
10310 "image",
10311 "itertools 0.14.0",
10312 "language",
10313 "log",
10314 "lsp",
10315 "node_runtime",
10316 "parking_lot",
10317 "pathdiff",
10318 "paths",
10319 "postage",
10320 "prettier",
10321 "pretty_assertions",
10322 "rand 0.8.5",
10323 "regex",
10324 "release_channel",
10325 "remote",
10326 "rpc",
10327 "schemars",
10328 "serde",
10329 "serde_json",
10330 "settings",
10331 "sha2",
10332 "shellexpand 2.1.2",
10333 "shlex",
10334 "smol",
10335 "snippet",
10336 "snippet_provider",
10337 "task",
10338 "tempfile",
10339 "terminal",
10340 "text",
10341 "toml 0.8.20",
10342 "unindent",
10343 "url",
10344 "util",
10345 "which 6.0.3",
10346 "worktree",
10347]
10348
10349[[package]]
10350name = "project_panel"
10351version = "0.1.0"
10352dependencies = [
10353 "anyhow",
10354 "client",
10355 "collections",
10356 "command_palette_hooks",
10357 "db",
10358 "editor",
10359 "file_icons",
10360 "git",
10361 "gpui",
10362 "indexmap",
10363 "language",
10364 "menu",
10365 "pretty_assertions",
10366 "project",
10367 "schemars",
10368 "search",
10369 "serde",
10370 "serde_derive",
10371 "serde_json",
10372 "settings",
10373 "smallvec",
10374 "theme",
10375 "ui",
10376 "util",
10377 "workspace",
10378 "worktree",
10379 "zed_actions",
10380]
10381
10382[[package]]
10383name = "project_symbols"
10384version = "0.1.0"
10385dependencies = [
10386 "anyhow",
10387 "editor",
10388 "futures 0.3.31",
10389 "fuzzy",
10390 "gpui",
10391 "language",
10392 "lsp",
10393 "ordered-float 2.10.1",
10394 "picker",
10395 "project",
10396 "release_channel",
10397 "serde_json",
10398 "settings",
10399 "theme",
10400 "util",
10401 "workspace",
10402]
10403
10404[[package]]
10405name = "prometheus"
10406version = "0.13.4"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10409dependencies = [
10410 "cfg-if",
10411 "fnv",
10412 "lazy_static",
10413 "memchr",
10414 "parking_lot",
10415 "protobuf",
10416 "thiserror 1.0.69",
10417]
10418
10419[[package]]
10420name = "prompt_library"
10421version = "0.1.0"
10422dependencies = [
10423 "anyhow",
10424 "collections",
10425 "editor",
10426 "gpui",
10427 "language",
10428 "language_model",
10429 "log",
10430 "menu",
10431 "picker",
10432 "prompt_store",
10433 "release_channel",
10434 "rope",
10435 "serde",
10436 "settings",
10437 "theme",
10438 "ui",
10439 "util",
10440 "workspace",
10441 "zed_actions",
10442]
10443
10444[[package]]
10445name = "prompt_store"
10446version = "0.1.0"
10447dependencies = [
10448 "anyhow",
10449 "assets",
10450 "chrono",
10451 "collections",
10452 "fs",
10453 "futures 0.3.31",
10454 "fuzzy",
10455 "gpui",
10456 "handlebars 4.5.0",
10457 "heed",
10458 "language",
10459 "log",
10460 "parking_lot",
10461 "paths",
10462 "rope",
10463 "serde",
10464 "text",
10465 "util",
10466 "uuid",
10467]
10468
10469[[package]]
10470name = "prost"
10471version = "0.9.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10474dependencies = [
10475 "bytes 1.10.1",
10476 "prost-derive 0.9.0",
10477]
10478
10479[[package]]
10480name = "prost"
10481version = "0.12.6"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10484dependencies = [
10485 "bytes 1.10.1",
10486 "prost-derive 0.12.6",
10487]
10488
10489[[package]]
10490name = "prost-build"
10491version = "0.9.0"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10494dependencies = [
10495 "bytes 1.10.1",
10496 "heck 0.3.3",
10497 "itertools 0.10.5",
10498 "lazy_static",
10499 "log",
10500 "multimap 0.8.3",
10501 "petgraph",
10502 "prost 0.9.0",
10503 "prost-types 0.9.0",
10504 "regex",
10505 "tempfile",
10506 "which 4.4.2",
10507]
10508
10509[[package]]
10510name = "prost-build"
10511version = "0.12.6"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10514dependencies = [
10515 "bytes 1.10.1",
10516 "heck 0.5.0",
10517 "itertools 0.10.5",
10518 "log",
10519 "multimap 0.10.0",
10520 "once_cell",
10521 "petgraph",
10522 "prettyplease",
10523 "prost 0.12.6",
10524 "prost-types 0.12.6",
10525 "regex",
10526 "syn 2.0.90",
10527 "tempfile",
10528]
10529
10530[[package]]
10531name = "prost-derive"
10532version = "0.9.0"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10535dependencies = [
10536 "anyhow",
10537 "itertools 0.10.5",
10538 "proc-macro2",
10539 "quote",
10540 "syn 1.0.109",
10541]
10542
10543[[package]]
10544name = "prost-derive"
10545version = "0.12.6"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10548dependencies = [
10549 "anyhow",
10550 "itertools 0.10.5",
10551 "proc-macro2",
10552 "quote",
10553 "syn 2.0.90",
10554]
10555
10556[[package]]
10557name = "prost-types"
10558version = "0.9.0"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10561dependencies = [
10562 "bytes 1.10.1",
10563 "prost 0.9.0",
10564]
10565
10566[[package]]
10567name = "prost-types"
10568version = "0.12.6"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10571dependencies = [
10572 "prost 0.12.6",
10573]
10574
10575[[package]]
10576name = "proto"
10577version = "0.1.0"
10578dependencies = [
10579 "anyhow",
10580 "collections",
10581 "prost 0.9.0",
10582 "prost-build 0.9.0",
10583 "serde",
10584]
10585
10586[[package]]
10587name = "protobuf"
10588version = "2.28.0"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10591
10592[[package]]
10593name = "psm"
10594version = "0.1.24"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10597dependencies = [
10598 "cc",
10599]
10600
10601[[package]]
10602name = "ptr_meta"
10603version = "0.1.4"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10606dependencies = [
10607 "ptr_meta_derive",
10608]
10609
10610[[package]]
10611name = "ptr_meta_derive"
10612version = "0.1.4"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10615dependencies = [
10616 "proc-macro2",
10617 "quote",
10618 "syn 1.0.109",
10619]
10620
10621[[package]]
10622name = "pulldown-cmark"
10623version = "0.10.3"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10626dependencies = [
10627 "bitflags 2.8.0",
10628 "memchr",
10629 "pulldown-cmark-escape",
10630 "unicase",
10631]
10632
10633[[package]]
10634name = "pulldown-cmark"
10635version = "0.12.2"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10638dependencies = [
10639 "bitflags 2.8.0",
10640 "memchr",
10641 "unicase",
10642]
10643
10644[[package]]
10645name = "pulldown-cmark-escape"
10646version = "0.10.1"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10649
10650[[package]]
10651name = "pulley-interpreter"
10652version = "29.0.1"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10655dependencies = [
10656 "cranelift-bitset",
10657 "log",
10658 "sptr",
10659 "wasmtime-math",
10660]
10661
10662[[package]]
10663name = "qoi"
10664version = "0.4.1"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10667dependencies = [
10668 "bytemuck",
10669]
10670
10671[[package]]
10672name = "quick-error"
10673version = "2.0.1"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10676
10677[[package]]
10678name = "quick-xml"
10679version = "0.32.0"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10682dependencies = [
10683 "memchr",
10684]
10685
10686[[package]]
10687name = "quick-xml"
10688version = "0.37.2"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10691dependencies = [
10692 "memchr",
10693]
10694
10695[[package]]
10696name = "quinn"
10697version = "0.11.6"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10700dependencies = [
10701 "bytes 1.10.1",
10702 "pin-project-lite",
10703 "quinn-proto",
10704 "quinn-udp",
10705 "rustc-hash 2.1.1",
10706 "rustls 0.23.23",
10707 "socket2",
10708 "thiserror 2.0.6",
10709 "tokio",
10710 "tracing",
10711]
10712
10713[[package]]
10714name = "quinn-proto"
10715version = "0.11.9"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10718dependencies = [
10719 "bytes 1.10.1",
10720 "getrandom 0.2.15",
10721 "rand 0.8.5",
10722 "ring",
10723 "rustc-hash 2.1.1",
10724 "rustls 0.23.23",
10725 "rustls-pki-types",
10726 "slab",
10727 "thiserror 2.0.6",
10728 "tinyvec",
10729 "tracing",
10730 "web-time",
10731]
10732
10733[[package]]
10734name = "quinn-udp"
10735version = "0.5.9"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10738dependencies = [
10739 "cfg_aliases 0.2.1",
10740 "libc",
10741 "once_cell",
10742 "socket2",
10743 "tracing",
10744 "windows-sys 0.59.0",
10745]
10746
10747[[package]]
10748name = "quote"
10749version = "1.0.38"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10752dependencies = [
10753 "proc-macro2",
10754]
10755
10756[[package]]
10757name = "radium"
10758version = "0.7.0"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10761
10762[[package]]
10763name = "rand"
10764version = "0.7.3"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10767dependencies = [
10768 "getrandom 0.1.16",
10769 "libc",
10770 "rand_chacha 0.2.2",
10771 "rand_core 0.5.1",
10772 "rand_hc",
10773]
10774
10775[[package]]
10776name = "rand"
10777version = "0.8.5"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10780dependencies = [
10781 "libc",
10782 "rand_chacha 0.3.1",
10783 "rand_core 0.6.4",
10784]
10785
10786[[package]]
10787name = "rand"
10788version = "0.9.0"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10791dependencies = [
10792 "rand_chacha 0.9.0",
10793 "rand_core 0.9.0",
10794 "zerocopy 0.8.18",
10795]
10796
10797[[package]]
10798name = "rand_chacha"
10799version = "0.2.2"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10802dependencies = [
10803 "ppv-lite86",
10804 "rand_core 0.5.1",
10805]
10806
10807[[package]]
10808name = "rand_chacha"
10809version = "0.3.1"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10812dependencies = [
10813 "ppv-lite86",
10814 "rand_core 0.6.4",
10815]
10816
10817[[package]]
10818name = "rand_chacha"
10819version = "0.9.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10822dependencies = [
10823 "ppv-lite86",
10824 "rand_core 0.9.0",
10825]
10826
10827[[package]]
10828name = "rand_core"
10829version = "0.5.1"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10832dependencies = [
10833 "getrandom 0.1.16",
10834]
10835
10836[[package]]
10837name = "rand_core"
10838version = "0.6.4"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10841dependencies = [
10842 "getrandom 0.2.15",
10843]
10844
10845[[package]]
10846name = "rand_core"
10847version = "0.9.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10850dependencies = [
10851 "getrandom 0.3.1",
10852 "zerocopy 0.8.18",
10853]
10854
10855[[package]]
10856name = "rand_hc"
10857version = "0.2.0"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10860dependencies = [
10861 "rand_core 0.5.1",
10862]
10863
10864[[package]]
10865name = "rangemap"
10866version = "1.5.1"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10869
10870[[package]]
10871name = "rav1e"
10872version = "0.7.1"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10875dependencies = [
10876 "arbitrary",
10877 "arg_enum_proc_macro",
10878 "arrayvec",
10879 "av1-grain",
10880 "bitstream-io",
10881 "built",
10882 "cfg-if",
10883 "interpolate_name",
10884 "itertools 0.12.1",
10885 "libc",
10886 "libfuzzer-sys",
10887 "log",
10888 "maybe-rayon",
10889 "new_debug_unreachable",
10890 "noop_proc_macro",
10891 "num-derive",
10892 "num-traits",
10893 "once_cell",
10894 "paste",
10895 "profiling",
10896 "rand 0.8.5",
10897 "rand_chacha 0.3.1",
10898 "simd_helpers",
10899 "system-deps",
10900 "thiserror 1.0.69",
10901 "v_frame",
10902 "wasm-bindgen",
10903]
10904
10905[[package]]
10906name = "ravif"
10907version = "0.11.11"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10910dependencies = [
10911 "avif-serialize",
10912 "imgref",
10913 "loop9",
10914 "quick-error",
10915 "rav1e",
10916 "rayon",
10917 "rgb",
10918]
10919
10920[[package]]
10921name = "raw-window-handle"
10922version = "0.6.2"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10925
10926[[package]]
10927name = "raw-window-metal"
10928version = "0.4.0"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10931dependencies = [
10932 "cocoa 0.25.0",
10933 "core-graphics 0.23.2",
10934 "objc",
10935 "raw-window-handle",
10936]
10937
10938[[package]]
10939name = "rayon"
10940version = "1.10.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10943dependencies = [
10944 "either",
10945 "rayon-core",
10946]
10947
10948[[package]]
10949name = "rayon-core"
10950version = "1.12.1"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10953dependencies = [
10954 "crossbeam-deque",
10955 "crossbeam-utils",
10956]
10957
10958[[package]]
10959name = "read-fonts"
10960version = "0.22.5"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10963dependencies = [
10964 "bytemuck",
10965 "font-types",
10966]
10967
10968[[package]]
10969name = "recent_projects"
10970version = "0.1.0"
10971dependencies = [
10972 "anyhow",
10973 "auto_update",
10974 "editor",
10975 "extension_host",
10976 "file_finder",
10977 "futures 0.3.31",
10978 "fuzzy",
10979 "gpui",
10980 "language",
10981 "log",
10982 "markdown",
10983 "menu",
10984 "ordered-float 2.10.1",
10985 "paths",
10986 "picker",
10987 "project",
10988 "release_channel",
10989 "remote",
10990 "schemars",
10991 "serde",
10992 "serde_json",
10993 "settings",
10994 "smol",
10995 "task",
10996 "telemetry",
10997 "theme",
10998 "ui",
10999 "util",
11000 "workspace",
11001 "zed_actions",
11002]
11003
11004[[package]]
11005name = "redox_syscall"
11006version = "0.2.16"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11009dependencies = [
11010 "bitflags 1.3.2",
11011]
11012
11013[[package]]
11014name = "redox_syscall"
11015version = "0.5.8"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11018dependencies = [
11019 "bitflags 2.8.0",
11020]
11021
11022[[package]]
11023name = "redox_users"
11024version = "0.4.6"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11027dependencies = [
11028 "getrandom 0.2.15",
11029 "libredox",
11030 "thiserror 1.0.69",
11031]
11032
11033[[package]]
11034name = "refineable"
11035version = "0.1.0"
11036dependencies = [
11037 "derive_refineable",
11038]
11039
11040[[package]]
11041name = "regalloc2"
11042version = "0.11.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11045dependencies = [
11046 "allocator-api2",
11047 "bumpalo",
11048 "hashbrown 0.15.2",
11049 "log",
11050 "rustc-hash 2.1.1",
11051 "smallvec",
11052]
11053
11054[[package]]
11055name = "regex"
11056version = "1.11.1"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11059dependencies = [
11060 "aho-corasick",
11061 "memchr",
11062 "regex-automata 0.4.9",
11063 "regex-syntax 0.8.5",
11064]
11065
11066[[package]]
11067name = "regex-automata"
11068version = "0.1.10"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11071dependencies = [
11072 "regex-syntax 0.6.29",
11073]
11074
11075[[package]]
11076name = "regex-automata"
11077version = "0.4.9"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11080dependencies = [
11081 "aho-corasick",
11082 "memchr",
11083 "regex-syntax 0.8.5",
11084]
11085
11086[[package]]
11087name = "regex-lite"
11088version = "0.1.6"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11091
11092[[package]]
11093name = "regex-syntax"
11094version = "0.6.29"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11097
11098[[package]]
11099name = "regex-syntax"
11100version = "0.8.5"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11103
11104[[package]]
11105name = "release_channel"
11106version = "0.1.0"
11107dependencies = [
11108 "gpui",
11109]
11110
11111[[package]]
11112name = "remote"
11113version = "0.1.0"
11114dependencies = [
11115 "anyhow",
11116 "askpass",
11117 "async-trait",
11118 "collections",
11119 "fs",
11120 "futures 0.3.31",
11121 "gpui",
11122 "itertools 0.14.0",
11123 "log",
11124 "parking_lot",
11125 "paths",
11126 "prost 0.9.0",
11127 "release_channel",
11128 "rpc",
11129 "schemars",
11130 "serde",
11131 "serde_json",
11132 "shlex",
11133 "smol",
11134 "tempfile",
11135 "thiserror 1.0.69",
11136 "util",
11137]
11138
11139[[package]]
11140name = "remote_server"
11141version = "0.1.0"
11142dependencies = [
11143 "anyhow",
11144 "async-watch",
11145 "backtrace",
11146 "cargo_toml",
11147 "chrono",
11148 "clap",
11149 "client",
11150 "clock",
11151 "env_logger 0.11.6",
11152 "extension",
11153 "extension_host",
11154 "fork",
11155 "fs",
11156 "futures 0.3.31",
11157 "git",
11158 "git_hosting_providers",
11159 "gpui",
11160 "gpui_tokio",
11161 "http_client",
11162 "language",
11163 "language_extension",
11164 "languages",
11165 "libc",
11166 "log",
11167 "lsp",
11168 "node_runtime",
11169 "paths",
11170 "project",
11171 "proto",
11172 "release_channel",
11173 "remote",
11174 "reqwest_client",
11175 "rpc",
11176 "rust-embed",
11177 "serde",
11178 "serde_json",
11179 "settings",
11180 "shellexpand 2.1.2",
11181 "smol",
11182 "sysinfo",
11183 "telemetry_events",
11184 "toml 0.8.20",
11185 "unindent",
11186 "util",
11187 "worktree",
11188]
11189
11190[[package]]
11191name = "rend"
11192version = "0.4.2"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11195dependencies = [
11196 "bytecheck",
11197]
11198
11199[[package]]
11200name = "repl"
11201version = "0.1.0"
11202dependencies = [
11203 "alacritty_terminal",
11204 "anyhow",
11205 "async-dispatcher",
11206 "async-tungstenite",
11207 "base64 0.22.1",
11208 "client",
11209 "collections",
11210 "command_palette_hooks",
11211 "editor",
11212 "env_logger 0.11.6",
11213 "feature_flags",
11214 "file_icons",
11215 "futures 0.3.31",
11216 "gpui",
11217 "http_client",
11218 "image",
11219 "indoc",
11220 "jupyter-protocol",
11221 "jupyter-websocket-client",
11222 "language",
11223 "languages",
11224 "log",
11225 "markdown_preview",
11226 "menu",
11227 "multi_buffer",
11228 "nbformat",
11229 "picker",
11230 "project",
11231 "runtimelib",
11232 "schemars",
11233 "serde",
11234 "serde_json",
11235 "settings",
11236 "smol",
11237 "telemetry",
11238 "terminal",
11239 "terminal_view",
11240 "theme",
11241 "tree-sitter-md",
11242 "tree-sitter-python",
11243 "tree-sitter-typescript",
11244 "ui",
11245 "util",
11246 "uuid",
11247 "workspace",
11248]
11249
11250[[package]]
11251name = "reqwest"
11252version = "0.11.27"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11255dependencies = [
11256 "base64 0.21.7",
11257 "bytes 1.10.1",
11258 "encoding_rs",
11259 "futures-core",
11260 "futures-util",
11261 "h2 0.3.26",
11262 "http 0.2.12",
11263 "http-body 0.4.6",
11264 "hyper 0.14.32",
11265 "hyper-rustls 0.24.2",
11266 "hyper-tls",
11267 "ipnet",
11268 "js-sys",
11269 "log",
11270 "mime",
11271 "native-tls",
11272 "once_cell",
11273 "percent-encoding",
11274 "pin-project-lite",
11275 "rustls 0.21.12",
11276 "rustls-native-certs 0.6.3",
11277 "rustls-pemfile 1.0.4",
11278 "serde",
11279 "serde_json",
11280 "serde_urlencoded",
11281 "sync_wrapper 0.1.2",
11282 "system-configuration 0.5.1",
11283 "tokio",
11284 "tokio-native-tls",
11285 "tokio-rustls 0.24.1",
11286 "tower-service",
11287 "url",
11288 "wasm-bindgen",
11289 "wasm-bindgen-futures",
11290 "web-sys",
11291 "winreg 0.50.0",
11292]
11293
11294[[package]]
11295name = "reqwest"
11296version = "0.12.8"
11297source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11298dependencies = [
11299 "base64 0.22.1",
11300 "bytes 1.10.1",
11301 "encoding_rs",
11302 "futures-core",
11303 "futures-util",
11304 "h2 0.4.7",
11305 "http 1.2.0",
11306 "http-body 1.0.1",
11307 "http-body-util",
11308 "hyper 1.5.1",
11309 "hyper-rustls 0.27.3",
11310 "hyper-util",
11311 "ipnet",
11312 "js-sys",
11313 "log",
11314 "mime",
11315 "once_cell",
11316 "percent-encoding",
11317 "pin-project-lite",
11318 "quinn",
11319 "rustls 0.23.23",
11320 "rustls-native-certs 0.8.1",
11321 "rustls-pemfile 2.2.0",
11322 "rustls-pki-types",
11323 "serde",
11324 "serde_json",
11325 "serde_urlencoded",
11326 "sync_wrapper 1.0.2",
11327 "system-configuration 0.6.1",
11328 "tokio",
11329 "tokio-rustls 0.26.1",
11330 "tokio-socks",
11331 "tokio-util",
11332 "tower-service",
11333 "url",
11334 "wasm-bindgen",
11335 "wasm-bindgen-futures",
11336 "wasm-streams",
11337 "web-sys",
11338 "windows-registry",
11339]
11340
11341[[package]]
11342name = "reqwest_client"
11343version = "0.1.0"
11344dependencies = [
11345 "anyhow",
11346 "bytes 1.10.1",
11347 "futures 0.3.31",
11348 "gpui",
11349 "http_client",
11350 "log",
11351 "regex",
11352 "reqwest 0.12.8",
11353 "serde",
11354 "smol",
11355 "tokio",
11356]
11357
11358[[package]]
11359name = "resvg"
11360version = "0.44.0"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11363dependencies = [
11364 "log",
11365 "pico-args",
11366 "rgb",
11367 "svgtypes",
11368 "tiny-skia",
11369 "usvg",
11370]
11371
11372[[package]]
11373name = "rfc6979"
11374version = "0.3.1"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11377dependencies = [
11378 "crypto-bigint 0.4.9",
11379 "hmac",
11380 "zeroize",
11381]
11382
11383[[package]]
11384name = "rgb"
11385version = "0.8.50"
11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11388dependencies = [
11389 "bytemuck",
11390]
11391
11392[[package]]
11393name = "rich_text"
11394version = "0.1.0"
11395dependencies = [
11396 "futures 0.3.31",
11397 "gpui",
11398 "language",
11399 "linkify",
11400 "pulldown-cmark 0.12.2",
11401 "theme",
11402 "ui",
11403 "util",
11404]
11405
11406[[package]]
11407name = "ring"
11408version = "0.17.8"
11409source = "registry+https://github.com/rust-lang/crates.io-index"
11410checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11411dependencies = [
11412 "cc",
11413 "cfg-if",
11414 "getrandom 0.2.15",
11415 "libc",
11416 "spin",
11417 "untrusted",
11418 "windows-sys 0.52.0",
11419]
11420
11421[[package]]
11422name = "rkyv"
11423version = "0.7.45"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11426dependencies = [
11427 "bitvec",
11428 "bytecheck",
11429 "bytes 1.10.1",
11430 "hashbrown 0.12.3",
11431 "ptr_meta",
11432 "rend",
11433 "rkyv_derive",
11434 "seahash",
11435 "tinyvec",
11436 "uuid",
11437]
11438
11439[[package]]
11440name = "rkyv_derive"
11441version = "0.7.45"
11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11444dependencies = [
11445 "proc-macro2",
11446 "quote",
11447 "syn 1.0.109",
11448]
11449
11450[[package]]
11451name = "rmp"
11452version = "0.8.14"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11455dependencies = [
11456 "byteorder",
11457 "num-traits",
11458 "paste",
11459]
11460
11461[[package]]
11462name = "rmpv"
11463version = "1.3.0"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11466dependencies = [
11467 "num-traits",
11468 "rmp",
11469]
11470
11471[[package]]
11472name = "rodio"
11473version = "0.20.1"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11476dependencies = [
11477 "cpal",
11478 "hound",
11479]
11480
11481[[package]]
11482name = "rope"
11483version = "0.1.0"
11484dependencies = [
11485 "arrayvec",
11486 "criterion",
11487 "ctor",
11488 "env_logger 0.11.6",
11489 "gpui",
11490 "log",
11491 "rand 0.8.5",
11492 "rayon",
11493 "smallvec",
11494 "sum_tree",
11495 "unicode-segmentation",
11496 "util",
11497]
11498
11499[[package]]
11500name = "roxmltree"
11501version = "0.20.0"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11504
11505[[package]]
11506name = "rpc"
11507version = "0.1.0"
11508dependencies = [
11509 "anyhow",
11510 "async-tungstenite",
11511 "base64 0.22.1",
11512 "chrono",
11513 "collections",
11514 "env_logger 0.11.6",
11515 "futures 0.3.31",
11516 "gpui",
11517 "parking_lot",
11518 "proto",
11519 "rand 0.8.5",
11520 "rsa",
11521 "serde",
11522 "serde_json",
11523 "sha2",
11524 "strum",
11525 "tracing",
11526 "util",
11527 "zstd",
11528]
11529
11530[[package]]
11531name = "rsa"
11532version = "0.9.7"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11535dependencies = [
11536 "const-oid",
11537 "digest",
11538 "num-bigint-dig",
11539 "num-integer",
11540 "num-traits",
11541 "pkcs1",
11542 "pkcs8 0.10.2",
11543 "rand_core 0.6.4",
11544 "signature 2.2.0",
11545 "spki 0.7.3",
11546 "subtle",
11547 "zeroize",
11548]
11549
11550[[package]]
11551name = "runtimelib"
11552version = "0.25.0"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11555dependencies = [
11556 "anyhow",
11557 "async-dispatcher",
11558 "async-std",
11559 "base64 0.22.1",
11560 "bytes 1.10.1",
11561 "chrono",
11562 "data-encoding",
11563 "dirs 5.0.1",
11564 "futures 0.3.31",
11565 "glob",
11566 "jupyter-protocol",
11567 "ring",
11568 "serde",
11569 "serde_json",
11570 "shellexpand 3.1.0",
11571 "smol",
11572 "uuid",
11573 "zeromq",
11574]
11575
11576[[package]]
11577name = "rust-embed"
11578version = "8.5.0"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11581dependencies = [
11582 "rust-embed-impl",
11583 "rust-embed-utils",
11584 "walkdir",
11585]
11586
11587[[package]]
11588name = "rust-embed-impl"
11589version = "8.5.0"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11592dependencies = [
11593 "proc-macro2",
11594 "quote",
11595 "rust-embed-utils",
11596 "syn 2.0.90",
11597 "walkdir",
11598]
11599
11600[[package]]
11601name = "rust-embed-utils"
11602version = "8.5.0"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11605dependencies = [
11606 "globset",
11607 "sha2",
11608 "walkdir",
11609]
11610
11611[[package]]
11612name = "rust_decimal"
11613version = "1.36.0"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11616dependencies = [
11617 "arrayvec",
11618 "borsh",
11619 "bytes 1.10.1",
11620 "num-traits",
11621 "rand 0.8.5",
11622 "rkyv",
11623 "serde",
11624 "serde_json",
11625]
11626
11627[[package]]
11628name = "rustc-demangle"
11629version = "0.1.24"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11632
11633[[package]]
11634name = "rustc-hash"
11635version = "1.1.0"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11638
11639[[package]]
11640name = "rustc-hash"
11641version = "2.1.1"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11644
11645[[package]]
11646name = "rustc_version"
11647version = "0.4.1"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11650dependencies = [
11651 "semver",
11652]
11653
11654[[package]]
11655name = "rustix"
11656version = "0.38.42"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11659dependencies = [
11660 "bitflags 2.8.0",
11661 "errno 0.3.10",
11662 "itoa",
11663 "libc",
11664 "linux-raw-sys",
11665 "once_cell",
11666 "windows-sys 0.59.0",
11667]
11668
11669[[package]]
11670name = "rustix-openpty"
11671version = "0.1.1"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11674dependencies = [
11675 "errno 0.3.10",
11676 "libc",
11677 "rustix",
11678]
11679
11680[[package]]
11681name = "rustls"
11682version = "0.21.12"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11685dependencies = [
11686 "log",
11687 "ring",
11688 "rustls-webpki 0.101.7",
11689 "sct",
11690]
11691
11692[[package]]
11693name = "rustls"
11694version = "0.23.23"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11697dependencies = [
11698 "aws-lc-rs",
11699 "log",
11700 "once_cell",
11701 "ring",
11702 "rustls-pki-types",
11703 "rustls-webpki 0.102.8",
11704 "subtle",
11705 "zeroize",
11706]
11707
11708[[package]]
11709name = "rustls-native-certs"
11710version = "0.6.3"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11713dependencies = [
11714 "openssl-probe",
11715 "rustls-pemfile 1.0.4",
11716 "schannel",
11717 "security-framework 2.11.1",
11718]
11719
11720[[package]]
11721name = "rustls-native-certs"
11722version = "0.8.1"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11725dependencies = [
11726 "openssl-probe",
11727 "rustls-pki-types",
11728 "schannel",
11729 "security-framework 3.0.1",
11730]
11731
11732[[package]]
11733name = "rustls-pemfile"
11734version = "1.0.4"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11737dependencies = [
11738 "base64 0.21.7",
11739]
11740
11741[[package]]
11742name = "rustls-pemfile"
11743version = "2.2.0"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11746dependencies = [
11747 "rustls-pki-types",
11748]
11749
11750[[package]]
11751name = "rustls-pki-types"
11752version = "1.10.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11755dependencies = [
11756 "web-time",
11757]
11758
11759[[package]]
11760name = "rustls-platform-verifier"
11761version = "0.5.0"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11764dependencies = [
11765 "core-foundation 0.10.0",
11766 "core-foundation-sys",
11767 "jni",
11768 "log",
11769 "once_cell",
11770 "rustls 0.23.23",
11771 "rustls-native-certs 0.8.1",
11772 "rustls-platform-verifier-android",
11773 "rustls-webpki 0.102.8",
11774 "security-framework 3.0.1",
11775 "security-framework-sys",
11776 "webpki-root-certs",
11777 "windows-sys 0.52.0",
11778]
11779
11780[[package]]
11781name = "rustls-platform-verifier-android"
11782version = "0.1.1"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11785
11786[[package]]
11787name = "rustls-webpki"
11788version = "0.101.7"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11791dependencies = [
11792 "ring",
11793 "untrusted",
11794]
11795
11796[[package]]
11797name = "rustls-webpki"
11798version = "0.102.8"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11801dependencies = [
11802 "aws-lc-rs",
11803 "ring",
11804 "rustls-pki-types",
11805 "untrusted",
11806]
11807
11808[[package]]
11809name = "rustversion"
11810version = "1.0.18"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11813
11814[[package]]
11815name = "rustybuzz"
11816version = "0.14.1"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11819dependencies = [
11820 "bitflags 2.8.0",
11821 "bytemuck",
11822 "libm",
11823 "smallvec",
11824 "ttf-parser",
11825 "unicode-bidi-mirroring",
11826 "unicode-ccc",
11827 "unicode-properties",
11828 "unicode-script",
11829]
11830
11831[[package]]
11832name = "ryu"
11833version = "1.0.18"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11836
11837[[package]]
11838name = "salsa20"
11839version = "0.10.2"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11842dependencies = [
11843 "cipher",
11844]
11845
11846[[package]]
11847name = "same-file"
11848version = "1.0.6"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11851dependencies = [
11852 "winapi-util",
11853]
11854
11855[[package]]
11856name = "schannel"
11857version = "0.1.27"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11860dependencies = [
11861 "windows-sys 0.59.0",
11862]
11863
11864[[package]]
11865name = "schema_generator"
11866version = "0.1.0"
11867dependencies = [
11868 "anyhow",
11869 "clap",
11870 "env_logger 0.11.6",
11871 "schemars",
11872 "serde",
11873 "serde_json",
11874 "theme",
11875]
11876
11877[[package]]
11878name = "schemars"
11879version = "0.8.21"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11882dependencies = [
11883 "dyn-clone",
11884 "indexmap",
11885 "schemars_derive",
11886 "serde",
11887 "serde_json",
11888]
11889
11890[[package]]
11891name = "schemars_derive"
11892version = "0.8.21"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11895dependencies = [
11896 "proc-macro2",
11897 "quote",
11898 "serde_derive_internals",
11899 "syn 2.0.90",
11900]
11901
11902[[package]]
11903name = "scoped-tls"
11904version = "1.0.1"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11907
11908[[package]]
11909name = "scopeguard"
11910version = "1.2.0"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11913
11914[[package]]
11915name = "scratch"
11916version = "1.0.7"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11919
11920[[package]]
11921name = "scripting_tool"
11922version = "0.1.0"
11923dependencies = [
11924 "anyhow",
11925 "buffer_diff",
11926 "clock",
11927 "collections",
11928 "futures 0.3.31",
11929 "gpui",
11930 "language",
11931 "log",
11932 "mlua",
11933 "parking_lot",
11934 "project",
11935 "rand 0.8.5",
11936 "regex",
11937 "schemars",
11938 "serde",
11939 "serde_json",
11940 "settings",
11941 "util",
11942]
11943
11944[[package]]
11945name = "scrypt"
11946version = "0.11.0"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11949dependencies = [
11950 "password-hash 0.5.0",
11951 "pbkdf2 0.12.2",
11952 "salsa20",
11953 "sha2",
11954]
11955
11956[[package]]
11957name = "sct"
11958version = "0.7.1"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11961dependencies = [
11962 "ring",
11963 "untrusted",
11964]
11965
11966[[package]]
11967name = "sea-bae"
11968version = "0.2.1"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11971dependencies = [
11972 "heck 0.4.1",
11973 "proc-macro-error2",
11974 "proc-macro2",
11975 "quote",
11976 "syn 2.0.90",
11977]
11978
11979[[package]]
11980name = "sea-orm"
11981version = "1.1.5"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
11984dependencies = [
11985 "async-stream",
11986 "async-trait",
11987 "bigdecimal",
11988 "chrono",
11989 "futures 0.3.31",
11990 "log",
11991 "ouroboros",
11992 "rust_decimal",
11993 "sea-orm-macros",
11994 "sea-query",
11995 "sea-query-binder",
11996 "serde",
11997 "serde_json",
11998 "sqlx",
11999 "strum",
12000 "thiserror 1.0.69",
12001 "time",
12002 "tracing",
12003 "url",
12004 "uuid",
12005]
12006
12007[[package]]
12008name = "sea-orm-macros"
12009version = "1.1.5"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12012dependencies = [
12013 "heck 0.4.1",
12014 "proc-macro2",
12015 "quote",
12016 "sea-bae",
12017 "syn 2.0.90",
12018 "unicode-ident",
12019]
12020
12021[[package]]
12022name = "sea-query"
12023version = "0.32.1"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12026dependencies = [
12027 "bigdecimal",
12028 "chrono",
12029 "inherent",
12030 "ordered-float 3.9.2",
12031 "rust_decimal",
12032 "serde_json",
12033 "time",
12034 "uuid",
12035]
12036
12037[[package]]
12038name = "sea-query-binder"
12039version = "0.7.0"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12042dependencies = [
12043 "bigdecimal",
12044 "chrono",
12045 "rust_decimal",
12046 "sea-query",
12047 "serde_json",
12048 "sqlx",
12049 "time",
12050 "uuid",
12051]
12052
12053[[package]]
12054name = "seahash"
12055version = "4.1.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12058
12059[[package]]
12060name = "search"
12061version = "0.1.0"
12062dependencies = [
12063 "any_vec",
12064 "anyhow",
12065 "bitflags 2.8.0",
12066 "client",
12067 "collections",
12068 "editor",
12069 "futures 0.3.31",
12070 "gpui",
12071 "language",
12072 "menu",
12073 "project",
12074 "schemars",
12075 "serde",
12076 "serde_json",
12077 "settings",
12078 "smol",
12079 "theme",
12080 "ui",
12081 "unindent",
12082 "util",
12083 "workspace",
12084 "zed_actions",
12085]
12086
12087[[package]]
12088name = "sec1"
12089version = "0.3.0"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12092dependencies = [
12093 "base16ct",
12094 "der 0.6.1",
12095 "generic-array",
12096 "pkcs8 0.9.0",
12097 "subtle",
12098 "zeroize",
12099]
12100
12101[[package]]
12102name = "security-framework"
12103version = "2.11.1"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12106dependencies = [
12107 "bitflags 2.8.0",
12108 "core-foundation 0.9.4",
12109 "core-foundation-sys",
12110 "libc",
12111 "security-framework-sys",
12112]
12113
12114[[package]]
12115name = "security-framework"
12116version = "3.0.1"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12119dependencies = [
12120 "bitflags 2.8.0",
12121 "core-foundation 0.10.0",
12122 "core-foundation-sys",
12123 "libc",
12124 "security-framework-sys",
12125]
12126
12127[[package]]
12128name = "security-framework-sys"
12129version = "2.12.1"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12132dependencies = [
12133 "core-foundation-sys",
12134 "libc",
12135]
12136
12137[[package]]
12138name = "self_cell"
12139version = "1.1.0"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12142
12143[[package]]
12144name = "semantic_index"
12145version = "0.1.0"
12146dependencies = [
12147 "anyhow",
12148 "arrayvec",
12149 "blake3",
12150 "client",
12151 "clock",
12152 "collections",
12153 "env_logger 0.11.6",
12154 "feature_flags",
12155 "fs",
12156 "futures 0.3.31",
12157 "futures-batch",
12158 "gpui",
12159 "heed",
12160 "http_client",
12161 "language",
12162 "language_model",
12163 "languages",
12164 "log",
12165 "open_ai",
12166 "parking_lot",
12167 "project",
12168 "reqwest_client",
12169 "serde",
12170 "serde_json",
12171 "settings",
12172 "sha2",
12173 "smol",
12174 "streaming-iterator",
12175 "tempfile",
12176 "theme",
12177 "tree-sitter",
12178 "ui",
12179 "unindent",
12180 "util",
12181 "workspace",
12182 "worktree",
12183]
12184
12185[[package]]
12186name = "semantic_version"
12187version = "0.1.0"
12188dependencies = [
12189 "anyhow",
12190 "serde",
12191]
12192
12193[[package]]
12194name = "semver"
12195version = "1.0.25"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12198dependencies = [
12199 "serde",
12200]
12201
12202[[package]]
12203name = "serde"
12204version = "1.0.218"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12207dependencies = [
12208 "serde_derive",
12209]
12210
12211[[package]]
12212name = "serde_derive"
12213version = "1.0.218"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12216dependencies = [
12217 "proc-macro2",
12218 "quote",
12219 "syn 2.0.90",
12220]
12221
12222[[package]]
12223name = "serde_derive_internals"
12224version = "0.29.1"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12227dependencies = [
12228 "proc-macro2",
12229 "quote",
12230 "syn 2.0.90",
12231]
12232
12233[[package]]
12234name = "serde_fmt"
12235version = "1.0.3"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12238dependencies = [
12239 "serde",
12240]
12241
12242[[package]]
12243name = "serde_json"
12244version = "1.0.139"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12247dependencies = [
12248 "indexmap",
12249 "itoa",
12250 "memchr",
12251 "ryu",
12252 "serde",
12253]
12254
12255[[package]]
12256name = "serde_json_lenient"
12257version = "0.2.4"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12260dependencies = [
12261 "indexmap",
12262 "itoa",
12263 "memchr",
12264 "ryu",
12265 "serde",
12266]
12267
12268[[package]]
12269name = "serde_path_to_error"
12270version = "0.1.16"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12273dependencies = [
12274 "itoa",
12275 "serde",
12276]
12277
12278[[package]]
12279name = "serde_qs"
12280version = "0.8.5"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12283dependencies = [
12284 "percent-encoding",
12285 "serde",
12286 "thiserror 1.0.69",
12287]
12288
12289[[package]]
12290name = "serde_qs"
12291version = "0.10.1"
12292source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12294dependencies = [
12295 "percent-encoding",
12296 "serde",
12297 "thiserror 1.0.69",
12298]
12299
12300[[package]]
12301name = "serde_repr"
12302version = "0.1.19"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12305dependencies = [
12306 "proc-macro2",
12307 "quote",
12308 "syn 2.0.90",
12309]
12310
12311[[package]]
12312name = "serde_spanned"
12313version = "0.6.8"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12316dependencies = [
12317 "serde",
12318]
12319
12320[[package]]
12321name = "serde_urlencoded"
12322version = "0.7.1"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12325dependencies = [
12326 "form_urlencoded",
12327 "itoa",
12328 "ryu",
12329 "serde",
12330]
12331
12332[[package]]
12333name = "session"
12334version = "0.1.0"
12335dependencies = [
12336 "db",
12337 "gpui",
12338 "serde_json",
12339 "util",
12340 "uuid",
12341]
12342
12343[[package]]
12344name = "settings"
12345version = "0.1.0"
12346dependencies = [
12347 "anyhow",
12348 "collections",
12349 "ec4rs",
12350 "fs",
12351 "futures 0.3.31",
12352 "gpui",
12353 "indoc",
12354 "inventory",
12355 "log",
12356 "paths",
12357 "pretty_assertions",
12358 "release_channel",
12359 "rust-embed",
12360 "schemars",
12361 "serde",
12362 "serde_derive",
12363 "serde_json",
12364 "serde_json_lenient",
12365 "smallvec",
12366 "streaming-iterator",
12367 "tree-sitter",
12368 "tree-sitter-json",
12369 "unindent",
12370 "util",
12371]
12372
12373[[package]]
12374name = "settings_ui"
12375version = "0.1.0"
12376dependencies = [
12377 "command_palette_hooks",
12378 "editor",
12379 "feature_flags",
12380 "gpui",
12381 "settings",
12382 "theme",
12383 "ui",
12384 "workspace",
12385]
12386
12387[[package]]
12388name = "sha1"
12389version = "0.10.6"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12392dependencies = [
12393 "cfg-if",
12394 "cpufeatures",
12395 "digest",
12396]
12397
12398[[package]]
12399name = "sha1_smol"
12400version = "1.0.1"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12403
12404[[package]]
12405name = "sha2"
12406version = "0.10.8"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12409dependencies = [
12410 "cfg-if",
12411 "cpufeatures",
12412 "digest",
12413]
12414
12415[[package]]
12416name = "sharded-slab"
12417version = "0.1.7"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12420dependencies = [
12421 "lazy_static",
12422]
12423
12424[[package]]
12425name = "shell-words"
12426version = "1.1.0"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12429
12430[[package]]
12431name = "shellexpand"
12432version = "2.1.2"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12435dependencies = [
12436 "dirs 4.0.0",
12437]
12438
12439[[package]]
12440name = "shellexpand"
12441version = "3.1.0"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12444dependencies = [
12445 "dirs 5.0.1",
12446]
12447
12448[[package]]
12449name = "shlex"
12450version = "1.3.0"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12453
12454[[package]]
12455name = "signal-hook"
12456version = "0.3.17"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12459dependencies = [
12460 "libc",
12461 "signal-hook-registry",
12462]
12463
12464[[package]]
12465name = "signal-hook-registry"
12466version = "1.4.2"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12469dependencies = [
12470 "libc",
12471]
12472
12473[[package]]
12474name = "signature"
12475version = "1.6.4"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12478dependencies = [
12479 "digest",
12480 "rand_core 0.6.4",
12481]
12482
12483[[package]]
12484name = "signature"
12485version = "2.2.0"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12488dependencies = [
12489 "digest",
12490 "rand_core 0.6.4",
12491]
12492
12493[[package]]
12494name = "simd-adler32"
12495version = "0.3.7"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12498
12499[[package]]
12500name = "simd_helpers"
12501version = "0.1.0"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12504dependencies = [
12505 "quote",
12506]
12507
12508[[package]]
12509name = "simdutf8"
12510version = "0.1.5"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12513
12514[[package]]
12515name = "simple_asn1"
12516version = "0.6.2"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12519dependencies = [
12520 "num-bigint",
12521 "num-traits",
12522 "thiserror 1.0.69",
12523 "time",
12524]
12525
12526[[package]]
12527name = "simplecss"
12528version = "0.2.1"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12531dependencies = [
12532 "log",
12533]
12534
12535[[package]]
12536name = "simplelog"
12537version = "0.12.2"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12540dependencies = [
12541 "log",
12542 "termcolor",
12543 "time",
12544]
12545
12546[[package]]
12547name = "siphasher"
12548version = "0.3.11"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12551
12552[[package]]
12553name = "siphasher"
12554version = "1.0.1"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12557
12558[[package]]
12559name = "skrifa"
12560version = "0.22.3"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12563dependencies = [
12564 "bytemuck",
12565 "read-fonts",
12566]
12567
12568[[package]]
12569name = "slab"
12570version = "0.4.9"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12573dependencies = [
12574 "autocfg",
12575]
12576
12577[[package]]
12578name = "slash_commands_example"
12579version = "0.1.0"
12580dependencies = [
12581 "zed_extension_api 0.1.0",
12582]
12583
12584[[package]]
12585name = "slotmap"
12586version = "1.0.7"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12589dependencies = [
12590 "version_check",
12591]
12592
12593[[package]]
12594name = "smallvec"
12595version = "1.14.0"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12598dependencies = [
12599 "serde",
12600]
12601
12602[[package]]
12603name = "smart-default"
12604version = "0.6.0"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12607dependencies = [
12608 "proc-macro2",
12609 "quote",
12610 "syn 1.0.109",
12611]
12612
12613[[package]]
12614name = "smol"
12615version = "2.0.2"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12618dependencies = [
12619 "async-channel 2.3.1",
12620 "async-executor",
12621 "async-fs",
12622 "async-io",
12623 "async-lock",
12624 "async-net",
12625 "async-process",
12626 "blocking",
12627 "futures-lite 2.6.0",
12628]
12629
12630[[package]]
12631name = "smol_str"
12632version = "0.1.24"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12635dependencies = [
12636 "serde",
12637]
12638
12639[[package]]
12640name = "snippet"
12641version = "0.1.0"
12642dependencies = [
12643 "anyhow",
12644 "smallvec",
12645]
12646
12647[[package]]
12648name = "snippet_provider"
12649version = "0.1.0"
12650dependencies = [
12651 "anyhow",
12652 "collections",
12653 "extension",
12654 "fs",
12655 "futures 0.3.31",
12656 "gpui",
12657 "parking_lot",
12658 "paths",
12659 "schemars",
12660 "serde",
12661 "serde_json_lenient",
12662 "snippet",
12663 "util",
12664]
12665
12666[[package]]
12667name = "snippets_ui"
12668version = "0.1.0"
12669dependencies = [
12670 "fuzzy",
12671 "gpui",
12672 "language",
12673 "paths",
12674 "picker",
12675 "ui",
12676 "util",
12677 "workspace",
12678]
12679
12680[[package]]
12681name = "socket2"
12682version = "0.5.8"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12685dependencies = [
12686 "libc",
12687 "windows-sys 0.52.0",
12688]
12689
12690[[package]]
12691name = "spdx"
12692version = "0.10.7"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12695dependencies = [
12696 "smallvec",
12697]
12698
12699[[package]]
12700name = "spin"
12701version = "0.9.8"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12704dependencies = [
12705 "lock_api",
12706]
12707
12708[[package]]
12709name = "spirv"
12710version = "0.3.0+sdk-1.3.268.0"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12713dependencies = [
12714 "bitflags 2.8.0",
12715]
12716
12717[[package]]
12718name = "spki"
12719version = "0.6.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12722dependencies = [
12723 "base64ct",
12724 "der 0.6.1",
12725]
12726
12727[[package]]
12728name = "spki"
12729version = "0.7.3"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12732dependencies = [
12733 "base64ct",
12734 "der 0.7.9",
12735]
12736
12737[[package]]
12738name = "sptr"
12739version = "0.3.2"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12742
12743[[package]]
12744name = "sqlez"
12745version = "0.1.0"
12746dependencies = [
12747 "anyhow",
12748 "collections",
12749 "futures 0.3.31",
12750 "indoc",
12751 "libsqlite3-sys",
12752 "parking_lot",
12753 "smol",
12754 "sqlformat",
12755 "thread_local",
12756 "util",
12757 "uuid",
12758]
12759
12760[[package]]
12761name = "sqlez_macros"
12762version = "0.1.0"
12763dependencies = [
12764 "sqlez",
12765 "sqlformat",
12766 "syn 1.0.109",
12767]
12768
12769[[package]]
12770name = "sqlformat"
12771version = "0.2.6"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12774dependencies = [
12775 "nom",
12776 "unicode_categories",
12777]
12778
12779[[package]]
12780name = "sqlx"
12781version = "0.8.3"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12784dependencies = [
12785 "sqlx-core",
12786 "sqlx-macros",
12787 "sqlx-mysql",
12788 "sqlx-postgres",
12789 "sqlx-sqlite",
12790]
12791
12792[[package]]
12793name = "sqlx-core"
12794version = "0.8.3"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12797dependencies = [
12798 "bigdecimal",
12799 "bytes 1.10.1",
12800 "chrono",
12801 "crc",
12802 "crossbeam-queue",
12803 "either",
12804 "event-listener 5.3.1",
12805 "futures-core",
12806 "futures-intrusive",
12807 "futures-io",
12808 "futures-util",
12809 "hashbrown 0.15.2",
12810 "hashlink 0.10.0",
12811 "indexmap",
12812 "log",
12813 "memchr",
12814 "once_cell",
12815 "percent-encoding",
12816 "rust_decimal",
12817 "rustls 0.23.23",
12818 "rustls-pemfile 2.2.0",
12819 "serde",
12820 "serde_json",
12821 "sha2",
12822 "smallvec",
12823 "thiserror 2.0.6",
12824 "time",
12825 "tokio",
12826 "tokio-stream",
12827 "tracing",
12828 "url",
12829 "uuid",
12830 "webpki-roots",
12831]
12832
12833[[package]]
12834name = "sqlx-macros"
12835version = "0.8.3"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12838dependencies = [
12839 "proc-macro2",
12840 "quote",
12841 "sqlx-core",
12842 "sqlx-macros-core",
12843 "syn 2.0.90",
12844]
12845
12846[[package]]
12847name = "sqlx-macros-core"
12848version = "0.8.3"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12851dependencies = [
12852 "dotenvy",
12853 "either",
12854 "heck 0.5.0",
12855 "hex",
12856 "once_cell",
12857 "proc-macro2",
12858 "quote",
12859 "serde",
12860 "serde_json",
12861 "sha2",
12862 "sqlx-core",
12863 "sqlx-mysql",
12864 "sqlx-postgres",
12865 "sqlx-sqlite",
12866 "syn 2.0.90",
12867 "tempfile",
12868 "tokio",
12869 "url",
12870]
12871
12872[[package]]
12873name = "sqlx-mysql"
12874version = "0.8.3"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12877dependencies = [
12878 "atoi",
12879 "base64 0.22.1",
12880 "bigdecimal",
12881 "bitflags 2.8.0",
12882 "byteorder",
12883 "bytes 1.10.1",
12884 "chrono",
12885 "crc",
12886 "digest",
12887 "dotenvy",
12888 "either",
12889 "futures-channel",
12890 "futures-core",
12891 "futures-io",
12892 "futures-util",
12893 "generic-array",
12894 "hex",
12895 "hkdf",
12896 "hmac",
12897 "itoa",
12898 "log",
12899 "md-5",
12900 "memchr",
12901 "once_cell",
12902 "percent-encoding",
12903 "rand 0.8.5",
12904 "rsa",
12905 "rust_decimal",
12906 "serde",
12907 "sha1",
12908 "sha2",
12909 "smallvec",
12910 "sqlx-core",
12911 "stringprep",
12912 "thiserror 2.0.6",
12913 "time",
12914 "tracing",
12915 "uuid",
12916 "whoami",
12917]
12918
12919[[package]]
12920name = "sqlx-postgres"
12921version = "0.8.3"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12924dependencies = [
12925 "atoi",
12926 "base64 0.22.1",
12927 "bigdecimal",
12928 "bitflags 2.8.0",
12929 "byteorder",
12930 "chrono",
12931 "crc",
12932 "dotenvy",
12933 "etcetera",
12934 "futures-channel",
12935 "futures-core",
12936 "futures-util",
12937 "hex",
12938 "hkdf",
12939 "hmac",
12940 "home",
12941 "itoa",
12942 "log",
12943 "md-5",
12944 "memchr",
12945 "num-bigint",
12946 "once_cell",
12947 "rand 0.8.5",
12948 "rust_decimal",
12949 "serde",
12950 "serde_json",
12951 "sha2",
12952 "smallvec",
12953 "sqlx-core",
12954 "stringprep",
12955 "thiserror 2.0.6",
12956 "time",
12957 "tracing",
12958 "uuid",
12959 "whoami",
12960]
12961
12962[[package]]
12963name = "sqlx-sqlite"
12964version = "0.8.3"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
12967dependencies = [
12968 "atoi",
12969 "chrono",
12970 "flume",
12971 "futures-channel",
12972 "futures-core",
12973 "futures-executor",
12974 "futures-intrusive",
12975 "futures-util",
12976 "libsqlite3-sys",
12977 "log",
12978 "percent-encoding",
12979 "serde",
12980 "serde_urlencoded",
12981 "sqlx-core",
12982 "time",
12983 "tracing",
12984 "url",
12985 "uuid",
12986]
12987
12988[[package]]
12989name = "stable_deref_trait"
12990version = "1.2.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12993
12994[[package]]
12995name = "static_assertions"
12996version = "1.1.0"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12999
13000[[package]]
13001name = "story"
13002version = "0.1.0"
13003dependencies = [
13004 "gpui",
13005 "itertools 0.14.0",
13006 "smallvec",
13007]
13008
13009[[package]]
13010name = "storybook"
13011version = "0.1.0"
13012dependencies = [
13013 "anyhow",
13014 "clap",
13015 "collab_ui",
13016 "ctrlc",
13017 "dialoguer",
13018 "editor",
13019 "fuzzy",
13020 "gpui",
13021 "indoc",
13022 "language",
13023 "log",
13024 "menu",
13025 "picker",
13026 "project",
13027 "reqwest_client",
13028 "rust-embed",
13029 "settings",
13030 "simplelog",
13031 "story",
13032 "strum",
13033 "theme",
13034 "title_bar",
13035 "ui",
13036]
13037
13038[[package]]
13039name = "streaming-iterator"
13040version = "0.1.9"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13043
13044[[package]]
13045name = "streaming_diff"
13046version = "0.1.0"
13047dependencies = [
13048 "ordered-float 2.10.1",
13049 "rand 0.8.5",
13050 "rope",
13051 "util",
13052]
13053
13054[[package]]
13055name = "strict-num"
13056version = "0.1.1"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13059dependencies = [
13060 "float-cmp",
13061]
13062
13063[[package]]
13064name = "string_cache"
13065version = "0.8.7"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13068dependencies = [
13069 "new_debug_unreachable",
13070 "once_cell",
13071 "parking_lot",
13072 "phf_shared 0.10.0",
13073 "precomputed-hash",
13074 "serde",
13075]
13076
13077[[package]]
13078name = "string_cache_codegen"
13079version = "0.5.2"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13082dependencies = [
13083 "phf_generator 0.10.0",
13084 "phf_shared 0.10.0",
13085 "proc-macro2",
13086 "quote",
13087]
13088
13089[[package]]
13090name = "stringprep"
13091version = "0.1.5"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13094dependencies = [
13095 "unicode-bidi",
13096 "unicode-normalization",
13097 "unicode-properties",
13098]
13099
13100[[package]]
13101name = "strsim"
13102version = "0.11.1"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13105
13106[[package]]
13107name = "strum"
13108version = "0.26.3"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13111dependencies = [
13112 "strum_macros",
13113]
13114
13115[[package]]
13116name = "strum_macros"
13117version = "0.26.4"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13120dependencies = [
13121 "heck 0.5.0",
13122 "proc-macro2",
13123 "quote",
13124 "rustversion",
13125 "syn 2.0.90",
13126]
13127
13128[[package]]
13129name = "subtle"
13130version = "2.6.1"
13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13133
13134[[package]]
13135name = "sum_tree"
13136version = "0.1.0"
13137dependencies = [
13138 "arrayvec",
13139 "ctor",
13140 "env_logger 0.11.6",
13141 "log",
13142 "rand 0.8.5",
13143 "rayon",
13144]
13145
13146[[package]]
13147name = "supermaven"
13148version = "0.1.0"
13149dependencies = [
13150 "anyhow",
13151 "client",
13152 "collections",
13153 "editor",
13154 "env_logger 0.11.6",
13155 "futures 0.3.31",
13156 "gpui",
13157 "http_client",
13158 "inline_completion",
13159 "language",
13160 "log",
13161 "postage",
13162 "project",
13163 "serde",
13164 "serde_json",
13165 "settings",
13166 "smol",
13167 "supermaven_api",
13168 "text",
13169 "theme",
13170 "ui",
13171 "unicode-segmentation",
13172 "util",
13173]
13174
13175[[package]]
13176name = "supermaven_api"
13177version = "0.1.0"
13178dependencies = [
13179 "anyhow",
13180 "futures 0.3.31",
13181 "http_client",
13182 "paths",
13183 "serde",
13184 "serde_json",
13185 "smol",
13186]
13187
13188[[package]]
13189name = "sval"
13190version = "2.13.2"
13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13193
13194[[package]]
13195name = "sval_buffer"
13196version = "2.13.2"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13199dependencies = [
13200 "sval",
13201 "sval_ref",
13202]
13203
13204[[package]]
13205name = "sval_dynamic"
13206version = "2.13.2"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13209dependencies = [
13210 "sval",
13211]
13212
13213[[package]]
13214name = "sval_fmt"
13215version = "2.13.2"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13218dependencies = [
13219 "itoa",
13220 "ryu",
13221 "sval",
13222]
13223
13224[[package]]
13225name = "sval_json"
13226version = "2.13.2"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13229dependencies = [
13230 "itoa",
13231 "ryu",
13232 "sval",
13233]
13234
13235[[package]]
13236name = "sval_nested"
13237version = "2.13.2"
13238source = "registry+https://github.com/rust-lang/crates.io-index"
13239checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13240dependencies = [
13241 "sval",
13242 "sval_buffer",
13243 "sval_ref",
13244]
13245
13246[[package]]
13247name = "sval_ref"
13248version = "2.13.2"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13251dependencies = [
13252 "sval",
13253]
13254
13255[[package]]
13256name = "sval_serde"
13257version = "2.13.2"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13260dependencies = [
13261 "serde",
13262 "sval",
13263 "sval_nested",
13264]
13265
13266[[package]]
13267name = "svg_fmt"
13268version = "0.4.4"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13271
13272[[package]]
13273name = "svgtypes"
13274version = "0.15.2"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13277dependencies = [
13278 "kurbo",
13279 "siphasher 1.0.1",
13280]
13281
13282[[package]]
13283name = "swash"
13284version = "0.1.19"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13287dependencies = [
13288 "skrifa",
13289 "yazi",
13290 "zeno",
13291]
13292
13293[[package]]
13294name = "syn"
13295version = "1.0.109"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13298dependencies = [
13299 "proc-macro2",
13300 "quote",
13301 "unicode-ident",
13302]
13303
13304[[package]]
13305name = "syn"
13306version = "2.0.90"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13309dependencies = [
13310 "proc-macro2",
13311 "quote",
13312 "unicode-ident",
13313]
13314
13315[[package]]
13316name = "sync_wrapper"
13317version = "0.1.2"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13320
13321[[package]]
13322name = "sync_wrapper"
13323version = "1.0.2"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13326dependencies = [
13327 "futures-core",
13328]
13329
13330[[package]]
13331name = "synchronoise"
13332version = "1.0.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13335dependencies = [
13336 "crossbeam-queue",
13337]
13338
13339[[package]]
13340name = "synstructure"
13341version = "0.13.1"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13344dependencies = [
13345 "proc-macro2",
13346 "quote",
13347 "syn 2.0.90",
13348]
13349
13350[[package]]
13351name = "sys-locale"
13352version = "0.3.2"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13355dependencies = [
13356 "libc",
13357]
13358
13359[[package]]
13360name = "sysinfo"
13361version = "0.31.4"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13364dependencies = [
13365 "core-foundation-sys",
13366 "libc",
13367 "memchr",
13368 "ntapi",
13369 "rayon",
13370 "windows 0.57.0",
13371]
13372
13373[[package]]
13374name = "system-configuration"
13375version = "0.5.1"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13378dependencies = [
13379 "bitflags 1.3.2",
13380 "core-foundation 0.9.4",
13381 "system-configuration-sys 0.5.0",
13382]
13383
13384[[package]]
13385name = "system-configuration"
13386version = "0.6.1"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13389dependencies = [
13390 "bitflags 2.8.0",
13391 "core-foundation 0.9.4",
13392 "system-configuration-sys 0.6.0",
13393]
13394
13395[[package]]
13396name = "system-configuration-sys"
13397version = "0.5.0"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13400dependencies = [
13401 "core-foundation-sys",
13402 "libc",
13403]
13404
13405[[package]]
13406name = "system-configuration-sys"
13407version = "0.6.0"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13410dependencies = [
13411 "core-foundation-sys",
13412 "libc",
13413]
13414
13415[[package]]
13416name = "system-deps"
13417version = "6.2.2"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13420dependencies = [
13421 "cfg-expr",
13422 "heck 0.5.0",
13423 "pkg-config",
13424 "toml 0.8.20",
13425 "version-compare",
13426]
13427
13428[[package]]
13429name = "system-interface"
13430version = "0.27.3"
13431source = "registry+https://github.com/rust-lang/crates.io-index"
13432checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13433dependencies = [
13434 "bitflags 2.8.0",
13435 "cap-fs-ext",
13436 "cap-std",
13437 "fd-lock",
13438 "io-lifetimes",
13439 "rustix",
13440 "windows-sys 0.59.0",
13441 "winx",
13442]
13443
13444[[package]]
13445name = "tab_switcher"
13446version = "0.1.0"
13447dependencies = [
13448 "anyhow",
13449 "collections",
13450 "ctor",
13451 "editor",
13452 "env_logger 0.11.6",
13453 "gpui",
13454 "language",
13455 "menu",
13456 "picker",
13457 "project",
13458 "schemars",
13459 "serde",
13460 "serde_json",
13461 "settings",
13462 "theme",
13463 "ui",
13464 "util",
13465 "workspace",
13466]
13467
13468[[package]]
13469name = "taffy"
13470version = "0.4.4"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13473dependencies = [
13474 "arrayvec",
13475 "grid",
13476 "num-traits",
13477 "serde",
13478 "slotmap",
13479]
13480
13481[[package]]
13482name = "take-until"
13483version = "0.2.0"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13486
13487[[package]]
13488name = "tap"
13489version = "1.0.1"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13492
13493[[package]]
13494name = "target-lexicon"
13495version = "0.12.16"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13498
13499[[package]]
13500name = "target-lexicon"
13501version = "0.13.2"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13504
13505[[package]]
13506name = "task"
13507version = "0.1.0"
13508dependencies = [
13509 "anyhow",
13510 "collections",
13511 "futures 0.3.31",
13512 "gpui",
13513 "hex",
13514 "parking_lot",
13515 "schemars",
13516 "serde",
13517 "serde_json_lenient",
13518 "sha2",
13519 "shellexpand 2.1.2",
13520 "util",
13521 "zed_actions",
13522]
13523
13524[[package]]
13525name = "tasks_ui"
13526version = "0.1.0"
13527dependencies = [
13528 "anyhow",
13529 "editor",
13530 "file_icons",
13531 "fuzzy",
13532 "gpui",
13533 "language",
13534 "menu",
13535 "picker",
13536 "project",
13537 "schemars",
13538 "serde",
13539 "serde_json",
13540 "settings",
13541 "task",
13542 "tree-sitter-rust",
13543 "tree-sitter-typescript",
13544 "ui",
13545 "util",
13546 "workspace",
13547 "zed_actions",
13548]
13549
13550[[package]]
13551name = "telemetry"
13552version = "0.1.0"
13553dependencies = [
13554 "futures 0.3.31",
13555 "serde",
13556 "serde_json",
13557 "telemetry_events",
13558]
13559
13560[[package]]
13561name = "telemetry_events"
13562version = "0.1.0"
13563dependencies = [
13564 "semantic_version",
13565 "serde",
13566 "serde_json",
13567]
13568
13569[[package]]
13570name = "tempfile"
13571version = "3.17.1"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13574dependencies = [
13575 "cfg-if",
13576 "fastrand 2.3.0",
13577 "getrandom 0.3.1",
13578 "once_cell",
13579 "rustix",
13580 "windows-sys 0.59.0",
13581]
13582
13583[[package]]
13584name = "tendril"
13585version = "0.4.3"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13588dependencies = [
13589 "futf",
13590 "mac",
13591 "utf-8",
13592]
13593
13594[[package]]
13595name = "termcolor"
13596version = "1.4.1"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13599dependencies = [
13600 "winapi-util",
13601]
13602
13603[[package]]
13604name = "terminal"
13605version = "0.1.0"
13606dependencies = [
13607 "alacritty_terminal",
13608 "anyhow",
13609 "collections",
13610 "dirs 4.0.0",
13611 "futures 0.3.31",
13612 "gpui",
13613 "libc",
13614 "rand 0.8.5",
13615 "regex",
13616 "release_channel",
13617 "schemars",
13618 "serde",
13619 "serde_derive",
13620 "settings",
13621 "smol",
13622 "sysinfo",
13623 "task",
13624 "theme",
13625 "thiserror 1.0.69",
13626 "util",
13627 "windows 0.60.0",
13628]
13629
13630[[package]]
13631name = "terminal_size"
13632version = "0.4.1"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13635dependencies = [
13636 "rustix",
13637 "windows-sys 0.59.0",
13638]
13639
13640[[package]]
13641name = "terminal_view"
13642version = "0.1.0"
13643dependencies = [
13644 "anyhow",
13645 "async-recursion 1.1.1",
13646 "breadcrumbs",
13647 "client",
13648 "collections",
13649 "db",
13650 "dirs 4.0.0",
13651 "editor",
13652 "futures 0.3.31",
13653 "gpui",
13654 "itertools 0.14.0",
13655 "language",
13656 "log",
13657 "project",
13658 "rand 0.8.5",
13659 "schemars",
13660 "search",
13661 "serde",
13662 "serde_json",
13663 "settings",
13664 "shellexpand 2.1.2",
13665 "smol",
13666 "task",
13667 "terminal",
13668 "theme",
13669 "ui",
13670 "util",
13671 "workspace",
13672 "zed_actions",
13673]
13674
13675[[package]]
13676name = "text"
13677version = "0.1.0"
13678dependencies = [
13679 "anyhow",
13680 "clock",
13681 "collections",
13682 "ctor",
13683 "env_logger 0.11.6",
13684 "gpui",
13685 "http_client",
13686 "log",
13687 "parking_lot",
13688 "postage",
13689 "rand 0.8.5",
13690 "regex",
13691 "rope",
13692 "smallvec",
13693 "sum_tree",
13694 "util",
13695]
13696
13697[[package]]
13698name = "theme"
13699version = "0.1.0"
13700dependencies = [
13701 "anyhow",
13702 "collections",
13703 "derive_more",
13704 "fs",
13705 "futures 0.3.31",
13706 "gpui",
13707 "indexmap",
13708 "log",
13709 "palette",
13710 "parking_lot",
13711 "refineable",
13712 "schemars",
13713 "serde",
13714 "serde_derive",
13715 "serde_json",
13716 "serde_json_lenient",
13717 "serde_repr",
13718 "settings",
13719 "strum",
13720 "thiserror 1.0.69",
13721 "util",
13722 "uuid",
13723]
13724
13725[[package]]
13726name = "theme_extension"
13727version = "0.1.0"
13728dependencies = [
13729 "anyhow",
13730 "extension",
13731 "fs",
13732 "gpui",
13733 "theme",
13734]
13735
13736[[package]]
13737name = "theme_importer"
13738version = "0.1.0"
13739dependencies = [
13740 "anyhow",
13741 "clap",
13742 "gpui",
13743 "indexmap",
13744 "log",
13745 "palette",
13746 "rust-embed",
13747 "serde",
13748 "serde_json",
13749 "serde_json_lenient",
13750 "simplelog",
13751 "strum",
13752 "theme",
13753 "vscode_theme",
13754]
13755
13756[[package]]
13757name = "theme_selector"
13758version = "0.1.0"
13759dependencies = [
13760 "fs",
13761 "fuzzy",
13762 "gpui",
13763 "log",
13764 "picker",
13765 "serde",
13766 "settings",
13767 "telemetry",
13768 "theme",
13769 "ui",
13770 "util",
13771 "workspace",
13772 "zed_actions",
13773]
13774
13775[[package]]
13776name = "thiserror"
13777version = "1.0.69"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13780dependencies = [
13781 "thiserror-impl 1.0.69",
13782]
13783
13784[[package]]
13785name = "thiserror"
13786version = "2.0.6"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13789dependencies = [
13790 "thiserror-impl 2.0.6",
13791]
13792
13793[[package]]
13794name = "thiserror-impl"
13795version = "1.0.69"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13798dependencies = [
13799 "proc-macro2",
13800 "quote",
13801 "syn 2.0.90",
13802]
13803
13804[[package]]
13805name = "thiserror-impl"
13806version = "2.0.6"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13809dependencies = [
13810 "proc-macro2",
13811 "quote",
13812 "syn 2.0.90",
13813]
13814
13815[[package]]
13816name = "thread_local"
13817version = "1.1.8"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13820dependencies = [
13821 "cfg-if",
13822 "once_cell",
13823]
13824
13825[[package]]
13826name = "tiff"
13827version = "0.9.1"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13830dependencies = [
13831 "flate2",
13832 "jpeg-decoder",
13833 "weezl",
13834]
13835
13836[[package]]
13837name = "tiktoken-rs"
13838version = "0.6.0"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13841dependencies = [
13842 "anyhow",
13843 "base64 0.21.7",
13844 "bstr",
13845 "fancy-regex 0.13.0",
13846 "lazy_static",
13847 "parking_lot",
13848 "regex",
13849 "rustc-hash 1.1.0",
13850]
13851
13852[[package]]
13853name = "time"
13854version = "0.3.37"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13857dependencies = [
13858 "deranged",
13859 "itoa",
13860 "libc",
13861 "num-conv",
13862 "num_threads",
13863 "powerfmt",
13864 "serde",
13865 "time-core",
13866 "time-macros",
13867]
13868
13869[[package]]
13870name = "time-core"
13871version = "0.1.2"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13874
13875[[package]]
13876name = "time-macros"
13877version = "0.2.19"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13880dependencies = [
13881 "num-conv",
13882 "time-core",
13883]
13884
13885[[package]]
13886name = "time_format"
13887version = "0.1.0"
13888dependencies = [
13889 "core-foundation 0.9.4",
13890 "core-foundation-sys",
13891 "sys-locale",
13892 "time",
13893]
13894
13895[[package]]
13896name = "tiny-keccak"
13897version = "2.0.2"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13900dependencies = [
13901 "crunchy",
13902]
13903
13904[[package]]
13905name = "tiny-skia"
13906version = "0.11.4"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13909dependencies = [
13910 "arrayref",
13911 "arrayvec",
13912 "bytemuck",
13913 "cfg-if",
13914 "log",
13915 "png",
13916 "tiny-skia-path",
13917]
13918
13919[[package]]
13920name = "tiny-skia-path"
13921version = "0.11.4"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13924dependencies = [
13925 "arrayref",
13926 "bytemuck",
13927 "strict-num",
13928]
13929
13930[[package]]
13931name = "tiny_http"
13932version = "0.8.2"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13935dependencies = [
13936 "ascii",
13937 "chrono",
13938 "chunked_transfer",
13939 "log",
13940 "url",
13941]
13942
13943[[package]]
13944name = "tinystr"
13945version = "0.7.6"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13948dependencies = [
13949 "displaydoc",
13950 "zerovec",
13951]
13952
13953[[package]]
13954name = "tinytemplate"
13955version = "1.2.1"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13958dependencies = [
13959 "serde",
13960 "serde_json",
13961]
13962
13963[[package]]
13964name = "tinyvec"
13965version = "1.8.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13968dependencies = [
13969 "tinyvec_macros",
13970]
13971
13972[[package]]
13973name = "tinyvec_macros"
13974version = "0.1.1"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13977
13978[[package]]
13979name = "title_bar"
13980version = "0.1.0"
13981dependencies = [
13982 "auto_update",
13983 "call",
13984 "client",
13985 "collections",
13986 "feature_flags",
13987 "gpui",
13988 "http_client",
13989 "notifications",
13990 "pretty_assertions",
13991 "project",
13992 "remote",
13993 "rpc",
13994 "schemars",
13995 "serde",
13996 "settings",
13997 "smallvec",
13998 "story",
13999 "telemetry",
14000 "theme",
14001 "tree-sitter-md",
14002 "ui",
14003 "util",
14004 "windows 0.60.0",
14005 "workspace",
14006 "zed_actions",
14007 "zeta",
14008]
14009
14010[[package]]
14011name = "tokio"
14012version = "1.43.0"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14015dependencies = [
14016 "backtrace",
14017 "bytes 1.10.1",
14018 "libc",
14019 "mio 1.0.3",
14020 "parking_lot",
14021 "pin-project-lite",
14022 "signal-hook-registry",
14023 "socket2",
14024 "tokio-macros",
14025 "windows-sys 0.52.0",
14026]
14027
14028[[package]]
14029name = "tokio-io"
14030version = "0.1.13"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14033dependencies = [
14034 "bytes 0.4.12",
14035 "futures 0.1.31",
14036 "log",
14037]
14038
14039[[package]]
14040name = "tokio-macros"
14041version = "2.5.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14044dependencies = [
14045 "proc-macro2",
14046 "quote",
14047 "syn 2.0.90",
14048]
14049
14050[[package]]
14051name = "tokio-native-tls"
14052version = "0.3.1"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14055dependencies = [
14056 "native-tls",
14057 "tokio",
14058]
14059
14060[[package]]
14061name = "tokio-rustls"
14062version = "0.24.1"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14065dependencies = [
14066 "rustls 0.21.12",
14067 "tokio",
14068]
14069
14070[[package]]
14071name = "tokio-rustls"
14072version = "0.26.1"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14075dependencies = [
14076 "rustls 0.23.23",
14077 "tokio",
14078]
14079
14080[[package]]
14081name = "tokio-socks"
14082version = "0.5.2"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14085dependencies = [
14086 "either",
14087 "futures-io",
14088 "futures-util",
14089 "thiserror 1.0.69",
14090 "tokio",
14091]
14092
14093[[package]]
14094name = "tokio-stream"
14095version = "0.1.17"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14098dependencies = [
14099 "futures-core",
14100 "pin-project-lite",
14101 "tokio",
14102]
14103
14104[[package]]
14105name = "tokio-tungstenite"
14106version = "0.20.1"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14109dependencies = [
14110 "futures-util",
14111 "log",
14112 "rustls 0.21.12",
14113 "rustls-native-certs 0.6.3",
14114 "tokio",
14115 "tokio-rustls 0.24.1",
14116 "tungstenite 0.20.1",
14117]
14118
14119[[package]]
14120name = "tokio-tungstenite"
14121version = "0.21.0"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14124dependencies = [
14125 "futures-util",
14126 "log",
14127 "tokio",
14128 "tungstenite 0.21.0",
14129]
14130
14131[[package]]
14132name = "tokio-util"
14133version = "0.7.13"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14136dependencies = [
14137 "bytes 1.10.1",
14138 "futures-core",
14139 "futures-io",
14140 "futures-sink",
14141 "pin-project-lite",
14142 "tokio",
14143]
14144
14145[[package]]
14146name = "toml"
14147version = "0.5.11"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14150dependencies = [
14151 "serde",
14152]
14153
14154[[package]]
14155name = "toml"
14156version = "0.8.20"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14159dependencies = [
14160 "serde",
14161 "serde_spanned",
14162 "toml_datetime",
14163 "toml_edit",
14164]
14165
14166[[package]]
14167name = "toml_datetime"
14168version = "0.6.8"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14171dependencies = [
14172 "serde",
14173]
14174
14175[[package]]
14176name = "toml_edit"
14177version = "0.22.23"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14180dependencies = [
14181 "indexmap",
14182 "serde",
14183 "serde_spanned",
14184 "toml_datetime",
14185 "winnow 0.7.1",
14186]
14187
14188[[package]]
14189name = "toolchain_selector"
14190version = "0.1.0"
14191dependencies = [
14192 "editor",
14193 "fuzzy",
14194 "gpui",
14195 "language",
14196 "picker",
14197 "project",
14198 "ui",
14199 "util",
14200 "workspace",
14201]
14202
14203[[package]]
14204name = "topological-sort"
14205version = "0.2.2"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14208
14209[[package]]
14210name = "tower"
14211version = "0.4.13"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14214dependencies = [
14215 "futures-core",
14216 "futures-util",
14217 "pin-project",
14218 "pin-project-lite",
14219 "tokio",
14220 "tower-layer",
14221 "tower-service",
14222 "tracing",
14223]
14224
14225[[package]]
14226name = "tower-http"
14227version = "0.3.5"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14230dependencies = [
14231 "bitflags 1.3.2",
14232 "bytes 1.10.1",
14233 "futures-core",
14234 "futures-util",
14235 "http 0.2.12",
14236 "http-body 0.4.6",
14237 "http-range-header",
14238 "pin-project-lite",
14239 "tower-layer",
14240 "tower-service",
14241]
14242
14243[[package]]
14244name = "tower-http"
14245version = "0.4.4"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14248dependencies = [
14249 "bitflags 2.8.0",
14250 "bytes 1.10.1",
14251 "futures-core",
14252 "futures-util",
14253 "http 0.2.12",
14254 "http-body 0.4.6",
14255 "http-range-header",
14256 "pin-project-lite",
14257 "tower-layer",
14258 "tower-service",
14259 "tracing",
14260]
14261
14262[[package]]
14263name = "tower-layer"
14264version = "0.3.3"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14267
14268[[package]]
14269name = "tower-service"
14270version = "0.3.3"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14273
14274[[package]]
14275name = "tracing"
14276version = "0.1.41"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14279dependencies = [
14280 "log",
14281 "pin-project-lite",
14282 "tracing-attributes",
14283 "tracing-core",
14284]
14285
14286[[package]]
14287name = "tracing-attributes"
14288version = "0.1.28"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14291dependencies = [
14292 "proc-macro2",
14293 "quote",
14294 "syn 2.0.90",
14295]
14296
14297[[package]]
14298name = "tracing-core"
14299version = "0.1.33"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14302dependencies = [
14303 "once_cell",
14304 "valuable",
14305]
14306
14307[[package]]
14308name = "tracing-log"
14309version = "0.2.0"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14312dependencies = [
14313 "log",
14314 "once_cell",
14315 "tracing-core",
14316]
14317
14318[[package]]
14319name = "tracing-serde"
14320version = "0.2.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14323dependencies = [
14324 "serde",
14325 "tracing-core",
14326]
14327
14328[[package]]
14329name = "tracing-subscriber"
14330version = "0.3.19"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14333dependencies = [
14334 "matchers",
14335 "nu-ansi-term",
14336 "once_cell",
14337 "regex",
14338 "serde",
14339 "serde_json",
14340 "sharded-slab",
14341 "smallvec",
14342 "thread_local",
14343 "tracing",
14344 "tracing-core",
14345 "tracing-log",
14346 "tracing-serde",
14347]
14348
14349[[package]]
14350name = "trait-variant"
14351version = "0.1.2"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14354dependencies = [
14355 "proc-macro2",
14356 "quote",
14357 "syn 2.0.90",
14358]
14359
14360[[package]]
14361name = "tree-sitter"
14362version = "0.25.3"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14365dependencies = [
14366 "cc",
14367 "regex",
14368 "regex-syntax 0.8.5",
14369 "serde_json",
14370 "streaming-iterator",
14371 "tree-sitter-language",
14372 "wasmtime-c-api-impl",
14373]
14374
14375[[package]]
14376name = "tree-sitter-bash"
14377version = "0.23.3"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14380dependencies = [
14381 "cc",
14382 "tree-sitter-language",
14383]
14384
14385[[package]]
14386name = "tree-sitter-c"
14387version = "0.23.4"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14390dependencies = [
14391 "cc",
14392 "tree-sitter-language",
14393]
14394
14395[[package]]
14396name = "tree-sitter-cpp"
14397version = "0.23.4"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14400dependencies = [
14401 "cc",
14402 "tree-sitter-language",
14403]
14404
14405[[package]]
14406name = "tree-sitter-css"
14407version = "0.23.2"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14410dependencies = [
14411 "cc",
14412 "tree-sitter-language",
14413]
14414
14415[[package]]
14416name = "tree-sitter-diff"
14417version = "0.1.0"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14420dependencies = [
14421 "cc",
14422 "tree-sitter-language",
14423]
14424
14425[[package]]
14426name = "tree-sitter-elixir"
14427version = "0.3.4"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14430dependencies = [
14431 "cc",
14432 "tree-sitter-language",
14433]
14434
14435[[package]]
14436name = "tree-sitter-embedded-template"
14437version = "0.23.2"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14440dependencies = [
14441 "cc",
14442 "tree-sitter-language",
14443]
14444
14445[[package]]
14446name = "tree-sitter-gitcommit"
14447version = "0.0.1"
14448source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14449dependencies = [
14450 "cc",
14451 "tree-sitter-language",
14452]
14453
14454[[package]]
14455name = "tree-sitter-go"
14456version = "0.23.4"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14459dependencies = [
14460 "cc",
14461 "tree-sitter-language",
14462]
14463
14464[[package]]
14465name = "tree-sitter-gomod"
14466version = "1.1.1"
14467source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14468dependencies = [
14469 "cc",
14470 "tree-sitter-language",
14471]
14472
14473[[package]]
14474name = "tree-sitter-gowork"
14475version = "0.0.1"
14476source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14477dependencies = [
14478 "cc",
14479 "tree-sitter-language",
14480]
14481
14482[[package]]
14483name = "tree-sitter-heex"
14484version = "0.0.1"
14485source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14486dependencies = [
14487 "cc",
14488 "tree-sitter-language",
14489]
14490
14491[[package]]
14492name = "tree-sitter-html"
14493version = "0.23.2"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14496dependencies = [
14497 "cc",
14498 "tree-sitter-language",
14499]
14500
14501[[package]]
14502name = "tree-sitter-jsdoc"
14503version = "0.23.2"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14506dependencies = [
14507 "cc",
14508 "tree-sitter-language",
14509]
14510
14511[[package]]
14512name = "tree-sitter-json"
14513version = "0.24.8"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14516dependencies = [
14517 "cc",
14518 "tree-sitter-language",
14519]
14520
14521[[package]]
14522name = "tree-sitter-language"
14523version = "0.1.3"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14526
14527[[package]]
14528name = "tree-sitter-md"
14529version = "0.3.2"
14530source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14531dependencies = [
14532 "cc",
14533 "tree-sitter-language",
14534]
14535
14536[[package]]
14537name = "tree-sitter-python"
14538version = "0.23.6"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14541dependencies = [
14542 "cc",
14543 "tree-sitter-language",
14544]
14545
14546[[package]]
14547name = "tree-sitter-regex"
14548version = "0.24.3"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14551dependencies = [
14552 "cc",
14553 "tree-sitter-language",
14554]
14555
14556[[package]]
14557name = "tree-sitter-ruby"
14558version = "0.23.1"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14561dependencies = [
14562 "cc",
14563 "tree-sitter-language",
14564]
14565
14566[[package]]
14567name = "tree-sitter-rust"
14568version = "0.23.2"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14571dependencies = [
14572 "cc",
14573 "tree-sitter-language",
14574]
14575
14576[[package]]
14577name = "tree-sitter-typescript"
14578version = "0.23.2"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14581dependencies = [
14582 "cc",
14583 "tree-sitter-language",
14584]
14585
14586[[package]]
14587name = "tree-sitter-yaml"
14588version = "0.6.1"
14589source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14590dependencies = [
14591 "cc",
14592 "tree-sitter-language",
14593]
14594
14595[[package]]
14596name = "try-lock"
14597version = "0.2.5"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14600
14601[[package]]
14602name = "ttf-parser"
14603version = "0.21.1"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14606
14607[[package]]
14608name = "tungstenite"
14609version = "0.20.1"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14612dependencies = [
14613 "byteorder",
14614 "bytes 1.10.1",
14615 "data-encoding",
14616 "http 0.2.12",
14617 "httparse",
14618 "log",
14619 "rand 0.8.5",
14620 "rustls 0.21.12",
14621 "sha1",
14622 "thiserror 1.0.69",
14623 "url",
14624 "utf-8",
14625]
14626
14627[[package]]
14628name = "tungstenite"
14629version = "0.21.0"
14630source = "registry+https://github.com/rust-lang/crates.io-index"
14631checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14632dependencies = [
14633 "byteorder",
14634 "bytes 1.10.1",
14635 "data-encoding",
14636 "http 1.2.0",
14637 "httparse",
14638 "log",
14639 "rand 0.8.5",
14640 "sha1",
14641 "thiserror 1.0.69",
14642 "url",
14643 "utf-8",
14644]
14645
14646[[package]]
14647name = "tungstenite"
14648version = "0.24.0"
14649source = "registry+https://github.com/rust-lang/crates.io-index"
14650checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14651dependencies = [
14652 "byteorder",
14653 "bytes 1.10.1",
14654 "data-encoding",
14655 "http 1.2.0",
14656 "httparse",
14657 "log",
14658 "rand 0.8.5",
14659 "sha1",
14660 "thiserror 1.0.69",
14661 "utf-8",
14662]
14663
14664[[package]]
14665name = "typeid"
14666version = "1.0.2"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14669
14670[[package]]
14671name = "typenum"
14672version = "1.17.0"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14675
14676[[package]]
14677name = "ucd-trie"
14678version = "0.1.7"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14681
14682[[package]]
14683name = "uds_windows"
14684version = "1.1.0"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14687dependencies = [
14688 "memoffset",
14689 "tempfile",
14690 "winapi",
14691]
14692
14693[[package]]
14694name = "ui"
14695version = "0.1.0"
14696dependencies = [
14697 "chrono",
14698 "component",
14699 "gpui",
14700 "itertools 0.14.0",
14701 "linkme",
14702 "menu",
14703 "serde",
14704 "settings",
14705 "smallvec",
14706 "story",
14707 "strum",
14708 "theme",
14709 "ui_macros",
14710 "util",
14711 "windows 0.60.0",
14712]
14713
14714[[package]]
14715name = "ui_input"
14716version = "0.1.0"
14717dependencies = [
14718 "editor",
14719 "gpui",
14720 "settings",
14721 "theme",
14722 "ui",
14723]
14724
14725[[package]]
14726name = "ui_macros"
14727version = "0.1.0"
14728dependencies = [
14729 "convert_case 0.8.0",
14730 "linkme",
14731 "proc-macro2",
14732 "quote",
14733 "syn 1.0.109",
14734]
14735
14736[[package]]
14737name = "unicase"
14738version = "2.8.1"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14741
14742[[package]]
14743name = "unicode-bidi"
14744version = "0.3.17"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14747
14748[[package]]
14749name = "unicode-bidi-mirroring"
14750version = "0.2.0"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14753
14754[[package]]
14755name = "unicode-ccc"
14756version = "0.2.0"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14759
14760[[package]]
14761name = "unicode-ident"
14762version = "1.0.14"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14765
14766[[package]]
14767name = "unicode-linebreak"
14768version = "0.1.5"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14771
14772[[package]]
14773name = "unicode-normalization"
14774version = "0.1.24"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14777dependencies = [
14778 "tinyvec",
14779]
14780
14781[[package]]
14782name = "unicode-properties"
14783version = "0.1.3"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14786
14787[[package]]
14788name = "unicode-script"
14789version = "0.5.7"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14792
14793[[package]]
14794name = "unicode-segmentation"
14795version = "1.12.0"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14798
14799[[package]]
14800name = "unicode-width"
14801version = "0.1.14"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14804
14805[[package]]
14806name = "unicode-xid"
14807version = "0.2.6"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14810
14811[[package]]
14812name = "unicode_categories"
14813version = "0.1.1"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14816
14817[[package]]
14818name = "unindent"
14819version = "0.2.3"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14822
14823[[package]]
14824name = "untrusted"
14825version = "0.9.0"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14828
14829[[package]]
14830name = "url"
14831version = "2.5.4"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14834dependencies = [
14835 "form_urlencoded",
14836 "idna",
14837 "percent-encoding",
14838 "serde",
14839]
14840
14841[[package]]
14842name = "urlencoding"
14843version = "2.1.3"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14846
14847[[package]]
14848name = "usvg"
14849version = "0.44.0"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14852dependencies = [
14853 "base64 0.22.1",
14854 "data-url",
14855 "flate2",
14856 "imagesize",
14857 "kurbo",
14858 "log",
14859 "pico-args",
14860 "roxmltree",
14861 "simplecss",
14862 "siphasher 1.0.1",
14863 "strict-num",
14864 "svgtypes",
14865 "tiny-skia-path",
14866 "xmlwriter",
14867]
14868
14869[[package]]
14870name = "utf-8"
14871version = "0.7.6"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14874
14875[[package]]
14876name = "utf16_iter"
14877version = "1.0.5"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14880
14881[[package]]
14882name = "utf8_iter"
14883version = "1.0.4"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14886
14887[[package]]
14888name = "utf8parse"
14889version = "0.2.2"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14892
14893[[package]]
14894name = "util"
14895version = "0.1.0"
14896dependencies = [
14897 "anyhow",
14898 "async-fs",
14899 "collections",
14900 "dirs 4.0.0",
14901 "dunce",
14902 "futures 0.3.31",
14903 "futures-lite 1.13.0",
14904 "git2",
14905 "globset",
14906 "itertools 0.14.0",
14907 "libc",
14908 "log",
14909 "rand 0.8.5",
14910 "regex",
14911 "rust-embed",
14912 "serde",
14913 "serde_json",
14914 "smol",
14915 "take-until",
14916 "tempfile",
14917 "tendril",
14918 "unicase",
14919 "util_macros",
14920]
14921
14922[[package]]
14923name = "util_macros"
14924version = "0.1.0"
14925dependencies = [
14926 "quote",
14927 "syn 1.0.109",
14928]
14929
14930[[package]]
14931name = "uuid"
14932version = "1.13.2"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14935dependencies = [
14936 "getrandom 0.3.1",
14937 "serde",
14938 "sha1_smol",
14939]
14940
14941[[package]]
14942name = "v_frame"
14943version = "0.3.8"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14946dependencies = [
14947 "aligned-vec",
14948 "num-traits",
14949 "wasm-bindgen",
14950]
14951
14952[[package]]
14953name = "valuable"
14954version = "0.1.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14957
14958[[package]]
14959name = "value-bag"
14960version = "1.10.0"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14963dependencies = [
14964 "value-bag-serde1",
14965 "value-bag-sval2",
14966]
14967
14968[[package]]
14969name = "value-bag-serde1"
14970version = "1.10.0"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14973dependencies = [
14974 "erased-serde",
14975 "serde",
14976 "serde_fmt",
14977]
14978
14979[[package]]
14980name = "value-bag-sval2"
14981version = "1.10.0"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14984dependencies = [
14985 "sval",
14986 "sval_buffer",
14987 "sval_dynamic",
14988 "sval_fmt",
14989 "sval_json",
14990 "sval_ref",
14991 "sval_serde",
14992]
14993
14994[[package]]
14995name = "vcpkg"
14996version = "0.2.15"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14999
15000[[package]]
15001name = "version-compare"
15002version = "0.2.0"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15005
15006[[package]]
15007name = "version_check"
15008version = "0.9.5"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15011
15012[[package]]
15013name = "vim"
15014version = "0.1.0"
15015dependencies = [
15016 "anyhow",
15017 "assets",
15018 "async-compat",
15019 "async-trait",
15020 "collections",
15021 "command_palette",
15022 "command_palette_hooks",
15023 "editor",
15024 "futures 0.3.31",
15025 "git_ui",
15026 "gpui",
15027 "indoc",
15028 "itertools 0.14.0",
15029 "language",
15030 "libc",
15031 "log",
15032 "lsp",
15033 "multi_buffer",
15034 "nvim-rs",
15035 "parking_lot",
15036 "picker",
15037 "project",
15038 "project_panel",
15039 "regex",
15040 "release_channel",
15041 "schemars",
15042 "search",
15043 "serde",
15044 "serde_derive",
15045 "serde_json",
15046 "settings",
15047 "task",
15048 "theme",
15049 "tokio",
15050 "ui",
15051 "util",
15052 "vim_mode_setting",
15053 "workspace",
15054 "zed_actions",
15055]
15056
15057[[package]]
15058name = "vim_mode_setting"
15059version = "0.1.0"
15060dependencies = [
15061 "anyhow",
15062 "gpui",
15063 "settings",
15064]
15065
15066[[package]]
15067name = "vscode_theme"
15068version = "0.2.0"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15071dependencies = [
15072 "serde",
15073]
15074
15075[[package]]
15076name = "vsimd"
15077version = "0.8.0"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15080
15081[[package]]
15082name = "vswhom"
15083version = "0.1.0"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15086dependencies = [
15087 "libc",
15088 "vswhom-sys",
15089]
15090
15091[[package]]
15092name = "vswhom-sys"
15093version = "0.1.2"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15096dependencies = [
15097 "cc",
15098 "libc",
15099]
15100
15101[[package]]
15102name = "vte"
15103version = "0.15.0"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15106dependencies = [
15107 "arrayvec",
15108 "bitflags 2.8.0",
15109 "cursor-icon",
15110 "log",
15111 "memchr",
15112 "serde",
15113]
15114
15115[[package]]
15116name = "waker-fn"
15117version = "1.2.0"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15120
15121[[package]]
15122name = "walkdir"
15123version = "2.5.0"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15126dependencies = [
15127 "same-file",
15128 "winapi-util",
15129]
15130
15131[[package]]
15132name = "want"
15133version = "0.3.1"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15136dependencies = [
15137 "try-lock",
15138]
15139
15140[[package]]
15141name = "warp"
15142version = "0.3.7"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15145dependencies = [
15146 "bytes 1.10.1",
15147 "futures-channel",
15148 "futures-util",
15149 "headers",
15150 "http 0.2.12",
15151 "hyper 0.14.32",
15152 "log",
15153 "mime",
15154 "mime_guess",
15155 "percent-encoding",
15156 "pin-project",
15157 "scoped-tls",
15158 "serde",
15159 "serde_json",
15160 "serde_urlencoded",
15161 "tokio",
15162 "tokio-tungstenite 0.21.0",
15163 "tokio-util",
15164 "tower-service",
15165 "tracing",
15166]
15167
15168[[package]]
15169name = "wasi"
15170version = "0.9.0+wasi-snapshot-preview1"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15173
15174[[package]]
15175name = "wasi"
15176version = "0.11.0+wasi-snapshot-preview1"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15179
15180[[package]]
15181name = "wasi"
15182version = "0.13.3+wasi-0.2.2"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15185dependencies = [
15186 "wit-bindgen-rt 0.33.0",
15187]
15188
15189[[package]]
15190name = "wasite"
15191version = "0.1.0"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15194
15195[[package]]
15196name = "wasm-bindgen"
15197version = "0.2.99"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15200dependencies = [
15201 "cfg-if",
15202 "once_cell",
15203 "wasm-bindgen-macro",
15204]
15205
15206[[package]]
15207name = "wasm-bindgen-backend"
15208version = "0.2.99"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15211dependencies = [
15212 "bumpalo",
15213 "log",
15214 "proc-macro2",
15215 "quote",
15216 "syn 2.0.90",
15217 "wasm-bindgen-shared",
15218]
15219
15220[[package]]
15221name = "wasm-bindgen-futures"
15222version = "0.4.49"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15225dependencies = [
15226 "cfg-if",
15227 "js-sys",
15228 "once_cell",
15229 "wasm-bindgen",
15230 "web-sys",
15231]
15232
15233[[package]]
15234name = "wasm-bindgen-macro"
15235version = "0.2.99"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15238dependencies = [
15239 "quote",
15240 "wasm-bindgen-macro-support",
15241]
15242
15243[[package]]
15244name = "wasm-bindgen-macro-support"
15245version = "0.2.99"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15248dependencies = [
15249 "proc-macro2",
15250 "quote",
15251 "syn 2.0.90",
15252 "wasm-bindgen-backend",
15253 "wasm-bindgen-shared",
15254]
15255
15256[[package]]
15257name = "wasm-bindgen-shared"
15258version = "0.2.99"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15261
15262[[package]]
15263name = "wasm-encoder"
15264version = "0.201.0"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15267dependencies = [
15268 "leb128",
15269]
15270
15271[[package]]
15272name = "wasm-encoder"
15273version = "0.221.3"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15276dependencies = [
15277 "leb128",
15278 "wasmparser 0.221.3",
15279]
15280
15281[[package]]
15282name = "wasm-metadata"
15283version = "0.201.0"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15286dependencies = [
15287 "anyhow",
15288 "indexmap",
15289 "serde",
15290 "serde_derive",
15291 "serde_json",
15292 "spdx",
15293 "wasm-encoder 0.201.0",
15294 "wasmparser 0.201.0",
15295]
15296
15297[[package]]
15298name = "wasm-metadata"
15299version = "0.221.3"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15302dependencies = [
15303 "anyhow",
15304 "indexmap",
15305 "serde",
15306 "serde_derive",
15307 "serde_json",
15308 "spdx",
15309 "wasm-encoder 0.221.3",
15310 "wasmparser 0.221.3",
15311]
15312
15313[[package]]
15314name = "wasm-streams"
15315version = "0.4.2"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15318dependencies = [
15319 "futures-util",
15320 "js-sys",
15321 "wasm-bindgen",
15322 "wasm-bindgen-futures",
15323 "web-sys",
15324]
15325
15326[[package]]
15327name = "wasmparser"
15328version = "0.201.0"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15331dependencies = [
15332 "bitflags 2.8.0",
15333 "indexmap",
15334 "semver",
15335]
15336
15337[[package]]
15338name = "wasmparser"
15339version = "0.221.3"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15342dependencies = [
15343 "bitflags 2.8.0",
15344 "hashbrown 0.15.2",
15345 "indexmap",
15346 "semver",
15347 "serde",
15348]
15349
15350[[package]]
15351name = "wasmprinter"
15352version = "0.221.3"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15355dependencies = [
15356 "anyhow",
15357 "termcolor",
15358 "wasmparser 0.221.3",
15359]
15360
15361[[package]]
15362name = "wasmtime"
15363version = "29.0.1"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15366dependencies = [
15367 "anyhow",
15368 "async-trait",
15369 "bitflags 2.8.0",
15370 "bumpalo",
15371 "cc",
15372 "cfg-if",
15373 "encoding_rs",
15374 "hashbrown 0.14.5",
15375 "indexmap",
15376 "libc",
15377 "log",
15378 "mach2",
15379 "memfd",
15380 "object",
15381 "once_cell",
15382 "paste",
15383 "postcard",
15384 "psm",
15385 "pulley-interpreter",
15386 "rustix",
15387 "semver",
15388 "serde",
15389 "serde_derive",
15390 "smallvec",
15391 "sptr",
15392 "target-lexicon 0.13.2",
15393 "trait-variant",
15394 "wasmparser 0.221.3",
15395 "wasmtime-asm-macros",
15396 "wasmtime-component-macro",
15397 "wasmtime-component-util",
15398 "wasmtime-cranelift",
15399 "wasmtime-environ",
15400 "wasmtime-fiber",
15401 "wasmtime-jit-icache-coherence",
15402 "wasmtime-math",
15403 "wasmtime-slab",
15404 "wasmtime-versioned-export-macros",
15405 "wasmtime-winch",
15406 "windows-sys 0.59.0",
15407]
15408
15409[[package]]
15410name = "wasmtime-asm-macros"
15411version = "29.0.1"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15414dependencies = [
15415 "cfg-if",
15416]
15417
15418[[package]]
15419name = "wasmtime-c-api-impl"
15420version = "29.0.1"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15423dependencies = [
15424 "anyhow",
15425 "log",
15426 "tracing",
15427 "wasmtime",
15428 "wasmtime-c-api-macros",
15429]
15430
15431[[package]]
15432name = "wasmtime-c-api-macros"
15433version = "29.0.1"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15436dependencies = [
15437 "proc-macro2",
15438 "quote",
15439]
15440
15441[[package]]
15442name = "wasmtime-component-macro"
15443version = "29.0.1"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15446dependencies = [
15447 "anyhow",
15448 "proc-macro2",
15449 "quote",
15450 "syn 2.0.90",
15451 "wasmtime-component-util",
15452 "wasmtime-wit-bindgen",
15453 "wit-parser 0.221.3",
15454]
15455
15456[[package]]
15457name = "wasmtime-component-util"
15458version = "29.0.1"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15461
15462[[package]]
15463name = "wasmtime-cranelift"
15464version = "29.0.1"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15467dependencies = [
15468 "anyhow",
15469 "cfg-if",
15470 "cranelift-codegen",
15471 "cranelift-control",
15472 "cranelift-entity",
15473 "cranelift-frontend",
15474 "cranelift-native",
15475 "gimli",
15476 "itertools 0.12.1",
15477 "log",
15478 "object",
15479 "smallvec",
15480 "target-lexicon 0.13.2",
15481 "thiserror 1.0.69",
15482 "wasmparser 0.221.3",
15483 "wasmtime-environ",
15484 "wasmtime-versioned-export-macros",
15485]
15486
15487[[package]]
15488name = "wasmtime-environ"
15489version = "29.0.1"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15492dependencies = [
15493 "anyhow",
15494 "cpp_demangle",
15495 "cranelift-bitset",
15496 "cranelift-entity",
15497 "gimli",
15498 "indexmap",
15499 "log",
15500 "object",
15501 "postcard",
15502 "rustc-demangle",
15503 "semver",
15504 "serde",
15505 "serde_derive",
15506 "smallvec",
15507 "target-lexicon 0.13.2",
15508 "wasm-encoder 0.221.3",
15509 "wasmparser 0.221.3",
15510 "wasmprinter",
15511 "wasmtime-component-util",
15512]
15513
15514[[package]]
15515name = "wasmtime-fiber"
15516version = "29.0.1"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15519dependencies = [
15520 "anyhow",
15521 "cc",
15522 "cfg-if",
15523 "rustix",
15524 "wasmtime-asm-macros",
15525 "wasmtime-versioned-export-macros",
15526 "windows-sys 0.59.0",
15527]
15528
15529[[package]]
15530name = "wasmtime-jit-icache-coherence"
15531version = "29.0.1"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15534dependencies = [
15535 "anyhow",
15536 "cfg-if",
15537 "libc",
15538 "windows-sys 0.59.0",
15539]
15540
15541[[package]]
15542name = "wasmtime-math"
15543version = "29.0.1"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15546dependencies = [
15547 "libm",
15548]
15549
15550[[package]]
15551name = "wasmtime-slab"
15552version = "29.0.1"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15555
15556[[package]]
15557name = "wasmtime-versioned-export-macros"
15558version = "29.0.1"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15561dependencies = [
15562 "proc-macro2",
15563 "quote",
15564 "syn 2.0.90",
15565]
15566
15567[[package]]
15568name = "wasmtime-wasi"
15569version = "29.0.1"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15572dependencies = [
15573 "anyhow",
15574 "async-trait",
15575 "bitflags 2.8.0",
15576 "bytes 1.10.1",
15577 "cap-fs-ext",
15578 "cap-net-ext",
15579 "cap-rand",
15580 "cap-std",
15581 "cap-time-ext",
15582 "fs-set-times",
15583 "futures 0.3.31",
15584 "io-extras",
15585 "io-lifetimes",
15586 "rustix",
15587 "system-interface",
15588 "thiserror 1.0.69",
15589 "tokio",
15590 "tracing",
15591 "trait-variant",
15592 "url",
15593 "wasmtime",
15594 "wiggle",
15595 "windows-sys 0.59.0",
15596]
15597
15598[[package]]
15599name = "wasmtime-winch"
15600version = "29.0.1"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15603dependencies = [
15604 "anyhow",
15605 "cranelift-codegen",
15606 "gimli",
15607 "object",
15608 "target-lexicon 0.13.2",
15609 "wasmparser 0.221.3",
15610 "wasmtime-cranelift",
15611 "wasmtime-environ",
15612 "winch-codegen",
15613]
15614
15615[[package]]
15616name = "wasmtime-wit-bindgen"
15617version = "29.0.1"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15620dependencies = [
15621 "anyhow",
15622 "heck 0.5.0",
15623 "indexmap",
15624 "wit-parser 0.221.3",
15625]
15626
15627[[package]]
15628name = "wast"
15629version = "35.0.2"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15632dependencies = [
15633 "leb128",
15634]
15635
15636[[package]]
15637name = "wayland-backend"
15638version = "0.3.8"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15641dependencies = [
15642 "cc",
15643 "downcast-rs",
15644 "rustix",
15645 "scoped-tls",
15646 "smallvec",
15647 "wayland-sys",
15648]
15649
15650[[package]]
15651name = "wayland-client"
15652version = "0.31.8"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15655dependencies = [
15656 "bitflags 2.8.0",
15657 "rustix",
15658 "wayland-backend",
15659 "wayland-scanner",
15660]
15661
15662[[package]]
15663name = "wayland-cursor"
15664version = "0.31.8"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15667dependencies = [
15668 "rustix",
15669 "wayland-client",
15670 "xcursor",
15671]
15672
15673[[package]]
15674name = "wayland-protocols"
15675version = "0.31.2"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15678dependencies = [
15679 "bitflags 2.8.0",
15680 "wayland-backend",
15681 "wayland-client",
15682 "wayland-scanner",
15683]
15684
15685[[package]]
15686name = "wayland-protocols-plasma"
15687version = "0.2.0"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15690dependencies = [
15691 "bitflags 2.8.0",
15692 "wayland-backend",
15693 "wayland-client",
15694 "wayland-protocols",
15695 "wayland-scanner",
15696]
15697
15698[[package]]
15699name = "wayland-scanner"
15700version = "0.31.6"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15703dependencies = [
15704 "proc-macro2",
15705 "quick-xml 0.37.2",
15706 "quote",
15707]
15708
15709[[package]]
15710name = "wayland-sys"
15711version = "0.31.6"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15714dependencies = [
15715 "dlib",
15716 "log",
15717 "once_cell",
15718 "pkg-config",
15719]
15720
15721[[package]]
15722name = "web-sys"
15723version = "0.3.76"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15726dependencies = [
15727 "js-sys",
15728 "wasm-bindgen",
15729]
15730
15731[[package]]
15732name = "web-time"
15733version = "1.1.0"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15736dependencies = [
15737 "js-sys",
15738 "wasm-bindgen",
15739]
15740
15741[[package]]
15742name = "webpki-root-certs"
15743version = "0.26.8"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15746dependencies = [
15747 "rustls-pki-types",
15748]
15749
15750[[package]]
15751name = "webpki-roots"
15752version = "0.26.7"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15755dependencies = [
15756 "rustls-pki-types",
15757]
15758
15759[[package]]
15760name = "webrtc-sys"
15761version = "0.3.5"
15762source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15763dependencies = [
15764 "cc",
15765 "cxx",
15766 "cxx-build",
15767 "glob",
15768 "log",
15769 "webrtc-sys-build",
15770]
15771
15772[[package]]
15773name = "webrtc-sys-build"
15774version = "0.3.5"
15775source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15776dependencies = [
15777 "fs2",
15778 "regex",
15779 "reqwest 0.11.27",
15780 "scratch",
15781 "semver",
15782 "zip",
15783]
15784
15785[[package]]
15786name = "weezl"
15787version = "0.1.8"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15790
15791[[package]]
15792name = "welcome"
15793version = "0.1.0"
15794dependencies = [
15795 "anyhow",
15796 "client",
15797 "db",
15798 "editor",
15799 "fuzzy",
15800 "gpui",
15801 "install_cli",
15802 "language",
15803 "picker",
15804 "project",
15805 "schemars",
15806 "serde",
15807 "settings",
15808 "telemetry",
15809 "ui",
15810 "util",
15811 "vim_mode_setting",
15812 "workspace",
15813 "zed_actions",
15814]
15815
15816[[package]]
15817name = "which"
15818version = "4.4.2"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15821dependencies = [
15822 "either",
15823 "home",
15824 "once_cell",
15825 "rustix",
15826]
15827
15828[[package]]
15829name = "which"
15830version = "6.0.3"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15833dependencies = [
15834 "either",
15835 "home",
15836 "rustix",
15837 "winsafe",
15838]
15839
15840[[package]]
15841name = "which"
15842version = "7.0.2"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15845dependencies = [
15846 "either",
15847 "env_home",
15848 "rustix",
15849 "winsafe",
15850]
15851
15852[[package]]
15853name = "whoami"
15854version = "1.5.2"
15855source = "registry+https://github.com/rust-lang/crates.io-index"
15856checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15857dependencies = [
15858 "redox_syscall 0.5.8",
15859 "wasite",
15860]
15861
15862[[package]]
15863name = "wiggle"
15864version = "29.0.1"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15867dependencies = [
15868 "anyhow",
15869 "async-trait",
15870 "bitflags 2.8.0",
15871 "thiserror 1.0.69",
15872 "tracing",
15873 "wasmtime",
15874 "wiggle-macro",
15875]
15876
15877[[package]]
15878name = "wiggle-generate"
15879version = "29.0.1"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15882dependencies = [
15883 "anyhow",
15884 "heck 0.5.0",
15885 "proc-macro2",
15886 "quote",
15887 "shellexpand 2.1.2",
15888 "syn 2.0.90",
15889 "witx",
15890]
15891
15892[[package]]
15893name = "wiggle-macro"
15894version = "29.0.1"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15897dependencies = [
15898 "proc-macro2",
15899 "quote",
15900 "syn 2.0.90",
15901 "wiggle-generate",
15902]
15903
15904[[package]]
15905name = "winapi"
15906version = "0.3.9"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15909dependencies = [
15910 "winapi-i686-pc-windows-gnu",
15911 "winapi-x86_64-pc-windows-gnu",
15912]
15913
15914[[package]]
15915name = "winapi-i686-pc-windows-gnu"
15916version = "0.4.0"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15919
15920[[package]]
15921name = "winapi-util"
15922version = "0.1.9"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15925dependencies = [
15926 "windows-sys 0.48.0",
15927]
15928
15929[[package]]
15930name = "winapi-x86_64-pc-windows-gnu"
15931version = "0.4.0"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15934
15935[[package]]
15936name = "winch-codegen"
15937version = "29.0.1"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15940dependencies = [
15941 "anyhow",
15942 "cranelift-codegen",
15943 "gimli",
15944 "regalloc2",
15945 "smallvec",
15946 "target-lexicon 0.13.2",
15947 "thiserror 1.0.69",
15948 "wasmparser 0.221.3",
15949 "wasmtime-cranelift",
15950 "wasmtime-environ",
15951]
15952
15953[[package]]
15954name = "windows"
15955version = "0.54.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15958dependencies = [
15959 "windows-core 0.54.0",
15960 "windows-targets 0.52.6",
15961]
15962
15963[[package]]
15964name = "windows"
15965version = "0.57.0"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15968dependencies = [
15969 "windows-core 0.57.0",
15970 "windows-targets 0.52.6",
15971]
15972
15973[[package]]
15974name = "windows"
15975version = "0.58.0"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15978dependencies = [
15979 "windows-core 0.58.0",
15980 "windows-targets 0.52.6",
15981]
15982
15983[[package]]
15984name = "windows"
15985version = "0.60.0"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
15988dependencies = [
15989 "windows-collections",
15990 "windows-core 0.60.1",
15991 "windows-future",
15992 "windows-link",
15993 "windows-numerics",
15994]
15995
15996[[package]]
15997name = "windows-collections"
15998version = "0.1.1"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16001dependencies = [
16002 "windows-core 0.60.1",
16003]
16004
16005[[package]]
16006name = "windows-core"
16007version = "0.52.0"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16010dependencies = [
16011 "windows-targets 0.52.6",
16012]
16013
16014[[package]]
16015name = "windows-core"
16016version = "0.54.0"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16019dependencies = [
16020 "windows-result 0.1.2",
16021 "windows-targets 0.52.6",
16022]
16023
16024[[package]]
16025name = "windows-core"
16026version = "0.57.0"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16029dependencies = [
16030 "windows-implement 0.57.0",
16031 "windows-interface 0.57.0",
16032 "windows-result 0.1.2",
16033 "windows-targets 0.52.6",
16034]
16035
16036[[package]]
16037name = "windows-core"
16038version = "0.58.0"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16041dependencies = [
16042 "windows-implement 0.58.0",
16043 "windows-interface 0.58.0",
16044 "windows-result 0.2.0",
16045 "windows-strings 0.1.0",
16046 "windows-targets 0.52.6",
16047]
16048
16049[[package]]
16050name = "windows-core"
16051version = "0.60.1"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16054dependencies = [
16055 "windows-implement 0.59.0",
16056 "windows-interface 0.59.0",
16057 "windows-link",
16058 "windows-result 0.3.1",
16059 "windows-strings 0.3.1",
16060]
16061
16062[[package]]
16063name = "windows-future"
16064version = "0.1.1"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16067dependencies = [
16068 "windows-core 0.60.1",
16069 "windows-link",
16070]
16071
16072[[package]]
16073name = "windows-implement"
16074version = "0.57.0"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16077dependencies = [
16078 "proc-macro2",
16079 "quote",
16080 "syn 2.0.90",
16081]
16082
16083[[package]]
16084name = "windows-implement"
16085version = "0.58.0"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16088dependencies = [
16089 "proc-macro2",
16090 "quote",
16091 "syn 2.0.90",
16092]
16093
16094[[package]]
16095name = "windows-implement"
16096version = "0.59.0"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16099dependencies = [
16100 "proc-macro2",
16101 "quote",
16102 "syn 2.0.90",
16103]
16104
16105[[package]]
16106name = "windows-interface"
16107version = "0.57.0"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16110dependencies = [
16111 "proc-macro2",
16112 "quote",
16113 "syn 2.0.90",
16114]
16115
16116[[package]]
16117name = "windows-interface"
16118version = "0.58.0"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16121dependencies = [
16122 "proc-macro2",
16123 "quote",
16124 "syn 2.0.90",
16125]
16126
16127[[package]]
16128name = "windows-interface"
16129version = "0.59.0"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16132dependencies = [
16133 "proc-macro2",
16134 "quote",
16135 "syn 2.0.90",
16136]
16137
16138[[package]]
16139name = "windows-link"
16140version = "0.1.0"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16143
16144[[package]]
16145name = "windows-numerics"
16146version = "0.1.1"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16149dependencies = [
16150 "windows-core 0.60.1",
16151 "windows-link",
16152]
16153
16154[[package]]
16155name = "windows-registry"
16156version = "0.2.0"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16159dependencies = [
16160 "windows-result 0.2.0",
16161 "windows-strings 0.1.0",
16162 "windows-targets 0.52.6",
16163]
16164
16165[[package]]
16166name = "windows-result"
16167version = "0.1.2"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16170dependencies = [
16171 "windows-targets 0.52.6",
16172]
16173
16174[[package]]
16175name = "windows-result"
16176version = "0.2.0"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16179dependencies = [
16180 "windows-targets 0.52.6",
16181]
16182
16183[[package]]
16184name = "windows-result"
16185version = "0.3.1"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16188dependencies = [
16189 "windows-link",
16190]
16191
16192[[package]]
16193name = "windows-strings"
16194version = "0.1.0"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16197dependencies = [
16198 "windows-result 0.2.0",
16199 "windows-targets 0.52.6",
16200]
16201
16202[[package]]
16203name = "windows-strings"
16204version = "0.3.1"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16207dependencies = [
16208 "windows-link",
16209]
16210
16211[[package]]
16212name = "windows-sys"
16213version = "0.45.0"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16216dependencies = [
16217 "windows-targets 0.42.2",
16218]
16219
16220[[package]]
16221name = "windows-sys"
16222version = "0.48.0"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16225dependencies = [
16226 "windows-targets 0.48.5",
16227]
16228
16229[[package]]
16230name = "windows-sys"
16231version = "0.52.0"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16234dependencies = [
16235 "windows-targets 0.52.6",
16236]
16237
16238[[package]]
16239name = "windows-sys"
16240version = "0.59.0"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16243dependencies = [
16244 "windows-targets 0.52.6",
16245]
16246
16247[[package]]
16248name = "windows-targets"
16249version = "0.42.2"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16252dependencies = [
16253 "windows_aarch64_gnullvm 0.42.2",
16254 "windows_aarch64_msvc 0.42.2",
16255 "windows_i686_gnu 0.42.2",
16256 "windows_i686_msvc 0.42.2",
16257 "windows_x86_64_gnu 0.42.2",
16258 "windows_x86_64_gnullvm 0.42.2",
16259 "windows_x86_64_msvc 0.42.2",
16260]
16261
16262[[package]]
16263name = "windows-targets"
16264version = "0.48.5"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16267dependencies = [
16268 "windows_aarch64_gnullvm 0.48.5",
16269 "windows_aarch64_msvc 0.48.5",
16270 "windows_i686_gnu 0.48.5",
16271 "windows_i686_msvc 0.48.5",
16272 "windows_x86_64_gnu 0.48.5",
16273 "windows_x86_64_gnullvm 0.48.5",
16274 "windows_x86_64_msvc 0.48.5",
16275]
16276
16277[[package]]
16278name = "windows-targets"
16279version = "0.52.6"
16280source = "registry+https://github.com/rust-lang/crates.io-index"
16281checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16282dependencies = [
16283 "windows_aarch64_gnullvm 0.52.6",
16284 "windows_aarch64_msvc 0.52.6",
16285 "windows_i686_gnu 0.52.6",
16286 "windows_i686_gnullvm",
16287 "windows_i686_msvc 0.52.6",
16288 "windows_x86_64_gnu 0.52.6",
16289 "windows_x86_64_gnullvm 0.52.6",
16290 "windows_x86_64_msvc 0.52.6",
16291]
16292
16293[[package]]
16294name = "windows_aarch64_gnullvm"
16295version = "0.42.2"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16298
16299[[package]]
16300name = "windows_aarch64_gnullvm"
16301version = "0.48.5"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16304
16305[[package]]
16306name = "windows_aarch64_gnullvm"
16307version = "0.52.6"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16310
16311[[package]]
16312name = "windows_aarch64_msvc"
16313version = "0.42.2"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16316
16317[[package]]
16318name = "windows_aarch64_msvc"
16319version = "0.48.5"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16322
16323[[package]]
16324name = "windows_aarch64_msvc"
16325version = "0.52.6"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16328
16329[[package]]
16330name = "windows_i686_gnu"
16331version = "0.42.2"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16334
16335[[package]]
16336name = "windows_i686_gnu"
16337version = "0.48.5"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16340
16341[[package]]
16342name = "windows_i686_gnu"
16343version = "0.52.6"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16346
16347[[package]]
16348name = "windows_i686_gnullvm"
16349version = "0.52.6"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16352
16353[[package]]
16354name = "windows_i686_msvc"
16355version = "0.42.2"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16358
16359[[package]]
16360name = "windows_i686_msvc"
16361version = "0.48.5"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16364
16365[[package]]
16366name = "windows_i686_msvc"
16367version = "0.52.6"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16370
16371[[package]]
16372name = "windows_x86_64_gnu"
16373version = "0.42.2"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16376
16377[[package]]
16378name = "windows_x86_64_gnu"
16379version = "0.48.5"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16382
16383[[package]]
16384name = "windows_x86_64_gnu"
16385version = "0.52.6"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16388
16389[[package]]
16390name = "windows_x86_64_gnullvm"
16391version = "0.42.2"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16394
16395[[package]]
16396name = "windows_x86_64_gnullvm"
16397version = "0.48.5"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16400
16401[[package]]
16402name = "windows_x86_64_gnullvm"
16403version = "0.52.6"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16406
16407[[package]]
16408name = "windows_x86_64_msvc"
16409version = "0.42.2"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16412
16413[[package]]
16414name = "windows_x86_64_msvc"
16415version = "0.48.5"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16418
16419[[package]]
16420name = "windows_x86_64_msvc"
16421version = "0.52.6"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16424
16425[[package]]
16426name = "winnow"
16427version = "0.6.20"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16430dependencies = [
16431 "memchr",
16432]
16433
16434[[package]]
16435name = "winnow"
16436version = "0.7.1"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16439dependencies = [
16440 "memchr",
16441]
16442
16443[[package]]
16444name = "winreg"
16445version = "0.50.0"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16448dependencies = [
16449 "cfg-if",
16450 "windows-sys 0.48.0",
16451]
16452
16453[[package]]
16454name = "winreg"
16455version = "0.52.0"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16458dependencies = [
16459 "cfg-if",
16460 "windows-sys 0.48.0",
16461]
16462
16463[[package]]
16464name = "winresource"
16465version = "0.1.19"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16468dependencies = [
16469 "toml 0.8.20",
16470 "version_check",
16471]
16472
16473[[package]]
16474name = "winsafe"
16475version = "0.0.19"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16478
16479[[package]]
16480name = "winx"
16481version = "0.36.4"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16484dependencies = [
16485 "bitflags 2.8.0",
16486 "windows-sys 0.59.0",
16487]
16488
16489[[package]]
16490name = "wio"
16491version = "0.2.2"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16494dependencies = [
16495 "winapi",
16496]
16497
16498[[package]]
16499name = "wit-bindgen"
16500version = "0.22.0"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16503dependencies = [
16504 "bitflags 2.8.0",
16505 "wit-bindgen-rt 0.22.0",
16506 "wit-bindgen-rust-macro",
16507]
16508
16509[[package]]
16510name = "wit-bindgen-core"
16511version = "0.22.0"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16514dependencies = [
16515 "anyhow",
16516 "wit-parser 0.201.0",
16517]
16518
16519[[package]]
16520name = "wit-bindgen-rt"
16521version = "0.22.0"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16524
16525[[package]]
16526name = "wit-bindgen-rt"
16527version = "0.33.0"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16530dependencies = [
16531 "bitflags 2.8.0",
16532]
16533
16534[[package]]
16535name = "wit-bindgen-rust"
16536version = "0.22.0"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16539dependencies = [
16540 "anyhow",
16541 "heck 0.4.1",
16542 "indexmap",
16543 "wasm-metadata 0.201.0",
16544 "wit-bindgen-core",
16545 "wit-component 0.201.0",
16546]
16547
16548[[package]]
16549name = "wit-bindgen-rust-macro"
16550version = "0.22.0"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16553dependencies = [
16554 "anyhow",
16555 "proc-macro2",
16556 "quote",
16557 "syn 2.0.90",
16558 "wit-bindgen-core",
16559 "wit-bindgen-rust",
16560]
16561
16562[[package]]
16563name = "wit-component"
16564version = "0.201.0"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16567dependencies = [
16568 "anyhow",
16569 "bitflags 2.8.0",
16570 "indexmap",
16571 "log",
16572 "serde",
16573 "serde_derive",
16574 "serde_json",
16575 "wasm-encoder 0.201.0",
16576 "wasm-metadata 0.201.0",
16577 "wasmparser 0.201.0",
16578 "wit-parser 0.201.0",
16579]
16580
16581[[package]]
16582name = "wit-component"
16583version = "0.221.3"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16586dependencies = [
16587 "anyhow",
16588 "bitflags 2.8.0",
16589 "indexmap",
16590 "log",
16591 "serde",
16592 "serde_derive",
16593 "serde_json",
16594 "wasm-encoder 0.221.3",
16595 "wasm-metadata 0.221.3",
16596 "wasmparser 0.221.3",
16597 "wit-parser 0.221.3",
16598]
16599
16600[[package]]
16601name = "wit-parser"
16602version = "0.201.0"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16605dependencies = [
16606 "anyhow",
16607 "id-arena",
16608 "indexmap",
16609 "log",
16610 "semver",
16611 "serde",
16612 "serde_derive",
16613 "serde_json",
16614 "unicode-xid",
16615 "wasmparser 0.201.0",
16616]
16617
16618[[package]]
16619name = "wit-parser"
16620version = "0.221.3"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16623dependencies = [
16624 "anyhow",
16625 "id-arena",
16626 "indexmap",
16627 "log",
16628 "semver",
16629 "serde",
16630 "serde_derive",
16631 "serde_json",
16632 "unicode-xid",
16633 "wasmparser 0.221.3",
16634]
16635
16636[[package]]
16637name = "witx"
16638version = "0.9.1"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16641dependencies = [
16642 "anyhow",
16643 "log",
16644 "thiserror 1.0.69",
16645 "wast",
16646]
16647
16648[[package]]
16649name = "workspace"
16650version = "0.1.0"
16651dependencies = [
16652 "any_vec",
16653 "anyhow",
16654 "async-recursion 1.1.1",
16655 "bincode",
16656 "call",
16657 "client",
16658 "clock",
16659 "collections",
16660 "component",
16661 "db",
16662 "derive_more",
16663 "env_logger 0.11.6",
16664 "fs",
16665 "futures 0.3.31",
16666 "gpui",
16667 "http_client",
16668 "itertools 0.14.0",
16669 "language",
16670 "log",
16671 "node_runtime",
16672 "parking_lot",
16673 "postage",
16674 "project",
16675 "remote",
16676 "schemars",
16677 "serde",
16678 "serde_json",
16679 "session",
16680 "settings",
16681 "smallvec",
16682 "sqlez",
16683 "strum",
16684 "task",
16685 "telemetry",
16686 "tempfile",
16687 "theme",
16688 "ui",
16689 "util",
16690 "uuid",
16691 "zed_actions",
16692]
16693
16694[[package]]
16695name = "worktree"
16696version = "0.1.0"
16697dependencies = [
16698 "anyhow",
16699 "clock",
16700 "collections",
16701 "env_logger 0.11.6",
16702 "fs",
16703 "futures 0.3.31",
16704 "fuzzy",
16705 "git",
16706 "git2",
16707 "git_hosting_providers",
16708 "gpui",
16709 "http_client",
16710 "ignore",
16711 "language",
16712 "log",
16713 "parking_lot",
16714 "paths",
16715 "postage",
16716 "pretty_assertions",
16717 "rand 0.8.5",
16718 "rpc",
16719 "schemars",
16720 "serde",
16721 "serde_json",
16722 "settings",
16723 "smallvec",
16724 "smol",
16725 "sum_tree",
16726 "text",
16727 "util",
16728]
16729
16730[[package]]
16731name = "write16"
16732version = "1.0.0"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16735
16736[[package]]
16737name = "writeable"
16738version = "0.5.5"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16741
16742[[package]]
16743name = "wyz"
16744version = "0.5.1"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16747dependencies = [
16748 "tap",
16749]
16750
16751[[package]]
16752name = "x11-clipboard"
16753version = "0.9.3"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16756dependencies = [
16757 "libc",
16758 "x11rb",
16759]
16760
16761[[package]]
16762name = "x11rb"
16763version = "0.13.1"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16766dependencies = [
16767 "as-raw-xcb-connection",
16768 "gethostname",
16769 "libc",
16770 "rustix",
16771 "x11rb-protocol",
16772]
16773
16774[[package]]
16775name = "x11rb-protocol"
16776version = "0.13.1"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16779
16780[[package]]
16781name = "xattr"
16782version = "0.2.3"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16785dependencies = [
16786 "libc",
16787]
16788
16789[[package]]
16790name = "xcursor"
16791version = "0.3.8"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16794
16795[[package]]
16796name = "xdg-home"
16797version = "1.3.0"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16800dependencies = [
16801 "libc",
16802 "windows-sys 0.59.0",
16803]
16804
16805[[package]]
16806name = "xim"
16807version = "0.4.0"
16808source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16809dependencies = [
16810 "ahash 0.8.11",
16811 "hashbrown 0.14.5",
16812 "log",
16813 "x11rb",
16814 "xim-ctext",
16815 "xim-parser",
16816]
16817
16818[[package]]
16819name = "xim-ctext"
16820version = "0.3.0"
16821source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16822dependencies = [
16823 "encoding_rs",
16824]
16825
16826[[package]]
16827name = "xim-parser"
16828version = "0.2.1"
16829source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16830dependencies = [
16831 "bitflags 2.8.0",
16832]
16833
16834[[package]]
16835name = "xkbcommon"
16836version = "0.7.0"
16837source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16838dependencies = [
16839 "as-raw-xcb-connection",
16840 "libc",
16841 "memmap2",
16842 "xkeysym",
16843]
16844
16845[[package]]
16846name = "xkeysym"
16847version = "0.2.1"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16850
16851[[package]]
16852name = "xml5ever"
16853version = "0.18.1"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16856dependencies = [
16857 "log",
16858 "mac",
16859 "markup5ever",
16860]
16861
16862[[package]]
16863name = "xmlparser"
16864version = "0.13.6"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16867
16868[[package]]
16869name = "xmlwriter"
16870version = "0.1.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16873
16874[[package]]
16875name = "xtask"
16876version = "0.1.0"
16877dependencies = [
16878 "anyhow",
16879 "cargo_metadata",
16880 "cargo_toml",
16881 "clap",
16882]
16883
16884[[package]]
16885name = "yaml-rust2"
16886version = "0.8.1"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16889dependencies = [
16890 "arraydeque",
16891 "encoding_rs",
16892 "hashlink 0.8.4",
16893]
16894
16895[[package]]
16896name = "yansi"
16897version = "1.0.1"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16900
16901[[package]]
16902name = "yazi"
16903version = "0.1.6"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16906
16907[[package]]
16908name = "yeslogic-fontconfig-sys"
16909version = "6.0.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16912dependencies = [
16913 "dlib",
16914 "once_cell",
16915 "pkg-config",
16916]
16917
16918[[package]]
16919name = "yoke"
16920version = "0.7.5"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16923dependencies = [
16924 "serde",
16925 "stable_deref_trait",
16926 "yoke-derive",
16927 "zerofrom",
16928]
16929
16930[[package]]
16931name = "yoke-derive"
16932version = "0.7.5"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16935dependencies = [
16936 "proc-macro2",
16937 "quote",
16938 "syn 2.0.90",
16939 "synstructure",
16940]
16941
16942[[package]]
16943name = "zbus"
16944version = "5.5.0"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
16947dependencies = [
16948 "async-broadcast",
16949 "async-executor",
16950 "async-fs",
16951 "async-io",
16952 "async-lock",
16953 "async-process",
16954 "async-recursion 1.1.1",
16955 "async-task",
16956 "async-trait",
16957 "blocking",
16958 "enumflags2",
16959 "event-listener 5.3.1",
16960 "futures-core",
16961 "futures-lite 2.6.0",
16962 "hex",
16963 "nix",
16964 "ordered-stream",
16965 "serde",
16966 "serde_repr",
16967 "static_assertions",
16968 "tracing",
16969 "uds_windows",
16970 "windows-sys 0.59.0",
16971 "winnow 0.7.1",
16972 "xdg-home",
16973 "zbus_macros",
16974 "zbus_names",
16975 "zvariant",
16976]
16977
16978[[package]]
16979name = "zbus_macros"
16980version = "5.5.0"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
16983dependencies = [
16984 "proc-macro-crate",
16985 "proc-macro2",
16986 "quote",
16987 "syn 2.0.90",
16988 "zbus_names",
16989 "zvariant",
16990 "zvariant_utils",
16991]
16992
16993[[package]]
16994name = "zbus_names"
16995version = "4.1.0"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16998dependencies = [
16999 "serde",
17000 "static_assertions",
17001 "winnow 0.6.20",
17002 "zvariant",
17003]
17004
17005[[package]]
17006name = "zed"
17007version = "0.178.0"
17008dependencies = [
17009 "activity_indicator",
17010 "anyhow",
17011 "ashpd",
17012 "assets",
17013 "assistant",
17014 "assistant2",
17015 "assistant_context_editor",
17016 "assistant_settings",
17017 "assistant_tools",
17018 "async-watch",
17019 "audio",
17020 "auto_update",
17021 "auto_update_ui",
17022 "backtrace",
17023 "breadcrumbs",
17024 "call",
17025 "channel",
17026 "chrono",
17027 "clap",
17028 "cli",
17029 "client",
17030 "collab_ui",
17031 "collections",
17032 "command_palette",
17033 "command_palette_hooks",
17034 "component_preview",
17035 "copilot",
17036 "db",
17037 "diagnostics",
17038 "editor",
17039 "env_logger 0.11.6",
17040 "extension",
17041 "extension_host",
17042 "extensions_ui",
17043 "feature_flags",
17044 "feedback",
17045 "file_finder",
17046 "fs",
17047 "futures 0.3.31",
17048 "git",
17049 "git_hosting_providers",
17050 "git_ui",
17051 "go_to_line",
17052 "gpui",
17053 "gpui_tokio",
17054 "http_client",
17055 "image_viewer",
17056 "inline_completion_button",
17057 "install_cli",
17058 "journal",
17059 "language",
17060 "language_extension",
17061 "language_model",
17062 "language_models",
17063 "language_selector",
17064 "language_tools",
17065 "languages",
17066 "libc",
17067 "log",
17068 "markdown",
17069 "markdown_preview",
17070 "menu",
17071 "migrator",
17072 "mimalloc",
17073 "nix",
17074 "node_runtime",
17075 "notifications",
17076 "outline",
17077 "outline_panel",
17078 "parking_lot",
17079 "paths",
17080 "picker",
17081 "profiling",
17082 "project",
17083 "project_panel",
17084 "project_symbols",
17085 "prompt_store",
17086 "proto",
17087 "recent_projects",
17088 "release_channel",
17089 "remote",
17090 "repl",
17091 "reqwest_client",
17092 "rope",
17093 "search",
17094 "serde",
17095 "serde_json",
17096 "session",
17097 "settings",
17098 "settings_ui",
17099 "shellexpand 2.1.2",
17100 "simplelog",
17101 "smol",
17102 "snippet_provider",
17103 "snippets_ui",
17104 "supermaven",
17105 "sysinfo",
17106 "tab_switcher",
17107 "task",
17108 "tasks_ui",
17109 "telemetry",
17110 "telemetry_events",
17111 "terminal_view",
17112 "theme",
17113 "theme_extension",
17114 "theme_selector",
17115 "time",
17116 "toolchain_selector",
17117 "tree-sitter-md",
17118 "tree-sitter-rust",
17119 "ui",
17120 "url",
17121 "urlencoding",
17122 "util",
17123 "uuid",
17124 "vim",
17125 "vim_mode_setting",
17126 "welcome",
17127 "windows 0.60.0",
17128 "winresource",
17129 "workspace",
17130 "zed_actions",
17131 "zeta",
17132]
17133
17134[[package]]
17135name = "zed_actions"
17136version = "0.1.0"
17137dependencies = [
17138 "gpui",
17139 "schemars",
17140 "serde",
17141]
17142
17143[[package]]
17144name = "zed_emmet"
17145version = "0.0.3"
17146dependencies = [
17147 "zed_extension_api 0.1.0",
17148]
17149
17150[[package]]
17151name = "zed_extension_api"
17152version = "0.1.0"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17155dependencies = [
17156 "serde",
17157 "serde_json",
17158 "wit-bindgen",
17159]
17160
17161[[package]]
17162name = "zed_extension_api"
17163version = "0.3.0"
17164dependencies = [
17165 "serde",
17166 "serde_json",
17167 "wit-bindgen",
17168]
17169
17170[[package]]
17171name = "zed_glsl"
17172version = "0.1.0"
17173dependencies = [
17174 "zed_extension_api 0.1.0",
17175]
17176
17177[[package]]
17178name = "zed_html"
17179version = "0.1.6"
17180dependencies = [
17181 "zed_extension_api 0.1.0",
17182]
17183
17184[[package]]
17185name = "zed_llm_client"
17186version = "0.4.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17189dependencies = [
17190 "serde",
17191 "serde_json",
17192 "uuid",
17193]
17194
17195[[package]]
17196name = "zed_proto"
17197version = "0.2.1"
17198dependencies = [
17199 "zed_extension_api 0.1.0",
17200]
17201
17202[[package]]
17203name = "zed_purescript"
17204version = "0.1.0"
17205dependencies = [
17206 "zed_extension_api 0.1.0",
17207]
17208
17209[[package]]
17210name = "zed_ruff"
17211version = "0.1.0"
17212dependencies = [
17213 "zed_extension_api 0.1.0",
17214]
17215
17216[[package]]
17217name = "zed_snippets"
17218version = "0.0.5"
17219dependencies = [
17220 "serde_json",
17221 "zed_extension_api 0.1.0",
17222]
17223
17224[[package]]
17225name = "zed_test_extension"
17226version = "0.1.0"
17227dependencies = [
17228 "zed_extension_api 0.3.0",
17229]
17230
17231[[package]]
17232name = "zed_toml"
17233version = "0.1.3"
17234dependencies = [
17235 "zed_extension_api 0.1.0",
17236]
17237
17238[[package]]
17239name = "zed_uiua"
17240version = "0.0.1"
17241dependencies = [
17242 "zed_extension_api 0.1.0",
17243]
17244
17245[[package]]
17246name = "zed_zig"
17247version = "0.3.3"
17248dependencies = [
17249 "zed_extension_api 0.1.0",
17250]
17251
17252[[package]]
17253name = "zeno"
17254version = "0.2.3"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17257
17258[[package]]
17259name = "zerocopy"
17260version = "0.7.35"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17263dependencies = [
17264 "byteorder",
17265 "zerocopy-derive 0.7.35",
17266]
17267
17268[[package]]
17269name = "zerocopy"
17270version = "0.8.18"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17273dependencies = [
17274 "zerocopy-derive 0.8.18",
17275]
17276
17277[[package]]
17278name = "zerocopy-derive"
17279version = "0.7.35"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17282dependencies = [
17283 "proc-macro2",
17284 "quote",
17285 "syn 2.0.90",
17286]
17287
17288[[package]]
17289name = "zerocopy-derive"
17290version = "0.8.18"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17293dependencies = [
17294 "proc-macro2",
17295 "quote",
17296 "syn 2.0.90",
17297]
17298
17299[[package]]
17300name = "zerofrom"
17301version = "0.1.5"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17304dependencies = [
17305 "zerofrom-derive",
17306]
17307
17308[[package]]
17309name = "zerofrom-derive"
17310version = "0.1.5"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17313dependencies = [
17314 "proc-macro2",
17315 "quote",
17316 "syn 2.0.90",
17317 "synstructure",
17318]
17319
17320[[package]]
17321name = "zeroize"
17322version = "1.8.1"
17323source = "registry+https://github.com/rust-lang/crates.io-index"
17324checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17325dependencies = [
17326 "zeroize_derive",
17327]
17328
17329[[package]]
17330name = "zeroize_derive"
17331version = "1.4.2"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17334dependencies = [
17335 "proc-macro2",
17336 "quote",
17337 "syn 2.0.90",
17338]
17339
17340[[package]]
17341name = "zeromq"
17342version = "0.5.0-pre"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17345dependencies = [
17346 "async-dispatcher",
17347 "async-std",
17348 "async-trait",
17349 "asynchronous-codec",
17350 "bytes 1.10.1",
17351 "crossbeam-queue",
17352 "dashmap 5.5.3",
17353 "futures 0.3.31",
17354 "log",
17355 "num-traits",
17356 "once_cell",
17357 "parking_lot",
17358 "rand 0.8.5",
17359 "regex",
17360 "thiserror 1.0.69",
17361 "uuid",
17362]
17363
17364[[package]]
17365name = "zerovec"
17366version = "0.10.4"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17369dependencies = [
17370 "yoke",
17371 "zerofrom",
17372 "zerovec-derive",
17373]
17374
17375[[package]]
17376name = "zerovec-derive"
17377version = "0.10.3"
17378source = "registry+https://github.com/rust-lang/crates.io-index"
17379checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17380dependencies = [
17381 "proc-macro2",
17382 "quote",
17383 "syn 2.0.90",
17384]
17385
17386[[package]]
17387name = "zeta"
17388version = "0.1.0"
17389dependencies = [
17390 "anyhow",
17391 "arrayvec",
17392 "call",
17393 "chrono",
17394 "client",
17395 "clock",
17396 "collections",
17397 "command_palette_hooks",
17398 "ctor",
17399 "db",
17400 "editor",
17401 "env_logger 0.11.6",
17402 "feature_flags",
17403 "fs",
17404 "futures 0.3.31",
17405 "gpui",
17406 "http_client",
17407 "indoc",
17408 "inline_completion",
17409 "language",
17410 "language_model",
17411 "log",
17412 "menu",
17413 "migrator",
17414 "paths",
17415 "postage",
17416 "project",
17417 "regex",
17418 "release_channel",
17419 "reqwest_client",
17420 "rpc",
17421 "serde",
17422 "serde_json",
17423 "settings",
17424 "telemetry",
17425 "telemetry_events",
17426 "theme",
17427 "thiserror 1.0.69",
17428 "tree-sitter-go",
17429 "tree-sitter-rust",
17430 "ui",
17431 "unindent",
17432 "util",
17433 "uuid",
17434 "workspace",
17435 "worktree",
17436 "zed_actions",
17437 "zed_llm_client",
17438]
17439
17440[[package]]
17441name = "zip"
17442version = "0.6.6"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17445dependencies = [
17446 "aes",
17447 "byteorder",
17448 "bzip2",
17449 "constant_time_eq 0.1.5",
17450 "crc32fast",
17451 "crossbeam-utils",
17452 "flate2",
17453 "hmac",
17454 "pbkdf2 0.11.0",
17455 "sha1",
17456 "time",
17457 "zstd",
17458]
17459
17460[[package]]
17461name = "zstd"
17462version = "0.11.2+zstd.1.5.2"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17465dependencies = [
17466 "zstd-safe",
17467]
17468
17469[[package]]
17470name = "zstd-safe"
17471version = "5.0.2+zstd.1.5.2"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17474dependencies = [
17475 "libc",
17476 "zstd-sys",
17477]
17478
17479[[package]]
17480name = "zstd-sys"
17481version = "2.0.13+zstd.1.5.6"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17484dependencies = [
17485 "cc",
17486 "pkg-config",
17487]
17488
17489[[package]]
17490name = "zune-core"
17491version = "0.4.12"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17494
17495[[package]]
17496name = "zune-inflate"
17497version = "0.2.54"
17498source = "registry+https://github.com/rust-lang/crates.io-index"
17499checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17500dependencies = [
17501 "simd-adler32",
17502]
17503
17504[[package]]
17505name = "zune-jpeg"
17506version = "0.4.13"
17507source = "registry+https://github.com/rust-lang/crates.io-index"
17508checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17509dependencies = [
17510 "zune-core",
17511]
17512
17513[[package]]
17514name = "zvariant"
17515version = "5.4.0"
17516source = "registry+https://github.com/rust-lang/crates.io-index"
17517checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17518dependencies = [
17519 "endi",
17520 "enumflags2",
17521 "serde",
17522 "static_assertions",
17523 "url",
17524 "winnow 0.7.1",
17525 "zvariant_derive",
17526 "zvariant_utils",
17527]
17528
17529[[package]]
17530name = "zvariant_derive"
17531version = "5.4.0"
17532source = "registry+https://github.com/rust-lang/crates.io-index"
17533checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17534dependencies = [
17535 "proc-macro-crate",
17536 "proc-macro2",
17537 "quote",
17538 "syn 2.0.90",
17539 "zvariant_utils",
17540]
17541
17542[[package]]
17543name = "zvariant_utils"
17544version = "3.2.0"
17545source = "registry+https://github.com/rust-lang/crates.io-index"
17546checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17547dependencies = [
17548 "proc-macro2",
17549 "quote",
17550 "serde",
17551 "static_assertions",
17552 "syn 2.0.90",
17553 "winnow 0.7.1",
17554]