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 "chrono",
5454 "collections",
5455 "command_palette_hooks",
5456 "component",
5457 "ctor",
5458 "db",
5459 "editor",
5460 "env_logger 0.11.6",
5461 "futures 0.3.31",
5462 "fuzzy",
5463 "git",
5464 "gpui",
5465 "itertools 0.14.0",
5466 "language",
5467 "language_model",
5468 "linkify",
5469 "linkme",
5470 "log",
5471 "menu",
5472 "multi_buffer",
5473 "notifications",
5474 "panel",
5475 "picker",
5476 "postage",
5477 "pretty_assertions",
5478 "project",
5479 "schemars",
5480 "serde",
5481 "serde_derive",
5482 "serde_json",
5483 "settings",
5484 "smallvec",
5485 "strum",
5486 "telemetry",
5487 "theme",
5488 "time",
5489 "time_format",
5490 "ui",
5491 "unindent",
5492 "util",
5493 "windows 0.60.0",
5494 "workspace",
5495 "zed_actions",
5496]
5497
5498[[package]]
5499name = "glob"
5500version = "0.3.1"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5503
5504[[package]]
5505name = "globset"
5506version = "0.4.16"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5509dependencies = [
5510 "aho-corasick",
5511 "bstr",
5512 "log",
5513 "regex-automata 0.4.9",
5514 "regex-syntax 0.8.5",
5515]
5516
5517[[package]]
5518name = "gloo-timers"
5519version = "0.3.0"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5522dependencies = [
5523 "futures-channel",
5524 "futures-core",
5525 "js-sys",
5526 "wasm-bindgen",
5527]
5528
5529[[package]]
5530name = "glow"
5531version = "0.14.2"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5534dependencies = [
5535 "js-sys",
5536 "slotmap",
5537 "wasm-bindgen",
5538 "web-sys",
5539]
5540
5541[[package]]
5542name = "go_to_line"
5543version = "0.1.0"
5544dependencies = [
5545 "anyhow",
5546 "editor",
5547 "gpui",
5548 "indoc",
5549 "language",
5550 "menu",
5551 "project",
5552 "rope",
5553 "schemars",
5554 "serde",
5555 "serde_json",
5556 "settings",
5557 "text",
5558 "theme",
5559 "tree-sitter-rust",
5560 "tree-sitter-typescript",
5561 "ui",
5562 "util",
5563 "workspace",
5564]
5565
5566[[package]]
5567name = "google_ai"
5568version = "0.1.0"
5569dependencies = [
5570 "anyhow",
5571 "futures 0.3.31",
5572 "http_client",
5573 "schemars",
5574 "serde",
5575 "serde_json",
5576 "strum",
5577]
5578
5579[[package]]
5580name = "gpu-alloc"
5581version = "0.6.0"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5584dependencies = [
5585 "bitflags 2.8.0",
5586 "gpu-alloc-types",
5587]
5588
5589[[package]]
5590name = "gpu-alloc-ash"
5591version = "0.7.0"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5594dependencies = [
5595 "ash",
5596 "gpu-alloc-types",
5597 "tinyvec",
5598]
5599
5600[[package]]
5601name = "gpu-alloc-types"
5602version = "0.3.0"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5605dependencies = [
5606 "bitflags 2.8.0",
5607]
5608
5609[[package]]
5610name = "gpui"
5611version = "0.1.0"
5612dependencies = [
5613 "anyhow",
5614 "as-raw-xcb-connection",
5615 "ashpd",
5616 "async-task",
5617 "backtrace",
5618 "bindgen 0.70.1",
5619 "blade-graphics",
5620 "blade-macros",
5621 "blade-util",
5622 "block",
5623 "bytemuck",
5624 "calloop",
5625 "calloop-wayland-source",
5626 "cbindgen 0.28.0",
5627 "cocoa 0.26.0",
5628 "collections",
5629 "core-foundation 0.9.4",
5630 "core-foundation-sys",
5631 "core-graphics 0.23.2",
5632 "core-text",
5633 "cosmic-text",
5634 "ctor",
5635 "derive_more",
5636 "embed-resource",
5637 "env_logger 0.11.6",
5638 "etagere",
5639 "filedescriptor",
5640 "flume",
5641 "font-kit",
5642 "foreign-types 0.5.0",
5643 "futures 0.3.31",
5644 "gpui_macros",
5645 "http_client",
5646 "image",
5647 "inventory",
5648 "itertools 0.14.0",
5649 "log",
5650 "lyon",
5651 "media",
5652 "metal",
5653 "naga",
5654 "num_cpus",
5655 "objc",
5656 "objc2",
5657 "objc2-metal",
5658 "oo7",
5659 "open",
5660 "parking",
5661 "parking_lot",
5662 "pathfinder_geometry",
5663 "postage",
5664 "profiling",
5665 "rand 0.8.5",
5666 "raw-window-handle",
5667 "refineable",
5668 "reqwest_client",
5669 "resvg",
5670 "schemars",
5671 "seahash",
5672 "semantic_version",
5673 "serde",
5674 "serde_derive",
5675 "serde_json",
5676 "slotmap",
5677 "smallvec",
5678 "smol",
5679 "strum",
5680 "sum_tree",
5681 "taffy",
5682 "thiserror 1.0.69",
5683 "unicode-segmentation",
5684 "usvg",
5685 "util",
5686 "uuid",
5687 "waker-fn",
5688 "wayland-backend",
5689 "wayland-client",
5690 "wayland-cursor",
5691 "wayland-protocols",
5692 "wayland-protocols-plasma",
5693 "windows 0.60.0",
5694 "windows-core 0.60.1",
5695 "x11-clipboard",
5696 "x11rb",
5697 "xim",
5698 "xkbcommon",
5699]
5700
5701[[package]]
5702name = "gpui_macros"
5703version = "0.1.0"
5704dependencies = [
5705 "gpui",
5706 "proc-macro2",
5707 "quote",
5708 "syn 1.0.109",
5709]
5710
5711[[package]]
5712name = "gpui_tokio"
5713version = "0.1.0"
5714dependencies = [
5715 "gpui",
5716 "tokio",
5717 "util",
5718]
5719
5720[[package]]
5721name = "grid"
5722version = "0.13.0"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5725
5726[[package]]
5727name = "group"
5728version = "0.12.1"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5731dependencies = [
5732 "ff",
5733 "rand_core 0.6.4",
5734 "subtle",
5735]
5736
5737[[package]]
5738name = "h2"
5739version = "0.3.26"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5742dependencies = [
5743 "bytes 1.10.1",
5744 "fnv",
5745 "futures-core",
5746 "futures-sink",
5747 "futures-util",
5748 "http 0.2.12",
5749 "indexmap",
5750 "slab",
5751 "tokio",
5752 "tokio-util",
5753 "tracing",
5754]
5755
5756[[package]]
5757name = "h2"
5758version = "0.4.7"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5761dependencies = [
5762 "atomic-waker",
5763 "bytes 1.10.1",
5764 "fnv",
5765 "futures-core",
5766 "futures-sink",
5767 "http 1.2.0",
5768 "indexmap",
5769 "slab",
5770 "tokio",
5771 "tokio-util",
5772 "tracing",
5773]
5774
5775[[package]]
5776name = "half"
5777version = "2.4.1"
5778source = "registry+https://github.com/rust-lang/crates.io-index"
5779checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5780dependencies = [
5781 "cfg-if",
5782 "crunchy",
5783]
5784
5785[[package]]
5786name = "handlebars"
5787version = "4.5.0"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5790dependencies = [
5791 "log",
5792 "pest",
5793 "pest_derive",
5794 "serde",
5795 "serde_json",
5796 "thiserror 1.0.69",
5797]
5798
5799[[package]]
5800name = "handlebars"
5801version = "6.2.0"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5804dependencies = [
5805 "log",
5806 "num-order",
5807 "pest",
5808 "pest_derive",
5809 "serde",
5810 "serde_json",
5811 "thiserror 1.0.69",
5812]
5813
5814[[package]]
5815name = "hashbrown"
5816version = "0.12.3"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5819dependencies = [
5820 "ahash 0.7.8",
5821]
5822
5823[[package]]
5824name = "hashbrown"
5825version = "0.14.5"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5828dependencies = [
5829 "ahash 0.8.11",
5830 "allocator-api2",
5831]
5832
5833[[package]]
5834name = "hashbrown"
5835version = "0.15.2"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5838dependencies = [
5839 "allocator-api2",
5840 "equivalent",
5841 "foldhash",
5842 "serde",
5843]
5844
5845[[package]]
5846name = "hashlink"
5847version = "0.8.4"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5850dependencies = [
5851 "hashbrown 0.14.5",
5852]
5853
5854[[package]]
5855name = "hashlink"
5856version = "0.10.0"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5859dependencies = [
5860 "hashbrown 0.15.2",
5861]
5862
5863[[package]]
5864name = "headers"
5865version = "0.3.9"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5868dependencies = [
5869 "base64 0.21.7",
5870 "bytes 1.10.1",
5871 "headers-core",
5872 "http 0.2.12",
5873 "httpdate",
5874 "mime",
5875 "sha1",
5876]
5877
5878[[package]]
5879name = "headers-core"
5880version = "0.2.0"
5881source = "registry+https://github.com/rust-lang/crates.io-index"
5882checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5883dependencies = [
5884 "http 0.2.12",
5885]
5886
5887[[package]]
5888name = "heck"
5889version = "0.3.3"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5892dependencies = [
5893 "unicode-segmentation",
5894]
5895
5896[[package]]
5897name = "heck"
5898version = "0.4.1"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5901dependencies = [
5902 "unicode-segmentation",
5903]
5904
5905[[package]]
5906name = "heck"
5907version = "0.5.0"
5908source = "registry+https://github.com/rust-lang/crates.io-index"
5909checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5910
5911[[package]]
5912name = "heed"
5913version = "0.21.0"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5916dependencies = [
5917 "bitflags 2.8.0",
5918 "byteorder",
5919 "heed-traits",
5920 "heed-types",
5921 "libc",
5922 "lmdb-master-sys",
5923 "once_cell",
5924 "page_size",
5925 "serde",
5926 "synchronoise",
5927 "url",
5928]
5929
5930[[package]]
5931name = "heed-traits"
5932version = "0.20.0"
5933source = "registry+https://github.com/rust-lang/crates.io-index"
5934checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5935
5936[[package]]
5937name = "heed-types"
5938version = "0.21.0"
5939source = "registry+https://github.com/rust-lang/crates.io-index"
5940checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5941dependencies = [
5942 "bincode",
5943 "byteorder",
5944 "heed-traits",
5945 "serde",
5946 "serde_json",
5947]
5948
5949[[package]]
5950name = "hermit-abi"
5951version = "0.3.9"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5954
5955[[package]]
5956name = "hermit-abi"
5957version = "0.4.0"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5960
5961[[package]]
5962name = "hex"
5963version = "0.4.3"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5966
5967[[package]]
5968name = "hexf-parse"
5969version = "0.2.1"
5970source = "registry+https://github.com/rust-lang/crates.io-index"
5971checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5972
5973[[package]]
5974name = "hidden-trait"
5975version = "0.1.2"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5978dependencies = [
5979 "proc-macro2",
5980 "quote",
5981 "syn 1.0.109",
5982]
5983
5984[[package]]
5985name = "hkdf"
5986version = "0.12.4"
5987source = "registry+https://github.com/rust-lang/crates.io-index"
5988checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5989dependencies = [
5990 "hmac",
5991]
5992
5993[[package]]
5994name = "hmac"
5995version = "0.12.1"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5998dependencies = [
5999 "digest",
6000]
6001
6002[[package]]
6003name = "home"
6004version = "0.5.9"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6007dependencies = [
6008 "windows-sys 0.52.0",
6009]
6010
6011[[package]]
6012name = "hound"
6013version = "3.5.1"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6016
6017[[package]]
6018name = "html5ever"
6019version = "0.27.0"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6022dependencies = [
6023 "log",
6024 "mac",
6025 "markup5ever",
6026 "proc-macro2",
6027 "quote",
6028 "syn 2.0.90",
6029]
6030
6031[[package]]
6032name = "html_to_markdown"
6033version = "0.1.0"
6034dependencies = [
6035 "anyhow",
6036 "html5ever",
6037 "indoc",
6038 "markup5ever_rcdom",
6039 "pretty_assertions",
6040 "regex",
6041]
6042
6043[[package]]
6044name = "http"
6045version = "0.2.12"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6048dependencies = [
6049 "bytes 1.10.1",
6050 "fnv",
6051 "itoa",
6052]
6053
6054[[package]]
6055name = "http"
6056version = "1.2.0"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6059dependencies = [
6060 "bytes 1.10.1",
6061 "fnv",
6062 "itoa",
6063]
6064
6065[[package]]
6066name = "http-body"
6067version = "0.4.6"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6070dependencies = [
6071 "bytes 1.10.1",
6072 "http 0.2.12",
6073 "pin-project-lite",
6074]
6075
6076[[package]]
6077name = "http-body"
6078version = "1.0.1"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6081dependencies = [
6082 "bytes 1.10.1",
6083 "http 1.2.0",
6084]
6085
6086[[package]]
6087name = "http-body-util"
6088version = "0.1.2"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6091dependencies = [
6092 "bytes 1.10.1",
6093 "futures-util",
6094 "http 1.2.0",
6095 "http-body 1.0.1",
6096 "pin-project-lite",
6097]
6098
6099[[package]]
6100name = "http-range-header"
6101version = "0.3.1"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6104
6105[[package]]
6106name = "http-types"
6107version = "2.12.0"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6110dependencies = [
6111 "anyhow",
6112 "async-channel 1.9.0",
6113 "base64 0.13.1",
6114 "futures-lite 1.13.0",
6115 "http 0.2.12",
6116 "infer",
6117 "pin-project-lite",
6118 "rand 0.7.3",
6119 "serde",
6120 "serde_json",
6121 "serde_qs 0.8.5",
6122 "serde_urlencoded",
6123 "url",
6124]
6125
6126[[package]]
6127name = "http_client"
6128version = "0.1.0"
6129dependencies = [
6130 "anyhow",
6131 "bytes 1.10.1",
6132 "derive_more",
6133 "futures 0.3.31",
6134 "http 1.2.0",
6135 "log",
6136 "rustls 0.23.23",
6137 "rustls-platform-verifier",
6138 "serde",
6139 "serde_json",
6140 "url",
6141]
6142
6143[[package]]
6144name = "httparse"
6145version = "1.9.5"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6148
6149[[package]]
6150name = "httpdate"
6151version = "1.0.3"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6154
6155[[package]]
6156name = "human_bytes"
6157version = "0.4.3"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6160
6161[[package]]
6162name = "humantime"
6163version = "2.1.0"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6166
6167[[package]]
6168name = "hyper"
6169version = "0.14.32"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6172dependencies = [
6173 "bytes 1.10.1",
6174 "futures-channel",
6175 "futures-core",
6176 "futures-util",
6177 "h2 0.3.26",
6178 "http 0.2.12",
6179 "http-body 0.4.6",
6180 "httparse",
6181 "httpdate",
6182 "itoa",
6183 "pin-project-lite",
6184 "socket2",
6185 "tokio",
6186 "tower-service",
6187 "tracing",
6188 "want",
6189]
6190
6191[[package]]
6192name = "hyper"
6193version = "1.5.1"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6196dependencies = [
6197 "bytes 1.10.1",
6198 "futures-channel",
6199 "futures-util",
6200 "h2 0.4.7",
6201 "http 1.2.0",
6202 "http-body 1.0.1",
6203 "httparse",
6204 "itoa",
6205 "pin-project-lite",
6206 "smallvec",
6207 "tokio",
6208 "want",
6209]
6210
6211[[package]]
6212name = "hyper-rustls"
6213version = "0.24.2"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6216dependencies = [
6217 "futures-util",
6218 "http 0.2.12",
6219 "hyper 0.14.32",
6220 "log",
6221 "rustls 0.21.12",
6222 "rustls-native-certs 0.6.3",
6223 "tokio",
6224 "tokio-rustls 0.24.1",
6225]
6226
6227[[package]]
6228name = "hyper-rustls"
6229version = "0.27.3"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6232dependencies = [
6233 "futures-util",
6234 "http 1.2.0",
6235 "hyper 1.5.1",
6236 "hyper-util",
6237 "rustls 0.23.23",
6238 "rustls-native-certs 0.8.1",
6239 "rustls-pki-types",
6240 "tokio",
6241 "tokio-rustls 0.26.1",
6242 "tower-service",
6243]
6244
6245[[package]]
6246name = "hyper-tls"
6247version = "0.5.0"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6250dependencies = [
6251 "bytes 1.10.1",
6252 "hyper 0.14.32",
6253 "native-tls",
6254 "tokio",
6255 "tokio-native-tls",
6256]
6257
6258[[package]]
6259name = "hyper-util"
6260version = "0.1.10"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6263dependencies = [
6264 "bytes 1.10.1",
6265 "futures-channel",
6266 "futures-util",
6267 "http 1.2.0",
6268 "http-body 1.0.1",
6269 "hyper 1.5.1",
6270 "pin-project-lite",
6271 "socket2",
6272 "tokio",
6273 "tower-service",
6274 "tracing",
6275]
6276
6277[[package]]
6278name = "iana-time-zone"
6279version = "0.1.61"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6282dependencies = [
6283 "android_system_properties",
6284 "core-foundation-sys",
6285 "iana-time-zone-haiku",
6286 "js-sys",
6287 "wasm-bindgen",
6288 "windows-core 0.52.0",
6289]
6290
6291[[package]]
6292name = "iana-time-zone-haiku"
6293version = "0.1.2"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6296dependencies = [
6297 "cc",
6298]
6299
6300[[package]]
6301name = "icu_collections"
6302version = "1.5.0"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6305dependencies = [
6306 "displaydoc",
6307 "yoke",
6308 "zerofrom",
6309 "zerovec",
6310]
6311
6312[[package]]
6313name = "icu_locid"
6314version = "1.5.0"
6315source = "registry+https://github.com/rust-lang/crates.io-index"
6316checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6317dependencies = [
6318 "displaydoc",
6319 "litemap",
6320 "tinystr",
6321 "writeable",
6322 "zerovec",
6323]
6324
6325[[package]]
6326name = "icu_locid_transform"
6327version = "1.5.0"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6330dependencies = [
6331 "displaydoc",
6332 "icu_locid",
6333 "icu_locid_transform_data",
6334 "icu_provider",
6335 "tinystr",
6336 "zerovec",
6337]
6338
6339[[package]]
6340name = "icu_locid_transform_data"
6341version = "1.5.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6344
6345[[package]]
6346name = "icu_normalizer"
6347version = "1.5.0"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6350dependencies = [
6351 "displaydoc",
6352 "icu_collections",
6353 "icu_normalizer_data",
6354 "icu_properties",
6355 "icu_provider",
6356 "smallvec",
6357 "utf16_iter",
6358 "utf8_iter",
6359 "write16",
6360 "zerovec",
6361]
6362
6363[[package]]
6364name = "icu_normalizer_data"
6365version = "1.5.0"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6368
6369[[package]]
6370name = "icu_properties"
6371version = "1.5.1"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6374dependencies = [
6375 "displaydoc",
6376 "icu_collections",
6377 "icu_locid_transform",
6378 "icu_properties_data",
6379 "icu_provider",
6380 "tinystr",
6381 "zerovec",
6382]
6383
6384[[package]]
6385name = "icu_properties_data"
6386version = "1.5.0"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6389
6390[[package]]
6391name = "icu_provider"
6392version = "1.5.0"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6395dependencies = [
6396 "displaydoc",
6397 "icu_locid",
6398 "icu_provider_macros",
6399 "stable_deref_trait",
6400 "tinystr",
6401 "writeable",
6402 "yoke",
6403 "zerofrom",
6404 "zerovec",
6405]
6406
6407[[package]]
6408name = "icu_provider_macros"
6409version = "1.5.0"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6412dependencies = [
6413 "proc-macro2",
6414 "quote",
6415 "syn 2.0.90",
6416]
6417
6418[[package]]
6419name = "id-arena"
6420version = "2.2.1"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6423
6424[[package]]
6425name = "idna"
6426version = "1.0.3"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6429dependencies = [
6430 "idna_adapter",
6431 "smallvec",
6432 "utf8_iter",
6433]
6434
6435[[package]]
6436name = "idna_adapter"
6437version = "1.2.0"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6440dependencies = [
6441 "icu_normalizer",
6442 "icu_properties",
6443]
6444
6445[[package]]
6446name = "ignore"
6447version = "0.4.23"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6450dependencies = [
6451 "crossbeam-deque",
6452 "globset",
6453 "log",
6454 "memchr",
6455 "regex-automata 0.4.9",
6456 "same-file",
6457 "walkdir",
6458 "winapi-util",
6459]
6460
6461[[package]]
6462name = "image"
6463version = "0.25.5"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6466dependencies = [
6467 "bytemuck",
6468 "byteorder-lite",
6469 "color_quant",
6470 "exr",
6471 "gif",
6472 "image-webp",
6473 "num-traits",
6474 "png",
6475 "qoi",
6476 "ravif",
6477 "rayon",
6478 "rgb",
6479 "tiff",
6480 "zune-core",
6481 "zune-jpeg",
6482]
6483
6484[[package]]
6485name = "image-webp"
6486version = "0.2.0"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6489dependencies = [
6490 "byteorder-lite",
6491 "quick-error",
6492]
6493
6494[[package]]
6495name = "image_viewer"
6496version = "0.1.0"
6497dependencies = [
6498 "anyhow",
6499 "db",
6500 "editor",
6501 "file_icons",
6502 "gpui",
6503 "project",
6504 "schemars",
6505 "serde",
6506 "settings",
6507 "theme",
6508 "ui",
6509 "util",
6510 "workspace",
6511]
6512
6513[[package]]
6514name = "imagesize"
6515version = "0.13.0"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6518
6519[[package]]
6520name = "imara-diff"
6521version = "0.1.8"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6524dependencies = [
6525 "hashbrown 0.15.2",
6526]
6527
6528[[package]]
6529name = "imgref"
6530version = "1.11.0"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6533
6534[[package]]
6535name = "indexed_docs"
6536version = "0.1.0"
6537dependencies = [
6538 "anyhow",
6539 "async-trait",
6540 "cargo_metadata",
6541 "collections",
6542 "derive_more",
6543 "extension",
6544 "fs",
6545 "futures 0.3.31",
6546 "fuzzy",
6547 "gpui",
6548 "heed",
6549 "html_to_markdown",
6550 "http_client",
6551 "indexmap",
6552 "indoc",
6553 "parking_lot",
6554 "paths",
6555 "pretty_assertions",
6556 "serde",
6557 "strum",
6558 "util",
6559]
6560
6561[[package]]
6562name = "indexmap"
6563version = "2.7.1"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6566dependencies = [
6567 "equivalent",
6568 "hashbrown 0.15.2",
6569 "serde",
6570]
6571
6572[[package]]
6573name = "indoc"
6574version = "2.0.6"
6575source = "registry+https://github.com/rust-lang/crates.io-index"
6576checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6577
6578[[package]]
6579name = "infer"
6580version = "0.2.3"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6583
6584[[package]]
6585name = "inherent"
6586version = "1.0.11"
6587source = "registry+https://github.com/rust-lang/crates.io-index"
6588checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6589dependencies = [
6590 "proc-macro2",
6591 "quote",
6592 "syn 2.0.90",
6593]
6594
6595[[package]]
6596name = "inline_completion"
6597version = "0.1.0"
6598dependencies = [
6599 "gpui",
6600 "language",
6601 "project",
6602]
6603
6604[[package]]
6605name = "inline_completion_button"
6606version = "0.1.0"
6607dependencies = [
6608 "anyhow",
6609 "client",
6610 "copilot",
6611 "editor",
6612 "feature_flags",
6613 "fs",
6614 "futures 0.3.31",
6615 "gpui",
6616 "indoc",
6617 "inline_completion",
6618 "language",
6619 "lsp",
6620 "paths",
6621 "project",
6622 "regex",
6623 "serde_json",
6624 "settings",
6625 "supermaven",
6626 "telemetry",
6627 "theme",
6628 "ui",
6629 "workspace",
6630 "zed_actions",
6631 "zeta",
6632]
6633
6634[[package]]
6635name = "inotify"
6636version = "0.9.6"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6639dependencies = [
6640 "bitflags 1.3.2",
6641 "inotify-sys",
6642 "libc",
6643]
6644
6645[[package]]
6646name = "inotify"
6647version = "0.11.0"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6650dependencies = [
6651 "bitflags 2.8.0",
6652 "inotify-sys",
6653 "libc",
6654]
6655
6656[[package]]
6657name = "inotify-sys"
6658version = "0.1.5"
6659source = "registry+https://github.com/rust-lang/crates.io-index"
6660checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6661dependencies = [
6662 "libc",
6663]
6664
6665[[package]]
6666name = "inout"
6667version = "0.1.3"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6670dependencies = [
6671 "block-padding",
6672 "generic-array",
6673]
6674
6675[[package]]
6676name = "install_cli"
6677version = "0.1.0"
6678dependencies = [
6679 "anyhow",
6680 "gpui",
6681 "smol",
6682 "util",
6683]
6684
6685[[package]]
6686name = "instant"
6687version = "0.1.13"
6688source = "registry+https://github.com/rust-lang/crates.io-index"
6689checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6690dependencies = [
6691 "cfg-if",
6692]
6693
6694[[package]]
6695name = "interpolate_name"
6696version = "0.2.4"
6697source = "registry+https://github.com/rust-lang/crates.io-index"
6698checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6699dependencies = [
6700 "proc-macro2",
6701 "quote",
6702 "syn 2.0.90",
6703]
6704
6705[[package]]
6706name = "inventory"
6707version = "0.3.20"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6710dependencies = [
6711 "rustversion",
6712]
6713
6714[[package]]
6715name = "io-extras"
6716version = "0.18.4"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6719dependencies = [
6720 "io-lifetimes",
6721 "windows-sys 0.59.0",
6722]
6723
6724[[package]]
6725name = "io-lifetimes"
6726version = "2.0.4"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6729
6730[[package]]
6731name = "iovec"
6732version = "0.1.4"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6735dependencies = [
6736 "libc",
6737]
6738
6739[[package]]
6740name = "ipc-channel"
6741version = "0.19.0"
6742source = "registry+https://github.com/rust-lang/crates.io-index"
6743checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6744dependencies = [
6745 "bincode",
6746 "crossbeam-channel",
6747 "fnv",
6748 "lazy_static",
6749 "libc",
6750 "mio 1.0.3",
6751 "rand 0.8.5",
6752 "serde",
6753 "tempfile",
6754 "uuid",
6755 "windows 0.58.0",
6756]
6757
6758[[package]]
6759name = "ipnet"
6760version = "2.10.1"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6763
6764[[package]]
6765name = "is-docker"
6766version = "0.2.0"
6767source = "registry+https://github.com/rust-lang/crates.io-index"
6768checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6769dependencies = [
6770 "once_cell",
6771]
6772
6773[[package]]
6774name = "is-terminal"
6775version = "0.4.13"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6778dependencies = [
6779 "hermit-abi 0.4.0",
6780 "libc",
6781 "windows-sys 0.52.0",
6782]
6783
6784[[package]]
6785name = "is-wsl"
6786version = "0.4.0"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6789dependencies = [
6790 "is-docker",
6791 "once_cell",
6792]
6793
6794[[package]]
6795name = "is_terminal_polyfill"
6796version = "1.70.1"
6797source = "registry+https://github.com/rust-lang/crates.io-index"
6798checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6799
6800[[package]]
6801name = "itertools"
6802version = "0.10.5"
6803source = "registry+https://github.com/rust-lang/crates.io-index"
6804checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6805dependencies = [
6806 "either",
6807]
6808
6809[[package]]
6810name = "itertools"
6811version = "0.11.0"
6812source = "registry+https://github.com/rust-lang/crates.io-index"
6813checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6814dependencies = [
6815 "either",
6816]
6817
6818[[package]]
6819name = "itertools"
6820version = "0.12.1"
6821source = "registry+https://github.com/rust-lang/crates.io-index"
6822checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6823dependencies = [
6824 "either",
6825]
6826
6827[[package]]
6828name = "itertools"
6829version = "0.14.0"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6832dependencies = [
6833 "either",
6834]
6835
6836[[package]]
6837name = "itoa"
6838version = "1.0.14"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6841
6842[[package]]
6843name = "jni"
6844version = "0.21.1"
6845source = "registry+https://github.com/rust-lang/crates.io-index"
6846checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6847dependencies = [
6848 "cesu8",
6849 "cfg-if",
6850 "combine",
6851 "jni-sys",
6852 "log",
6853 "thiserror 1.0.69",
6854 "walkdir",
6855 "windows-sys 0.45.0",
6856]
6857
6858[[package]]
6859name = "jni-sys"
6860version = "0.3.0"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6863
6864[[package]]
6865name = "jobserver"
6866version = "0.1.32"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6869dependencies = [
6870 "libc",
6871]
6872
6873[[package]]
6874name = "journal"
6875version = "0.1.0"
6876dependencies = [
6877 "anyhow",
6878 "chrono",
6879 "editor",
6880 "gpui",
6881 "log",
6882 "schemars",
6883 "serde",
6884 "settings",
6885 "shellexpand 2.1.2",
6886 "workspace",
6887]
6888
6889[[package]]
6890name = "jpeg-decoder"
6891version = "0.3.1"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6894
6895[[package]]
6896name = "js-sys"
6897version = "0.3.76"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6900dependencies = [
6901 "once_cell",
6902 "wasm-bindgen",
6903]
6904
6905[[package]]
6906name = "jsonwebtoken"
6907version = "9.3.1"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6910dependencies = [
6911 "base64 0.22.1",
6912 "js-sys",
6913 "pem",
6914 "ring",
6915 "serde",
6916 "serde_json",
6917 "simple_asn1",
6918]
6919
6920[[package]]
6921name = "jupyter-protocol"
6922version = "0.6.0"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6925dependencies = [
6926 "anyhow",
6927 "async-trait",
6928 "bytes 1.10.1",
6929 "chrono",
6930 "futures 0.3.31",
6931 "serde",
6932 "serde_json",
6933 "uuid",
6934]
6935
6936[[package]]
6937name = "jupyter-websocket-client"
6938version = "0.9.0"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6941dependencies = [
6942 "anyhow",
6943 "async-trait",
6944 "async-tungstenite",
6945 "futures 0.3.31",
6946 "jupyter-protocol",
6947 "serde",
6948 "serde_json",
6949 "url",
6950 "uuid",
6951]
6952
6953[[package]]
6954name = "khronos-egl"
6955version = "6.0.0"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6958dependencies = [
6959 "libc",
6960 "libloading",
6961]
6962
6963[[package]]
6964name = "kqueue"
6965version = "1.0.8"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6968dependencies = [
6969 "kqueue-sys",
6970 "libc",
6971]
6972
6973[[package]]
6974name = "kqueue-sys"
6975version = "1.0.4"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6978dependencies = [
6979 "bitflags 1.3.2",
6980 "libc",
6981]
6982
6983[[package]]
6984name = "kurbo"
6985version = "0.11.1"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6988dependencies = [
6989 "arrayvec",
6990 "smallvec",
6991]
6992
6993[[package]]
6994name = "kv-log-macro"
6995version = "1.0.7"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6998dependencies = [
6999 "log",
7000]
7001
7002[[package]]
7003name = "language"
7004version = "0.1.0"
7005dependencies = [
7006 "anyhow",
7007 "async-trait",
7008 "async-watch",
7009 "clock",
7010 "collections",
7011 "ctor",
7012 "ec4rs",
7013 "env_logger 0.11.6",
7014 "fs",
7015 "futures 0.3.31",
7016 "fuzzy",
7017 "globset",
7018 "gpui",
7019 "http_client",
7020 "imara-diff",
7021 "indoc",
7022 "itertools 0.14.0",
7023 "log",
7024 "lsp",
7025 "parking_lot",
7026 "postage",
7027 "pretty_assertions",
7028 "rand 0.8.5",
7029 "regex",
7030 "rpc",
7031 "schemars",
7032 "serde",
7033 "serde_json",
7034 "settings",
7035 "smallvec",
7036 "smol",
7037 "streaming-iterator",
7038 "strsim",
7039 "sum_tree",
7040 "task",
7041 "text",
7042 "theme",
7043 "tree-sitter",
7044 "tree-sitter-elixir",
7045 "tree-sitter-embedded-template",
7046 "tree-sitter-heex",
7047 "tree-sitter-html",
7048 "tree-sitter-json",
7049 "tree-sitter-md",
7050 "tree-sitter-ruby",
7051 "tree-sitter-rust",
7052 "tree-sitter-typescript",
7053 "unicase",
7054 "unindent",
7055 "util",
7056]
7057
7058[[package]]
7059name = "language_extension"
7060version = "0.1.0"
7061dependencies = [
7062 "anyhow",
7063 "async-trait",
7064 "collections",
7065 "extension",
7066 "fs",
7067 "futures 0.3.31",
7068 "gpui",
7069 "language",
7070 "lsp",
7071 "serde",
7072 "serde_json",
7073 "util",
7074]
7075
7076[[package]]
7077name = "language_model"
7078version = "0.1.0"
7079dependencies = [
7080 "anthropic",
7081 "anyhow",
7082 "base64 0.22.1",
7083 "client",
7084 "collections",
7085 "futures 0.3.31",
7086 "google_ai",
7087 "gpui",
7088 "http_client",
7089 "image",
7090 "log",
7091 "open_ai",
7092 "parking_lot",
7093 "proto",
7094 "schemars",
7095 "serde",
7096 "serde_json",
7097 "smol",
7098 "strum",
7099 "telemetry_events",
7100 "thiserror 1.0.69",
7101 "ui",
7102 "util",
7103]
7104
7105[[package]]
7106name = "language_model_selector"
7107version = "0.1.0"
7108dependencies = [
7109 "feature_flags",
7110 "gpui",
7111 "language_model",
7112 "log",
7113 "picker",
7114 "proto",
7115 "ui",
7116 "workspace",
7117 "zed_actions",
7118]
7119
7120[[package]]
7121name = "language_models"
7122version = "0.1.0"
7123dependencies = [
7124 "anthropic",
7125 "anyhow",
7126 "aws-config",
7127 "aws-credential-types",
7128 "aws_http_client",
7129 "bedrock",
7130 "client",
7131 "collections",
7132 "copilot",
7133 "credentials_provider",
7134 "deepseek",
7135 "editor",
7136 "feature_flags",
7137 "fs",
7138 "futures 0.3.31",
7139 "google_ai",
7140 "gpui",
7141 "gpui_tokio",
7142 "http_client",
7143 "language_model",
7144 "lmstudio",
7145 "menu",
7146 "mistral",
7147 "ollama",
7148 "open_ai",
7149 "project",
7150 "proto",
7151 "schemars",
7152 "serde",
7153 "serde_json",
7154 "settings",
7155 "smol",
7156 "strum",
7157 "theme",
7158 "tiktoken-rs",
7159 "tokio",
7160 "ui",
7161 "util",
7162]
7163
7164[[package]]
7165name = "language_selector"
7166version = "0.1.0"
7167dependencies = [
7168 "anyhow",
7169 "editor",
7170 "file_finder",
7171 "file_icons",
7172 "fuzzy",
7173 "gpui",
7174 "language",
7175 "picker",
7176 "project",
7177 "settings",
7178 "ui",
7179 "util",
7180 "workspace",
7181]
7182
7183[[package]]
7184name = "language_tools"
7185version = "0.1.0"
7186dependencies = [
7187 "anyhow",
7188 "client",
7189 "collections",
7190 "copilot",
7191 "editor",
7192 "env_logger 0.11.6",
7193 "futures 0.3.31",
7194 "gpui",
7195 "itertools 0.14.0",
7196 "language",
7197 "lsp",
7198 "project",
7199 "release_channel",
7200 "serde_json",
7201 "settings",
7202 "theme",
7203 "tree-sitter",
7204 "ui",
7205 "util",
7206 "workspace",
7207 "zed_actions",
7208]
7209
7210[[package]]
7211name = "languages"
7212version = "0.1.0"
7213dependencies = [
7214 "anyhow",
7215 "async-compression",
7216 "async-tar",
7217 "async-trait",
7218 "collections",
7219 "futures 0.3.31",
7220 "gpui",
7221 "http_client",
7222 "language",
7223 "log",
7224 "lsp",
7225 "node_runtime",
7226 "paths",
7227 "pet",
7228 "pet-conda",
7229 "pet-core",
7230 "pet-fs",
7231 "pet-poetry",
7232 "pet-reporter",
7233 "pretty_assertions",
7234 "project",
7235 "regex",
7236 "rope",
7237 "rust-embed",
7238 "serde",
7239 "serde_json",
7240 "settings",
7241 "smol",
7242 "snippet_provider",
7243 "task",
7244 "text",
7245 "theme",
7246 "toml 0.8.20",
7247 "tree-sitter",
7248 "tree-sitter-bash",
7249 "tree-sitter-c",
7250 "tree-sitter-cpp",
7251 "tree-sitter-css",
7252 "tree-sitter-diff",
7253 "tree-sitter-gitcommit",
7254 "tree-sitter-go",
7255 "tree-sitter-gomod",
7256 "tree-sitter-gowork",
7257 "tree-sitter-jsdoc",
7258 "tree-sitter-json",
7259 "tree-sitter-md",
7260 "tree-sitter-python",
7261 "tree-sitter-regex",
7262 "tree-sitter-rust",
7263 "tree-sitter-typescript",
7264 "tree-sitter-yaml",
7265 "unindent",
7266 "util",
7267 "workspace",
7268]
7269
7270[[package]]
7271name = "lazy_static"
7272version = "1.5.0"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7275dependencies = [
7276 "spin",
7277]
7278
7279[[package]]
7280name = "lazycell"
7281version = "1.3.0"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7284
7285[[package]]
7286name = "leb128"
7287version = "0.2.5"
7288source = "registry+https://github.com/rust-lang/crates.io-index"
7289checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7290
7291[[package]]
7292name = "lebe"
7293version = "0.5.2"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7296
7297[[package]]
7298name = "libc"
7299version = "0.2.170"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7302
7303[[package]]
7304name = "libdbus-sys"
7305version = "0.2.5"
7306source = "registry+https://github.com/rust-lang/crates.io-index"
7307checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7308dependencies = [
7309 "cc",
7310 "pkg-config",
7311]
7312
7313[[package]]
7314name = "libfuzzer-sys"
7315version = "0.4.8"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7318dependencies = [
7319 "arbitrary",
7320 "cc",
7321]
7322
7323[[package]]
7324name = "libgit2-sys"
7325version = "0.18.0+1.9.0"
7326source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7327dependencies = [
7328 "cc",
7329 "libc",
7330 "libz-sys",
7331 "pkg-config",
7332]
7333
7334[[package]]
7335name = "libloading"
7336version = "0.8.6"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7339dependencies = [
7340 "cfg-if",
7341 "windows-targets 0.48.5",
7342]
7343
7344[[package]]
7345name = "libm"
7346version = "0.2.11"
7347source = "registry+https://github.com/rust-lang/crates.io-index"
7348checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7349
7350[[package]]
7351name = "libmimalloc-sys"
7352version = "0.1.39"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7355dependencies = [
7356 "cc",
7357 "libc",
7358]
7359
7360[[package]]
7361name = "libredox"
7362version = "0.1.3"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7365dependencies = [
7366 "bitflags 2.8.0",
7367 "libc",
7368 "redox_syscall 0.5.8",
7369]
7370
7371[[package]]
7372name = "libsqlite3-sys"
7373version = "0.30.1"
7374source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7376dependencies = [
7377 "cc",
7378 "pkg-config",
7379 "vcpkg",
7380]
7381
7382[[package]]
7383name = "libwebrtc"
7384version = "0.3.7"
7385source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7386dependencies = [
7387 "cxx",
7388 "jni",
7389 "js-sys",
7390 "lazy_static",
7391 "livekit-protocol",
7392 "livekit-runtime",
7393 "log",
7394 "parking_lot",
7395 "serde",
7396 "serde_json",
7397 "thiserror 1.0.69",
7398 "tokio",
7399 "wasm-bindgen",
7400 "wasm-bindgen-futures",
7401 "web-sys",
7402 "webrtc-sys",
7403]
7404
7405[[package]]
7406name = "libz-sys"
7407version = "1.1.20"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7410dependencies = [
7411 "cc",
7412 "libc",
7413 "pkg-config",
7414 "vcpkg",
7415]
7416
7417[[package]]
7418name = "link-cplusplus"
7419version = "1.0.9"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7422dependencies = [
7423 "cc",
7424]
7425
7426[[package]]
7427name = "linkify"
7428version = "0.10.0"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7431dependencies = [
7432 "memchr",
7433]
7434
7435[[package]]
7436name = "linkme"
7437version = "0.3.32"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7440dependencies = [
7441 "linkme-impl",
7442]
7443
7444[[package]]
7445name = "linkme-impl"
7446version = "0.3.32"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7449dependencies = [
7450 "proc-macro2",
7451 "quote",
7452 "syn 2.0.90",
7453]
7454
7455[[package]]
7456name = "linux-raw-sys"
7457version = "0.4.14"
7458source = "registry+https://github.com/rust-lang/crates.io-index"
7459checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7460
7461[[package]]
7462name = "litemap"
7463version = "0.7.4"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7466
7467[[package]]
7468name = "livekit"
7469version = "0.7.0"
7470source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7471dependencies = [
7472 "chrono",
7473 "futures-util",
7474 "lazy_static",
7475 "libwebrtc",
7476 "livekit-api",
7477 "livekit-protocol",
7478 "livekit-runtime",
7479 "log",
7480 "parking_lot",
7481 "prost 0.12.6",
7482 "semver",
7483 "serde",
7484 "serde_json",
7485 "thiserror 1.0.69",
7486 "tokio",
7487]
7488
7489[[package]]
7490name = "livekit-api"
7491version = "0.4.1"
7492source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7493dependencies = [
7494 "async-tungstenite",
7495 "futures-util",
7496 "http 0.2.12",
7497 "jsonwebtoken",
7498 "livekit-protocol",
7499 "livekit-runtime",
7500 "log",
7501 "parking_lot",
7502 "prost 0.12.6",
7503 "reqwest 0.11.27",
7504 "scopeguard",
7505 "serde",
7506 "serde_json",
7507 "sha2",
7508 "thiserror 1.0.69",
7509 "tokio",
7510 "tokio-tungstenite 0.20.1",
7511 "url",
7512]
7513
7514[[package]]
7515name = "livekit-protocol"
7516version = "0.3.6"
7517source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7518dependencies = [
7519 "futures-util",
7520 "livekit-runtime",
7521 "parking_lot",
7522 "pbjson",
7523 "pbjson-types",
7524 "prost 0.12.6",
7525 "prost-types 0.12.6",
7526 "serde",
7527 "thiserror 1.0.69",
7528 "tokio",
7529]
7530
7531[[package]]
7532name = "livekit-runtime"
7533version = "0.3.1"
7534source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7535dependencies = [
7536 "async-io",
7537 "async-std",
7538 "async-task",
7539 "futures 0.3.31",
7540]
7541
7542[[package]]
7543name = "livekit_api"
7544version = "0.1.0"
7545dependencies = [
7546 "anyhow",
7547 "async-trait",
7548 "jsonwebtoken",
7549 "log",
7550 "prost 0.9.0",
7551 "prost-build 0.9.0",
7552 "prost-types 0.9.0",
7553 "reqwest 0.12.8",
7554 "serde",
7555]
7556
7557[[package]]
7558name = "livekit_client"
7559version = "0.1.0"
7560dependencies = [
7561 "anyhow",
7562 "async-trait",
7563 "collections",
7564 "core-foundation 0.9.4",
7565 "coreaudio-rs 0.12.1",
7566 "cpal",
7567 "futures 0.3.31",
7568 "gpui",
7569 "http 0.2.12",
7570 "http_client",
7571 "image",
7572 "livekit",
7573 "livekit_api",
7574 "log",
7575 "media",
7576 "nanoid",
7577 "parking_lot",
7578 "postage",
7579 "serde",
7580 "serde_json",
7581 "sha2",
7582 "simplelog",
7583 "smallvec",
7584 "util",
7585]
7586
7587[[package]]
7588name = "livekit_client_macos"
7589version = "0.1.0"
7590dependencies = [
7591 "anyhow",
7592 "async-broadcast",
7593 "async-trait",
7594 "collections",
7595 "core-foundation 0.9.4",
7596 "futures 0.3.31",
7597 "gpui",
7598 "livekit_api",
7599 "log",
7600 "media",
7601 "nanoid",
7602 "parking_lot",
7603 "postage",
7604 "serde",
7605 "serde_json",
7606 "sha2",
7607 "simplelog",
7608]
7609
7610[[package]]
7611name = "lmdb-master-sys"
7612version = "0.2.4"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7615dependencies = [
7616 "cc",
7617 "doxygen-rs",
7618 "libc",
7619]
7620
7621[[package]]
7622name = "lmstudio"
7623version = "0.1.0"
7624dependencies = [
7625 "anyhow",
7626 "futures 0.3.31",
7627 "http_client",
7628 "schemars",
7629 "serde",
7630 "serde_json",
7631]
7632
7633[[package]]
7634name = "lock_api"
7635version = "0.4.12"
7636source = "registry+https://github.com/rust-lang/crates.io-index"
7637checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7638dependencies = [
7639 "autocfg",
7640 "scopeguard",
7641]
7642
7643[[package]]
7644name = "log"
7645version = "0.4.26"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7648dependencies = [
7649 "serde",
7650 "value-bag",
7651]
7652
7653[[package]]
7654name = "loop9"
7655version = "0.1.5"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7658dependencies = [
7659 "imgref",
7660]
7661
7662[[package]]
7663name = "lru"
7664version = "0.12.5"
7665source = "registry+https://github.com/rust-lang/crates.io-index"
7666checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7667dependencies = [
7668 "hashbrown 0.15.2",
7669]
7670
7671[[package]]
7672name = "lsp"
7673version = "0.1.0"
7674dependencies = [
7675 "anyhow",
7676 "async-pipe",
7677 "collections",
7678 "ctor",
7679 "env_logger 0.11.6",
7680 "futures 0.3.31",
7681 "gpui",
7682 "log",
7683 "lsp-types",
7684 "parking_lot",
7685 "postage",
7686 "release_channel",
7687 "schemars",
7688 "serde",
7689 "serde_json",
7690 "smol",
7691 "util",
7692]
7693
7694[[package]]
7695name = "lsp-types"
7696version = "0.95.1"
7697source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7698dependencies = [
7699 "bitflags 1.3.2",
7700 "serde",
7701 "serde_json",
7702 "serde_repr",
7703 "url",
7704]
7705
7706[[package]]
7707name = "lua-src"
7708version = "547.0.0"
7709source = "registry+https://github.com/rust-lang/crates.io-index"
7710checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7711dependencies = [
7712 "cc",
7713]
7714
7715[[package]]
7716name = "luajit-src"
7717version = "210.5.12+a4f56a4"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7720dependencies = [
7721 "cc",
7722 "which 7.0.2",
7723]
7724
7725[[package]]
7726name = "lyon"
7727version = "1.0.1"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7730dependencies = [
7731 "lyon_algorithms",
7732 "lyon_extra",
7733 "lyon_tessellation",
7734]
7735
7736[[package]]
7737name = "lyon_algorithms"
7738version = "1.0.5"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7741dependencies = [
7742 "lyon_path",
7743 "num-traits",
7744]
7745
7746[[package]]
7747name = "lyon_extra"
7748version = "1.0.3"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7751dependencies = [
7752 "lyon_path",
7753 "thiserror 1.0.69",
7754]
7755
7756[[package]]
7757name = "lyon_geom"
7758version = "1.0.6"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7761dependencies = [
7762 "arrayvec",
7763 "euclid",
7764 "num-traits",
7765]
7766
7767[[package]]
7768name = "lyon_path"
7769version = "1.0.6"
7770source = "registry+https://github.com/rust-lang/crates.io-index"
7771checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7772dependencies = [
7773 "lyon_geom",
7774 "num-traits",
7775]
7776
7777[[package]]
7778name = "lyon_tessellation"
7779version = "1.0.15"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7782dependencies = [
7783 "float_next_after",
7784 "lyon_path",
7785 "num-traits",
7786]
7787
7788[[package]]
7789name = "mac"
7790version = "0.1.1"
7791source = "registry+https://github.com/rust-lang/crates.io-index"
7792checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7793
7794[[package]]
7795name = "mach2"
7796version = "0.4.2"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7799dependencies = [
7800 "libc",
7801]
7802
7803[[package]]
7804name = "malloc_buf"
7805version = "0.0.6"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7808dependencies = [
7809 "libc",
7810]
7811
7812[[package]]
7813name = "maplit"
7814version = "1.0.2"
7815source = "registry+https://github.com/rust-lang/crates.io-index"
7816checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7817
7818[[package]]
7819name = "markdown"
7820version = "0.1.0"
7821dependencies = [
7822 "anyhow",
7823 "assets",
7824 "env_logger 0.11.6",
7825 "gpui",
7826 "language",
7827 "languages",
7828 "linkify",
7829 "log",
7830 "node_runtime",
7831 "pulldown-cmark 0.12.2",
7832 "settings",
7833 "theme",
7834 "ui",
7835 "util",
7836]
7837
7838[[package]]
7839name = "markdown_preview"
7840version = "0.1.0"
7841dependencies = [
7842 "anyhow",
7843 "async-recursion 1.1.1",
7844 "collections",
7845 "editor",
7846 "gpui",
7847 "language",
7848 "linkify",
7849 "log",
7850 "pretty_assertions",
7851 "pulldown-cmark 0.12.2",
7852 "settings",
7853 "theme",
7854 "ui",
7855 "util",
7856 "workspace",
7857]
7858
7859[[package]]
7860name = "markup5ever"
7861version = "0.12.1"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7864dependencies = [
7865 "log",
7866 "phf",
7867 "phf_codegen",
7868 "string_cache",
7869 "string_cache_codegen",
7870 "tendril",
7871]
7872
7873[[package]]
7874name = "markup5ever_rcdom"
7875version = "0.3.0"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7878dependencies = [
7879 "html5ever",
7880 "markup5ever",
7881 "tendril",
7882 "xml5ever",
7883]
7884
7885[[package]]
7886name = "matchers"
7887version = "0.1.0"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7890dependencies = [
7891 "regex-automata 0.1.10",
7892]
7893
7894[[package]]
7895name = "matchit"
7896version = "0.7.3"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7899
7900[[package]]
7901name = "maybe-owned"
7902version = "0.3.4"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7905
7906[[package]]
7907name = "maybe-rayon"
7908version = "0.1.1"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7911dependencies = [
7912 "cfg-if",
7913 "rayon",
7914]
7915
7916[[package]]
7917name = "md-5"
7918version = "0.10.6"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7921dependencies = [
7922 "cfg-if",
7923 "digest",
7924]
7925
7926[[package]]
7927name = "mdbook"
7928version = "0.4.45"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
7931dependencies = [
7932 "ammonia",
7933 "anyhow",
7934 "chrono",
7935 "clap",
7936 "clap_complete",
7937 "elasticlunr-rs",
7938 "env_logger 0.11.6",
7939 "futures-util",
7940 "handlebars 6.2.0",
7941 "ignore",
7942 "log",
7943 "memchr",
7944 "notify 8.0.0",
7945 "notify-debouncer-mini",
7946 "once_cell",
7947 "opener",
7948 "pathdiff",
7949 "pulldown-cmark 0.10.3",
7950 "regex",
7951 "serde",
7952 "serde_json",
7953 "shlex",
7954 "tempfile",
7955 "tokio",
7956 "toml 0.5.11",
7957 "topological-sort",
7958 "walkdir",
7959 "warp",
7960]
7961
7962[[package]]
7963name = "media"
7964version = "0.1.0"
7965dependencies = [
7966 "anyhow",
7967 "bindgen 0.70.1",
7968 "core-foundation 0.9.4",
7969 "ctor",
7970 "foreign-types 0.5.0",
7971 "metal",
7972 "objc",
7973]
7974
7975[[package]]
7976name = "memchr"
7977version = "2.7.4"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7980
7981[[package]]
7982name = "memfd"
7983version = "0.6.4"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7986dependencies = [
7987 "rustix",
7988]
7989
7990[[package]]
7991name = "memmap2"
7992version = "0.9.5"
7993source = "registry+https://github.com/rust-lang/crates.io-index"
7994checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7995dependencies = [
7996 "libc",
7997]
7998
7999[[package]]
8000name = "memoffset"
8001version = "0.9.1"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8004dependencies = [
8005 "autocfg",
8006]
8007
8008[[package]]
8009name = "menu"
8010version = "0.1.0"
8011dependencies = [
8012 "gpui",
8013 "serde",
8014]
8015
8016[[package]]
8017name = "metal"
8018version = "0.31.0"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8021dependencies = [
8022 "bitflags 2.8.0",
8023 "block",
8024 "core-graphics-types 0.1.3",
8025 "foreign-types 0.5.0",
8026 "log",
8027 "objc",
8028 "paste",
8029]
8030
8031[[package]]
8032name = "migrator"
8033version = "0.1.0"
8034dependencies = [
8035 "anyhow",
8036 "collections",
8037 "convert_case 0.8.0",
8038 "log",
8039 "pretty_assertions",
8040 "streaming-iterator",
8041 "tree-sitter",
8042 "tree-sitter-json",
8043]
8044
8045[[package]]
8046name = "mimalloc"
8047version = "0.1.43"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8050dependencies = [
8051 "libmimalloc-sys",
8052]
8053
8054[[package]]
8055name = "mime"
8056version = "0.3.17"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8059
8060[[package]]
8061name = "mime_guess"
8062version = "2.0.5"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8065dependencies = [
8066 "mime",
8067 "unicase",
8068]
8069
8070[[package]]
8071name = "minimal-lexical"
8072version = "0.2.1"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8075
8076[[package]]
8077name = "miniz_oxide"
8078version = "0.8.0"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8081dependencies = [
8082 "adler2",
8083 "simd-adler32",
8084]
8085
8086[[package]]
8087name = "mint"
8088version = "0.5.9"
8089source = "registry+https://github.com/rust-lang/crates.io-index"
8090checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8091
8092[[package]]
8093name = "mio"
8094version = "0.8.11"
8095source = "registry+https://github.com/rust-lang/crates.io-index"
8096checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8097dependencies = [
8098 "libc",
8099 "log",
8100 "wasi 0.11.0+wasi-snapshot-preview1",
8101 "windows-sys 0.48.0",
8102]
8103
8104[[package]]
8105name = "mio"
8106version = "1.0.3"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8109dependencies = [
8110 "libc",
8111 "log",
8112 "wasi 0.11.0+wasi-snapshot-preview1",
8113 "windows-sys 0.52.0",
8114]
8115
8116[[package]]
8117name = "miow"
8118version = "0.6.0"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8121dependencies = [
8122 "windows-sys 0.48.0",
8123]
8124
8125[[package]]
8126name = "mistral"
8127version = "0.1.0"
8128dependencies = [
8129 "anyhow",
8130 "futures 0.3.31",
8131 "http_client",
8132 "schemars",
8133 "serde",
8134 "serde_json",
8135 "strum",
8136]
8137
8138[[package]]
8139name = "mlua"
8140version = "0.10.3"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8143dependencies = [
8144 "bstr",
8145 "either",
8146 "futures-util",
8147 "mlua-sys",
8148 "num-traits",
8149 "parking_lot",
8150 "rustc-hash 2.1.1",
8151]
8152
8153[[package]]
8154name = "mlua-sys"
8155version = "0.6.7"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8158dependencies = [
8159 "cc",
8160 "cfg-if",
8161 "lua-src",
8162 "luajit-src",
8163 "pkg-config",
8164]
8165
8166[[package]]
8167name = "msvc_spectre_libs"
8168version = "0.1.2"
8169source = "registry+https://github.com/rust-lang/crates.io-index"
8170checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8171dependencies = [
8172 "cc",
8173]
8174
8175[[package]]
8176name = "multi_buffer"
8177version = "0.1.0"
8178dependencies = [
8179 "anyhow",
8180 "buffer_diff",
8181 "clock",
8182 "collections",
8183 "ctor",
8184 "env_logger 0.11.6",
8185 "futures 0.3.31",
8186 "gpui",
8187 "indoc",
8188 "itertools 0.14.0",
8189 "language",
8190 "log",
8191 "parking_lot",
8192 "pretty_assertions",
8193 "project",
8194 "rand 0.8.5",
8195 "rope",
8196 "serde",
8197 "settings",
8198 "smallvec",
8199 "smol",
8200 "sum_tree",
8201 "text",
8202 "theme",
8203 "tree-sitter",
8204 "util",
8205]
8206
8207[[package]]
8208name = "multimap"
8209version = "0.8.3"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8212
8213[[package]]
8214name = "multimap"
8215version = "0.10.0"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8218
8219[[package]]
8220name = "naga"
8221version = "23.1.0"
8222source = "registry+https://github.com/rust-lang/crates.io-index"
8223checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8224dependencies = [
8225 "arrayvec",
8226 "bit-set 0.8.0",
8227 "bitflags 2.8.0",
8228 "cfg_aliases 0.1.1",
8229 "codespan-reporting",
8230 "hexf-parse",
8231 "indexmap",
8232 "log",
8233 "rustc-hash 1.1.0",
8234 "spirv",
8235 "termcolor",
8236 "thiserror 1.0.69",
8237 "unicode-xid",
8238]
8239
8240[[package]]
8241name = "nanoid"
8242version = "0.4.0"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8245dependencies = [
8246 "rand 0.8.5",
8247]
8248
8249[[package]]
8250name = "nanorand"
8251version = "0.7.0"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8254dependencies = [
8255 "getrandom 0.2.15",
8256]
8257
8258[[package]]
8259name = "native-tls"
8260version = "0.2.12"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8263dependencies = [
8264 "libc",
8265 "log",
8266 "openssl",
8267 "openssl-probe",
8268 "openssl-sys",
8269 "schannel",
8270 "security-framework 2.11.1",
8271 "security-framework-sys",
8272 "tempfile",
8273]
8274
8275[[package]]
8276name = "nbformat"
8277version = "0.10.0"
8278source = "registry+https://github.com/rust-lang/crates.io-index"
8279checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8280dependencies = [
8281 "anyhow",
8282 "chrono",
8283 "jupyter-protocol",
8284 "serde",
8285 "serde_json",
8286 "thiserror 1.0.69",
8287 "uuid",
8288]
8289
8290[[package]]
8291name = "ndk"
8292version = "0.8.0"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8295dependencies = [
8296 "bitflags 2.8.0",
8297 "jni-sys",
8298 "log",
8299 "ndk-sys",
8300 "num_enum",
8301 "thiserror 1.0.69",
8302]
8303
8304[[package]]
8305name = "ndk-context"
8306version = "0.1.1"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8309
8310[[package]]
8311name = "ndk-sys"
8312version = "0.5.0+25.2.9519653"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8315dependencies = [
8316 "jni-sys",
8317]
8318
8319[[package]]
8320name = "new_debug_unreachable"
8321version = "1.0.6"
8322source = "registry+https://github.com/rust-lang/crates.io-index"
8323checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8324
8325[[package]]
8326name = "nix"
8327version = "0.29.0"
8328source = "registry+https://github.com/rust-lang/crates.io-index"
8329checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8330dependencies = [
8331 "bitflags 2.8.0",
8332 "cfg-if",
8333 "cfg_aliases 0.2.1",
8334 "libc",
8335 "memoffset",
8336]
8337
8338[[package]]
8339name = "node_runtime"
8340version = "0.1.0"
8341dependencies = [
8342 "anyhow",
8343 "async-compression",
8344 "async-std",
8345 "async-tar",
8346 "async-trait",
8347 "async-watch",
8348 "async_zip",
8349 "futures 0.3.31",
8350 "http_client",
8351 "log",
8352 "paths",
8353 "semver",
8354 "serde",
8355 "serde_json",
8356 "smol",
8357 "tempfile",
8358 "util",
8359 "walkdir",
8360 "which 6.0.3",
8361]
8362
8363[[package]]
8364name = "nom"
8365version = "7.1.3"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8368dependencies = [
8369 "memchr",
8370 "minimal-lexical",
8371]
8372
8373[[package]]
8374name = "noop_proc_macro"
8375version = "0.3.0"
8376source = "registry+https://github.com/rust-lang/crates.io-index"
8377checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8378
8379[[package]]
8380name = "normpath"
8381version = "1.3.0"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8384dependencies = [
8385 "windows-sys 0.59.0",
8386]
8387
8388[[package]]
8389name = "notifications"
8390version = "0.1.0"
8391dependencies = [
8392 "anyhow",
8393 "channel",
8394 "client",
8395 "collections",
8396 "component",
8397 "db",
8398 "gpui",
8399 "linkme",
8400 "rpc",
8401 "settings",
8402 "sum_tree",
8403 "time",
8404 "ui",
8405 "util",
8406 "workspace",
8407]
8408
8409[[package]]
8410name = "notify"
8411version = "6.1.1"
8412source = "registry+https://github.com/rust-lang/crates.io-index"
8413checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8414dependencies = [
8415 "bitflags 2.8.0",
8416 "crossbeam-channel",
8417 "filetime",
8418 "fsevent-sys 4.1.0",
8419 "inotify 0.9.6",
8420 "kqueue",
8421 "libc",
8422 "log",
8423 "mio 0.8.11",
8424 "walkdir",
8425 "windows-sys 0.48.0",
8426]
8427
8428[[package]]
8429name = "notify"
8430version = "8.0.0"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8433dependencies = [
8434 "bitflags 2.8.0",
8435 "filetime",
8436 "fsevent-sys 4.1.0",
8437 "inotify 0.11.0",
8438 "kqueue",
8439 "libc",
8440 "log",
8441 "mio 1.0.3",
8442 "notify-types",
8443 "walkdir",
8444 "windows-sys 0.59.0",
8445]
8446
8447[[package]]
8448name = "notify-debouncer-mini"
8449version = "0.6.0"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8452dependencies = [
8453 "log",
8454 "notify 8.0.0",
8455 "notify-types",
8456 "tempfile",
8457]
8458
8459[[package]]
8460name = "notify-types"
8461version = "2.0.0"
8462source = "registry+https://github.com/rust-lang/crates.io-index"
8463checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8464
8465[[package]]
8466name = "ntapi"
8467version = "0.4.1"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8470dependencies = [
8471 "winapi",
8472]
8473
8474[[package]]
8475name = "nu-ansi-term"
8476version = "0.46.0"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8479dependencies = [
8480 "overload",
8481 "winapi",
8482]
8483
8484[[package]]
8485name = "num"
8486version = "0.4.3"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8489dependencies = [
8490 "num-bigint",
8491 "num-complex",
8492 "num-integer",
8493 "num-iter",
8494 "num-rational",
8495 "num-traits",
8496]
8497
8498[[package]]
8499name = "num-bigint"
8500version = "0.4.6"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8503dependencies = [
8504 "num-integer",
8505 "num-traits",
8506]
8507
8508[[package]]
8509name = "num-bigint-dig"
8510version = "0.8.4"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8513dependencies = [
8514 "byteorder",
8515 "lazy_static",
8516 "libm",
8517 "num-integer",
8518 "num-iter",
8519 "num-traits",
8520 "rand 0.8.5",
8521 "serde",
8522 "smallvec",
8523 "zeroize",
8524]
8525
8526[[package]]
8527name = "num-complex"
8528version = "0.4.6"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8531dependencies = [
8532 "num-traits",
8533]
8534
8535[[package]]
8536name = "num-conv"
8537version = "0.1.0"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8540
8541[[package]]
8542name = "num-derive"
8543version = "0.4.2"
8544source = "registry+https://github.com/rust-lang/crates.io-index"
8545checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8546dependencies = [
8547 "proc-macro2",
8548 "quote",
8549 "syn 2.0.90",
8550]
8551
8552[[package]]
8553name = "num-format"
8554version = "0.4.4"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8557dependencies = [
8558 "arrayvec",
8559 "itoa",
8560]
8561
8562[[package]]
8563name = "num-integer"
8564version = "0.1.46"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8567dependencies = [
8568 "num-traits",
8569]
8570
8571[[package]]
8572name = "num-iter"
8573version = "0.1.45"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8576dependencies = [
8577 "autocfg",
8578 "num-integer",
8579 "num-traits",
8580]
8581
8582[[package]]
8583name = "num-modular"
8584version = "0.6.1"
8585source = "registry+https://github.com/rust-lang/crates.io-index"
8586checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8587
8588[[package]]
8589name = "num-order"
8590version = "1.2.0"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8593dependencies = [
8594 "num-modular",
8595]
8596
8597[[package]]
8598name = "num-rational"
8599version = "0.4.2"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8602dependencies = [
8603 "num-bigint",
8604 "num-integer",
8605 "num-traits",
8606]
8607
8608[[package]]
8609name = "num-traits"
8610version = "0.2.19"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8613dependencies = [
8614 "autocfg",
8615 "libm",
8616]
8617
8618[[package]]
8619name = "num_cpus"
8620version = "1.16.0"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8623dependencies = [
8624 "hermit-abi 0.3.9",
8625 "libc",
8626]
8627
8628[[package]]
8629name = "num_enum"
8630version = "0.7.3"
8631source = "registry+https://github.com/rust-lang/crates.io-index"
8632checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8633dependencies = [
8634 "num_enum_derive",
8635]
8636
8637[[package]]
8638name = "num_enum_derive"
8639version = "0.7.3"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8642dependencies = [
8643 "proc-macro-crate",
8644 "proc-macro2",
8645 "quote",
8646 "syn 2.0.90",
8647]
8648
8649[[package]]
8650name = "num_threads"
8651version = "0.1.7"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8654dependencies = [
8655 "libc",
8656]
8657
8658[[package]]
8659name = "nvim-rs"
8660version = "0.8.0-pre"
8661source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8662dependencies = [
8663 "async-trait",
8664 "futures 0.3.31",
8665 "log",
8666 "parity-tokio-ipc",
8667 "rmp",
8668 "rmpv",
8669 "tokio",
8670 "tokio-util",
8671 "winapi",
8672]
8673
8674[[package]]
8675name = "objc"
8676version = "0.2.7"
8677source = "registry+https://github.com/rust-lang/crates.io-index"
8678checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8679dependencies = [
8680 "malloc_buf",
8681]
8682
8683[[package]]
8684name = "objc-sys"
8685version = "0.3.5"
8686source = "registry+https://github.com/rust-lang/crates.io-index"
8687checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8688
8689[[package]]
8690name = "objc2"
8691version = "0.5.2"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8694dependencies = [
8695 "objc-sys",
8696 "objc2-encode",
8697]
8698
8699[[package]]
8700name = "objc2-app-kit"
8701version = "0.2.2"
8702source = "registry+https://github.com/rust-lang/crates.io-index"
8703checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8704dependencies = [
8705 "bitflags 2.8.0",
8706 "block2",
8707 "libc",
8708 "objc2",
8709 "objc2-core-data",
8710 "objc2-core-image",
8711 "objc2-foundation",
8712 "objc2-quartz-core",
8713]
8714
8715[[package]]
8716name = "objc2-cloud-kit"
8717version = "0.2.2"
8718source = "registry+https://github.com/rust-lang/crates.io-index"
8719checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8720dependencies = [
8721 "bitflags 2.8.0",
8722 "block2",
8723 "objc2",
8724 "objc2-core-location",
8725 "objc2-foundation",
8726]
8727
8728[[package]]
8729name = "objc2-contacts"
8730version = "0.2.2"
8731source = "registry+https://github.com/rust-lang/crates.io-index"
8732checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8733dependencies = [
8734 "block2",
8735 "objc2",
8736 "objc2-foundation",
8737]
8738
8739[[package]]
8740name = "objc2-core-data"
8741version = "0.2.2"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8744dependencies = [
8745 "bitflags 2.8.0",
8746 "block2",
8747 "objc2",
8748 "objc2-foundation",
8749]
8750
8751[[package]]
8752name = "objc2-core-image"
8753version = "0.2.2"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8756dependencies = [
8757 "block2",
8758 "objc2",
8759 "objc2-foundation",
8760 "objc2-metal",
8761]
8762
8763[[package]]
8764name = "objc2-core-location"
8765version = "0.2.2"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8768dependencies = [
8769 "block2",
8770 "objc2",
8771 "objc2-contacts",
8772 "objc2-foundation",
8773]
8774
8775[[package]]
8776name = "objc2-encode"
8777version = "4.0.3"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8780
8781[[package]]
8782name = "objc2-foundation"
8783version = "0.2.2"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8786dependencies = [
8787 "bitflags 2.8.0",
8788 "block2",
8789 "libc",
8790 "objc2",
8791]
8792
8793[[package]]
8794name = "objc2-link-presentation"
8795version = "0.2.2"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8798dependencies = [
8799 "block2",
8800 "objc2",
8801 "objc2-app-kit",
8802 "objc2-foundation",
8803]
8804
8805[[package]]
8806name = "objc2-metal"
8807version = "0.2.2"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8810dependencies = [
8811 "bitflags 2.8.0",
8812 "block2",
8813 "objc2",
8814 "objc2-foundation",
8815]
8816
8817[[package]]
8818name = "objc2-quartz-core"
8819version = "0.2.2"
8820source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8822dependencies = [
8823 "bitflags 2.8.0",
8824 "block2",
8825 "objc2",
8826 "objc2-foundation",
8827 "objc2-metal",
8828]
8829
8830[[package]]
8831name = "objc2-symbols"
8832version = "0.2.2"
8833source = "registry+https://github.com/rust-lang/crates.io-index"
8834checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8835dependencies = [
8836 "objc2",
8837 "objc2-foundation",
8838]
8839
8840[[package]]
8841name = "objc2-ui-kit"
8842version = "0.2.2"
8843source = "registry+https://github.com/rust-lang/crates.io-index"
8844checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8845dependencies = [
8846 "bitflags 2.8.0",
8847 "block2",
8848 "objc2",
8849 "objc2-cloud-kit",
8850 "objc2-core-data",
8851 "objc2-core-image",
8852 "objc2-core-location",
8853 "objc2-foundation",
8854 "objc2-link-presentation",
8855 "objc2-quartz-core",
8856 "objc2-symbols",
8857 "objc2-uniform-type-identifiers",
8858 "objc2-user-notifications",
8859]
8860
8861[[package]]
8862name = "objc2-uniform-type-identifiers"
8863version = "0.2.2"
8864source = "registry+https://github.com/rust-lang/crates.io-index"
8865checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8866dependencies = [
8867 "block2",
8868 "objc2",
8869 "objc2-foundation",
8870]
8871
8872[[package]]
8873name = "objc2-user-notifications"
8874version = "0.2.2"
8875source = "registry+https://github.com/rust-lang/crates.io-index"
8876checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8877dependencies = [
8878 "bitflags 2.8.0",
8879 "block2",
8880 "objc2",
8881 "objc2-core-location",
8882 "objc2-foundation",
8883]
8884
8885[[package]]
8886name = "object"
8887version = "0.36.5"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8890dependencies = [
8891 "crc32fast",
8892 "hashbrown 0.15.2",
8893 "indexmap",
8894 "memchr",
8895]
8896
8897[[package]]
8898name = "oboe"
8899version = "0.6.1"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8902dependencies = [
8903 "jni",
8904 "ndk",
8905 "ndk-context",
8906 "num-derive",
8907 "num-traits",
8908 "oboe-sys",
8909]
8910
8911[[package]]
8912name = "oboe-sys"
8913version = "0.6.1"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8916dependencies = [
8917 "cc",
8918]
8919
8920[[package]]
8921name = "ollama"
8922version = "0.1.0"
8923dependencies = [
8924 "anyhow",
8925 "futures 0.3.31",
8926 "http_client",
8927 "schemars",
8928 "serde",
8929 "serde_json",
8930]
8931
8932[[package]]
8933name = "once_cell"
8934version = "1.20.3"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8937
8938[[package]]
8939name = "oo7"
8940version = "0.4.1"
8941source = "registry+https://github.com/rust-lang/crates.io-index"
8942checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8943dependencies = [
8944 "aes",
8945 "ashpd",
8946 "async-fs",
8947 "async-io",
8948 "async-lock",
8949 "blocking",
8950 "cbc",
8951 "cipher",
8952 "digest",
8953 "endi",
8954 "futures-lite 2.6.0",
8955 "futures-util",
8956 "getrandom 0.3.1",
8957 "hkdf",
8958 "hmac",
8959 "md-5",
8960 "num",
8961 "num-bigint-dig",
8962 "pbkdf2 0.12.2",
8963 "rand 0.9.0",
8964 "serde",
8965 "sha2",
8966 "subtle",
8967 "zbus",
8968 "zbus_macros",
8969 "zeroize",
8970 "zvariant",
8971]
8972
8973[[package]]
8974name = "oorandom"
8975version = "11.1.4"
8976source = "registry+https://github.com/rust-lang/crates.io-index"
8977checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8978
8979[[package]]
8980name = "open"
8981version = "5.3.2"
8982source = "registry+https://github.com/rust-lang/crates.io-index"
8983checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8984dependencies = [
8985 "is-wsl",
8986 "libc",
8987 "pathdiff",
8988]
8989
8990[[package]]
8991name = "open_ai"
8992version = "0.1.0"
8993dependencies = [
8994 "anyhow",
8995 "futures 0.3.31",
8996 "http_client",
8997 "schemars",
8998 "serde",
8999 "serde_json",
9000 "strum",
9001]
9002
9003[[package]]
9004name = "opener"
9005version = "0.7.2"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9008dependencies = [
9009 "bstr",
9010 "dbus",
9011 "normpath",
9012 "windows-sys 0.59.0",
9013]
9014
9015[[package]]
9016name = "openssl"
9017version = "0.10.70"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9020dependencies = [
9021 "bitflags 2.8.0",
9022 "cfg-if",
9023 "foreign-types 0.3.2",
9024 "libc",
9025 "once_cell",
9026 "openssl-macros",
9027 "openssl-sys",
9028]
9029
9030[[package]]
9031name = "openssl-macros"
9032version = "0.1.1"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9035dependencies = [
9036 "proc-macro2",
9037 "quote",
9038 "syn 2.0.90",
9039]
9040
9041[[package]]
9042name = "openssl-probe"
9043version = "0.1.5"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9046
9047[[package]]
9048name = "openssl-src"
9049version = "300.4.1+3.4.0"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9052dependencies = [
9053 "cc",
9054]
9055
9056[[package]]
9057name = "openssl-sys"
9058version = "0.9.105"
9059source = "registry+https://github.com/rust-lang/crates.io-index"
9060checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9061dependencies = [
9062 "cc",
9063 "libc",
9064 "openssl-src",
9065 "pkg-config",
9066 "vcpkg",
9067]
9068
9069[[package]]
9070name = "option-ext"
9071version = "0.2.0"
9072source = "registry+https://github.com/rust-lang/crates.io-index"
9073checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9074
9075[[package]]
9076name = "ordered-float"
9077version = "2.10.1"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9080dependencies = [
9081 "num-traits",
9082]
9083
9084[[package]]
9085name = "ordered-float"
9086version = "3.9.2"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9089dependencies = [
9090 "num-traits",
9091]
9092
9093[[package]]
9094name = "ordered-stream"
9095version = "0.2.0"
9096source = "registry+https://github.com/rust-lang/crates.io-index"
9097checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9098dependencies = [
9099 "futures-core",
9100 "pin-project-lite",
9101]
9102
9103[[package]]
9104name = "ouroboros"
9105version = "0.18.4"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9108dependencies = [
9109 "aliasable",
9110 "ouroboros_macro",
9111 "static_assertions",
9112]
9113
9114[[package]]
9115name = "ouroboros_macro"
9116version = "0.18.4"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9119dependencies = [
9120 "heck 0.4.1",
9121 "itertools 0.12.1",
9122 "proc-macro2",
9123 "proc-macro2-diagnostics",
9124 "quote",
9125 "syn 2.0.90",
9126]
9127
9128[[package]]
9129name = "outline"
9130version = "0.1.0"
9131dependencies = [
9132 "editor",
9133 "fuzzy",
9134 "gpui",
9135 "indoc",
9136 "language",
9137 "menu",
9138 "ordered-float 2.10.1",
9139 "picker",
9140 "project",
9141 "rope",
9142 "serde_json",
9143 "settings",
9144 "smol",
9145 "theme",
9146 "tree-sitter-rust",
9147 "tree-sitter-typescript",
9148 "ui",
9149 "util",
9150 "workspace",
9151 "zed_actions",
9152]
9153
9154[[package]]
9155name = "outline_panel"
9156version = "0.1.0"
9157dependencies = [
9158 "anyhow",
9159 "collections",
9160 "db",
9161 "editor",
9162 "file_icons",
9163 "fuzzy",
9164 "gpui",
9165 "itertools 0.14.0",
9166 "language",
9167 "log",
9168 "menu",
9169 "outline",
9170 "pretty_assertions",
9171 "project",
9172 "schemars",
9173 "search",
9174 "serde",
9175 "serde_json",
9176 "settings",
9177 "smallvec",
9178 "smol",
9179 "theme",
9180 "ui",
9181 "util",
9182 "workspace",
9183 "worktree",
9184 "zed_actions",
9185]
9186
9187[[package]]
9188name = "outref"
9189version = "0.5.1"
9190source = "registry+https://github.com/rust-lang/crates.io-index"
9191checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9192
9193[[package]]
9194name = "overload"
9195version = "0.1.1"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9198
9199[[package]]
9200name = "p256"
9201version = "0.11.1"
9202source = "registry+https://github.com/rust-lang/crates.io-index"
9203checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9204dependencies = [
9205 "ecdsa",
9206 "elliptic-curve",
9207 "sha2",
9208]
9209
9210[[package]]
9211name = "page_size"
9212version = "0.6.0"
9213source = "registry+https://github.com/rust-lang/crates.io-index"
9214checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9215dependencies = [
9216 "libc",
9217 "winapi",
9218]
9219
9220[[package]]
9221name = "palette"
9222version = "0.7.6"
9223source = "registry+https://github.com/rust-lang/crates.io-index"
9224checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9225dependencies = [
9226 "approx",
9227 "fast-srgb8",
9228 "palette_derive",
9229]
9230
9231[[package]]
9232name = "palette_derive"
9233version = "0.7.6"
9234source = "registry+https://github.com/rust-lang/crates.io-index"
9235checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9236dependencies = [
9237 "by_address",
9238 "proc-macro2",
9239 "quote",
9240 "syn 2.0.90",
9241]
9242
9243[[package]]
9244name = "panel"
9245version = "0.1.0"
9246dependencies = [
9247 "editor",
9248 "gpui",
9249 "settings",
9250 "theme",
9251 "ui",
9252 "workspace",
9253]
9254
9255[[package]]
9256name = "parity-tokio-ipc"
9257version = "0.9.0"
9258source = "registry+https://github.com/rust-lang/crates.io-index"
9259checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9260dependencies = [
9261 "futures 0.3.31",
9262 "libc",
9263 "log",
9264 "rand 0.7.3",
9265 "tokio",
9266 "winapi",
9267]
9268
9269[[package]]
9270name = "parking"
9271version = "2.2.1"
9272source = "registry+https://github.com/rust-lang/crates.io-index"
9273checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9274
9275[[package]]
9276name = "parking_lot"
9277version = "0.12.3"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9280dependencies = [
9281 "lock_api",
9282 "parking_lot_core",
9283]
9284
9285[[package]]
9286name = "parking_lot_core"
9287version = "0.9.10"
9288source = "registry+https://github.com/rust-lang/crates.io-index"
9289checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9290dependencies = [
9291 "cfg-if",
9292 "libc",
9293 "redox_syscall 0.5.8",
9294 "smallvec",
9295 "windows-targets 0.52.6",
9296]
9297
9298[[package]]
9299name = "password-hash"
9300version = "0.4.2"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9303dependencies = [
9304 "base64ct",
9305 "rand_core 0.6.4",
9306 "subtle",
9307]
9308
9309[[package]]
9310name = "password-hash"
9311version = "0.5.0"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9314dependencies = [
9315 "base64ct",
9316 "rand_core 0.6.4",
9317 "subtle",
9318]
9319
9320[[package]]
9321name = "paste"
9322version = "1.0.15"
9323source = "registry+https://github.com/rust-lang/crates.io-index"
9324checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9325
9326[[package]]
9327name = "pathdiff"
9328version = "0.2.3"
9329source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9331
9332[[package]]
9333name = "pathfinder_geometry"
9334version = "0.5.1"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9337dependencies = [
9338 "log",
9339 "pathfinder_simd",
9340]
9341
9342[[package]]
9343name = "pathfinder_simd"
9344version = "0.5.4"
9345source = "registry+https://github.com/rust-lang/crates.io-index"
9346checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9347dependencies = [
9348 "rustc_version",
9349]
9350
9351[[package]]
9352name = "paths"
9353version = "0.1.0"
9354dependencies = [
9355 "dirs 4.0.0",
9356 "util",
9357]
9358
9359[[package]]
9360name = "pbjson"
9361version = "0.6.0"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9364dependencies = [
9365 "base64 0.21.7",
9366 "serde",
9367]
9368
9369[[package]]
9370name = "pbjson-build"
9371version = "0.6.2"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9374dependencies = [
9375 "heck 0.4.1",
9376 "itertools 0.11.0",
9377 "prost 0.12.6",
9378 "prost-types 0.12.6",
9379]
9380
9381[[package]]
9382name = "pbjson-types"
9383version = "0.6.0"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9386dependencies = [
9387 "bytes 1.10.1",
9388 "chrono",
9389 "pbjson",
9390 "pbjson-build",
9391 "prost 0.12.6",
9392 "prost-build 0.12.6",
9393 "serde",
9394]
9395
9396[[package]]
9397name = "pbkdf2"
9398version = "0.11.0"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9401dependencies = [
9402 "digest",
9403 "hmac",
9404 "password-hash 0.4.2",
9405 "sha2",
9406]
9407
9408[[package]]
9409name = "pbkdf2"
9410version = "0.12.2"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9413dependencies = [
9414 "digest",
9415 "hmac",
9416]
9417
9418[[package]]
9419name = "pem"
9420version = "3.0.4"
9421source = "registry+https://github.com/rust-lang/crates.io-index"
9422checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9423dependencies = [
9424 "base64 0.22.1",
9425 "serde",
9426]
9427
9428[[package]]
9429name = "pem-rfc7468"
9430version = "0.7.0"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9433dependencies = [
9434 "base64ct",
9435]
9436
9437[[package]]
9438name = "percent-encoding"
9439version = "2.3.1"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9442
9443[[package]]
9444name = "perplexity"
9445version = "0.1.0"
9446dependencies = [
9447 "serde",
9448 "zed_extension_api 0.3.0",
9449]
9450
9451[[package]]
9452name = "pest"
9453version = "2.7.15"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9456dependencies = [
9457 "memchr",
9458 "thiserror 2.0.6",
9459 "ucd-trie",
9460]
9461
9462[[package]]
9463name = "pest_derive"
9464version = "2.7.15"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9467dependencies = [
9468 "pest",
9469 "pest_generator",
9470]
9471
9472[[package]]
9473name = "pest_generator"
9474version = "2.7.15"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9477dependencies = [
9478 "pest",
9479 "pest_meta",
9480 "proc-macro2",
9481 "quote",
9482 "syn 2.0.90",
9483]
9484
9485[[package]]
9486name = "pest_meta"
9487version = "2.7.15"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9490dependencies = [
9491 "once_cell",
9492 "pest",
9493 "sha2",
9494]
9495
9496[[package]]
9497name = "pet"
9498version = "0.1.0"
9499source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9500dependencies = [
9501 "clap",
9502 "env_logger 0.10.2",
9503 "lazy_static",
9504 "log",
9505 "msvc_spectre_libs",
9506 "pet-conda",
9507 "pet-core",
9508 "pet-env-var-path",
9509 "pet-fs",
9510 "pet-global-virtualenvs",
9511 "pet-homebrew",
9512 "pet-jsonrpc",
9513 "pet-linux-global-python",
9514 "pet-mac-commandlinetools",
9515 "pet-mac-python-org",
9516 "pet-mac-xcode",
9517 "pet-pipenv",
9518 "pet-pixi",
9519 "pet-poetry",
9520 "pet-pyenv",
9521 "pet-python-utils",
9522 "pet-reporter",
9523 "pet-telemetry",
9524 "pet-venv",
9525 "pet-virtualenv",
9526 "pet-virtualenvwrapper",
9527 "pet-windows-registry",
9528 "pet-windows-store",
9529 "serde",
9530 "serde_json",
9531]
9532
9533[[package]]
9534name = "pet-conda"
9535version = "0.1.0"
9536source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9537dependencies = [
9538 "env_logger 0.10.2",
9539 "lazy_static",
9540 "log",
9541 "msvc_spectre_libs",
9542 "pet-core",
9543 "pet-fs",
9544 "pet-python-utils",
9545 "pet-reporter",
9546 "regex",
9547 "serde",
9548 "serde_json",
9549 "yaml-rust2",
9550]
9551
9552[[package]]
9553name = "pet-core"
9554version = "0.1.0"
9555source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9556dependencies = [
9557 "clap",
9558 "lazy_static",
9559 "log",
9560 "msvc_spectre_libs",
9561 "pet-fs",
9562 "regex",
9563 "serde",
9564 "serde_json",
9565]
9566
9567[[package]]
9568name = "pet-env-var-path"
9569version = "0.1.0"
9570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9571dependencies = [
9572 "lazy_static",
9573 "log",
9574 "msvc_spectre_libs",
9575 "pet-conda",
9576 "pet-core",
9577 "pet-fs",
9578 "pet-python-utils",
9579 "pet-virtualenv",
9580 "regex",
9581]
9582
9583[[package]]
9584name = "pet-fs"
9585version = "0.1.0"
9586source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9587dependencies = [
9588 "log",
9589 "msvc_spectre_libs",
9590]
9591
9592[[package]]
9593name = "pet-global-virtualenvs"
9594version = "0.1.0"
9595source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9596dependencies = [
9597 "log",
9598 "msvc_spectre_libs",
9599 "pet-conda",
9600 "pet-core",
9601 "pet-fs",
9602 "pet-virtualenv",
9603]
9604
9605[[package]]
9606name = "pet-homebrew"
9607version = "0.1.0"
9608source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9609dependencies = [
9610 "lazy_static",
9611 "log",
9612 "msvc_spectre_libs",
9613 "pet-conda",
9614 "pet-core",
9615 "pet-fs",
9616 "pet-python-utils",
9617 "pet-virtualenv",
9618 "regex",
9619 "serde",
9620 "serde_json",
9621]
9622
9623[[package]]
9624name = "pet-jsonrpc"
9625version = "0.1.0"
9626source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9627dependencies = [
9628 "env_logger 0.10.2",
9629 "log",
9630 "msvc_spectre_libs",
9631 "pet-core",
9632 "serde",
9633 "serde_json",
9634]
9635
9636[[package]]
9637name = "pet-linux-global-python"
9638version = "0.1.0"
9639source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9640dependencies = [
9641 "log",
9642 "msvc_spectre_libs",
9643 "pet-core",
9644 "pet-fs",
9645 "pet-python-utils",
9646 "pet-virtualenv",
9647]
9648
9649[[package]]
9650name = "pet-mac-commandlinetools"
9651version = "0.1.0"
9652source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9653dependencies = [
9654 "log",
9655 "msvc_spectre_libs",
9656 "pet-core",
9657 "pet-fs",
9658 "pet-python-utils",
9659 "pet-virtualenv",
9660]
9661
9662[[package]]
9663name = "pet-mac-python-org"
9664version = "0.1.0"
9665source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9666dependencies = [
9667 "log",
9668 "msvc_spectre_libs",
9669 "pet-core",
9670 "pet-fs",
9671 "pet-python-utils",
9672 "pet-virtualenv",
9673]
9674
9675[[package]]
9676name = "pet-mac-xcode"
9677version = "0.1.0"
9678source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9679dependencies = [
9680 "log",
9681 "msvc_spectre_libs",
9682 "pet-core",
9683 "pet-fs",
9684 "pet-python-utils",
9685 "pet-virtualenv",
9686]
9687
9688[[package]]
9689name = "pet-pipenv"
9690version = "0.1.0"
9691source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9692dependencies = [
9693 "log",
9694 "msvc_spectre_libs",
9695 "pet-core",
9696 "pet-fs",
9697 "pet-python-utils",
9698 "pet-virtualenv",
9699]
9700
9701[[package]]
9702name = "pet-pixi"
9703version = "0.1.0"
9704source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9705dependencies = [
9706 "log",
9707 "msvc_spectre_libs",
9708 "pet-conda",
9709 "pet-core",
9710 "pet-python-utils",
9711]
9712
9713[[package]]
9714name = "pet-poetry"
9715version = "0.1.0"
9716source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9717dependencies = [
9718 "base64 0.22.1",
9719 "lazy_static",
9720 "log",
9721 "msvc_spectre_libs",
9722 "pet-core",
9723 "pet-fs",
9724 "pet-python-utils",
9725 "pet-reporter",
9726 "pet-virtualenv",
9727 "regex",
9728 "serde",
9729 "serde_json",
9730 "sha2",
9731 "toml 0.8.20",
9732]
9733
9734[[package]]
9735name = "pet-pyenv"
9736version = "0.1.0"
9737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9738dependencies = [
9739 "lazy_static",
9740 "log",
9741 "msvc_spectre_libs",
9742 "pet-conda",
9743 "pet-core",
9744 "pet-fs",
9745 "pet-python-utils",
9746 "pet-reporter",
9747 "regex",
9748 "serde",
9749 "serde_json",
9750]
9751
9752[[package]]
9753name = "pet-python-utils"
9754version = "0.1.0"
9755source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9756dependencies = [
9757 "env_logger 0.10.2",
9758 "lazy_static",
9759 "log",
9760 "msvc_spectre_libs",
9761 "pet-core",
9762 "pet-fs",
9763 "regex",
9764 "serde",
9765 "serde_json",
9766 "sha2",
9767]
9768
9769[[package]]
9770name = "pet-reporter"
9771version = "0.1.0"
9772source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9773dependencies = [
9774 "env_logger 0.10.2",
9775 "log",
9776 "msvc_spectre_libs",
9777 "pet-core",
9778 "pet-jsonrpc",
9779 "serde",
9780 "serde_json",
9781]
9782
9783[[package]]
9784name = "pet-telemetry"
9785version = "0.1.0"
9786source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9787dependencies = [
9788 "env_logger 0.10.2",
9789 "lazy_static",
9790 "log",
9791 "msvc_spectre_libs",
9792 "pet-core",
9793 "pet-fs",
9794 "pet-python-utils",
9795 "regex",
9796]
9797
9798[[package]]
9799name = "pet-venv"
9800version = "0.1.0"
9801source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9802dependencies = [
9803 "log",
9804 "msvc_spectre_libs",
9805 "pet-core",
9806 "pet-python-utils",
9807 "pet-virtualenv",
9808]
9809
9810[[package]]
9811name = "pet-virtualenv"
9812version = "0.1.0"
9813source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9814dependencies = [
9815 "log",
9816 "msvc_spectre_libs",
9817 "pet-core",
9818 "pet-fs",
9819 "pet-python-utils",
9820]
9821
9822[[package]]
9823name = "pet-virtualenvwrapper"
9824version = "0.1.0"
9825source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9826dependencies = [
9827 "log",
9828 "msvc_spectre_libs",
9829 "pet-core",
9830 "pet-fs",
9831 "pet-python-utils",
9832 "pet-virtualenv",
9833]
9834
9835[[package]]
9836name = "pet-windows-registry"
9837version = "0.1.0"
9838source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9839dependencies = [
9840 "lazy_static",
9841 "log",
9842 "msvc_spectre_libs",
9843 "pet-conda",
9844 "pet-core",
9845 "pet-fs",
9846 "pet-python-utils",
9847 "pet-virtualenv",
9848 "pet-windows-store",
9849 "regex",
9850 "winreg 0.52.0",
9851]
9852
9853[[package]]
9854name = "pet-windows-store"
9855version = "0.1.0"
9856source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9857dependencies = [
9858 "lazy_static",
9859 "log",
9860 "msvc_spectre_libs",
9861 "pet-core",
9862 "pet-fs",
9863 "pet-python-utils",
9864 "pet-virtualenv",
9865 "regex",
9866 "winreg 0.52.0",
9867]
9868
9869[[package]]
9870name = "petgraph"
9871version = "0.6.5"
9872source = "registry+https://github.com/rust-lang/crates.io-index"
9873checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9874dependencies = [
9875 "fixedbitset",
9876 "indexmap",
9877]
9878
9879[[package]]
9880name = "phf"
9881version = "0.11.2"
9882source = "registry+https://github.com/rust-lang/crates.io-index"
9883checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9884dependencies = [
9885 "phf_macros",
9886 "phf_shared 0.11.2",
9887]
9888
9889[[package]]
9890name = "phf_codegen"
9891version = "0.11.2"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9894dependencies = [
9895 "phf_generator 0.11.2",
9896 "phf_shared 0.11.2",
9897]
9898
9899[[package]]
9900name = "phf_generator"
9901version = "0.10.0"
9902source = "registry+https://github.com/rust-lang/crates.io-index"
9903checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9904dependencies = [
9905 "phf_shared 0.10.0",
9906 "rand 0.8.5",
9907]
9908
9909[[package]]
9910name = "phf_generator"
9911version = "0.11.2"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9914dependencies = [
9915 "phf_shared 0.11.2",
9916 "rand 0.8.5",
9917]
9918
9919[[package]]
9920name = "phf_macros"
9921version = "0.11.2"
9922source = "registry+https://github.com/rust-lang/crates.io-index"
9923checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9924dependencies = [
9925 "phf_generator 0.11.2",
9926 "phf_shared 0.11.2",
9927 "proc-macro2",
9928 "quote",
9929 "syn 2.0.90",
9930]
9931
9932[[package]]
9933name = "phf_shared"
9934version = "0.10.0"
9935source = "registry+https://github.com/rust-lang/crates.io-index"
9936checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9937dependencies = [
9938 "siphasher 0.3.11",
9939]
9940
9941[[package]]
9942name = "phf_shared"
9943version = "0.11.2"
9944source = "registry+https://github.com/rust-lang/crates.io-index"
9945checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9946dependencies = [
9947 "siphasher 0.3.11",
9948]
9949
9950[[package]]
9951name = "picker"
9952version = "0.1.0"
9953dependencies = [
9954 "anyhow",
9955 "ctor",
9956 "editor",
9957 "env_logger 0.11.6",
9958 "gpui",
9959 "menu",
9960 "schemars",
9961 "serde",
9962 "serde_json",
9963 "ui",
9964 "util",
9965 "workspace",
9966]
9967
9968[[package]]
9969name = "pico-args"
9970version = "0.5.0"
9971source = "registry+https://github.com/rust-lang/crates.io-index"
9972checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9973
9974[[package]]
9975name = "pin-project"
9976version = "1.1.7"
9977source = "registry+https://github.com/rust-lang/crates.io-index"
9978checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9979dependencies = [
9980 "pin-project-internal",
9981]
9982
9983[[package]]
9984name = "pin-project-internal"
9985version = "1.1.7"
9986source = "registry+https://github.com/rust-lang/crates.io-index"
9987checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9988dependencies = [
9989 "proc-macro2",
9990 "quote",
9991 "syn 2.0.90",
9992]
9993
9994[[package]]
9995name = "pin-project-lite"
9996version = "0.2.16"
9997source = "registry+https://github.com/rust-lang/crates.io-index"
9998checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9999
10000[[package]]
10001name = "pin-utils"
10002version = "0.1.0"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10005
10006[[package]]
10007name = "piper"
10008version = "0.2.4"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10011dependencies = [
10012 "atomic-waker",
10013 "fastrand 2.3.0",
10014 "futures-io",
10015]
10016
10017[[package]]
10018name = "pkcs1"
10019version = "0.7.5"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10022dependencies = [
10023 "der 0.7.9",
10024 "pkcs8 0.10.2",
10025 "spki 0.7.3",
10026]
10027
10028[[package]]
10029name = "pkcs8"
10030version = "0.9.0"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10033dependencies = [
10034 "der 0.6.1",
10035 "spki 0.6.0",
10036]
10037
10038[[package]]
10039name = "pkcs8"
10040version = "0.10.2"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10043dependencies = [
10044 "der 0.7.9",
10045 "spki 0.7.3",
10046]
10047
10048[[package]]
10049name = "pkg-config"
10050version = "0.3.31"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10053
10054[[package]]
10055name = "plist"
10056version = "1.7.0"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10059dependencies = [
10060 "base64 0.22.1",
10061 "indexmap",
10062 "quick-xml 0.32.0",
10063 "serde",
10064 "time",
10065]
10066
10067[[package]]
10068name = "plotters"
10069version = "0.3.7"
10070source = "registry+https://github.com/rust-lang/crates.io-index"
10071checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10072dependencies = [
10073 "num-traits",
10074 "plotters-backend",
10075 "plotters-svg",
10076 "wasm-bindgen",
10077 "web-sys",
10078]
10079
10080[[package]]
10081name = "plotters-backend"
10082version = "0.3.7"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10085
10086[[package]]
10087name = "plotters-svg"
10088version = "0.3.7"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10091dependencies = [
10092 "plotters-backend",
10093]
10094
10095[[package]]
10096name = "png"
10097version = "0.17.15"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10100dependencies = [
10101 "bitflags 1.3.2",
10102 "crc32fast",
10103 "fdeflate",
10104 "flate2",
10105 "miniz_oxide",
10106]
10107
10108[[package]]
10109name = "polling"
10110version = "3.7.4"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10113dependencies = [
10114 "cfg-if",
10115 "concurrent-queue",
10116 "hermit-abi 0.4.0",
10117 "pin-project-lite",
10118 "rustix",
10119 "tracing",
10120 "windows-sys 0.59.0",
10121]
10122
10123[[package]]
10124name = "pollster"
10125version = "0.2.5"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10128
10129[[package]]
10130name = "postage"
10131version = "0.5.0"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10134dependencies = [
10135 "atomic",
10136 "crossbeam-queue",
10137 "futures 0.3.31",
10138 "log",
10139 "parking_lot",
10140 "pin-project",
10141 "pollster",
10142 "static_assertions",
10143 "thiserror 1.0.69",
10144]
10145
10146[[package]]
10147name = "postcard"
10148version = "1.1.1"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10151dependencies = [
10152 "cobs",
10153 "embedded-io 0.4.0",
10154 "embedded-io 0.6.1",
10155 "serde",
10156]
10157
10158[[package]]
10159name = "powerfmt"
10160version = "0.2.0"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10163
10164[[package]]
10165name = "ppv-lite86"
10166version = "0.2.20"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10169dependencies = [
10170 "zerocopy 0.7.35",
10171]
10172
10173[[package]]
10174name = "precomputed-hash"
10175version = "0.1.1"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10178
10179[[package]]
10180name = "prettier"
10181version = "0.1.0"
10182dependencies = [
10183 "anyhow",
10184 "collections",
10185 "fs",
10186 "gpui",
10187 "language",
10188 "log",
10189 "lsp",
10190 "node_runtime",
10191 "parking_lot",
10192 "paths",
10193 "serde",
10194 "serde_json",
10195 "util",
10196]
10197
10198[[package]]
10199name = "pretty_assertions"
10200version = "1.4.1"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10203dependencies = [
10204 "diff",
10205 "yansi",
10206]
10207
10208[[package]]
10209name = "prettyplease"
10210version = "0.2.25"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10213dependencies = [
10214 "proc-macro2",
10215 "syn 2.0.90",
10216]
10217
10218[[package]]
10219name = "proc-macro-crate"
10220version = "3.2.0"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10223dependencies = [
10224 "toml_edit",
10225]
10226
10227[[package]]
10228name = "proc-macro-error-attr2"
10229version = "2.0.0"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10232dependencies = [
10233 "proc-macro2",
10234 "quote",
10235]
10236
10237[[package]]
10238name = "proc-macro-error2"
10239version = "2.0.1"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10242dependencies = [
10243 "proc-macro-error-attr2",
10244 "proc-macro2",
10245 "quote",
10246 "syn 2.0.90",
10247]
10248
10249[[package]]
10250name = "proc-macro2"
10251version = "1.0.93"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10254dependencies = [
10255 "unicode-ident",
10256]
10257
10258[[package]]
10259name = "proc-macro2-diagnostics"
10260version = "0.10.1"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10263dependencies = [
10264 "proc-macro2",
10265 "quote",
10266 "syn 2.0.90",
10267 "version_check",
10268 "yansi",
10269]
10270
10271[[package]]
10272name = "profiling"
10273version = "1.0.16"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10276dependencies = [
10277 "profiling-procmacros",
10278]
10279
10280[[package]]
10281name = "profiling-procmacros"
10282version = "1.0.16"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10285dependencies = [
10286 "quote",
10287 "syn 2.0.90",
10288]
10289
10290[[package]]
10291name = "project"
10292version = "0.1.0"
10293dependencies = [
10294 "aho-corasick",
10295 "anyhow",
10296 "askpass",
10297 "async-trait",
10298 "buffer_diff",
10299 "client",
10300 "clock",
10301 "collections",
10302 "env_logger 0.11.6",
10303 "fancy-regex 0.14.0",
10304 "fs",
10305 "futures 0.3.31",
10306 "fuzzy",
10307 "git",
10308 "git2",
10309 "globset",
10310 "gpui",
10311 "http_client",
10312 "image",
10313 "itertools 0.14.0",
10314 "language",
10315 "log",
10316 "lsp",
10317 "node_runtime",
10318 "parking_lot",
10319 "pathdiff",
10320 "paths",
10321 "postage",
10322 "prettier",
10323 "pretty_assertions",
10324 "rand 0.8.5",
10325 "regex",
10326 "release_channel",
10327 "remote",
10328 "rpc",
10329 "schemars",
10330 "serde",
10331 "serde_json",
10332 "settings",
10333 "sha2",
10334 "shellexpand 2.1.2",
10335 "shlex",
10336 "smol",
10337 "snippet",
10338 "snippet_provider",
10339 "task",
10340 "tempfile",
10341 "terminal",
10342 "text",
10343 "toml 0.8.20",
10344 "unindent",
10345 "url",
10346 "util",
10347 "which 6.0.3",
10348 "worktree",
10349]
10350
10351[[package]]
10352name = "project_panel"
10353version = "0.1.0"
10354dependencies = [
10355 "anyhow",
10356 "client",
10357 "collections",
10358 "command_palette_hooks",
10359 "db",
10360 "editor",
10361 "file_icons",
10362 "git",
10363 "gpui",
10364 "indexmap",
10365 "language",
10366 "menu",
10367 "pretty_assertions",
10368 "project",
10369 "schemars",
10370 "search",
10371 "serde",
10372 "serde_derive",
10373 "serde_json",
10374 "settings",
10375 "smallvec",
10376 "theme",
10377 "ui",
10378 "util",
10379 "workspace",
10380 "worktree",
10381 "zed_actions",
10382]
10383
10384[[package]]
10385name = "project_symbols"
10386version = "0.1.0"
10387dependencies = [
10388 "anyhow",
10389 "editor",
10390 "futures 0.3.31",
10391 "fuzzy",
10392 "gpui",
10393 "language",
10394 "lsp",
10395 "ordered-float 2.10.1",
10396 "picker",
10397 "project",
10398 "release_channel",
10399 "serde_json",
10400 "settings",
10401 "theme",
10402 "util",
10403 "workspace",
10404]
10405
10406[[package]]
10407name = "prometheus"
10408version = "0.13.4"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10411dependencies = [
10412 "cfg-if",
10413 "fnv",
10414 "lazy_static",
10415 "memchr",
10416 "parking_lot",
10417 "protobuf",
10418 "thiserror 1.0.69",
10419]
10420
10421[[package]]
10422name = "prompt_library"
10423version = "0.1.0"
10424dependencies = [
10425 "anyhow",
10426 "collections",
10427 "editor",
10428 "gpui",
10429 "language",
10430 "language_model",
10431 "log",
10432 "menu",
10433 "picker",
10434 "prompt_store",
10435 "release_channel",
10436 "rope",
10437 "serde",
10438 "settings",
10439 "theme",
10440 "ui",
10441 "util",
10442 "workspace",
10443 "zed_actions",
10444]
10445
10446[[package]]
10447name = "prompt_store"
10448version = "0.1.0"
10449dependencies = [
10450 "anyhow",
10451 "assets",
10452 "chrono",
10453 "collections",
10454 "fs",
10455 "futures 0.3.31",
10456 "fuzzy",
10457 "gpui",
10458 "handlebars 4.5.0",
10459 "heed",
10460 "language",
10461 "log",
10462 "parking_lot",
10463 "paths",
10464 "rope",
10465 "serde",
10466 "text",
10467 "util",
10468 "uuid",
10469]
10470
10471[[package]]
10472name = "prost"
10473version = "0.9.0"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10476dependencies = [
10477 "bytes 1.10.1",
10478 "prost-derive 0.9.0",
10479]
10480
10481[[package]]
10482name = "prost"
10483version = "0.12.6"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10486dependencies = [
10487 "bytes 1.10.1",
10488 "prost-derive 0.12.6",
10489]
10490
10491[[package]]
10492name = "prost-build"
10493version = "0.9.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10496dependencies = [
10497 "bytes 1.10.1",
10498 "heck 0.3.3",
10499 "itertools 0.10.5",
10500 "lazy_static",
10501 "log",
10502 "multimap 0.8.3",
10503 "petgraph",
10504 "prost 0.9.0",
10505 "prost-types 0.9.0",
10506 "regex",
10507 "tempfile",
10508 "which 4.4.2",
10509]
10510
10511[[package]]
10512name = "prost-build"
10513version = "0.12.6"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10516dependencies = [
10517 "bytes 1.10.1",
10518 "heck 0.5.0",
10519 "itertools 0.10.5",
10520 "log",
10521 "multimap 0.10.0",
10522 "once_cell",
10523 "petgraph",
10524 "prettyplease",
10525 "prost 0.12.6",
10526 "prost-types 0.12.6",
10527 "regex",
10528 "syn 2.0.90",
10529 "tempfile",
10530]
10531
10532[[package]]
10533name = "prost-derive"
10534version = "0.9.0"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10537dependencies = [
10538 "anyhow",
10539 "itertools 0.10.5",
10540 "proc-macro2",
10541 "quote",
10542 "syn 1.0.109",
10543]
10544
10545[[package]]
10546name = "prost-derive"
10547version = "0.12.6"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10550dependencies = [
10551 "anyhow",
10552 "itertools 0.10.5",
10553 "proc-macro2",
10554 "quote",
10555 "syn 2.0.90",
10556]
10557
10558[[package]]
10559name = "prost-types"
10560version = "0.9.0"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10563dependencies = [
10564 "bytes 1.10.1",
10565 "prost 0.9.0",
10566]
10567
10568[[package]]
10569name = "prost-types"
10570version = "0.12.6"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10573dependencies = [
10574 "prost 0.12.6",
10575]
10576
10577[[package]]
10578name = "proto"
10579version = "0.1.0"
10580dependencies = [
10581 "anyhow",
10582 "collections",
10583 "prost 0.9.0",
10584 "prost-build 0.9.0",
10585 "serde",
10586]
10587
10588[[package]]
10589name = "protobuf"
10590version = "2.28.0"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10593
10594[[package]]
10595name = "psm"
10596version = "0.1.24"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10599dependencies = [
10600 "cc",
10601]
10602
10603[[package]]
10604name = "ptr_meta"
10605version = "0.1.4"
10606source = "registry+https://github.com/rust-lang/crates.io-index"
10607checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10608dependencies = [
10609 "ptr_meta_derive",
10610]
10611
10612[[package]]
10613name = "ptr_meta_derive"
10614version = "0.1.4"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10617dependencies = [
10618 "proc-macro2",
10619 "quote",
10620 "syn 1.0.109",
10621]
10622
10623[[package]]
10624name = "pulldown-cmark"
10625version = "0.10.3"
10626source = "registry+https://github.com/rust-lang/crates.io-index"
10627checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10628dependencies = [
10629 "bitflags 2.8.0",
10630 "memchr",
10631 "pulldown-cmark-escape",
10632 "unicase",
10633]
10634
10635[[package]]
10636name = "pulldown-cmark"
10637version = "0.12.2"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10640dependencies = [
10641 "bitflags 2.8.0",
10642 "memchr",
10643 "unicase",
10644]
10645
10646[[package]]
10647name = "pulldown-cmark-escape"
10648version = "0.10.1"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10651
10652[[package]]
10653name = "pulley-interpreter"
10654version = "29.0.1"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10657dependencies = [
10658 "cranelift-bitset",
10659 "log",
10660 "sptr",
10661 "wasmtime-math",
10662]
10663
10664[[package]]
10665name = "qoi"
10666version = "0.4.1"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10669dependencies = [
10670 "bytemuck",
10671]
10672
10673[[package]]
10674name = "quick-error"
10675version = "2.0.1"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10678
10679[[package]]
10680name = "quick-xml"
10681version = "0.32.0"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10684dependencies = [
10685 "memchr",
10686]
10687
10688[[package]]
10689name = "quick-xml"
10690version = "0.37.2"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10693dependencies = [
10694 "memchr",
10695]
10696
10697[[package]]
10698name = "quinn"
10699version = "0.11.6"
10700source = "registry+https://github.com/rust-lang/crates.io-index"
10701checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10702dependencies = [
10703 "bytes 1.10.1",
10704 "pin-project-lite",
10705 "quinn-proto",
10706 "quinn-udp",
10707 "rustc-hash 2.1.1",
10708 "rustls 0.23.23",
10709 "socket2",
10710 "thiserror 2.0.6",
10711 "tokio",
10712 "tracing",
10713]
10714
10715[[package]]
10716name = "quinn-proto"
10717version = "0.11.9"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10720dependencies = [
10721 "bytes 1.10.1",
10722 "getrandom 0.2.15",
10723 "rand 0.8.5",
10724 "ring",
10725 "rustc-hash 2.1.1",
10726 "rustls 0.23.23",
10727 "rustls-pki-types",
10728 "slab",
10729 "thiserror 2.0.6",
10730 "tinyvec",
10731 "tracing",
10732 "web-time",
10733]
10734
10735[[package]]
10736name = "quinn-udp"
10737version = "0.5.9"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10740dependencies = [
10741 "cfg_aliases 0.2.1",
10742 "libc",
10743 "once_cell",
10744 "socket2",
10745 "tracing",
10746 "windows-sys 0.59.0",
10747]
10748
10749[[package]]
10750name = "quote"
10751version = "1.0.38"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10754dependencies = [
10755 "proc-macro2",
10756]
10757
10758[[package]]
10759name = "radium"
10760version = "0.7.0"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10763
10764[[package]]
10765name = "rand"
10766version = "0.7.3"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10769dependencies = [
10770 "getrandom 0.1.16",
10771 "libc",
10772 "rand_chacha 0.2.2",
10773 "rand_core 0.5.1",
10774 "rand_hc",
10775]
10776
10777[[package]]
10778name = "rand"
10779version = "0.8.5"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10782dependencies = [
10783 "libc",
10784 "rand_chacha 0.3.1",
10785 "rand_core 0.6.4",
10786]
10787
10788[[package]]
10789name = "rand"
10790version = "0.9.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10793dependencies = [
10794 "rand_chacha 0.9.0",
10795 "rand_core 0.9.0",
10796 "zerocopy 0.8.18",
10797]
10798
10799[[package]]
10800name = "rand_chacha"
10801version = "0.2.2"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10804dependencies = [
10805 "ppv-lite86",
10806 "rand_core 0.5.1",
10807]
10808
10809[[package]]
10810name = "rand_chacha"
10811version = "0.3.1"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10814dependencies = [
10815 "ppv-lite86",
10816 "rand_core 0.6.4",
10817]
10818
10819[[package]]
10820name = "rand_chacha"
10821version = "0.9.0"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10824dependencies = [
10825 "ppv-lite86",
10826 "rand_core 0.9.0",
10827]
10828
10829[[package]]
10830name = "rand_core"
10831version = "0.5.1"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10834dependencies = [
10835 "getrandom 0.1.16",
10836]
10837
10838[[package]]
10839name = "rand_core"
10840version = "0.6.4"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10843dependencies = [
10844 "getrandom 0.2.15",
10845]
10846
10847[[package]]
10848name = "rand_core"
10849version = "0.9.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10852dependencies = [
10853 "getrandom 0.3.1",
10854 "zerocopy 0.8.18",
10855]
10856
10857[[package]]
10858name = "rand_hc"
10859version = "0.2.0"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10862dependencies = [
10863 "rand_core 0.5.1",
10864]
10865
10866[[package]]
10867name = "rangemap"
10868version = "1.5.1"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10871
10872[[package]]
10873name = "rav1e"
10874version = "0.7.1"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10877dependencies = [
10878 "arbitrary",
10879 "arg_enum_proc_macro",
10880 "arrayvec",
10881 "av1-grain",
10882 "bitstream-io",
10883 "built",
10884 "cfg-if",
10885 "interpolate_name",
10886 "itertools 0.12.1",
10887 "libc",
10888 "libfuzzer-sys",
10889 "log",
10890 "maybe-rayon",
10891 "new_debug_unreachable",
10892 "noop_proc_macro",
10893 "num-derive",
10894 "num-traits",
10895 "once_cell",
10896 "paste",
10897 "profiling",
10898 "rand 0.8.5",
10899 "rand_chacha 0.3.1",
10900 "simd_helpers",
10901 "system-deps",
10902 "thiserror 1.0.69",
10903 "v_frame",
10904 "wasm-bindgen",
10905]
10906
10907[[package]]
10908name = "ravif"
10909version = "0.11.11"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10912dependencies = [
10913 "avif-serialize",
10914 "imgref",
10915 "loop9",
10916 "quick-error",
10917 "rav1e",
10918 "rayon",
10919 "rgb",
10920]
10921
10922[[package]]
10923name = "raw-window-handle"
10924version = "0.6.2"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10927
10928[[package]]
10929name = "raw-window-metal"
10930version = "0.4.0"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10933dependencies = [
10934 "cocoa 0.25.0",
10935 "core-graphics 0.23.2",
10936 "objc",
10937 "raw-window-handle",
10938]
10939
10940[[package]]
10941name = "rayon"
10942version = "1.10.0"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10945dependencies = [
10946 "either",
10947 "rayon-core",
10948]
10949
10950[[package]]
10951name = "rayon-core"
10952version = "1.12.1"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10955dependencies = [
10956 "crossbeam-deque",
10957 "crossbeam-utils",
10958]
10959
10960[[package]]
10961name = "read-fonts"
10962version = "0.22.5"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10965dependencies = [
10966 "bytemuck",
10967 "font-types",
10968]
10969
10970[[package]]
10971name = "recent_projects"
10972version = "0.1.0"
10973dependencies = [
10974 "anyhow",
10975 "auto_update",
10976 "editor",
10977 "extension_host",
10978 "file_finder",
10979 "futures 0.3.31",
10980 "fuzzy",
10981 "gpui",
10982 "language",
10983 "log",
10984 "markdown",
10985 "menu",
10986 "ordered-float 2.10.1",
10987 "paths",
10988 "picker",
10989 "project",
10990 "release_channel",
10991 "remote",
10992 "schemars",
10993 "serde",
10994 "serde_json",
10995 "settings",
10996 "smol",
10997 "task",
10998 "telemetry",
10999 "theme",
11000 "ui",
11001 "util",
11002 "workspace",
11003 "zed_actions",
11004]
11005
11006[[package]]
11007name = "redox_syscall"
11008version = "0.2.16"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11011dependencies = [
11012 "bitflags 1.3.2",
11013]
11014
11015[[package]]
11016name = "redox_syscall"
11017version = "0.5.8"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11020dependencies = [
11021 "bitflags 2.8.0",
11022]
11023
11024[[package]]
11025name = "redox_users"
11026version = "0.4.6"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11029dependencies = [
11030 "getrandom 0.2.15",
11031 "libredox",
11032 "thiserror 1.0.69",
11033]
11034
11035[[package]]
11036name = "refineable"
11037version = "0.1.0"
11038dependencies = [
11039 "derive_refineable",
11040]
11041
11042[[package]]
11043name = "regalloc2"
11044version = "0.11.1"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11047dependencies = [
11048 "allocator-api2",
11049 "bumpalo",
11050 "hashbrown 0.15.2",
11051 "log",
11052 "rustc-hash 2.1.1",
11053 "smallvec",
11054]
11055
11056[[package]]
11057name = "regex"
11058version = "1.11.1"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11061dependencies = [
11062 "aho-corasick",
11063 "memchr",
11064 "regex-automata 0.4.9",
11065 "regex-syntax 0.8.5",
11066]
11067
11068[[package]]
11069name = "regex-automata"
11070version = "0.1.10"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11073dependencies = [
11074 "regex-syntax 0.6.29",
11075]
11076
11077[[package]]
11078name = "regex-automata"
11079version = "0.4.9"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11082dependencies = [
11083 "aho-corasick",
11084 "memchr",
11085 "regex-syntax 0.8.5",
11086]
11087
11088[[package]]
11089name = "regex-lite"
11090version = "0.1.6"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11093
11094[[package]]
11095name = "regex-syntax"
11096version = "0.6.29"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11099
11100[[package]]
11101name = "regex-syntax"
11102version = "0.8.5"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11105
11106[[package]]
11107name = "release_channel"
11108version = "0.1.0"
11109dependencies = [
11110 "gpui",
11111]
11112
11113[[package]]
11114name = "remote"
11115version = "0.1.0"
11116dependencies = [
11117 "anyhow",
11118 "askpass",
11119 "async-trait",
11120 "collections",
11121 "fs",
11122 "futures 0.3.31",
11123 "gpui",
11124 "itertools 0.14.0",
11125 "log",
11126 "parking_lot",
11127 "paths",
11128 "prost 0.9.0",
11129 "release_channel",
11130 "rpc",
11131 "schemars",
11132 "serde",
11133 "serde_json",
11134 "shlex",
11135 "smol",
11136 "tempfile",
11137 "thiserror 1.0.69",
11138 "util",
11139]
11140
11141[[package]]
11142name = "remote_server"
11143version = "0.1.0"
11144dependencies = [
11145 "anyhow",
11146 "async-watch",
11147 "backtrace",
11148 "cargo_toml",
11149 "chrono",
11150 "clap",
11151 "client",
11152 "clock",
11153 "env_logger 0.11.6",
11154 "extension",
11155 "extension_host",
11156 "fork",
11157 "fs",
11158 "futures 0.3.31",
11159 "git",
11160 "git_hosting_providers",
11161 "gpui",
11162 "gpui_tokio",
11163 "http_client",
11164 "language",
11165 "language_extension",
11166 "languages",
11167 "libc",
11168 "log",
11169 "lsp",
11170 "node_runtime",
11171 "paths",
11172 "project",
11173 "proto",
11174 "release_channel",
11175 "remote",
11176 "reqwest_client",
11177 "rpc",
11178 "rust-embed",
11179 "serde",
11180 "serde_json",
11181 "settings",
11182 "shellexpand 2.1.2",
11183 "smol",
11184 "sysinfo",
11185 "telemetry_events",
11186 "toml 0.8.20",
11187 "unindent",
11188 "util",
11189 "worktree",
11190]
11191
11192[[package]]
11193name = "rend"
11194version = "0.4.2"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11197dependencies = [
11198 "bytecheck",
11199]
11200
11201[[package]]
11202name = "repl"
11203version = "0.1.0"
11204dependencies = [
11205 "alacritty_terminal",
11206 "anyhow",
11207 "async-dispatcher",
11208 "async-tungstenite",
11209 "base64 0.22.1",
11210 "client",
11211 "collections",
11212 "command_palette_hooks",
11213 "editor",
11214 "env_logger 0.11.6",
11215 "feature_flags",
11216 "file_icons",
11217 "futures 0.3.31",
11218 "gpui",
11219 "http_client",
11220 "image",
11221 "indoc",
11222 "jupyter-protocol",
11223 "jupyter-websocket-client",
11224 "language",
11225 "languages",
11226 "log",
11227 "markdown_preview",
11228 "menu",
11229 "multi_buffer",
11230 "nbformat",
11231 "picker",
11232 "project",
11233 "runtimelib",
11234 "schemars",
11235 "serde",
11236 "serde_json",
11237 "settings",
11238 "smol",
11239 "telemetry",
11240 "terminal",
11241 "terminal_view",
11242 "theme",
11243 "tree-sitter-md",
11244 "tree-sitter-python",
11245 "tree-sitter-typescript",
11246 "ui",
11247 "util",
11248 "uuid",
11249 "workspace",
11250]
11251
11252[[package]]
11253name = "reqwest"
11254version = "0.11.27"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11257dependencies = [
11258 "base64 0.21.7",
11259 "bytes 1.10.1",
11260 "encoding_rs",
11261 "futures-core",
11262 "futures-util",
11263 "h2 0.3.26",
11264 "http 0.2.12",
11265 "http-body 0.4.6",
11266 "hyper 0.14.32",
11267 "hyper-rustls 0.24.2",
11268 "hyper-tls",
11269 "ipnet",
11270 "js-sys",
11271 "log",
11272 "mime",
11273 "native-tls",
11274 "once_cell",
11275 "percent-encoding",
11276 "pin-project-lite",
11277 "rustls 0.21.12",
11278 "rustls-native-certs 0.6.3",
11279 "rustls-pemfile 1.0.4",
11280 "serde",
11281 "serde_json",
11282 "serde_urlencoded",
11283 "sync_wrapper 0.1.2",
11284 "system-configuration 0.5.1",
11285 "tokio",
11286 "tokio-native-tls",
11287 "tokio-rustls 0.24.1",
11288 "tower-service",
11289 "url",
11290 "wasm-bindgen",
11291 "wasm-bindgen-futures",
11292 "web-sys",
11293 "winreg 0.50.0",
11294]
11295
11296[[package]]
11297name = "reqwest"
11298version = "0.12.8"
11299source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11300dependencies = [
11301 "base64 0.22.1",
11302 "bytes 1.10.1",
11303 "encoding_rs",
11304 "futures-core",
11305 "futures-util",
11306 "h2 0.4.7",
11307 "http 1.2.0",
11308 "http-body 1.0.1",
11309 "http-body-util",
11310 "hyper 1.5.1",
11311 "hyper-rustls 0.27.3",
11312 "hyper-util",
11313 "ipnet",
11314 "js-sys",
11315 "log",
11316 "mime",
11317 "once_cell",
11318 "percent-encoding",
11319 "pin-project-lite",
11320 "quinn",
11321 "rustls 0.23.23",
11322 "rustls-native-certs 0.8.1",
11323 "rustls-pemfile 2.2.0",
11324 "rustls-pki-types",
11325 "serde",
11326 "serde_json",
11327 "serde_urlencoded",
11328 "sync_wrapper 1.0.2",
11329 "system-configuration 0.6.1",
11330 "tokio",
11331 "tokio-rustls 0.26.1",
11332 "tokio-socks",
11333 "tokio-util",
11334 "tower-service",
11335 "url",
11336 "wasm-bindgen",
11337 "wasm-bindgen-futures",
11338 "wasm-streams",
11339 "web-sys",
11340 "windows-registry",
11341]
11342
11343[[package]]
11344name = "reqwest_client"
11345version = "0.1.0"
11346dependencies = [
11347 "anyhow",
11348 "bytes 1.10.1",
11349 "futures 0.3.31",
11350 "gpui",
11351 "http_client",
11352 "log",
11353 "regex",
11354 "reqwest 0.12.8",
11355 "serde",
11356 "smol",
11357 "tokio",
11358]
11359
11360[[package]]
11361name = "resvg"
11362version = "0.44.0"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11365dependencies = [
11366 "log",
11367 "pico-args",
11368 "rgb",
11369 "svgtypes",
11370 "tiny-skia",
11371 "usvg",
11372]
11373
11374[[package]]
11375name = "rfc6979"
11376version = "0.3.1"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11379dependencies = [
11380 "crypto-bigint 0.4.9",
11381 "hmac",
11382 "zeroize",
11383]
11384
11385[[package]]
11386name = "rgb"
11387version = "0.8.50"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11390dependencies = [
11391 "bytemuck",
11392]
11393
11394[[package]]
11395name = "rich_text"
11396version = "0.1.0"
11397dependencies = [
11398 "futures 0.3.31",
11399 "gpui",
11400 "language",
11401 "linkify",
11402 "pulldown-cmark 0.12.2",
11403 "theme",
11404 "ui",
11405 "util",
11406]
11407
11408[[package]]
11409name = "ring"
11410version = "0.17.8"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11413dependencies = [
11414 "cc",
11415 "cfg-if",
11416 "getrandom 0.2.15",
11417 "libc",
11418 "spin",
11419 "untrusted",
11420 "windows-sys 0.52.0",
11421]
11422
11423[[package]]
11424name = "rkyv"
11425version = "0.7.45"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11428dependencies = [
11429 "bitvec",
11430 "bytecheck",
11431 "bytes 1.10.1",
11432 "hashbrown 0.12.3",
11433 "ptr_meta",
11434 "rend",
11435 "rkyv_derive",
11436 "seahash",
11437 "tinyvec",
11438 "uuid",
11439]
11440
11441[[package]]
11442name = "rkyv_derive"
11443version = "0.7.45"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11446dependencies = [
11447 "proc-macro2",
11448 "quote",
11449 "syn 1.0.109",
11450]
11451
11452[[package]]
11453name = "rmp"
11454version = "0.8.14"
11455source = "registry+https://github.com/rust-lang/crates.io-index"
11456checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11457dependencies = [
11458 "byteorder",
11459 "num-traits",
11460 "paste",
11461]
11462
11463[[package]]
11464name = "rmpv"
11465version = "1.3.0"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11468dependencies = [
11469 "num-traits",
11470 "rmp",
11471]
11472
11473[[package]]
11474name = "rodio"
11475version = "0.20.1"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11478dependencies = [
11479 "cpal",
11480 "hound",
11481]
11482
11483[[package]]
11484name = "rope"
11485version = "0.1.0"
11486dependencies = [
11487 "arrayvec",
11488 "criterion",
11489 "ctor",
11490 "env_logger 0.11.6",
11491 "gpui",
11492 "log",
11493 "rand 0.8.5",
11494 "rayon",
11495 "smallvec",
11496 "sum_tree",
11497 "unicode-segmentation",
11498 "util",
11499]
11500
11501[[package]]
11502name = "roxmltree"
11503version = "0.20.0"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11506
11507[[package]]
11508name = "rpc"
11509version = "0.1.0"
11510dependencies = [
11511 "anyhow",
11512 "async-tungstenite",
11513 "base64 0.22.1",
11514 "chrono",
11515 "collections",
11516 "env_logger 0.11.6",
11517 "futures 0.3.31",
11518 "gpui",
11519 "parking_lot",
11520 "proto",
11521 "rand 0.8.5",
11522 "rsa",
11523 "serde",
11524 "serde_json",
11525 "sha2",
11526 "strum",
11527 "tracing",
11528 "util",
11529 "zstd",
11530]
11531
11532[[package]]
11533name = "rsa"
11534version = "0.9.7"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11537dependencies = [
11538 "const-oid",
11539 "digest",
11540 "num-bigint-dig",
11541 "num-integer",
11542 "num-traits",
11543 "pkcs1",
11544 "pkcs8 0.10.2",
11545 "rand_core 0.6.4",
11546 "signature 2.2.0",
11547 "spki 0.7.3",
11548 "subtle",
11549 "zeroize",
11550]
11551
11552[[package]]
11553name = "runtimelib"
11554version = "0.25.0"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11557dependencies = [
11558 "anyhow",
11559 "async-dispatcher",
11560 "async-std",
11561 "base64 0.22.1",
11562 "bytes 1.10.1",
11563 "chrono",
11564 "data-encoding",
11565 "dirs 5.0.1",
11566 "futures 0.3.31",
11567 "glob",
11568 "jupyter-protocol",
11569 "ring",
11570 "serde",
11571 "serde_json",
11572 "shellexpand 3.1.0",
11573 "smol",
11574 "uuid",
11575 "zeromq",
11576]
11577
11578[[package]]
11579name = "rust-embed"
11580version = "8.5.0"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11583dependencies = [
11584 "rust-embed-impl",
11585 "rust-embed-utils",
11586 "walkdir",
11587]
11588
11589[[package]]
11590name = "rust-embed-impl"
11591version = "8.5.0"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11594dependencies = [
11595 "proc-macro2",
11596 "quote",
11597 "rust-embed-utils",
11598 "syn 2.0.90",
11599 "walkdir",
11600]
11601
11602[[package]]
11603name = "rust-embed-utils"
11604version = "8.5.0"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11607dependencies = [
11608 "globset",
11609 "sha2",
11610 "walkdir",
11611]
11612
11613[[package]]
11614name = "rust_decimal"
11615version = "1.36.0"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11618dependencies = [
11619 "arrayvec",
11620 "borsh",
11621 "bytes 1.10.1",
11622 "num-traits",
11623 "rand 0.8.5",
11624 "rkyv",
11625 "serde",
11626 "serde_json",
11627]
11628
11629[[package]]
11630name = "rustc-demangle"
11631version = "0.1.24"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11634
11635[[package]]
11636name = "rustc-hash"
11637version = "1.1.0"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11640
11641[[package]]
11642name = "rustc-hash"
11643version = "2.1.1"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11646
11647[[package]]
11648name = "rustc_version"
11649version = "0.4.1"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11652dependencies = [
11653 "semver",
11654]
11655
11656[[package]]
11657name = "rustix"
11658version = "0.38.42"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11661dependencies = [
11662 "bitflags 2.8.0",
11663 "errno 0.3.10",
11664 "itoa",
11665 "libc",
11666 "linux-raw-sys",
11667 "once_cell",
11668 "windows-sys 0.59.0",
11669]
11670
11671[[package]]
11672name = "rustix-openpty"
11673version = "0.1.1"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11676dependencies = [
11677 "errno 0.3.10",
11678 "libc",
11679 "rustix",
11680]
11681
11682[[package]]
11683name = "rustls"
11684version = "0.21.12"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11687dependencies = [
11688 "log",
11689 "ring",
11690 "rustls-webpki 0.101.7",
11691 "sct",
11692]
11693
11694[[package]]
11695name = "rustls"
11696version = "0.23.23"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11699dependencies = [
11700 "aws-lc-rs",
11701 "log",
11702 "once_cell",
11703 "ring",
11704 "rustls-pki-types",
11705 "rustls-webpki 0.102.8",
11706 "subtle",
11707 "zeroize",
11708]
11709
11710[[package]]
11711name = "rustls-native-certs"
11712version = "0.6.3"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11715dependencies = [
11716 "openssl-probe",
11717 "rustls-pemfile 1.0.4",
11718 "schannel",
11719 "security-framework 2.11.1",
11720]
11721
11722[[package]]
11723name = "rustls-native-certs"
11724version = "0.8.1"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11727dependencies = [
11728 "openssl-probe",
11729 "rustls-pki-types",
11730 "schannel",
11731 "security-framework 3.0.1",
11732]
11733
11734[[package]]
11735name = "rustls-pemfile"
11736version = "1.0.4"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11739dependencies = [
11740 "base64 0.21.7",
11741]
11742
11743[[package]]
11744name = "rustls-pemfile"
11745version = "2.2.0"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11748dependencies = [
11749 "rustls-pki-types",
11750]
11751
11752[[package]]
11753name = "rustls-pki-types"
11754version = "1.10.0"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11757dependencies = [
11758 "web-time",
11759]
11760
11761[[package]]
11762name = "rustls-platform-verifier"
11763version = "0.5.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11766dependencies = [
11767 "core-foundation 0.10.0",
11768 "core-foundation-sys",
11769 "jni",
11770 "log",
11771 "once_cell",
11772 "rustls 0.23.23",
11773 "rustls-native-certs 0.8.1",
11774 "rustls-platform-verifier-android",
11775 "rustls-webpki 0.102.8",
11776 "security-framework 3.0.1",
11777 "security-framework-sys",
11778 "webpki-root-certs",
11779 "windows-sys 0.52.0",
11780]
11781
11782[[package]]
11783name = "rustls-platform-verifier-android"
11784version = "0.1.1"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11787
11788[[package]]
11789name = "rustls-webpki"
11790version = "0.101.7"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11793dependencies = [
11794 "ring",
11795 "untrusted",
11796]
11797
11798[[package]]
11799name = "rustls-webpki"
11800version = "0.102.8"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11803dependencies = [
11804 "aws-lc-rs",
11805 "ring",
11806 "rustls-pki-types",
11807 "untrusted",
11808]
11809
11810[[package]]
11811name = "rustversion"
11812version = "1.0.18"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11815
11816[[package]]
11817name = "rustybuzz"
11818version = "0.14.1"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11821dependencies = [
11822 "bitflags 2.8.0",
11823 "bytemuck",
11824 "libm",
11825 "smallvec",
11826 "ttf-parser",
11827 "unicode-bidi-mirroring",
11828 "unicode-ccc",
11829 "unicode-properties",
11830 "unicode-script",
11831]
11832
11833[[package]]
11834name = "ryu"
11835version = "1.0.18"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11838
11839[[package]]
11840name = "salsa20"
11841version = "0.10.2"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11844dependencies = [
11845 "cipher",
11846]
11847
11848[[package]]
11849name = "same-file"
11850version = "1.0.6"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11853dependencies = [
11854 "winapi-util",
11855]
11856
11857[[package]]
11858name = "schannel"
11859version = "0.1.27"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11862dependencies = [
11863 "windows-sys 0.59.0",
11864]
11865
11866[[package]]
11867name = "schema_generator"
11868version = "0.1.0"
11869dependencies = [
11870 "anyhow",
11871 "clap",
11872 "env_logger 0.11.6",
11873 "schemars",
11874 "serde",
11875 "serde_json",
11876 "theme",
11877]
11878
11879[[package]]
11880name = "schemars"
11881version = "0.8.21"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11884dependencies = [
11885 "dyn-clone",
11886 "indexmap",
11887 "schemars_derive",
11888 "serde",
11889 "serde_json",
11890]
11891
11892[[package]]
11893name = "schemars_derive"
11894version = "0.8.21"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11897dependencies = [
11898 "proc-macro2",
11899 "quote",
11900 "serde_derive_internals",
11901 "syn 2.0.90",
11902]
11903
11904[[package]]
11905name = "scoped-tls"
11906version = "1.0.1"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11909
11910[[package]]
11911name = "scopeguard"
11912version = "1.2.0"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11915
11916[[package]]
11917name = "scratch"
11918version = "1.0.7"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11921
11922[[package]]
11923name = "scripting_tool"
11924version = "0.1.0"
11925dependencies = [
11926 "anyhow",
11927 "buffer_diff",
11928 "clock",
11929 "collections",
11930 "futures 0.3.31",
11931 "gpui",
11932 "language",
11933 "log",
11934 "mlua",
11935 "parking_lot",
11936 "project",
11937 "rand 0.8.5",
11938 "regex",
11939 "schemars",
11940 "serde",
11941 "serde_json",
11942 "settings",
11943 "util",
11944]
11945
11946[[package]]
11947name = "scrypt"
11948version = "0.11.0"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11951dependencies = [
11952 "password-hash 0.5.0",
11953 "pbkdf2 0.12.2",
11954 "salsa20",
11955 "sha2",
11956]
11957
11958[[package]]
11959name = "sct"
11960version = "0.7.1"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11963dependencies = [
11964 "ring",
11965 "untrusted",
11966]
11967
11968[[package]]
11969name = "sea-bae"
11970version = "0.2.1"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11973dependencies = [
11974 "heck 0.4.1",
11975 "proc-macro-error2",
11976 "proc-macro2",
11977 "quote",
11978 "syn 2.0.90",
11979]
11980
11981[[package]]
11982name = "sea-orm"
11983version = "1.1.5"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
11986dependencies = [
11987 "async-stream",
11988 "async-trait",
11989 "bigdecimal",
11990 "chrono",
11991 "futures 0.3.31",
11992 "log",
11993 "ouroboros",
11994 "rust_decimal",
11995 "sea-orm-macros",
11996 "sea-query",
11997 "sea-query-binder",
11998 "serde",
11999 "serde_json",
12000 "sqlx",
12001 "strum",
12002 "thiserror 1.0.69",
12003 "time",
12004 "tracing",
12005 "url",
12006 "uuid",
12007]
12008
12009[[package]]
12010name = "sea-orm-macros"
12011version = "1.1.5"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12014dependencies = [
12015 "heck 0.4.1",
12016 "proc-macro2",
12017 "quote",
12018 "sea-bae",
12019 "syn 2.0.90",
12020 "unicode-ident",
12021]
12022
12023[[package]]
12024name = "sea-query"
12025version = "0.32.1"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12028dependencies = [
12029 "bigdecimal",
12030 "chrono",
12031 "inherent",
12032 "ordered-float 3.9.2",
12033 "rust_decimal",
12034 "serde_json",
12035 "time",
12036 "uuid",
12037]
12038
12039[[package]]
12040name = "sea-query-binder"
12041version = "0.7.0"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12044dependencies = [
12045 "bigdecimal",
12046 "chrono",
12047 "rust_decimal",
12048 "sea-query",
12049 "serde_json",
12050 "sqlx",
12051 "time",
12052 "uuid",
12053]
12054
12055[[package]]
12056name = "seahash"
12057version = "4.1.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12060
12061[[package]]
12062name = "search"
12063version = "0.1.0"
12064dependencies = [
12065 "any_vec",
12066 "anyhow",
12067 "bitflags 2.8.0",
12068 "client",
12069 "collections",
12070 "editor",
12071 "futures 0.3.31",
12072 "gpui",
12073 "language",
12074 "menu",
12075 "project",
12076 "schemars",
12077 "serde",
12078 "serde_json",
12079 "settings",
12080 "smol",
12081 "theme",
12082 "ui",
12083 "unindent",
12084 "util",
12085 "workspace",
12086 "zed_actions",
12087]
12088
12089[[package]]
12090name = "sec1"
12091version = "0.3.0"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12094dependencies = [
12095 "base16ct",
12096 "der 0.6.1",
12097 "generic-array",
12098 "pkcs8 0.9.0",
12099 "subtle",
12100 "zeroize",
12101]
12102
12103[[package]]
12104name = "security-framework"
12105version = "2.11.1"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12108dependencies = [
12109 "bitflags 2.8.0",
12110 "core-foundation 0.9.4",
12111 "core-foundation-sys",
12112 "libc",
12113 "security-framework-sys",
12114]
12115
12116[[package]]
12117name = "security-framework"
12118version = "3.0.1"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12121dependencies = [
12122 "bitflags 2.8.0",
12123 "core-foundation 0.10.0",
12124 "core-foundation-sys",
12125 "libc",
12126 "security-framework-sys",
12127]
12128
12129[[package]]
12130name = "security-framework-sys"
12131version = "2.12.1"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12134dependencies = [
12135 "core-foundation-sys",
12136 "libc",
12137]
12138
12139[[package]]
12140name = "self_cell"
12141version = "1.1.0"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12144
12145[[package]]
12146name = "semantic_index"
12147version = "0.1.0"
12148dependencies = [
12149 "anyhow",
12150 "arrayvec",
12151 "blake3",
12152 "client",
12153 "clock",
12154 "collections",
12155 "env_logger 0.11.6",
12156 "feature_flags",
12157 "fs",
12158 "futures 0.3.31",
12159 "futures-batch",
12160 "gpui",
12161 "heed",
12162 "http_client",
12163 "language",
12164 "language_model",
12165 "languages",
12166 "log",
12167 "open_ai",
12168 "parking_lot",
12169 "project",
12170 "reqwest_client",
12171 "serde",
12172 "serde_json",
12173 "settings",
12174 "sha2",
12175 "smol",
12176 "streaming-iterator",
12177 "tempfile",
12178 "theme",
12179 "tree-sitter",
12180 "ui",
12181 "unindent",
12182 "util",
12183 "workspace",
12184 "worktree",
12185]
12186
12187[[package]]
12188name = "semantic_version"
12189version = "0.1.0"
12190dependencies = [
12191 "anyhow",
12192 "serde",
12193]
12194
12195[[package]]
12196name = "semver"
12197version = "1.0.25"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12200dependencies = [
12201 "serde",
12202]
12203
12204[[package]]
12205name = "serde"
12206version = "1.0.218"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12209dependencies = [
12210 "serde_derive",
12211]
12212
12213[[package]]
12214name = "serde_derive"
12215version = "1.0.218"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12218dependencies = [
12219 "proc-macro2",
12220 "quote",
12221 "syn 2.0.90",
12222]
12223
12224[[package]]
12225name = "serde_derive_internals"
12226version = "0.29.1"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12229dependencies = [
12230 "proc-macro2",
12231 "quote",
12232 "syn 2.0.90",
12233]
12234
12235[[package]]
12236name = "serde_fmt"
12237version = "1.0.3"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12240dependencies = [
12241 "serde",
12242]
12243
12244[[package]]
12245name = "serde_json"
12246version = "1.0.139"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12249dependencies = [
12250 "indexmap",
12251 "itoa",
12252 "memchr",
12253 "ryu",
12254 "serde",
12255]
12256
12257[[package]]
12258name = "serde_json_lenient"
12259version = "0.2.4"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12262dependencies = [
12263 "indexmap",
12264 "itoa",
12265 "memchr",
12266 "ryu",
12267 "serde",
12268]
12269
12270[[package]]
12271name = "serde_path_to_error"
12272version = "0.1.16"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12275dependencies = [
12276 "itoa",
12277 "serde",
12278]
12279
12280[[package]]
12281name = "serde_qs"
12282version = "0.8.5"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12285dependencies = [
12286 "percent-encoding",
12287 "serde",
12288 "thiserror 1.0.69",
12289]
12290
12291[[package]]
12292name = "serde_qs"
12293version = "0.10.1"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12296dependencies = [
12297 "percent-encoding",
12298 "serde",
12299 "thiserror 1.0.69",
12300]
12301
12302[[package]]
12303name = "serde_repr"
12304version = "0.1.19"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12307dependencies = [
12308 "proc-macro2",
12309 "quote",
12310 "syn 2.0.90",
12311]
12312
12313[[package]]
12314name = "serde_spanned"
12315version = "0.6.8"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12318dependencies = [
12319 "serde",
12320]
12321
12322[[package]]
12323name = "serde_urlencoded"
12324version = "0.7.1"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12327dependencies = [
12328 "form_urlencoded",
12329 "itoa",
12330 "ryu",
12331 "serde",
12332]
12333
12334[[package]]
12335name = "session"
12336version = "0.1.0"
12337dependencies = [
12338 "db",
12339 "gpui",
12340 "serde_json",
12341 "util",
12342 "uuid",
12343]
12344
12345[[package]]
12346name = "settings"
12347version = "0.1.0"
12348dependencies = [
12349 "anyhow",
12350 "collections",
12351 "ec4rs",
12352 "fs",
12353 "futures 0.3.31",
12354 "gpui",
12355 "indoc",
12356 "inventory",
12357 "log",
12358 "paths",
12359 "pretty_assertions",
12360 "release_channel",
12361 "rust-embed",
12362 "schemars",
12363 "serde",
12364 "serde_derive",
12365 "serde_json",
12366 "serde_json_lenient",
12367 "smallvec",
12368 "streaming-iterator",
12369 "tree-sitter",
12370 "tree-sitter-json",
12371 "unindent",
12372 "util",
12373]
12374
12375[[package]]
12376name = "settings_ui"
12377version = "0.1.0"
12378dependencies = [
12379 "command_palette_hooks",
12380 "editor",
12381 "feature_flags",
12382 "gpui",
12383 "settings",
12384 "theme",
12385 "ui",
12386 "workspace",
12387]
12388
12389[[package]]
12390name = "sha1"
12391version = "0.10.6"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12394dependencies = [
12395 "cfg-if",
12396 "cpufeatures",
12397 "digest",
12398]
12399
12400[[package]]
12401name = "sha1_smol"
12402version = "1.0.1"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12405
12406[[package]]
12407name = "sha2"
12408version = "0.10.8"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12411dependencies = [
12412 "cfg-if",
12413 "cpufeatures",
12414 "digest",
12415]
12416
12417[[package]]
12418name = "sharded-slab"
12419version = "0.1.7"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12422dependencies = [
12423 "lazy_static",
12424]
12425
12426[[package]]
12427name = "shell-words"
12428version = "1.1.0"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12431
12432[[package]]
12433name = "shellexpand"
12434version = "2.1.2"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12437dependencies = [
12438 "dirs 4.0.0",
12439]
12440
12441[[package]]
12442name = "shellexpand"
12443version = "3.1.0"
12444source = "registry+https://github.com/rust-lang/crates.io-index"
12445checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12446dependencies = [
12447 "dirs 5.0.1",
12448]
12449
12450[[package]]
12451name = "shlex"
12452version = "1.3.0"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12455
12456[[package]]
12457name = "signal-hook"
12458version = "0.3.17"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12461dependencies = [
12462 "libc",
12463 "signal-hook-registry",
12464]
12465
12466[[package]]
12467name = "signal-hook-registry"
12468version = "1.4.2"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12471dependencies = [
12472 "libc",
12473]
12474
12475[[package]]
12476name = "signature"
12477version = "1.6.4"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12480dependencies = [
12481 "digest",
12482 "rand_core 0.6.4",
12483]
12484
12485[[package]]
12486name = "signature"
12487version = "2.2.0"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12490dependencies = [
12491 "digest",
12492 "rand_core 0.6.4",
12493]
12494
12495[[package]]
12496name = "simd-adler32"
12497version = "0.3.7"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12500
12501[[package]]
12502name = "simd_helpers"
12503version = "0.1.0"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12506dependencies = [
12507 "quote",
12508]
12509
12510[[package]]
12511name = "simdutf8"
12512version = "0.1.5"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12515
12516[[package]]
12517name = "simple_asn1"
12518version = "0.6.2"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12521dependencies = [
12522 "num-bigint",
12523 "num-traits",
12524 "thiserror 1.0.69",
12525 "time",
12526]
12527
12528[[package]]
12529name = "simplecss"
12530version = "0.2.1"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12533dependencies = [
12534 "log",
12535]
12536
12537[[package]]
12538name = "simplelog"
12539version = "0.12.2"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12542dependencies = [
12543 "log",
12544 "termcolor",
12545 "time",
12546]
12547
12548[[package]]
12549name = "siphasher"
12550version = "0.3.11"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12553
12554[[package]]
12555name = "siphasher"
12556version = "1.0.1"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12559
12560[[package]]
12561name = "skrifa"
12562version = "0.22.3"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12565dependencies = [
12566 "bytemuck",
12567 "read-fonts",
12568]
12569
12570[[package]]
12571name = "slab"
12572version = "0.4.9"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12575dependencies = [
12576 "autocfg",
12577]
12578
12579[[package]]
12580name = "slash_commands_example"
12581version = "0.1.0"
12582dependencies = [
12583 "zed_extension_api 0.1.0",
12584]
12585
12586[[package]]
12587name = "slotmap"
12588version = "1.0.7"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12591dependencies = [
12592 "version_check",
12593]
12594
12595[[package]]
12596name = "smallvec"
12597version = "1.14.0"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12600dependencies = [
12601 "serde",
12602]
12603
12604[[package]]
12605name = "smart-default"
12606version = "0.6.0"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12609dependencies = [
12610 "proc-macro2",
12611 "quote",
12612 "syn 1.0.109",
12613]
12614
12615[[package]]
12616name = "smol"
12617version = "2.0.2"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12620dependencies = [
12621 "async-channel 2.3.1",
12622 "async-executor",
12623 "async-fs",
12624 "async-io",
12625 "async-lock",
12626 "async-net",
12627 "async-process",
12628 "blocking",
12629 "futures-lite 2.6.0",
12630]
12631
12632[[package]]
12633name = "smol_str"
12634version = "0.1.24"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12637dependencies = [
12638 "serde",
12639]
12640
12641[[package]]
12642name = "snippet"
12643version = "0.1.0"
12644dependencies = [
12645 "anyhow",
12646 "smallvec",
12647]
12648
12649[[package]]
12650name = "snippet_provider"
12651version = "0.1.0"
12652dependencies = [
12653 "anyhow",
12654 "collections",
12655 "extension",
12656 "fs",
12657 "futures 0.3.31",
12658 "gpui",
12659 "parking_lot",
12660 "paths",
12661 "schemars",
12662 "serde",
12663 "serde_json_lenient",
12664 "snippet",
12665 "util",
12666]
12667
12668[[package]]
12669name = "snippets_ui"
12670version = "0.1.0"
12671dependencies = [
12672 "fuzzy",
12673 "gpui",
12674 "language",
12675 "paths",
12676 "picker",
12677 "ui",
12678 "util",
12679 "workspace",
12680]
12681
12682[[package]]
12683name = "socket2"
12684version = "0.5.8"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12687dependencies = [
12688 "libc",
12689 "windows-sys 0.52.0",
12690]
12691
12692[[package]]
12693name = "spdx"
12694version = "0.10.7"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12697dependencies = [
12698 "smallvec",
12699]
12700
12701[[package]]
12702name = "spin"
12703version = "0.9.8"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12706dependencies = [
12707 "lock_api",
12708]
12709
12710[[package]]
12711name = "spirv"
12712version = "0.3.0+sdk-1.3.268.0"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12715dependencies = [
12716 "bitflags 2.8.0",
12717]
12718
12719[[package]]
12720name = "spki"
12721version = "0.6.0"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12724dependencies = [
12725 "base64ct",
12726 "der 0.6.1",
12727]
12728
12729[[package]]
12730name = "spki"
12731version = "0.7.3"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12734dependencies = [
12735 "base64ct",
12736 "der 0.7.9",
12737]
12738
12739[[package]]
12740name = "sptr"
12741version = "0.3.2"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12744
12745[[package]]
12746name = "sqlez"
12747version = "0.1.0"
12748dependencies = [
12749 "anyhow",
12750 "collections",
12751 "futures 0.3.31",
12752 "indoc",
12753 "libsqlite3-sys",
12754 "parking_lot",
12755 "smol",
12756 "sqlformat",
12757 "thread_local",
12758 "util",
12759 "uuid",
12760]
12761
12762[[package]]
12763name = "sqlez_macros"
12764version = "0.1.0"
12765dependencies = [
12766 "sqlez",
12767 "sqlformat",
12768 "syn 1.0.109",
12769]
12770
12771[[package]]
12772name = "sqlformat"
12773version = "0.2.6"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12776dependencies = [
12777 "nom",
12778 "unicode_categories",
12779]
12780
12781[[package]]
12782name = "sqlx"
12783version = "0.8.3"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12786dependencies = [
12787 "sqlx-core",
12788 "sqlx-macros",
12789 "sqlx-mysql",
12790 "sqlx-postgres",
12791 "sqlx-sqlite",
12792]
12793
12794[[package]]
12795name = "sqlx-core"
12796version = "0.8.3"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12799dependencies = [
12800 "bigdecimal",
12801 "bytes 1.10.1",
12802 "chrono",
12803 "crc",
12804 "crossbeam-queue",
12805 "either",
12806 "event-listener 5.3.1",
12807 "futures-core",
12808 "futures-intrusive",
12809 "futures-io",
12810 "futures-util",
12811 "hashbrown 0.15.2",
12812 "hashlink 0.10.0",
12813 "indexmap",
12814 "log",
12815 "memchr",
12816 "once_cell",
12817 "percent-encoding",
12818 "rust_decimal",
12819 "rustls 0.23.23",
12820 "rustls-pemfile 2.2.0",
12821 "serde",
12822 "serde_json",
12823 "sha2",
12824 "smallvec",
12825 "thiserror 2.0.6",
12826 "time",
12827 "tokio",
12828 "tokio-stream",
12829 "tracing",
12830 "url",
12831 "uuid",
12832 "webpki-roots",
12833]
12834
12835[[package]]
12836name = "sqlx-macros"
12837version = "0.8.3"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12840dependencies = [
12841 "proc-macro2",
12842 "quote",
12843 "sqlx-core",
12844 "sqlx-macros-core",
12845 "syn 2.0.90",
12846]
12847
12848[[package]]
12849name = "sqlx-macros-core"
12850version = "0.8.3"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12853dependencies = [
12854 "dotenvy",
12855 "either",
12856 "heck 0.5.0",
12857 "hex",
12858 "once_cell",
12859 "proc-macro2",
12860 "quote",
12861 "serde",
12862 "serde_json",
12863 "sha2",
12864 "sqlx-core",
12865 "sqlx-mysql",
12866 "sqlx-postgres",
12867 "sqlx-sqlite",
12868 "syn 2.0.90",
12869 "tempfile",
12870 "tokio",
12871 "url",
12872]
12873
12874[[package]]
12875name = "sqlx-mysql"
12876version = "0.8.3"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12879dependencies = [
12880 "atoi",
12881 "base64 0.22.1",
12882 "bigdecimal",
12883 "bitflags 2.8.0",
12884 "byteorder",
12885 "bytes 1.10.1",
12886 "chrono",
12887 "crc",
12888 "digest",
12889 "dotenvy",
12890 "either",
12891 "futures-channel",
12892 "futures-core",
12893 "futures-io",
12894 "futures-util",
12895 "generic-array",
12896 "hex",
12897 "hkdf",
12898 "hmac",
12899 "itoa",
12900 "log",
12901 "md-5",
12902 "memchr",
12903 "once_cell",
12904 "percent-encoding",
12905 "rand 0.8.5",
12906 "rsa",
12907 "rust_decimal",
12908 "serde",
12909 "sha1",
12910 "sha2",
12911 "smallvec",
12912 "sqlx-core",
12913 "stringprep",
12914 "thiserror 2.0.6",
12915 "time",
12916 "tracing",
12917 "uuid",
12918 "whoami",
12919]
12920
12921[[package]]
12922name = "sqlx-postgres"
12923version = "0.8.3"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12926dependencies = [
12927 "atoi",
12928 "base64 0.22.1",
12929 "bigdecimal",
12930 "bitflags 2.8.0",
12931 "byteorder",
12932 "chrono",
12933 "crc",
12934 "dotenvy",
12935 "etcetera",
12936 "futures-channel",
12937 "futures-core",
12938 "futures-util",
12939 "hex",
12940 "hkdf",
12941 "hmac",
12942 "home",
12943 "itoa",
12944 "log",
12945 "md-5",
12946 "memchr",
12947 "num-bigint",
12948 "once_cell",
12949 "rand 0.8.5",
12950 "rust_decimal",
12951 "serde",
12952 "serde_json",
12953 "sha2",
12954 "smallvec",
12955 "sqlx-core",
12956 "stringprep",
12957 "thiserror 2.0.6",
12958 "time",
12959 "tracing",
12960 "uuid",
12961 "whoami",
12962]
12963
12964[[package]]
12965name = "sqlx-sqlite"
12966version = "0.8.3"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
12969dependencies = [
12970 "atoi",
12971 "chrono",
12972 "flume",
12973 "futures-channel",
12974 "futures-core",
12975 "futures-executor",
12976 "futures-intrusive",
12977 "futures-util",
12978 "libsqlite3-sys",
12979 "log",
12980 "percent-encoding",
12981 "serde",
12982 "serde_urlencoded",
12983 "sqlx-core",
12984 "time",
12985 "tracing",
12986 "url",
12987 "uuid",
12988]
12989
12990[[package]]
12991name = "stable_deref_trait"
12992version = "1.2.0"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12995
12996[[package]]
12997name = "static_assertions"
12998version = "1.1.0"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13001
13002[[package]]
13003name = "story"
13004version = "0.1.0"
13005dependencies = [
13006 "gpui",
13007 "itertools 0.14.0",
13008 "smallvec",
13009]
13010
13011[[package]]
13012name = "storybook"
13013version = "0.1.0"
13014dependencies = [
13015 "anyhow",
13016 "clap",
13017 "collab_ui",
13018 "ctrlc",
13019 "dialoguer",
13020 "editor",
13021 "fuzzy",
13022 "gpui",
13023 "indoc",
13024 "language",
13025 "log",
13026 "menu",
13027 "picker",
13028 "project",
13029 "reqwest_client",
13030 "rust-embed",
13031 "settings",
13032 "simplelog",
13033 "story",
13034 "strum",
13035 "theme",
13036 "title_bar",
13037 "ui",
13038]
13039
13040[[package]]
13041name = "streaming-iterator"
13042version = "0.1.9"
13043source = "registry+https://github.com/rust-lang/crates.io-index"
13044checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13045
13046[[package]]
13047name = "streaming_diff"
13048version = "0.1.0"
13049dependencies = [
13050 "ordered-float 2.10.1",
13051 "rand 0.8.5",
13052 "rope",
13053 "util",
13054]
13055
13056[[package]]
13057name = "strict-num"
13058version = "0.1.1"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13061dependencies = [
13062 "float-cmp",
13063]
13064
13065[[package]]
13066name = "string_cache"
13067version = "0.8.7"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13070dependencies = [
13071 "new_debug_unreachable",
13072 "once_cell",
13073 "parking_lot",
13074 "phf_shared 0.10.0",
13075 "precomputed-hash",
13076 "serde",
13077]
13078
13079[[package]]
13080name = "string_cache_codegen"
13081version = "0.5.2"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13084dependencies = [
13085 "phf_generator 0.10.0",
13086 "phf_shared 0.10.0",
13087 "proc-macro2",
13088 "quote",
13089]
13090
13091[[package]]
13092name = "stringprep"
13093version = "0.1.5"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13096dependencies = [
13097 "unicode-bidi",
13098 "unicode-normalization",
13099 "unicode-properties",
13100]
13101
13102[[package]]
13103name = "strsim"
13104version = "0.11.1"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13107
13108[[package]]
13109name = "strum"
13110version = "0.26.3"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13113dependencies = [
13114 "strum_macros",
13115]
13116
13117[[package]]
13118name = "strum_macros"
13119version = "0.26.4"
13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13122dependencies = [
13123 "heck 0.5.0",
13124 "proc-macro2",
13125 "quote",
13126 "rustversion",
13127 "syn 2.0.90",
13128]
13129
13130[[package]]
13131name = "subtle"
13132version = "2.6.1"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13135
13136[[package]]
13137name = "sum_tree"
13138version = "0.1.0"
13139dependencies = [
13140 "arrayvec",
13141 "ctor",
13142 "env_logger 0.11.6",
13143 "log",
13144 "rand 0.8.5",
13145 "rayon",
13146]
13147
13148[[package]]
13149name = "supermaven"
13150version = "0.1.0"
13151dependencies = [
13152 "anyhow",
13153 "client",
13154 "collections",
13155 "editor",
13156 "env_logger 0.11.6",
13157 "futures 0.3.31",
13158 "gpui",
13159 "http_client",
13160 "inline_completion",
13161 "language",
13162 "log",
13163 "postage",
13164 "project",
13165 "serde",
13166 "serde_json",
13167 "settings",
13168 "smol",
13169 "supermaven_api",
13170 "text",
13171 "theme",
13172 "ui",
13173 "unicode-segmentation",
13174 "util",
13175]
13176
13177[[package]]
13178name = "supermaven_api"
13179version = "0.1.0"
13180dependencies = [
13181 "anyhow",
13182 "futures 0.3.31",
13183 "http_client",
13184 "paths",
13185 "serde",
13186 "serde_json",
13187 "smol",
13188]
13189
13190[[package]]
13191name = "sval"
13192version = "2.13.2"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13195
13196[[package]]
13197name = "sval_buffer"
13198version = "2.13.2"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13201dependencies = [
13202 "sval",
13203 "sval_ref",
13204]
13205
13206[[package]]
13207name = "sval_dynamic"
13208version = "2.13.2"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13211dependencies = [
13212 "sval",
13213]
13214
13215[[package]]
13216name = "sval_fmt"
13217version = "2.13.2"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13220dependencies = [
13221 "itoa",
13222 "ryu",
13223 "sval",
13224]
13225
13226[[package]]
13227name = "sval_json"
13228version = "2.13.2"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13231dependencies = [
13232 "itoa",
13233 "ryu",
13234 "sval",
13235]
13236
13237[[package]]
13238name = "sval_nested"
13239version = "2.13.2"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13242dependencies = [
13243 "sval",
13244 "sval_buffer",
13245 "sval_ref",
13246]
13247
13248[[package]]
13249name = "sval_ref"
13250version = "2.13.2"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13253dependencies = [
13254 "sval",
13255]
13256
13257[[package]]
13258name = "sval_serde"
13259version = "2.13.2"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13262dependencies = [
13263 "serde",
13264 "sval",
13265 "sval_nested",
13266]
13267
13268[[package]]
13269name = "svg_fmt"
13270version = "0.4.4"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13273
13274[[package]]
13275name = "svgtypes"
13276version = "0.15.2"
13277source = "registry+https://github.com/rust-lang/crates.io-index"
13278checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13279dependencies = [
13280 "kurbo",
13281 "siphasher 1.0.1",
13282]
13283
13284[[package]]
13285name = "swash"
13286version = "0.1.19"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13289dependencies = [
13290 "skrifa",
13291 "yazi",
13292 "zeno",
13293]
13294
13295[[package]]
13296name = "syn"
13297version = "1.0.109"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13300dependencies = [
13301 "proc-macro2",
13302 "quote",
13303 "unicode-ident",
13304]
13305
13306[[package]]
13307name = "syn"
13308version = "2.0.90"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13311dependencies = [
13312 "proc-macro2",
13313 "quote",
13314 "unicode-ident",
13315]
13316
13317[[package]]
13318name = "sync_wrapper"
13319version = "0.1.2"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13322
13323[[package]]
13324name = "sync_wrapper"
13325version = "1.0.2"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13328dependencies = [
13329 "futures-core",
13330]
13331
13332[[package]]
13333name = "synchronoise"
13334version = "1.0.1"
13335source = "registry+https://github.com/rust-lang/crates.io-index"
13336checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13337dependencies = [
13338 "crossbeam-queue",
13339]
13340
13341[[package]]
13342name = "synstructure"
13343version = "0.13.1"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13346dependencies = [
13347 "proc-macro2",
13348 "quote",
13349 "syn 2.0.90",
13350]
13351
13352[[package]]
13353name = "sys-locale"
13354version = "0.3.2"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13357dependencies = [
13358 "libc",
13359]
13360
13361[[package]]
13362name = "sysinfo"
13363version = "0.31.4"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13366dependencies = [
13367 "core-foundation-sys",
13368 "libc",
13369 "memchr",
13370 "ntapi",
13371 "rayon",
13372 "windows 0.57.0",
13373]
13374
13375[[package]]
13376name = "system-configuration"
13377version = "0.5.1"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13380dependencies = [
13381 "bitflags 1.3.2",
13382 "core-foundation 0.9.4",
13383 "system-configuration-sys 0.5.0",
13384]
13385
13386[[package]]
13387name = "system-configuration"
13388version = "0.6.1"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13391dependencies = [
13392 "bitflags 2.8.0",
13393 "core-foundation 0.9.4",
13394 "system-configuration-sys 0.6.0",
13395]
13396
13397[[package]]
13398name = "system-configuration-sys"
13399version = "0.5.0"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13402dependencies = [
13403 "core-foundation-sys",
13404 "libc",
13405]
13406
13407[[package]]
13408name = "system-configuration-sys"
13409version = "0.6.0"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13412dependencies = [
13413 "core-foundation-sys",
13414 "libc",
13415]
13416
13417[[package]]
13418name = "system-deps"
13419version = "6.2.2"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13422dependencies = [
13423 "cfg-expr",
13424 "heck 0.5.0",
13425 "pkg-config",
13426 "toml 0.8.20",
13427 "version-compare",
13428]
13429
13430[[package]]
13431name = "system-interface"
13432version = "0.27.3"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13435dependencies = [
13436 "bitflags 2.8.0",
13437 "cap-fs-ext",
13438 "cap-std",
13439 "fd-lock",
13440 "io-lifetimes",
13441 "rustix",
13442 "windows-sys 0.59.0",
13443 "winx",
13444]
13445
13446[[package]]
13447name = "tab_switcher"
13448version = "0.1.0"
13449dependencies = [
13450 "anyhow",
13451 "collections",
13452 "ctor",
13453 "editor",
13454 "env_logger 0.11.6",
13455 "gpui",
13456 "language",
13457 "menu",
13458 "picker",
13459 "project",
13460 "schemars",
13461 "serde",
13462 "serde_json",
13463 "settings",
13464 "theme",
13465 "ui",
13466 "util",
13467 "workspace",
13468]
13469
13470[[package]]
13471name = "taffy"
13472version = "0.4.4"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13475dependencies = [
13476 "arrayvec",
13477 "grid",
13478 "num-traits",
13479 "serde",
13480 "slotmap",
13481]
13482
13483[[package]]
13484name = "take-until"
13485version = "0.2.0"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13488
13489[[package]]
13490name = "tap"
13491version = "1.0.1"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13494
13495[[package]]
13496name = "target-lexicon"
13497version = "0.12.16"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13500
13501[[package]]
13502name = "target-lexicon"
13503version = "0.13.2"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13506
13507[[package]]
13508name = "task"
13509version = "0.1.0"
13510dependencies = [
13511 "anyhow",
13512 "collections",
13513 "futures 0.3.31",
13514 "gpui",
13515 "hex",
13516 "parking_lot",
13517 "schemars",
13518 "serde",
13519 "serde_json_lenient",
13520 "sha2",
13521 "shellexpand 2.1.2",
13522 "util",
13523 "zed_actions",
13524]
13525
13526[[package]]
13527name = "tasks_ui"
13528version = "0.1.0"
13529dependencies = [
13530 "anyhow",
13531 "editor",
13532 "file_icons",
13533 "fuzzy",
13534 "gpui",
13535 "language",
13536 "menu",
13537 "picker",
13538 "project",
13539 "schemars",
13540 "serde",
13541 "serde_json",
13542 "settings",
13543 "task",
13544 "tree-sitter-rust",
13545 "tree-sitter-typescript",
13546 "ui",
13547 "util",
13548 "workspace",
13549 "zed_actions",
13550]
13551
13552[[package]]
13553name = "telemetry"
13554version = "0.1.0"
13555dependencies = [
13556 "futures 0.3.31",
13557 "serde",
13558 "serde_json",
13559 "telemetry_events",
13560]
13561
13562[[package]]
13563name = "telemetry_events"
13564version = "0.1.0"
13565dependencies = [
13566 "semantic_version",
13567 "serde",
13568 "serde_json",
13569]
13570
13571[[package]]
13572name = "tempfile"
13573version = "3.17.1"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13576dependencies = [
13577 "cfg-if",
13578 "fastrand 2.3.0",
13579 "getrandom 0.3.1",
13580 "once_cell",
13581 "rustix",
13582 "windows-sys 0.59.0",
13583]
13584
13585[[package]]
13586name = "tendril"
13587version = "0.4.3"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13590dependencies = [
13591 "futf",
13592 "mac",
13593 "utf-8",
13594]
13595
13596[[package]]
13597name = "termcolor"
13598version = "1.4.1"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13601dependencies = [
13602 "winapi-util",
13603]
13604
13605[[package]]
13606name = "terminal"
13607version = "0.1.0"
13608dependencies = [
13609 "alacritty_terminal",
13610 "anyhow",
13611 "collections",
13612 "dirs 4.0.0",
13613 "futures 0.3.31",
13614 "gpui",
13615 "libc",
13616 "rand 0.8.5",
13617 "regex",
13618 "release_channel",
13619 "schemars",
13620 "serde",
13621 "serde_derive",
13622 "settings",
13623 "smol",
13624 "sysinfo",
13625 "task",
13626 "theme",
13627 "thiserror 1.0.69",
13628 "util",
13629 "windows 0.60.0",
13630]
13631
13632[[package]]
13633name = "terminal_size"
13634version = "0.4.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13637dependencies = [
13638 "rustix",
13639 "windows-sys 0.59.0",
13640]
13641
13642[[package]]
13643name = "terminal_view"
13644version = "0.1.0"
13645dependencies = [
13646 "anyhow",
13647 "async-recursion 1.1.1",
13648 "breadcrumbs",
13649 "client",
13650 "collections",
13651 "db",
13652 "dirs 4.0.0",
13653 "editor",
13654 "futures 0.3.31",
13655 "gpui",
13656 "itertools 0.14.0",
13657 "language",
13658 "log",
13659 "project",
13660 "rand 0.8.5",
13661 "schemars",
13662 "search",
13663 "serde",
13664 "serde_json",
13665 "settings",
13666 "shellexpand 2.1.2",
13667 "smol",
13668 "task",
13669 "terminal",
13670 "theme",
13671 "ui",
13672 "util",
13673 "workspace",
13674 "zed_actions",
13675]
13676
13677[[package]]
13678name = "text"
13679version = "0.1.0"
13680dependencies = [
13681 "anyhow",
13682 "clock",
13683 "collections",
13684 "ctor",
13685 "env_logger 0.11.6",
13686 "gpui",
13687 "http_client",
13688 "log",
13689 "parking_lot",
13690 "postage",
13691 "rand 0.8.5",
13692 "regex",
13693 "rope",
13694 "smallvec",
13695 "sum_tree",
13696 "util",
13697]
13698
13699[[package]]
13700name = "theme"
13701version = "0.1.0"
13702dependencies = [
13703 "anyhow",
13704 "collections",
13705 "derive_more",
13706 "fs",
13707 "futures 0.3.31",
13708 "gpui",
13709 "indexmap",
13710 "log",
13711 "palette",
13712 "parking_lot",
13713 "refineable",
13714 "schemars",
13715 "serde",
13716 "serde_derive",
13717 "serde_json",
13718 "serde_json_lenient",
13719 "serde_repr",
13720 "settings",
13721 "strum",
13722 "thiserror 1.0.69",
13723 "util",
13724 "uuid",
13725]
13726
13727[[package]]
13728name = "theme_extension"
13729version = "0.1.0"
13730dependencies = [
13731 "anyhow",
13732 "extension",
13733 "fs",
13734 "gpui",
13735 "theme",
13736]
13737
13738[[package]]
13739name = "theme_importer"
13740version = "0.1.0"
13741dependencies = [
13742 "anyhow",
13743 "clap",
13744 "gpui",
13745 "indexmap",
13746 "log",
13747 "palette",
13748 "rust-embed",
13749 "serde",
13750 "serde_json",
13751 "serde_json_lenient",
13752 "simplelog",
13753 "strum",
13754 "theme",
13755 "vscode_theme",
13756]
13757
13758[[package]]
13759name = "theme_selector"
13760version = "0.1.0"
13761dependencies = [
13762 "fs",
13763 "fuzzy",
13764 "gpui",
13765 "log",
13766 "picker",
13767 "serde",
13768 "settings",
13769 "telemetry",
13770 "theme",
13771 "ui",
13772 "util",
13773 "workspace",
13774 "zed_actions",
13775]
13776
13777[[package]]
13778name = "thiserror"
13779version = "1.0.69"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13782dependencies = [
13783 "thiserror-impl 1.0.69",
13784]
13785
13786[[package]]
13787name = "thiserror"
13788version = "2.0.6"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13791dependencies = [
13792 "thiserror-impl 2.0.6",
13793]
13794
13795[[package]]
13796name = "thiserror-impl"
13797version = "1.0.69"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13800dependencies = [
13801 "proc-macro2",
13802 "quote",
13803 "syn 2.0.90",
13804]
13805
13806[[package]]
13807name = "thiserror-impl"
13808version = "2.0.6"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13811dependencies = [
13812 "proc-macro2",
13813 "quote",
13814 "syn 2.0.90",
13815]
13816
13817[[package]]
13818name = "thread_local"
13819version = "1.1.8"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13822dependencies = [
13823 "cfg-if",
13824 "once_cell",
13825]
13826
13827[[package]]
13828name = "tiff"
13829version = "0.9.1"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13832dependencies = [
13833 "flate2",
13834 "jpeg-decoder",
13835 "weezl",
13836]
13837
13838[[package]]
13839name = "tiktoken-rs"
13840version = "0.6.0"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13843dependencies = [
13844 "anyhow",
13845 "base64 0.21.7",
13846 "bstr",
13847 "fancy-regex 0.13.0",
13848 "lazy_static",
13849 "parking_lot",
13850 "regex",
13851 "rustc-hash 1.1.0",
13852]
13853
13854[[package]]
13855name = "time"
13856version = "0.3.37"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13859dependencies = [
13860 "deranged",
13861 "itoa",
13862 "libc",
13863 "num-conv",
13864 "num_threads",
13865 "powerfmt",
13866 "serde",
13867 "time-core",
13868 "time-macros",
13869]
13870
13871[[package]]
13872name = "time-core"
13873version = "0.1.2"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13876
13877[[package]]
13878name = "time-macros"
13879version = "0.2.19"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13882dependencies = [
13883 "num-conv",
13884 "time-core",
13885]
13886
13887[[package]]
13888name = "time_format"
13889version = "0.1.0"
13890dependencies = [
13891 "core-foundation 0.9.4",
13892 "core-foundation-sys",
13893 "sys-locale",
13894 "time",
13895]
13896
13897[[package]]
13898name = "tiny-keccak"
13899version = "2.0.2"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13902dependencies = [
13903 "crunchy",
13904]
13905
13906[[package]]
13907name = "tiny-skia"
13908version = "0.11.4"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13911dependencies = [
13912 "arrayref",
13913 "arrayvec",
13914 "bytemuck",
13915 "cfg-if",
13916 "log",
13917 "png",
13918 "tiny-skia-path",
13919]
13920
13921[[package]]
13922name = "tiny-skia-path"
13923version = "0.11.4"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13926dependencies = [
13927 "arrayref",
13928 "bytemuck",
13929 "strict-num",
13930]
13931
13932[[package]]
13933name = "tiny_http"
13934version = "0.8.2"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13937dependencies = [
13938 "ascii",
13939 "chrono",
13940 "chunked_transfer",
13941 "log",
13942 "url",
13943]
13944
13945[[package]]
13946name = "tinystr"
13947version = "0.7.6"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13950dependencies = [
13951 "displaydoc",
13952 "zerovec",
13953]
13954
13955[[package]]
13956name = "tinytemplate"
13957version = "1.2.1"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13960dependencies = [
13961 "serde",
13962 "serde_json",
13963]
13964
13965[[package]]
13966name = "tinyvec"
13967version = "1.8.0"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13970dependencies = [
13971 "tinyvec_macros",
13972]
13973
13974[[package]]
13975name = "tinyvec_macros"
13976version = "0.1.1"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13979
13980[[package]]
13981name = "title_bar"
13982version = "0.1.0"
13983dependencies = [
13984 "auto_update",
13985 "call",
13986 "client",
13987 "collections",
13988 "feature_flags",
13989 "git_ui",
13990 "gpui",
13991 "http_client",
13992 "notifications",
13993 "pretty_assertions",
13994 "project",
13995 "remote",
13996 "rpc",
13997 "schemars",
13998 "serde",
13999 "settings",
14000 "smallvec",
14001 "story",
14002 "telemetry",
14003 "theme",
14004 "tree-sitter-md",
14005 "ui",
14006 "util",
14007 "windows 0.60.0",
14008 "workspace",
14009 "zed_actions",
14010 "zeta",
14011]
14012
14013[[package]]
14014name = "tokio"
14015version = "1.43.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14018dependencies = [
14019 "backtrace",
14020 "bytes 1.10.1",
14021 "libc",
14022 "mio 1.0.3",
14023 "parking_lot",
14024 "pin-project-lite",
14025 "signal-hook-registry",
14026 "socket2",
14027 "tokio-macros",
14028 "windows-sys 0.52.0",
14029]
14030
14031[[package]]
14032name = "tokio-io"
14033version = "0.1.13"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14036dependencies = [
14037 "bytes 0.4.12",
14038 "futures 0.1.31",
14039 "log",
14040]
14041
14042[[package]]
14043name = "tokio-macros"
14044version = "2.5.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14047dependencies = [
14048 "proc-macro2",
14049 "quote",
14050 "syn 2.0.90",
14051]
14052
14053[[package]]
14054name = "tokio-native-tls"
14055version = "0.3.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14058dependencies = [
14059 "native-tls",
14060 "tokio",
14061]
14062
14063[[package]]
14064name = "tokio-rustls"
14065version = "0.24.1"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14068dependencies = [
14069 "rustls 0.21.12",
14070 "tokio",
14071]
14072
14073[[package]]
14074name = "tokio-rustls"
14075version = "0.26.1"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14078dependencies = [
14079 "rustls 0.23.23",
14080 "tokio",
14081]
14082
14083[[package]]
14084name = "tokio-socks"
14085version = "0.5.2"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14088dependencies = [
14089 "either",
14090 "futures-io",
14091 "futures-util",
14092 "thiserror 1.0.69",
14093 "tokio",
14094]
14095
14096[[package]]
14097name = "tokio-stream"
14098version = "0.1.17"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14101dependencies = [
14102 "futures-core",
14103 "pin-project-lite",
14104 "tokio",
14105]
14106
14107[[package]]
14108name = "tokio-tungstenite"
14109version = "0.20.1"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14112dependencies = [
14113 "futures-util",
14114 "log",
14115 "rustls 0.21.12",
14116 "rustls-native-certs 0.6.3",
14117 "tokio",
14118 "tokio-rustls 0.24.1",
14119 "tungstenite 0.20.1",
14120]
14121
14122[[package]]
14123name = "tokio-tungstenite"
14124version = "0.21.0"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14127dependencies = [
14128 "futures-util",
14129 "log",
14130 "tokio",
14131 "tungstenite 0.21.0",
14132]
14133
14134[[package]]
14135name = "tokio-util"
14136version = "0.7.13"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14139dependencies = [
14140 "bytes 1.10.1",
14141 "futures-core",
14142 "futures-io",
14143 "futures-sink",
14144 "pin-project-lite",
14145 "tokio",
14146]
14147
14148[[package]]
14149name = "toml"
14150version = "0.5.11"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14153dependencies = [
14154 "serde",
14155]
14156
14157[[package]]
14158name = "toml"
14159version = "0.8.20"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14162dependencies = [
14163 "serde",
14164 "serde_spanned",
14165 "toml_datetime",
14166 "toml_edit",
14167]
14168
14169[[package]]
14170name = "toml_datetime"
14171version = "0.6.8"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14174dependencies = [
14175 "serde",
14176]
14177
14178[[package]]
14179name = "toml_edit"
14180version = "0.22.23"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14183dependencies = [
14184 "indexmap",
14185 "serde",
14186 "serde_spanned",
14187 "toml_datetime",
14188 "winnow 0.7.1",
14189]
14190
14191[[package]]
14192name = "toolchain_selector"
14193version = "0.1.0"
14194dependencies = [
14195 "editor",
14196 "fuzzy",
14197 "gpui",
14198 "language",
14199 "picker",
14200 "project",
14201 "ui",
14202 "util",
14203 "workspace",
14204]
14205
14206[[package]]
14207name = "topological-sort"
14208version = "0.2.2"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14211
14212[[package]]
14213name = "tower"
14214version = "0.4.13"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14217dependencies = [
14218 "futures-core",
14219 "futures-util",
14220 "pin-project",
14221 "pin-project-lite",
14222 "tokio",
14223 "tower-layer",
14224 "tower-service",
14225 "tracing",
14226]
14227
14228[[package]]
14229name = "tower-http"
14230version = "0.3.5"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14233dependencies = [
14234 "bitflags 1.3.2",
14235 "bytes 1.10.1",
14236 "futures-core",
14237 "futures-util",
14238 "http 0.2.12",
14239 "http-body 0.4.6",
14240 "http-range-header",
14241 "pin-project-lite",
14242 "tower-layer",
14243 "tower-service",
14244]
14245
14246[[package]]
14247name = "tower-http"
14248version = "0.4.4"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14251dependencies = [
14252 "bitflags 2.8.0",
14253 "bytes 1.10.1",
14254 "futures-core",
14255 "futures-util",
14256 "http 0.2.12",
14257 "http-body 0.4.6",
14258 "http-range-header",
14259 "pin-project-lite",
14260 "tower-layer",
14261 "tower-service",
14262 "tracing",
14263]
14264
14265[[package]]
14266name = "tower-layer"
14267version = "0.3.3"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14270
14271[[package]]
14272name = "tower-service"
14273version = "0.3.3"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14276
14277[[package]]
14278name = "tracing"
14279version = "0.1.41"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14282dependencies = [
14283 "log",
14284 "pin-project-lite",
14285 "tracing-attributes",
14286 "tracing-core",
14287]
14288
14289[[package]]
14290name = "tracing-attributes"
14291version = "0.1.28"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14294dependencies = [
14295 "proc-macro2",
14296 "quote",
14297 "syn 2.0.90",
14298]
14299
14300[[package]]
14301name = "tracing-core"
14302version = "0.1.33"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14305dependencies = [
14306 "once_cell",
14307 "valuable",
14308]
14309
14310[[package]]
14311name = "tracing-log"
14312version = "0.2.0"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14315dependencies = [
14316 "log",
14317 "once_cell",
14318 "tracing-core",
14319]
14320
14321[[package]]
14322name = "tracing-serde"
14323version = "0.2.0"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14326dependencies = [
14327 "serde",
14328 "tracing-core",
14329]
14330
14331[[package]]
14332name = "tracing-subscriber"
14333version = "0.3.19"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14336dependencies = [
14337 "matchers",
14338 "nu-ansi-term",
14339 "once_cell",
14340 "regex",
14341 "serde",
14342 "serde_json",
14343 "sharded-slab",
14344 "smallvec",
14345 "thread_local",
14346 "tracing",
14347 "tracing-core",
14348 "tracing-log",
14349 "tracing-serde",
14350]
14351
14352[[package]]
14353name = "trait-variant"
14354version = "0.1.2"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14357dependencies = [
14358 "proc-macro2",
14359 "quote",
14360 "syn 2.0.90",
14361]
14362
14363[[package]]
14364name = "tree-sitter"
14365version = "0.25.3"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14368dependencies = [
14369 "cc",
14370 "regex",
14371 "regex-syntax 0.8.5",
14372 "serde_json",
14373 "streaming-iterator",
14374 "tree-sitter-language",
14375 "wasmtime-c-api-impl",
14376]
14377
14378[[package]]
14379name = "tree-sitter-bash"
14380version = "0.23.3"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14383dependencies = [
14384 "cc",
14385 "tree-sitter-language",
14386]
14387
14388[[package]]
14389name = "tree-sitter-c"
14390version = "0.23.4"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14393dependencies = [
14394 "cc",
14395 "tree-sitter-language",
14396]
14397
14398[[package]]
14399name = "tree-sitter-cpp"
14400version = "0.23.4"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14403dependencies = [
14404 "cc",
14405 "tree-sitter-language",
14406]
14407
14408[[package]]
14409name = "tree-sitter-css"
14410version = "0.23.2"
14411source = "registry+https://github.com/rust-lang/crates.io-index"
14412checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14413dependencies = [
14414 "cc",
14415 "tree-sitter-language",
14416]
14417
14418[[package]]
14419name = "tree-sitter-diff"
14420version = "0.1.0"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14423dependencies = [
14424 "cc",
14425 "tree-sitter-language",
14426]
14427
14428[[package]]
14429name = "tree-sitter-elixir"
14430version = "0.3.4"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14433dependencies = [
14434 "cc",
14435 "tree-sitter-language",
14436]
14437
14438[[package]]
14439name = "tree-sitter-embedded-template"
14440version = "0.23.2"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14443dependencies = [
14444 "cc",
14445 "tree-sitter-language",
14446]
14447
14448[[package]]
14449name = "tree-sitter-gitcommit"
14450version = "0.0.1"
14451source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14452dependencies = [
14453 "cc",
14454 "tree-sitter-language",
14455]
14456
14457[[package]]
14458name = "tree-sitter-go"
14459version = "0.23.4"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14462dependencies = [
14463 "cc",
14464 "tree-sitter-language",
14465]
14466
14467[[package]]
14468name = "tree-sitter-gomod"
14469version = "1.1.1"
14470source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14471dependencies = [
14472 "cc",
14473 "tree-sitter-language",
14474]
14475
14476[[package]]
14477name = "tree-sitter-gowork"
14478version = "0.0.1"
14479source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14480dependencies = [
14481 "cc",
14482 "tree-sitter-language",
14483]
14484
14485[[package]]
14486name = "tree-sitter-heex"
14487version = "0.0.1"
14488source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14489dependencies = [
14490 "cc",
14491 "tree-sitter-language",
14492]
14493
14494[[package]]
14495name = "tree-sitter-html"
14496version = "0.23.2"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14499dependencies = [
14500 "cc",
14501 "tree-sitter-language",
14502]
14503
14504[[package]]
14505name = "tree-sitter-jsdoc"
14506version = "0.23.2"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14509dependencies = [
14510 "cc",
14511 "tree-sitter-language",
14512]
14513
14514[[package]]
14515name = "tree-sitter-json"
14516version = "0.24.8"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14519dependencies = [
14520 "cc",
14521 "tree-sitter-language",
14522]
14523
14524[[package]]
14525name = "tree-sitter-language"
14526version = "0.1.3"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14529
14530[[package]]
14531name = "tree-sitter-md"
14532version = "0.3.2"
14533source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14534dependencies = [
14535 "cc",
14536 "tree-sitter-language",
14537]
14538
14539[[package]]
14540name = "tree-sitter-python"
14541version = "0.23.6"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14544dependencies = [
14545 "cc",
14546 "tree-sitter-language",
14547]
14548
14549[[package]]
14550name = "tree-sitter-regex"
14551version = "0.24.3"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14554dependencies = [
14555 "cc",
14556 "tree-sitter-language",
14557]
14558
14559[[package]]
14560name = "tree-sitter-ruby"
14561version = "0.23.1"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14564dependencies = [
14565 "cc",
14566 "tree-sitter-language",
14567]
14568
14569[[package]]
14570name = "tree-sitter-rust"
14571version = "0.23.2"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14574dependencies = [
14575 "cc",
14576 "tree-sitter-language",
14577]
14578
14579[[package]]
14580name = "tree-sitter-typescript"
14581version = "0.23.2"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14584dependencies = [
14585 "cc",
14586 "tree-sitter-language",
14587]
14588
14589[[package]]
14590name = "tree-sitter-yaml"
14591version = "0.6.1"
14592source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14593dependencies = [
14594 "cc",
14595 "tree-sitter-language",
14596]
14597
14598[[package]]
14599name = "try-lock"
14600version = "0.2.5"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14603
14604[[package]]
14605name = "ttf-parser"
14606version = "0.21.1"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14609
14610[[package]]
14611name = "tungstenite"
14612version = "0.20.1"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14615dependencies = [
14616 "byteorder",
14617 "bytes 1.10.1",
14618 "data-encoding",
14619 "http 0.2.12",
14620 "httparse",
14621 "log",
14622 "rand 0.8.5",
14623 "rustls 0.21.12",
14624 "sha1",
14625 "thiserror 1.0.69",
14626 "url",
14627 "utf-8",
14628]
14629
14630[[package]]
14631name = "tungstenite"
14632version = "0.21.0"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14635dependencies = [
14636 "byteorder",
14637 "bytes 1.10.1",
14638 "data-encoding",
14639 "http 1.2.0",
14640 "httparse",
14641 "log",
14642 "rand 0.8.5",
14643 "sha1",
14644 "thiserror 1.0.69",
14645 "url",
14646 "utf-8",
14647]
14648
14649[[package]]
14650name = "tungstenite"
14651version = "0.24.0"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14654dependencies = [
14655 "byteorder",
14656 "bytes 1.10.1",
14657 "data-encoding",
14658 "http 1.2.0",
14659 "httparse",
14660 "log",
14661 "rand 0.8.5",
14662 "sha1",
14663 "thiserror 1.0.69",
14664 "utf-8",
14665]
14666
14667[[package]]
14668name = "typeid"
14669version = "1.0.2"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14672
14673[[package]]
14674name = "typenum"
14675version = "1.17.0"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14678
14679[[package]]
14680name = "ucd-trie"
14681version = "0.1.7"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14684
14685[[package]]
14686name = "uds_windows"
14687version = "1.1.0"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14690dependencies = [
14691 "memoffset",
14692 "tempfile",
14693 "winapi",
14694]
14695
14696[[package]]
14697name = "ui"
14698version = "0.1.0"
14699dependencies = [
14700 "chrono",
14701 "component",
14702 "gpui",
14703 "itertools 0.14.0",
14704 "linkme",
14705 "menu",
14706 "serde",
14707 "settings",
14708 "smallvec",
14709 "story",
14710 "strum",
14711 "theme",
14712 "ui_macros",
14713 "util",
14714 "windows 0.60.0",
14715]
14716
14717[[package]]
14718name = "ui_input"
14719version = "0.1.0"
14720dependencies = [
14721 "editor",
14722 "gpui",
14723 "settings",
14724 "theme",
14725 "ui",
14726]
14727
14728[[package]]
14729name = "ui_macros"
14730version = "0.1.0"
14731dependencies = [
14732 "convert_case 0.8.0",
14733 "linkme",
14734 "proc-macro2",
14735 "quote",
14736 "syn 1.0.109",
14737]
14738
14739[[package]]
14740name = "unicase"
14741version = "2.8.1"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14744
14745[[package]]
14746name = "unicode-bidi"
14747version = "0.3.17"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14750
14751[[package]]
14752name = "unicode-bidi-mirroring"
14753version = "0.2.0"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14756
14757[[package]]
14758name = "unicode-ccc"
14759version = "0.2.0"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14762
14763[[package]]
14764name = "unicode-ident"
14765version = "1.0.14"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14768
14769[[package]]
14770name = "unicode-linebreak"
14771version = "0.1.5"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14774
14775[[package]]
14776name = "unicode-normalization"
14777version = "0.1.24"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14780dependencies = [
14781 "tinyvec",
14782]
14783
14784[[package]]
14785name = "unicode-properties"
14786version = "0.1.3"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14789
14790[[package]]
14791name = "unicode-script"
14792version = "0.5.7"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14795
14796[[package]]
14797name = "unicode-segmentation"
14798version = "1.12.0"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14801
14802[[package]]
14803name = "unicode-width"
14804version = "0.1.14"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14807
14808[[package]]
14809name = "unicode-xid"
14810version = "0.2.6"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14813
14814[[package]]
14815name = "unicode_categories"
14816version = "0.1.1"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14819
14820[[package]]
14821name = "unindent"
14822version = "0.2.3"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14825
14826[[package]]
14827name = "untrusted"
14828version = "0.9.0"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14831
14832[[package]]
14833name = "url"
14834version = "2.5.4"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14837dependencies = [
14838 "form_urlencoded",
14839 "idna",
14840 "percent-encoding",
14841 "serde",
14842]
14843
14844[[package]]
14845name = "urlencoding"
14846version = "2.1.3"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14849
14850[[package]]
14851name = "usvg"
14852version = "0.44.0"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14855dependencies = [
14856 "base64 0.22.1",
14857 "data-url",
14858 "flate2",
14859 "imagesize",
14860 "kurbo",
14861 "log",
14862 "pico-args",
14863 "roxmltree",
14864 "simplecss",
14865 "siphasher 1.0.1",
14866 "strict-num",
14867 "svgtypes",
14868 "tiny-skia-path",
14869 "xmlwriter",
14870]
14871
14872[[package]]
14873name = "utf-8"
14874version = "0.7.6"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14877
14878[[package]]
14879name = "utf16_iter"
14880version = "1.0.5"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14883
14884[[package]]
14885name = "utf8_iter"
14886version = "1.0.4"
14887source = "registry+https://github.com/rust-lang/crates.io-index"
14888checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14889
14890[[package]]
14891name = "utf8parse"
14892version = "0.2.2"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14895
14896[[package]]
14897name = "util"
14898version = "0.1.0"
14899dependencies = [
14900 "anyhow",
14901 "async-fs",
14902 "collections",
14903 "dirs 4.0.0",
14904 "dunce",
14905 "futures 0.3.31",
14906 "futures-lite 1.13.0",
14907 "git2",
14908 "globset",
14909 "itertools 0.14.0",
14910 "libc",
14911 "log",
14912 "rand 0.8.5",
14913 "regex",
14914 "rust-embed",
14915 "serde",
14916 "serde_json",
14917 "smol",
14918 "take-until",
14919 "tempfile",
14920 "tendril",
14921 "unicase",
14922 "util_macros",
14923]
14924
14925[[package]]
14926name = "util_macros"
14927version = "0.1.0"
14928dependencies = [
14929 "quote",
14930 "syn 1.0.109",
14931]
14932
14933[[package]]
14934name = "uuid"
14935version = "1.13.2"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14938dependencies = [
14939 "getrandom 0.3.1",
14940 "serde",
14941 "sha1_smol",
14942]
14943
14944[[package]]
14945name = "v_frame"
14946version = "0.3.8"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14949dependencies = [
14950 "aligned-vec",
14951 "num-traits",
14952 "wasm-bindgen",
14953]
14954
14955[[package]]
14956name = "valuable"
14957version = "0.1.0"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14960
14961[[package]]
14962name = "value-bag"
14963version = "1.10.0"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14966dependencies = [
14967 "value-bag-serde1",
14968 "value-bag-sval2",
14969]
14970
14971[[package]]
14972name = "value-bag-serde1"
14973version = "1.10.0"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14976dependencies = [
14977 "erased-serde",
14978 "serde",
14979 "serde_fmt",
14980]
14981
14982[[package]]
14983name = "value-bag-sval2"
14984version = "1.10.0"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14987dependencies = [
14988 "sval",
14989 "sval_buffer",
14990 "sval_dynamic",
14991 "sval_fmt",
14992 "sval_json",
14993 "sval_ref",
14994 "sval_serde",
14995]
14996
14997[[package]]
14998name = "vcpkg"
14999version = "0.2.15"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15002
15003[[package]]
15004name = "version-compare"
15005version = "0.2.0"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15008
15009[[package]]
15010name = "version_check"
15011version = "0.9.5"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15014
15015[[package]]
15016name = "vim"
15017version = "0.1.0"
15018dependencies = [
15019 "anyhow",
15020 "assets",
15021 "async-compat",
15022 "async-trait",
15023 "collections",
15024 "command_palette",
15025 "command_palette_hooks",
15026 "editor",
15027 "futures 0.3.31",
15028 "git_ui",
15029 "gpui",
15030 "indoc",
15031 "itertools 0.14.0",
15032 "language",
15033 "libc",
15034 "log",
15035 "lsp",
15036 "multi_buffer",
15037 "nvim-rs",
15038 "parking_lot",
15039 "picker",
15040 "project",
15041 "project_panel",
15042 "regex",
15043 "release_channel",
15044 "schemars",
15045 "search",
15046 "serde",
15047 "serde_derive",
15048 "serde_json",
15049 "settings",
15050 "task",
15051 "theme",
15052 "tokio",
15053 "ui",
15054 "util",
15055 "vim_mode_setting",
15056 "workspace",
15057 "zed_actions",
15058]
15059
15060[[package]]
15061name = "vim_mode_setting"
15062version = "0.1.0"
15063dependencies = [
15064 "anyhow",
15065 "gpui",
15066 "settings",
15067]
15068
15069[[package]]
15070name = "vscode_theme"
15071version = "0.2.0"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15074dependencies = [
15075 "serde",
15076]
15077
15078[[package]]
15079name = "vsimd"
15080version = "0.8.0"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15083
15084[[package]]
15085name = "vswhom"
15086version = "0.1.0"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15089dependencies = [
15090 "libc",
15091 "vswhom-sys",
15092]
15093
15094[[package]]
15095name = "vswhom-sys"
15096version = "0.1.2"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15099dependencies = [
15100 "cc",
15101 "libc",
15102]
15103
15104[[package]]
15105name = "vte"
15106version = "0.15.0"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15109dependencies = [
15110 "arrayvec",
15111 "bitflags 2.8.0",
15112 "cursor-icon",
15113 "log",
15114 "memchr",
15115 "serde",
15116]
15117
15118[[package]]
15119name = "waker-fn"
15120version = "1.2.0"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15123
15124[[package]]
15125name = "walkdir"
15126version = "2.5.0"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15129dependencies = [
15130 "same-file",
15131 "winapi-util",
15132]
15133
15134[[package]]
15135name = "want"
15136version = "0.3.1"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15139dependencies = [
15140 "try-lock",
15141]
15142
15143[[package]]
15144name = "warp"
15145version = "0.3.7"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15148dependencies = [
15149 "bytes 1.10.1",
15150 "futures-channel",
15151 "futures-util",
15152 "headers",
15153 "http 0.2.12",
15154 "hyper 0.14.32",
15155 "log",
15156 "mime",
15157 "mime_guess",
15158 "percent-encoding",
15159 "pin-project",
15160 "scoped-tls",
15161 "serde",
15162 "serde_json",
15163 "serde_urlencoded",
15164 "tokio",
15165 "tokio-tungstenite 0.21.0",
15166 "tokio-util",
15167 "tower-service",
15168 "tracing",
15169]
15170
15171[[package]]
15172name = "wasi"
15173version = "0.9.0+wasi-snapshot-preview1"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15176
15177[[package]]
15178name = "wasi"
15179version = "0.11.0+wasi-snapshot-preview1"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15182
15183[[package]]
15184name = "wasi"
15185version = "0.13.3+wasi-0.2.2"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15188dependencies = [
15189 "wit-bindgen-rt 0.33.0",
15190]
15191
15192[[package]]
15193name = "wasite"
15194version = "0.1.0"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15197
15198[[package]]
15199name = "wasm-bindgen"
15200version = "0.2.99"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15203dependencies = [
15204 "cfg-if",
15205 "once_cell",
15206 "wasm-bindgen-macro",
15207]
15208
15209[[package]]
15210name = "wasm-bindgen-backend"
15211version = "0.2.99"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15214dependencies = [
15215 "bumpalo",
15216 "log",
15217 "proc-macro2",
15218 "quote",
15219 "syn 2.0.90",
15220 "wasm-bindgen-shared",
15221]
15222
15223[[package]]
15224name = "wasm-bindgen-futures"
15225version = "0.4.49"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15228dependencies = [
15229 "cfg-if",
15230 "js-sys",
15231 "once_cell",
15232 "wasm-bindgen",
15233 "web-sys",
15234]
15235
15236[[package]]
15237name = "wasm-bindgen-macro"
15238version = "0.2.99"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15241dependencies = [
15242 "quote",
15243 "wasm-bindgen-macro-support",
15244]
15245
15246[[package]]
15247name = "wasm-bindgen-macro-support"
15248version = "0.2.99"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15251dependencies = [
15252 "proc-macro2",
15253 "quote",
15254 "syn 2.0.90",
15255 "wasm-bindgen-backend",
15256 "wasm-bindgen-shared",
15257]
15258
15259[[package]]
15260name = "wasm-bindgen-shared"
15261version = "0.2.99"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15264
15265[[package]]
15266name = "wasm-encoder"
15267version = "0.201.0"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15270dependencies = [
15271 "leb128",
15272]
15273
15274[[package]]
15275name = "wasm-encoder"
15276version = "0.221.3"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15279dependencies = [
15280 "leb128",
15281 "wasmparser 0.221.3",
15282]
15283
15284[[package]]
15285name = "wasm-metadata"
15286version = "0.201.0"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15289dependencies = [
15290 "anyhow",
15291 "indexmap",
15292 "serde",
15293 "serde_derive",
15294 "serde_json",
15295 "spdx",
15296 "wasm-encoder 0.201.0",
15297 "wasmparser 0.201.0",
15298]
15299
15300[[package]]
15301name = "wasm-metadata"
15302version = "0.221.3"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15305dependencies = [
15306 "anyhow",
15307 "indexmap",
15308 "serde",
15309 "serde_derive",
15310 "serde_json",
15311 "spdx",
15312 "wasm-encoder 0.221.3",
15313 "wasmparser 0.221.3",
15314]
15315
15316[[package]]
15317name = "wasm-streams"
15318version = "0.4.2"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15321dependencies = [
15322 "futures-util",
15323 "js-sys",
15324 "wasm-bindgen",
15325 "wasm-bindgen-futures",
15326 "web-sys",
15327]
15328
15329[[package]]
15330name = "wasmparser"
15331version = "0.201.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15334dependencies = [
15335 "bitflags 2.8.0",
15336 "indexmap",
15337 "semver",
15338]
15339
15340[[package]]
15341name = "wasmparser"
15342version = "0.221.3"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15345dependencies = [
15346 "bitflags 2.8.0",
15347 "hashbrown 0.15.2",
15348 "indexmap",
15349 "semver",
15350 "serde",
15351]
15352
15353[[package]]
15354name = "wasmprinter"
15355version = "0.221.3"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15358dependencies = [
15359 "anyhow",
15360 "termcolor",
15361 "wasmparser 0.221.3",
15362]
15363
15364[[package]]
15365name = "wasmtime"
15366version = "29.0.1"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15369dependencies = [
15370 "anyhow",
15371 "async-trait",
15372 "bitflags 2.8.0",
15373 "bumpalo",
15374 "cc",
15375 "cfg-if",
15376 "encoding_rs",
15377 "hashbrown 0.14.5",
15378 "indexmap",
15379 "libc",
15380 "log",
15381 "mach2",
15382 "memfd",
15383 "object",
15384 "once_cell",
15385 "paste",
15386 "postcard",
15387 "psm",
15388 "pulley-interpreter",
15389 "rustix",
15390 "semver",
15391 "serde",
15392 "serde_derive",
15393 "smallvec",
15394 "sptr",
15395 "target-lexicon 0.13.2",
15396 "trait-variant",
15397 "wasmparser 0.221.3",
15398 "wasmtime-asm-macros",
15399 "wasmtime-component-macro",
15400 "wasmtime-component-util",
15401 "wasmtime-cranelift",
15402 "wasmtime-environ",
15403 "wasmtime-fiber",
15404 "wasmtime-jit-icache-coherence",
15405 "wasmtime-math",
15406 "wasmtime-slab",
15407 "wasmtime-versioned-export-macros",
15408 "wasmtime-winch",
15409 "windows-sys 0.59.0",
15410]
15411
15412[[package]]
15413name = "wasmtime-asm-macros"
15414version = "29.0.1"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15417dependencies = [
15418 "cfg-if",
15419]
15420
15421[[package]]
15422name = "wasmtime-c-api-impl"
15423version = "29.0.1"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15426dependencies = [
15427 "anyhow",
15428 "log",
15429 "tracing",
15430 "wasmtime",
15431 "wasmtime-c-api-macros",
15432]
15433
15434[[package]]
15435name = "wasmtime-c-api-macros"
15436version = "29.0.1"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15439dependencies = [
15440 "proc-macro2",
15441 "quote",
15442]
15443
15444[[package]]
15445name = "wasmtime-component-macro"
15446version = "29.0.1"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15449dependencies = [
15450 "anyhow",
15451 "proc-macro2",
15452 "quote",
15453 "syn 2.0.90",
15454 "wasmtime-component-util",
15455 "wasmtime-wit-bindgen",
15456 "wit-parser 0.221.3",
15457]
15458
15459[[package]]
15460name = "wasmtime-component-util"
15461version = "29.0.1"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15464
15465[[package]]
15466name = "wasmtime-cranelift"
15467version = "29.0.1"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15470dependencies = [
15471 "anyhow",
15472 "cfg-if",
15473 "cranelift-codegen",
15474 "cranelift-control",
15475 "cranelift-entity",
15476 "cranelift-frontend",
15477 "cranelift-native",
15478 "gimli",
15479 "itertools 0.12.1",
15480 "log",
15481 "object",
15482 "smallvec",
15483 "target-lexicon 0.13.2",
15484 "thiserror 1.0.69",
15485 "wasmparser 0.221.3",
15486 "wasmtime-environ",
15487 "wasmtime-versioned-export-macros",
15488]
15489
15490[[package]]
15491name = "wasmtime-environ"
15492version = "29.0.1"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15495dependencies = [
15496 "anyhow",
15497 "cpp_demangle",
15498 "cranelift-bitset",
15499 "cranelift-entity",
15500 "gimli",
15501 "indexmap",
15502 "log",
15503 "object",
15504 "postcard",
15505 "rustc-demangle",
15506 "semver",
15507 "serde",
15508 "serde_derive",
15509 "smallvec",
15510 "target-lexicon 0.13.2",
15511 "wasm-encoder 0.221.3",
15512 "wasmparser 0.221.3",
15513 "wasmprinter",
15514 "wasmtime-component-util",
15515]
15516
15517[[package]]
15518name = "wasmtime-fiber"
15519version = "29.0.1"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15522dependencies = [
15523 "anyhow",
15524 "cc",
15525 "cfg-if",
15526 "rustix",
15527 "wasmtime-asm-macros",
15528 "wasmtime-versioned-export-macros",
15529 "windows-sys 0.59.0",
15530]
15531
15532[[package]]
15533name = "wasmtime-jit-icache-coherence"
15534version = "29.0.1"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15537dependencies = [
15538 "anyhow",
15539 "cfg-if",
15540 "libc",
15541 "windows-sys 0.59.0",
15542]
15543
15544[[package]]
15545name = "wasmtime-math"
15546version = "29.0.1"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15549dependencies = [
15550 "libm",
15551]
15552
15553[[package]]
15554name = "wasmtime-slab"
15555version = "29.0.1"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15558
15559[[package]]
15560name = "wasmtime-versioned-export-macros"
15561version = "29.0.1"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15564dependencies = [
15565 "proc-macro2",
15566 "quote",
15567 "syn 2.0.90",
15568]
15569
15570[[package]]
15571name = "wasmtime-wasi"
15572version = "29.0.1"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15575dependencies = [
15576 "anyhow",
15577 "async-trait",
15578 "bitflags 2.8.0",
15579 "bytes 1.10.1",
15580 "cap-fs-ext",
15581 "cap-net-ext",
15582 "cap-rand",
15583 "cap-std",
15584 "cap-time-ext",
15585 "fs-set-times",
15586 "futures 0.3.31",
15587 "io-extras",
15588 "io-lifetimes",
15589 "rustix",
15590 "system-interface",
15591 "thiserror 1.0.69",
15592 "tokio",
15593 "tracing",
15594 "trait-variant",
15595 "url",
15596 "wasmtime",
15597 "wiggle",
15598 "windows-sys 0.59.0",
15599]
15600
15601[[package]]
15602name = "wasmtime-winch"
15603version = "29.0.1"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15606dependencies = [
15607 "anyhow",
15608 "cranelift-codegen",
15609 "gimli",
15610 "object",
15611 "target-lexicon 0.13.2",
15612 "wasmparser 0.221.3",
15613 "wasmtime-cranelift",
15614 "wasmtime-environ",
15615 "winch-codegen",
15616]
15617
15618[[package]]
15619name = "wasmtime-wit-bindgen"
15620version = "29.0.1"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15623dependencies = [
15624 "anyhow",
15625 "heck 0.5.0",
15626 "indexmap",
15627 "wit-parser 0.221.3",
15628]
15629
15630[[package]]
15631name = "wast"
15632version = "35.0.2"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15635dependencies = [
15636 "leb128",
15637]
15638
15639[[package]]
15640name = "wayland-backend"
15641version = "0.3.8"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15644dependencies = [
15645 "cc",
15646 "downcast-rs",
15647 "rustix",
15648 "scoped-tls",
15649 "smallvec",
15650 "wayland-sys",
15651]
15652
15653[[package]]
15654name = "wayland-client"
15655version = "0.31.8"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15658dependencies = [
15659 "bitflags 2.8.0",
15660 "rustix",
15661 "wayland-backend",
15662 "wayland-scanner",
15663]
15664
15665[[package]]
15666name = "wayland-cursor"
15667version = "0.31.8"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15670dependencies = [
15671 "rustix",
15672 "wayland-client",
15673 "xcursor",
15674]
15675
15676[[package]]
15677name = "wayland-protocols"
15678version = "0.31.2"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15681dependencies = [
15682 "bitflags 2.8.0",
15683 "wayland-backend",
15684 "wayland-client",
15685 "wayland-scanner",
15686]
15687
15688[[package]]
15689name = "wayland-protocols-plasma"
15690version = "0.2.0"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15693dependencies = [
15694 "bitflags 2.8.0",
15695 "wayland-backend",
15696 "wayland-client",
15697 "wayland-protocols",
15698 "wayland-scanner",
15699]
15700
15701[[package]]
15702name = "wayland-scanner"
15703version = "0.31.6"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15706dependencies = [
15707 "proc-macro2",
15708 "quick-xml 0.37.2",
15709 "quote",
15710]
15711
15712[[package]]
15713name = "wayland-sys"
15714version = "0.31.6"
15715source = "registry+https://github.com/rust-lang/crates.io-index"
15716checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15717dependencies = [
15718 "dlib",
15719 "log",
15720 "once_cell",
15721 "pkg-config",
15722]
15723
15724[[package]]
15725name = "web-sys"
15726version = "0.3.76"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15729dependencies = [
15730 "js-sys",
15731 "wasm-bindgen",
15732]
15733
15734[[package]]
15735name = "web-time"
15736version = "1.1.0"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15739dependencies = [
15740 "js-sys",
15741 "wasm-bindgen",
15742]
15743
15744[[package]]
15745name = "webpki-root-certs"
15746version = "0.26.8"
15747source = "registry+https://github.com/rust-lang/crates.io-index"
15748checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15749dependencies = [
15750 "rustls-pki-types",
15751]
15752
15753[[package]]
15754name = "webpki-roots"
15755version = "0.26.7"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15758dependencies = [
15759 "rustls-pki-types",
15760]
15761
15762[[package]]
15763name = "webrtc-sys"
15764version = "0.3.5"
15765source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15766dependencies = [
15767 "cc",
15768 "cxx",
15769 "cxx-build",
15770 "glob",
15771 "log",
15772 "webrtc-sys-build",
15773]
15774
15775[[package]]
15776name = "webrtc-sys-build"
15777version = "0.3.5"
15778source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15779dependencies = [
15780 "fs2",
15781 "regex",
15782 "reqwest 0.11.27",
15783 "scratch",
15784 "semver",
15785 "zip",
15786]
15787
15788[[package]]
15789name = "weezl"
15790version = "0.1.8"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15793
15794[[package]]
15795name = "welcome"
15796version = "0.1.0"
15797dependencies = [
15798 "anyhow",
15799 "client",
15800 "db",
15801 "editor",
15802 "fuzzy",
15803 "gpui",
15804 "install_cli",
15805 "language",
15806 "picker",
15807 "project",
15808 "schemars",
15809 "serde",
15810 "settings",
15811 "telemetry",
15812 "ui",
15813 "util",
15814 "vim_mode_setting",
15815 "workspace",
15816 "zed_actions",
15817]
15818
15819[[package]]
15820name = "which"
15821version = "4.4.2"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15824dependencies = [
15825 "either",
15826 "home",
15827 "once_cell",
15828 "rustix",
15829]
15830
15831[[package]]
15832name = "which"
15833version = "6.0.3"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15836dependencies = [
15837 "either",
15838 "home",
15839 "rustix",
15840 "winsafe",
15841]
15842
15843[[package]]
15844name = "which"
15845version = "7.0.2"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15848dependencies = [
15849 "either",
15850 "env_home",
15851 "rustix",
15852 "winsafe",
15853]
15854
15855[[package]]
15856name = "whoami"
15857version = "1.5.2"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15860dependencies = [
15861 "redox_syscall 0.5.8",
15862 "wasite",
15863]
15864
15865[[package]]
15866name = "wiggle"
15867version = "29.0.1"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15870dependencies = [
15871 "anyhow",
15872 "async-trait",
15873 "bitflags 2.8.0",
15874 "thiserror 1.0.69",
15875 "tracing",
15876 "wasmtime",
15877 "wiggle-macro",
15878]
15879
15880[[package]]
15881name = "wiggle-generate"
15882version = "29.0.1"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15885dependencies = [
15886 "anyhow",
15887 "heck 0.5.0",
15888 "proc-macro2",
15889 "quote",
15890 "shellexpand 2.1.2",
15891 "syn 2.0.90",
15892 "witx",
15893]
15894
15895[[package]]
15896name = "wiggle-macro"
15897version = "29.0.1"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15900dependencies = [
15901 "proc-macro2",
15902 "quote",
15903 "syn 2.0.90",
15904 "wiggle-generate",
15905]
15906
15907[[package]]
15908name = "winapi"
15909version = "0.3.9"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15912dependencies = [
15913 "winapi-i686-pc-windows-gnu",
15914 "winapi-x86_64-pc-windows-gnu",
15915]
15916
15917[[package]]
15918name = "winapi-i686-pc-windows-gnu"
15919version = "0.4.0"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15922
15923[[package]]
15924name = "winapi-util"
15925version = "0.1.9"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15928dependencies = [
15929 "windows-sys 0.48.0",
15930]
15931
15932[[package]]
15933name = "winapi-x86_64-pc-windows-gnu"
15934version = "0.4.0"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15937
15938[[package]]
15939name = "winch-codegen"
15940version = "29.0.1"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15943dependencies = [
15944 "anyhow",
15945 "cranelift-codegen",
15946 "gimli",
15947 "regalloc2",
15948 "smallvec",
15949 "target-lexicon 0.13.2",
15950 "thiserror 1.0.69",
15951 "wasmparser 0.221.3",
15952 "wasmtime-cranelift",
15953 "wasmtime-environ",
15954]
15955
15956[[package]]
15957name = "windows"
15958version = "0.54.0"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15961dependencies = [
15962 "windows-core 0.54.0",
15963 "windows-targets 0.52.6",
15964]
15965
15966[[package]]
15967name = "windows"
15968version = "0.57.0"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15971dependencies = [
15972 "windows-core 0.57.0",
15973 "windows-targets 0.52.6",
15974]
15975
15976[[package]]
15977name = "windows"
15978version = "0.58.0"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15981dependencies = [
15982 "windows-core 0.58.0",
15983 "windows-targets 0.52.6",
15984]
15985
15986[[package]]
15987name = "windows"
15988version = "0.60.0"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
15991dependencies = [
15992 "windows-collections",
15993 "windows-core 0.60.1",
15994 "windows-future",
15995 "windows-link",
15996 "windows-numerics",
15997]
15998
15999[[package]]
16000name = "windows-collections"
16001version = "0.1.1"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16004dependencies = [
16005 "windows-core 0.60.1",
16006]
16007
16008[[package]]
16009name = "windows-core"
16010version = "0.52.0"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16013dependencies = [
16014 "windows-targets 0.52.6",
16015]
16016
16017[[package]]
16018name = "windows-core"
16019version = "0.54.0"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16022dependencies = [
16023 "windows-result 0.1.2",
16024 "windows-targets 0.52.6",
16025]
16026
16027[[package]]
16028name = "windows-core"
16029version = "0.57.0"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16032dependencies = [
16033 "windows-implement 0.57.0",
16034 "windows-interface 0.57.0",
16035 "windows-result 0.1.2",
16036 "windows-targets 0.52.6",
16037]
16038
16039[[package]]
16040name = "windows-core"
16041version = "0.58.0"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16044dependencies = [
16045 "windows-implement 0.58.0",
16046 "windows-interface 0.58.0",
16047 "windows-result 0.2.0",
16048 "windows-strings 0.1.0",
16049 "windows-targets 0.52.6",
16050]
16051
16052[[package]]
16053name = "windows-core"
16054version = "0.60.1"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16057dependencies = [
16058 "windows-implement 0.59.0",
16059 "windows-interface 0.59.0",
16060 "windows-link",
16061 "windows-result 0.3.1",
16062 "windows-strings 0.3.1",
16063]
16064
16065[[package]]
16066name = "windows-future"
16067version = "0.1.1"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16070dependencies = [
16071 "windows-core 0.60.1",
16072 "windows-link",
16073]
16074
16075[[package]]
16076name = "windows-implement"
16077version = "0.57.0"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16080dependencies = [
16081 "proc-macro2",
16082 "quote",
16083 "syn 2.0.90",
16084]
16085
16086[[package]]
16087name = "windows-implement"
16088version = "0.58.0"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16091dependencies = [
16092 "proc-macro2",
16093 "quote",
16094 "syn 2.0.90",
16095]
16096
16097[[package]]
16098name = "windows-implement"
16099version = "0.59.0"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16102dependencies = [
16103 "proc-macro2",
16104 "quote",
16105 "syn 2.0.90",
16106]
16107
16108[[package]]
16109name = "windows-interface"
16110version = "0.57.0"
16111source = "registry+https://github.com/rust-lang/crates.io-index"
16112checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16113dependencies = [
16114 "proc-macro2",
16115 "quote",
16116 "syn 2.0.90",
16117]
16118
16119[[package]]
16120name = "windows-interface"
16121version = "0.58.0"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16124dependencies = [
16125 "proc-macro2",
16126 "quote",
16127 "syn 2.0.90",
16128]
16129
16130[[package]]
16131name = "windows-interface"
16132version = "0.59.0"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16135dependencies = [
16136 "proc-macro2",
16137 "quote",
16138 "syn 2.0.90",
16139]
16140
16141[[package]]
16142name = "windows-link"
16143version = "0.1.0"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16146
16147[[package]]
16148name = "windows-numerics"
16149version = "0.1.1"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16152dependencies = [
16153 "windows-core 0.60.1",
16154 "windows-link",
16155]
16156
16157[[package]]
16158name = "windows-registry"
16159version = "0.2.0"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16162dependencies = [
16163 "windows-result 0.2.0",
16164 "windows-strings 0.1.0",
16165 "windows-targets 0.52.6",
16166]
16167
16168[[package]]
16169name = "windows-result"
16170version = "0.1.2"
16171source = "registry+https://github.com/rust-lang/crates.io-index"
16172checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16173dependencies = [
16174 "windows-targets 0.52.6",
16175]
16176
16177[[package]]
16178name = "windows-result"
16179version = "0.2.0"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16182dependencies = [
16183 "windows-targets 0.52.6",
16184]
16185
16186[[package]]
16187name = "windows-result"
16188version = "0.3.1"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16191dependencies = [
16192 "windows-link",
16193]
16194
16195[[package]]
16196name = "windows-strings"
16197version = "0.1.0"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16200dependencies = [
16201 "windows-result 0.2.0",
16202 "windows-targets 0.52.6",
16203]
16204
16205[[package]]
16206name = "windows-strings"
16207version = "0.3.1"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16210dependencies = [
16211 "windows-link",
16212]
16213
16214[[package]]
16215name = "windows-sys"
16216version = "0.45.0"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16219dependencies = [
16220 "windows-targets 0.42.2",
16221]
16222
16223[[package]]
16224name = "windows-sys"
16225version = "0.48.0"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16228dependencies = [
16229 "windows-targets 0.48.5",
16230]
16231
16232[[package]]
16233name = "windows-sys"
16234version = "0.52.0"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16237dependencies = [
16238 "windows-targets 0.52.6",
16239]
16240
16241[[package]]
16242name = "windows-sys"
16243version = "0.59.0"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16246dependencies = [
16247 "windows-targets 0.52.6",
16248]
16249
16250[[package]]
16251name = "windows-targets"
16252version = "0.42.2"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16255dependencies = [
16256 "windows_aarch64_gnullvm 0.42.2",
16257 "windows_aarch64_msvc 0.42.2",
16258 "windows_i686_gnu 0.42.2",
16259 "windows_i686_msvc 0.42.2",
16260 "windows_x86_64_gnu 0.42.2",
16261 "windows_x86_64_gnullvm 0.42.2",
16262 "windows_x86_64_msvc 0.42.2",
16263]
16264
16265[[package]]
16266name = "windows-targets"
16267version = "0.48.5"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16270dependencies = [
16271 "windows_aarch64_gnullvm 0.48.5",
16272 "windows_aarch64_msvc 0.48.5",
16273 "windows_i686_gnu 0.48.5",
16274 "windows_i686_msvc 0.48.5",
16275 "windows_x86_64_gnu 0.48.5",
16276 "windows_x86_64_gnullvm 0.48.5",
16277 "windows_x86_64_msvc 0.48.5",
16278]
16279
16280[[package]]
16281name = "windows-targets"
16282version = "0.52.6"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16285dependencies = [
16286 "windows_aarch64_gnullvm 0.52.6",
16287 "windows_aarch64_msvc 0.52.6",
16288 "windows_i686_gnu 0.52.6",
16289 "windows_i686_gnullvm",
16290 "windows_i686_msvc 0.52.6",
16291 "windows_x86_64_gnu 0.52.6",
16292 "windows_x86_64_gnullvm 0.52.6",
16293 "windows_x86_64_msvc 0.52.6",
16294]
16295
16296[[package]]
16297name = "windows_aarch64_gnullvm"
16298version = "0.42.2"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16301
16302[[package]]
16303name = "windows_aarch64_gnullvm"
16304version = "0.48.5"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16307
16308[[package]]
16309name = "windows_aarch64_gnullvm"
16310version = "0.52.6"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16313
16314[[package]]
16315name = "windows_aarch64_msvc"
16316version = "0.42.2"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16319
16320[[package]]
16321name = "windows_aarch64_msvc"
16322version = "0.48.5"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16325
16326[[package]]
16327name = "windows_aarch64_msvc"
16328version = "0.52.6"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16331
16332[[package]]
16333name = "windows_i686_gnu"
16334version = "0.42.2"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16337
16338[[package]]
16339name = "windows_i686_gnu"
16340version = "0.48.5"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16343
16344[[package]]
16345name = "windows_i686_gnu"
16346version = "0.52.6"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16349
16350[[package]]
16351name = "windows_i686_gnullvm"
16352version = "0.52.6"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16355
16356[[package]]
16357name = "windows_i686_msvc"
16358version = "0.42.2"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16361
16362[[package]]
16363name = "windows_i686_msvc"
16364version = "0.48.5"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16367
16368[[package]]
16369name = "windows_i686_msvc"
16370version = "0.52.6"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16373
16374[[package]]
16375name = "windows_x86_64_gnu"
16376version = "0.42.2"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16379
16380[[package]]
16381name = "windows_x86_64_gnu"
16382version = "0.48.5"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16385
16386[[package]]
16387name = "windows_x86_64_gnu"
16388version = "0.52.6"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16391
16392[[package]]
16393name = "windows_x86_64_gnullvm"
16394version = "0.42.2"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16397
16398[[package]]
16399name = "windows_x86_64_gnullvm"
16400version = "0.48.5"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16403
16404[[package]]
16405name = "windows_x86_64_gnullvm"
16406version = "0.52.6"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16409
16410[[package]]
16411name = "windows_x86_64_msvc"
16412version = "0.42.2"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16415
16416[[package]]
16417name = "windows_x86_64_msvc"
16418version = "0.48.5"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16421
16422[[package]]
16423name = "windows_x86_64_msvc"
16424version = "0.52.6"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16427
16428[[package]]
16429name = "winnow"
16430version = "0.6.20"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16433dependencies = [
16434 "memchr",
16435]
16436
16437[[package]]
16438name = "winnow"
16439version = "0.7.1"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16442dependencies = [
16443 "memchr",
16444]
16445
16446[[package]]
16447name = "winreg"
16448version = "0.50.0"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16451dependencies = [
16452 "cfg-if",
16453 "windows-sys 0.48.0",
16454]
16455
16456[[package]]
16457name = "winreg"
16458version = "0.52.0"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16461dependencies = [
16462 "cfg-if",
16463 "windows-sys 0.48.0",
16464]
16465
16466[[package]]
16467name = "winresource"
16468version = "0.1.19"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16471dependencies = [
16472 "toml 0.8.20",
16473 "version_check",
16474]
16475
16476[[package]]
16477name = "winsafe"
16478version = "0.0.19"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16481
16482[[package]]
16483name = "winx"
16484version = "0.36.4"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16487dependencies = [
16488 "bitflags 2.8.0",
16489 "windows-sys 0.59.0",
16490]
16491
16492[[package]]
16493name = "wio"
16494version = "0.2.2"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16497dependencies = [
16498 "winapi",
16499]
16500
16501[[package]]
16502name = "wit-bindgen"
16503version = "0.22.0"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16506dependencies = [
16507 "bitflags 2.8.0",
16508 "wit-bindgen-rt 0.22.0",
16509 "wit-bindgen-rust-macro",
16510]
16511
16512[[package]]
16513name = "wit-bindgen-core"
16514version = "0.22.0"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16517dependencies = [
16518 "anyhow",
16519 "wit-parser 0.201.0",
16520]
16521
16522[[package]]
16523name = "wit-bindgen-rt"
16524version = "0.22.0"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16527
16528[[package]]
16529name = "wit-bindgen-rt"
16530version = "0.33.0"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16533dependencies = [
16534 "bitflags 2.8.0",
16535]
16536
16537[[package]]
16538name = "wit-bindgen-rust"
16539version = "0.22.0"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16542dependencies = [
16543 "anyhow",
16544 "heck 0.4.1",
16545 "indexmap",
16546 "wasm-metadata 0.201.0",
16547 "wit-bindgen-core",
16548 "wit-component 0.201.0",
16549]
16550
16551[[package]]
16552name = "wit-bindgen-rust-macro"
16553version = "0.22.0"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16556dependencies = [
16557 "anyhow",
16558 "proc-macro2",
16559 "quote",
16560 "syn 2.0.90",
16561 "wit-bindgen-core",
16562 "wit-bindgen-rust",
16563]
16564
16565[[package]]
16566name = "wit-component"
16567version = "0.201.0"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16570dependencies = [
16571 "anyhow",
16572 "bitflags 2.8.0",
16573 "indexmap",
16574 "log",
16575 "serde",
16576 "serde_derive",
16577 "serde_json",
16578 "wasm-encoder 0.201.0",
16579 "wasm-metadata 0.201.0",
16580 "wasmparser 0.201.0",
16581 "wit-parser 0.201.0",
16582]
16583
16584[[package]]
16585name = "wit-component"
16586version = "0.221.3"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16589dependencies = [
16590 "anyhow",
16591 "bitflags 2.8.0",
16592 "indexmap",
16593 "log",
16594 "serde",
16595 "serde_derive",
16596 "serde_json",
16597 "wasm-encoder 0.221.3",
16598 "wasm-metadata 0.221.3",
16599 "wasmparser 0.221.3",
16600 "wit-parser 0.221.3",
16601]
16602
16603[[package]]
16604name = "wit-parser"
16605version = "0.201.0"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16608dependencies = [
16609 "anyhow",
16610 "id-arena",
16611 "indexmap",
16612 "log",
16613 "semver",
16614 "serde",
16615 "serde_derive",
16616 "serde_json",
16617 "unicode-xid",
16618 "wasmparser 0.201.0",
16619]
16620
16621[[package]]
16622name = "wit-parser"
16623version = "0.221.3"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16626dependencies = [
16627 "anyhow",
16628 "id-arena",
16629 "indexmap",
16630 "log",
16631 "semver",
16632 "serde",
16633 "serde_derive",
16634 "serde_json",
16635 "unicode-xid",
16636 "wasmparser 0.221.3",
16637]
16638
16639[[package]]
16640name = "witx"
16641version = "0.9.1"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16644dependencies = [
16645 "anyhow",
16646 "log",
16647 "thiserror 1.0.69",
16648 "wast",
16649]
16650
16651[[package]]
16652name = "workspace"
16653version = "0.1.0"
16654dependencies = [
16655 "any_vec",
16656 "anyhow",
16657 "async-recursion 1.1.1",
16658 "bincode",
16659 "call",
16660 "client",
16661 "clock",
16662 "collections",
16663 "component",
16664 "db",
16665 "derive_more",
16666 "env_logger 0.11.6",
16667 "fs",
16668 "futures 0.3.31",
16669 "gpui",
16670 "http_client",
16671 "itertools 0.14.0",
16672 "language",
16673 "log",
16674 "node_runtime",
16675 "parking_lot",
16676 "postage",
16677 "project",
16678 "remote",
16679 "schemars",
16680 "serde",
16681 "serde_json",
16682 "session",
16683 "settings",
16684 "smallvec",
16685 "sqlez",
16686 "strum",
16687 "task",
16688 "telemetry",
16689 "tempfile",
16690 "theme",
16691 "ui",
16692 "util",
16693 "uuid",
16694 "zed_actions",
16695]
16696
16697[[package]]
16698name = "worktree"
16699version = "0.1.0"
16700dependencies = [
16701 "anyhow",
16702 "clock",
16703 "collections",
16704 "env_logger 0.11.6",
16705 "fs",
16706 "futures 0.3.31",
16707 "fuzzy",
16708 "git",
16709 "git2",
16710 "git_hosting_providers",
16711 "gpui",
16712 "http_client",
16713 "ignore",
16714 "language",
16715 "log",
16716 "parking_lot",
16717 "paths",
16718 "postage",
16719 "pretty_assertions",
16720 "rand 0.8.5",
16721 "rpc",
16722 "schemars",
16723 "serde",
16724 "serde_json",
16725 "settings",
16726 "smallvec",
16727 "smol",
16728 "sum_tree",
16729 "text",
16730 "util",
16731]
16732
16733[[package]]
16734name = "write16"
16735version = "1.0.0"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16738
16739[[package]]
16740name = "writeable"
16741version = "0.5.5"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16744
16745[[package]]
16746name = "wyz"
16747version = "0.5.1"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16750dependencies = [
16751 "tap",
16752]
16753
16754[[package]]
16755name = "x11-clipboard"
16756version = "0.9.3"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16759dependencies = [
16760 "libc",
16761 "x11rb",
16762]
16763
16764[[package]]
16765name = "x11rb"
16766version = "0.13.1"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16769dependencies = [
16770 "as-raw-xcb-connection",
16771 "gethostname",
16772 "libc",
16773 "rustix",
16774 "x11rb-protocol",
16775]
16776
16777[[package]]
16778name = "x11rb-protocol"
16779version = "0.13.1"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16782
16783[[package]]
16784name = "xattr"
16785version = "0.2.3"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16788dependencies = [
16789 "libc",
16790]
16791
16792[[package]]
16793name = "xcursor"
16794version = "0.3.8"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16797
16798[[package]]
16799name = "xdg-home"
16800version = "1.3.0"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16803dependencies = [
16804 "libc",
16805 "windows-sys 0.59.0",
16806]
16807
16808[[package]]
16809name = "xim"
16810version = "0.4.0"
16811source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16812dependencies = [
16813 "ahash 0.8.11",
16814 "hashbrown 0.14.5",
16815 "log",
16816 "x11rb",
16817 "xim-ctext",
16818 "xim-parser",
16819]
16820
16821[[package]]
16822name = "xim-ctext"
16823version = "0.3.0"
16824source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16825dependencies = [
16826 "encoding_rs",
16827]
16828
16829[[package]]
16830name = "xim-parser"
16831version = "0.2.1"
16832source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16833dependencies = [
16834 "bitflags 2.8.0",
16835]
16836
16837[[package]]
16838name = "xkbcommon"
16839version = "0.7.0"
16840source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16841dependencies = [
16842 "as-raw-xcb-connection",
16843 "libc",
16844 "memmap2",
16845 "xkeysym",
16846]
16847
16848[[package]]
16849name = "xkeysym"
16850version = "0.2.1"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16853
16854[[package]]
16855name = "xml5ever"
16856version = "0.18.1"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16859dependencies = [
16860 "log",
16861 "mac",
16862 "markup5ever",
16863]
16864
16865[[package]]
16866name = "xmlparser"
16867version = "0.13.6"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16870
16871[[package]]
16872name = "xmlwriter"
16873version = "0.1.0"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16876
16877[[package]]
16878name = "xtask"
16879version = "0.1.0"
16880dependencies = [
16881 "anyhow",
16882 "cargo_metadata",
16883 "cargo_toml",
16884 "clap",
16885]
16886
16887[[package]]
16888name = "yaml-rust2"
16889version = "0.8.1"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16892dependencies = [
16893 "arraydeque",
16894 "encoding_rs",
16895 "hashlink 0.8.4",
16896]
16897
16898[[package]]
16899name = "yansi"
16900version = "1.0.1"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16903
16904[[package]]
16905name = "yazi"
16906version = "0.1.6"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16909
16910[[package]]
16911name = "yeslogic-fontconfig-sys"
16912version = "6.0.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16915dependencies = [
16916 "dlib",
16917 "once_cell",
16918 "pkg-config",
16919]
16920
16921[[package]]
16922name = "yoke"
16923version = "0.7.5"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16926dependencies = [
16927 "serde",
16928 "stable_deref_trait",
16929 "yoke-derive",
16930 "zerofrom",
16931]
16932
16933[[package]]
16934name = "yoke-derive"
16935version = "0.7.5"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16938dependencies = [
16939 "proc-macro2",
16940 "quote",
16941 "syn 2.0.90",
16942 "synstructure",
16943]
16944
16945[[package]]
16946name = "zbus"
16947version = "5.5.0"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
16950dependencies = [
16951 "async-broadcast",
16952 "async-executor",
16953 "async-fs",
16954 "async-io",
16955 "async-lock",
16956 "async-process",
16957 "async-recursion 1.1.1",
16958 "async-task",
16959 "async-trait",
16960 "blocking",
16961 "enumflags2",
16962 "event-listener 5.3.1",
16963 "futures-core",
16964 "futures-lite 2.6.0",
16965 "hex",
16966 "nix",
16967 "ordered-stream",
16968 "serde",
16969 "serde_repr",
16970 "static_assertions",
16971 "tracing",
16972 "uds_windows",
16973 "windows-sys 0.59.0",
16974 "winnow 0.7.1",
16975 "xdg-home",
16976 "zbus_macros",
16977 "zbus_names",
16978 "zvariant",
16979]
16980
16981[[package]]
16982name = "zbus_macros"
16983version = "5.5.0"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
16986dependencies = [
16987 "proc-macro-crate",
16988 "proc-macro2",
16989 "quote",
16990 "syn 2.0.90",
16991 "zbus_names",
16992 "zvariant",
16993 "zvariant_utils",
16994]
16995
16996[[package]]
16997name = "zbus_names"
16998version = "4.1.0"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17001dependencies = [
17002 "serde",
17003 "static_assertions",
17004 "winnow 0.6.20",
17005 "zvariant",
17006]
17007
17008[[package]]
17009name = "zed"
17010version = "0.178.0"
17011dependencies = [
17012 "activity_indicator",
17013 "anyhow",
17014 "ashpd",
17015 "assets",
17016 "assistant",
17017 "assistant2",
17018 "assistant_context_editor",
17019 "assistant_settings",
17020 "assistant_tools",
17021 "async-watch",
17022 "audio",
17023 "auto_update",
17024 "auto_update_ui",
17025 "backtrace",
17026 "breadcrumbs",
17027 "call",
17028 "channel",
17029 "chrono",
17030 "clap",
17031 "cli",
17032 "client",
17033 "collab_ui",
17034 "collections",
17035 "command_palette",
17036 "command_palette_hooks",
17037 "component_preview",
17038 "copilot",
17039 "db",
17040 "diagnostics",
17041 "editor",
17042 "env_logger 0.11.6",
17043 "extension",
17044 "extension_host",
17045 "extensions_ui",
17046 "feature_flags",
17047 "feedback",
17048 "file_finder",
17049 "fs",
17050 "futures 0.3.31",
17051 "git",
17052 "git_hosting_providers",
17053 "git_ui",
17054 "go_to_line",
17055 "gpui",
17056 "gpui_tokio",
17057 "http_client",
17058 "image_viewer",
17059 "inline_completion_button",
17060 "install_cli",
17061 "journal",
17062 "language",
17063 "language_extension",
17064 "language_model",
17065 "language_models",
17066 "language_selector",
17067 "language_tools",
17068 "languages",
17069 "libc",
17070 "log",
17071 "markdown",
17072 "markdown_preview",
17073 "menu",
17074 "migrator",
17075 "mimalloc",
17076 "nix",
17077 "node_runtime",
17078 "notifications",
17079 "outline",
17080 "outline_panel",
17081 "parking_lot",
17082 "paths",
17083 "picker",
17084 "profiling",
17085 "project",
17086 "project_panel",
17087 "project_symbols",
17088 "prompt_store",
17089 "proto",
17090 "recent_projects",
17091 "release_channel",
17092 "remote",
17093 "repl",
17094 "reqwest_client",
17095 "rope",
17096 "search",
17097 "serde",
17098 "serde_json",
17099 "session",
17100 "settings",
17101 "settings_ui",
17102 "shellexpand 2.1.2",
17103 "simplelog",
17104 "smol",
17105 "snippet_provider",
17106 "snippets_ui",
17107 "supermaven",
17108 "sysinfo",
17109 "tab_switcher",
17110 "task",
17111 "tasks_ui",
17112 "telemetry",
17113 "telemetry_events",
17114 "terminal_view",
17115 "theme",
17116 "theme_extension",
17117 "theme_selector",
17118 "time",
17119 "toolchain_selector",
17120 "tree-sitter-md",
17121 "tree-sitter-rust",
17122 "ui",
17123 "url",
17124 "urlencoding",
17125 "util",
17126 "uuid",
17127 "vim",
17128 "vim_mode_setting",
17129 "welcome",
17130 "windows 0.60.0",
17131 "winresource",
17132 "workspace",
17133 "zed_actions",
17134 "zeta",
17135]
17136
17137[[package]]
17138name = "zed_actions"
17139version = "0.1.0"
17140dependencies = [
17141 "gpui",
17142 "schemars",
17143 "serde",
17144]
17145
17146[[package]]
17147name = "zed_emmet"
17148version = "0.0.3"
17149dependencies = [
17150 "zed_extension_api 0.1.0",
17151]
17152
17153[[package]]
17154name = "zed_extension_api"
17155version = "0.1.0"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17158dependencies = [
17159 "serde",
17160 "serde_json",
17161 "wit-bindgen",
17162]
17163
17164[[package]]
17165name = "zed_extension_api"
17166version = "0.3.0"
17167dependencies = [
17168 "serde",
17169 "serde_json",
17170 "wit-bindgen",
17171]
17172
17173[[package]]
17174name = "zed_glsl"
17175version = "0.1.0"
17176dependencies = [
17177 "zed_extension_api 0.1.0",
17178]
17179
17180[[package]]
17181name = "zed_html"
17182version = "0.1.6"
17183dependencies = [
17184 "zed_extension_api 0.1.0",
17185]
17186
17187[[package]]
17188name = "zed_llm_client"
17189version = "0.4.1"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17192dependencies = [
17193 "serde",
17194 "serde_json",
17195 "uuid",
17196]
17197
17198[[package]]
17199name = "zed_proto"
17200version = "0.2.1"
17201dependencies = [
17202 "zed_extension_api 0.1.0",
17203]
17204
17205[[package]]
17206name = "zed_purescript"
17207version = "0.1.0"
17208dependencies = [
17209 "zed_extension_api 0.1.0",
17210]
17211
17212[[package]]
17213name = "zed_ruff"
17214version = "0.1.0"
17215dependencies = [
17216 "zed_extension_api 0.1.0",
17217]
17218
17219[[package]]
17220name = "zed_snippets"
17221version = "0.0.5"
17222dependencies = [
17223 "serde_json",
17224 "zed_extension_api 0.1.0",
17225]
17226
17227[[package]]
17228name = "zed_test_extension"
17229version = "0.1.0"
17230dependencies = [
17231 "zed_extension_api 0.3.0",
17232]
17233
17234[[package]]
17235name = "zed_toml"
17236version = "0.1.3"
17237dependencies = [
17238 "zed_extension_api 0.1.0",
17239]
17240
17241[[package]]
17242name = "zed_uiua"
17243version = "0.0.1"
17244dependencies = [
17245 "zed_extension_api 0.1.0",
17246]
17247
17248[[package]]
17249name = "zed_zig"
17250version = "0.3.3"
17251dependencies = [
17252 "zed_extension_api 0.1.0",
17253]
17254
17255[[package]]
17256name = "zeno"
17257version = "0.2.3"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17260
17261[[package]]
17262name = "zerocopy"
17263version = "0.7.35"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17266dependencies = [
17267 "byteorder",
17268 "zerocopy-derive 0.7.35",
17269]
17270
17271[[package]]
17272name = "zerocopy"
17273version = "0.8.18"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17276dependencies = [
17277 "zerocopy-derive 0.8.18",
17278]
17279
17280[[package]]
17281name = "zerocopy-derive"
17282version = "0.7.35"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17285dependencies = [
17286 "proc-macro2",
17287 "quote",
17288 "syn 2.0.90",
17289]
17290
17291[[package]]
17292name = "zerocopy-derive"
17293version = "0.8.18"
17294source = "registry+https://github.com/rust-lang/crates.io-index"
17295checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17296dependencies = [
17297 "proc-macro2",
17298 "quote",
17299 "syn 2.0.90",
17300]
17301
17302[[package]]
17303name = "zerofrom"
17304version = "0.1.5"
17305source = "registry+https://github.com/rust-lang/crates.io-index"
17306checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17307dependencies = [
17308 "zerofrom-derive",
17309]
17310
17311[[package]]
17312name = "zerofrom-derive"
17313version = "0.1.5"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17316dependencies = [
17317 "proc-macro2",
17318 "quote",
17319 "syn 2.0.90",
17320 "synstructure",
17321]
17322
17323[[package]]
17324name = "zeroize"
17325version = "1.8.1"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17328dependencies = [
17329 "zeroize_derive",
17330]
17331
17332[[package]]
17333name = "zeroize_derive"
17334version = "1.4.2"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17337dependencies = [
17338 "proc-macro2",
17339 "quote",
17340 "syn 2.0.90",
17341]
17342
17343[[package]]
17344name = "zeromq"
17345version = "0.5.0-pre"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17348dependencies = [
17349 "async-dispatcher",
17350 "async-std",
17351 "async-trait",
17352 "asynchronous-codec",
17353 "bytes 1.10.1",
17354 "crossbeam-queue",
17355 "dashmap 5.5.3",
17356 "futures 0.3.31",
17357 "log",
17358 "num-traits",
17359 "once_cell",
17360 "parking_lot",
17361 "rand 0.8.5",
17362 "regex",
17363 "thiserror 1.0.69",
17364 "uuid",
17365]
17366
17367[[package]]
17368name = "zerovec"
17369version = "0.10.4"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17372dependencies = [
17373 "yoke",
17374 "zerofrom",
17375 "zerovec-derive",
17376]
17377
17378[[package]]
17379name = "zerovec-derive"
17380version = "0.10.3"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17383dependencies = [
17384 "proc-macro2",
17385 "quote",
17386 "syn 2.0.90",
17387]
17388
17389[[package]]
17390name = "zeta"
17391version = "0.1.0"
17392dependencies = [
17393 "anyhow",
17394 "arrayvec",
17395 "call",
17396 "chrono",
17397 "client",
17398 "clock",
17399 "collections",
17400 "command_palette_hooks",
17401 "ctor",
17402 "db",
17403 "editor",
17404 "env_logger 0.11.6",
17405 "feature_flags",
17406 "fs",
17407 "futures 0.3.31",
17408 "gpui",
17409 "http_client",
17410 "indoc",
17411 "inline_completion",
17412 "language",
17413 "language_model",
17414 "log",
17415 "menu",
17416 "migrator",
17417 "paths",
17418 "postage",
17419 "project",
17420 "regex",
17421 "release_channel",
17422 "reqwest_client",
17423 "rpc",
17424 "serde",
17425 "serde_json",
17426 "settings",
17427 "telemetry",
17428 "telemetry_events",
17429 "theme",
17430 "thiserror 1.0.69",
17431 "tree-sitter-go",
17432 "tree-sitter-rust",
17433 "ui",
17434 "unindent",
17435 "util",
17436 "uuid",
17437 "workspace",
17438 "worktree",
17439 "zed_actions",
17440 "zed_llm_client",
17441]
17442
17443[[package]]
17444name = "zip"
17445version = "0.6.6"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17448dependencies = [
17449 "aes",
17450 "byteorder",
17451 "bzip2",
17452 "constant_time_eq 0.1.5",
17453 "crc32fast",
17454 "crossbeam-utils",
17455 "flate2",
17456 "hmac",
17457 "pbkdf2 0.11.0",
17458 "sha1",
17459 "time",
17460 "zstd",
17461]
17462
17463[[package]]
17464name = "zstd"
17465version = "0.11.2+zstd.1.5.2"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17468dependencies = [
17469 "zstd-safe",
17470]
17471
17472[[package]]
17473name = "zstd-safe"
17474version = "5.0.2+zstd.1.5.2"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17477dependencies = [
17478 "libc",
17479 "zstd-sys",
17480]
17481
17482[[package]]
17483name = "zstd-sys"
17484version = "2.0.13+zstd.1.5.6"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17487dependencies = [
17488 "cc",
17489 "pkg-config",
17490]
17491
17492[[package]]
17493name = "zune-core"
17494version = "0.4.12"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17497
17498[[package]]
17499name = "zune-inflate"
17500version = "0.2.54"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17503dependencies = [
17504 "simd-adler32",
17505]
17506
17507[[package]]
17508name = "zune-jpeg"
17509version = "0.4.13"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17512dependencies = [
17513 "zune-core",
17514]
17515
17516[[package]]
17517name = "zvariant"
17518version = "5.4.0"
17519source = "registry+https://github.com/rust-lang/crates.io-index"
17520checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17521dependencies = [
17522 "endi",
17523 "enumflags2",
17524 "serde",
17525 "static_assertions",
17526 "url",
17527 "winnow 0.7.1",
17528 "zvariant_derive",
17529 "zvariant_utils",
17530]
17531
17532[[package]]
17533name = "zvariant_derive"
17534version = "5.4.0"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17537dependencies = [
17538 "proc-macro-crate",
17539 "proc-macro2",
17540 "quote",
17541 "syn 2.0.90",
17542 "zvariant_utils",
17543]
17544
17545[[package]]
17546name = "zvariant_utils"
17547version = "3.2.0"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17550dependencies = [
17551 "proc-macro2",
17552 "quote",
17553 "serde",
17554 "static_assertions",
17555 "syn 2.0.90",
17556 "winnow 0.7.1",
17557]