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",
679 "language_model",
680 "project",
681 "rand 0.8.5",
682 "schemars",
683 "serde",
684 "serde_json",
685 "util",
686]
687
688[[package]]
689name = "async-attributes"
690version = "1.1.2"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
693dependencies = [
694 "quote",
695 "syn 1.0.109",
696]
697
698[[package]]
699name = "async-broadcast"
700version = "0.7.2"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
703dependencies = [
704 "event-listener 5.3.1",
705 "event-listener-strategy",
706 "futures-core",
707 "pin-project-lite",
708]
709
710[[package]]
711name = "async-channel"
712version = "1.9.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
715dependencies = [
716 "concurrent-queue",
717 "event-listener 2.5.3",
718 "futures-core",
719]
720
721[[package]]
722name = "async-channel"
723version = "2.3.1"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
726dependencies = [
727 "concurrent-queue",
728 "event-listener-strategy",
729 "futures-core",
730 "pin-project-lite",
731]
732
733[[package]]
734name = "async-compat"
735version = "0.2.4"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
738dependencies = [
739 "futures-core",
740 "futures-io",
741 "once_cell",
742 "pin-project-lite",
743 "tokio",
744]
745
746[[package]]
747name = "async-compression"
748version = "0.4.20"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
751dependencies = [
752 "deflate64",
753 "flate2",
754 "futures-core",
755 "futures-io",
756 "memchr",
757 "pin-project-lite",
758]
759
760[[package]]
761name = "async-dispatcher"
762version = "0.1.2"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
765dependencies = [
766 "async-task",
767 "futures-lite 1.13.0",
768]
769
770[[package]]
771name = "async-executor"
772version = "1.13.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
775dependencies = [
776 "async-task",
777 "concurrent-queue",
778 "fastrand 2.3.0",
779 "futures-lite 2.6.0",
780 "slab",
781]
782
783[[package]]
784name = "async-fs"
785version = "2.1.2"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
788dependencies = [
789 "async-lock",
790 "blocking",
791 "futures-lite 2.6.0",
792]
793
794[[package]]
795name = "async-global-executor"
796version = "2.4.1"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
799dependencies = [
800 "async-channel 2.3.1",
801 "async-executor",
802 "async-io",
803 "async-lock",
804 "blocking",
805 "futures-lite 2.6.0",
806 "once_cell",
807]
808
809[[package]]
810name = "async-io"
811version = "2.4.0"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
814dependencies = [
815 "async-lock",
816 "cfg-if",
817 "concurrent-queue",
818 "futures-io",
819 "futures-lite 2.6.0",
820 "parking",
821 "polling",
822 "rustix",
823 "slab",
824 "tracing",
825 "windows-sys 0.59.0",
826]
827
828[[package]]
829name = "async-lock"
830version = "3.4.0"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
833dependencies = [
834 "event-listener 5.3.1",
835 "event-listener-strategy",
836 "pin-project-lite",
837]
838
839[[package]]
840name = "async-native-tls"
841version = "0.5.0"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
844dependencies = [
845 "futures-util",
846 "native-tls",
847 "thiserror 1.0.69",
848 "url",
849]
850
851[[package]]
852name = "async-net"
853version = "2.0.0"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
856dependencies = [
857 "async-io",
858 "blocking",
859 "futures-lite 2.6.0",
860]
861
862[[package]]
863name = "async-pipe"
864version = "0.1.3"
865source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
866dependencies = [
867 "futures 0.3.31",
868 "log",
869]
870
871[[package]]
872name = "async-process"
873version = "2.3.0"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
876dependencies = [
877 "async-channel 2.3.1",
878 "async-io",
879 "async-lock",
880 "async-signal",
881 "async-task",
882 "blocking",
883 "cfg-if",
884 "event-listener 5.3.1",
885 "futures-lite 2.6.0",
886 "rustix",
887 "tracing",
888]
889
890[[package]]
891name = "async-recursion"
892version = "0.3.2"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
895dependencies = [
896 "proc-macro2",
897 "quote",
898 "syn 1.0.109",
899]
900
901[[package]]
902name = "async-recursion"
903version = "1.1.1"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
906dependencies = [
907 "proc-macro2",
908 "quote",
909 "syn 2.0.90",
910]
911
912[[package]]
913name = "async-signal"
914version = "0.2.10"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
917dependencies = [
918 "async-io",
919 "async-lock",
920 "atomic-waker",
921 "cfg-if",
922 "futures-core",
923 "futures-io",
924 "rustix",
925 "signal-hook-registry",
926 "slab",
927 "windows-sys 0.59.0",
928]
929
930[[package]]
931name = "async-std"
932version = "1.13.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
935dependencies = [
936 "async-attributes",
937 "async-channel 1.9.0",
938 "async-global-executor",
939 "async-io",
940 "async-lock",
941 "async-process",
942 "crossbeam-utils",
943 "futures-channel",
944 "futures-core",
945 "futures-io",
946 "futures-lite 2.6.0",
947 "gloo-timers",
948 "kv-log-macro",
949 "log",
950 "memchr",
951 "once_cell",
952 "pin-project-lite",
953 "pin-utils",
954 "slab",
955 "wasm-bindgen-futures",
956]
957
958[[package]]
959name = "async-stream"
960version = "0.3.6"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
963dependencies = [
964 "async-stream-impl",
965 "futures-core",
966 "pin-project-lite",
967]
968
969[[package]]
970name = "async-stream-impl"
971version = "0.3.6"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
974dependencies = [
975 "proc-macro2",
976 "quote",
977 "syn 2.0.90",
978]
979
980[[package]]
981name = "async-stripe"
982version = "0.40.0"
983source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
984dependencies = [
985 "chrono",
986 "futures-util",
987 "http-types",
988 "hyper 0.14.32",
989 "hyper-rustls 0.24.2",
990 "serde",
991 "serde_json",
992 "serde_path_to_error",
993 "serde_qs 0.10.1",
994 "smart-default",
995 "smol_str",
996 "thiserror 1.0.69",
997 "tokio",
998]
999
1000[[package]]
1001name = "async-tar"
1002version = "0.5.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1005dependencies = [
1006 "async-std",
1007 "filetime",
1008 "libc",
1009 "pin-project",
1010 "redox_syscall 0.2.16",
1011 "xattr",
1012]
1013
1014[[package]]
1015name = "async-task"
1016version = "4.7.1"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1019
1020[[package]]
1021name = "async-tls"
1022version = "0.13.0"
1023source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1024dependencies = [
1025 "futures-core",
1026 "futures-io",
1027 "rustls 0.23.23",
1028 "rustls-pemfile 2.2.0",
1029 "webpki-roots",
1030]
1031
1032[[package]]
1033name = "async-trait"
1034version = "0.1.86"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
1037dependencies = [
1038 "proc-macro2",
1039 "quote",
1040 "syn 2.0.90",
1041]
1042
1043[[package]]
1044name = "async-tungstenite"
1045version = "0.28.2"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1048dependencies = [
1049 "async-std",
1050 "async-tls",
1051 "atomic-waker",
1052 "futures-core",
1053 "futures-io",
1054 "futures-task",
1055 "futures-util",
1056 "log",
1057 "pin-project-lite",
1058 "tungstenite 0.24.0",
1059]
1060
1061[[package]]
1062name = "async-watch"
1063version = "0.3.1"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1066dependencies = [
1067 "event-listener 2.5.3",
1068]
1069
1070[[package]]
1071name = "async_zip"
1072version = "0.0.17"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1075dependencies = [
1076 "async-compression",
1077 "crc32fast",
1078 "futures-lite 2.6.0",
1079 "pin-project",
1080 "thiserror 1.0.69",
1081]
1082
1083[[package]]
1084name = "asynchronous-codec"
1085version = "0.7.0"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1088dependencies = [
1089 "bytes 1.10.1",
1090 "futures-sink",
1091 "futures-util",
1092 "memchr",
1093 "pin-project-lite",
1094]
1095
1096[[package]]
1097name = "atoi"
1098version = "2.0.0"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1101dependencies = [
1102 "num-traits",
1103]
1104
1105[[package]]
1106name = "atomic"
1107version = "0.5.3"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1110
1111[[package]]
1112name = "atomic-waker"
1113version = "1.1.2"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1116
1117[[package]]
1118name = "audio"
1119version = "0.1.0"
1120dependencies = [
1121 "anyhow",
1122 "collections",
1123 "derive_more",
1124 "gpui",
1125 "parking_lot",
1126 "rodio",
1127 "util",
1128]
1129
1130[[package]]
1131name = "auto_update"
1132version = "0.1.0"
1133dependencies = [
1134 "anyhow",
1135 "client",
1136 "db",
1137 "gpui",
1138 "http_client",
1139 "log",
1140 "paths",
1141 "release_channel",
1142 "schemars",
1143 "serde",
1144 "serde_json",
1145 "settings",
1146 "smol",
1147 "tempfile",
1148 "which 6.0.3",
1149 "workspace",
1150]
1151
1152[[package]]
1153name = "auto_update_ui"
1154version = "0.1.0"
1155dependencies = [
1156 "anyhow",
1157 "auto_update",
1158 "client",
1159 "editor",
1160 "gpui",
1161 "http_client",
1162 "markdown_preview",
1163 "release_channel",
1164 "serde",
1165 "serde_json",
1166 "smol",
1167 "util",
1168 "workspace",
1169]
1170
1171[[package]]
1172name = "autocfg"
1173version = "1.4.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1176
1177[[package]]
1178name = "av1-grain"
1179version = "0.2.3"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1182dependencies = [
1183 "anyhow",
1184 "arrayvec",
1185 "log",
1186 "nom",
1187 "num-rational",
1188 "v_frame",
1189]
1190
1191[[package]]
1192name = "avif-serialize"
1193version = "0.8.2"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1196dependencies = [
1197 "arrayvec",
1198]
1199
1200[[package]]
1201name = "aws-config"
1202version = "1.5.16"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1205dependencies = [
1206 "aws-credential-types",
1207 "aws-runtime",
1208 "aws-sdk-sso",
1209 "aws-sdk-ssooidc",
1210 "aws-sdk-sts",
1211 "aws-smithy-async",
1212 "aws-smithy-http",
1213 "aws-smithy-json",
1214 "aws-smithy-runtime",
1215 "aws-smithy-runtime-api",
1216 "aws-smithy-types",
1217 "aws-types",
1218 "bytes 1.10.1",
1219 "fastrand 2.3.0",
1220 "hex",
1221 "http 0.2.12",
1222 "ring",
1223 "time",
1224 "tokio",
1225 "tracing",
1226 "url",
1227 "zeroize",
1228]
1229
1230[[package]]
1231name = "aws-credential-types"
1232version = "1.2.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1235dependencies = [
1236 "aws-smithy-async",
1237 "aws-smithy-runtime-api",
1238 "aws-smithy-types",
1239 "zeroize",
1240]
1241
1242[[package]]
1243name = "aws-lc-rs"
1244version = "1.12.6"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1247dependencies = [
1248 "aws-lc-sys",
1249 "zeroize",
1250]
1251
1252[[package]]
1253name = "aws-lc-sys"
1254version = "0.27.0"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1257dependencies = [
1258 "bindgen 0.69.5",
1259 "cc",
1260 "cmake",
1261 "dunce",
1262 "fs_extra",
1263]
1264
1265[[package]]
1266name = "aws-runtime"
1267version = "1.5.5"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1270dependencies = [
1271 "aws-credential-types",
1272 "aws-sigv4",
1273 "aws-smithy-async",
1274 "aws-smithy-eventstream",
1275 "aws-smithy-http",
1276 "aws-smithy-runtime",
1277 "aws-smithy-runtime-api",
1278 "aws-smithy-types",
1279 "aws-types",
1280 "bytes 1.10.1",
1281 "fastrand 2.3.0",
1282 "http 0.2.12",
1283 "http-body 0.4.6",
1284 "once_cell",
1285 "percent-encoding",
1286 "pin-project-lite",
1287 "tracing",
1288 "uuid",
1289]
1290
1291[[package]]
1292name = "aws-sdk-bedrockruntime"
1293version = "1.74.0"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1296dependencies = [
1297 "aws-credential-types",
1298 "aws-runtime",
1299 "aws-smithy-async",
1300 "aws-smithy-eventstream",
1301 "aws-smithy-http",
1302 "aws-smithy-json",
1303 "aws-smithy-runtime",
1304 "aws-smithy-runtime-api",
1305 "aws-smithy-types",
1306 "aws-types",
1307 "bytes 1.10.1",
1308 "fastrand 2.3.0",
1309 "http 0.2.12",
1310 "once_cell",
1311 "regex-lite",
1312 "tracing",
1313]
1314
1315[[package]]
1316name = "aws-sdk-kinesis"
1317version = "1.61.0"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1320dependencies = [
1321 "aws-credential-types",
1322 "aws-runtime",
1323 "aws-smithy-async",
1324 "aws-smithy-http",
1325 "aws-smithy-json",
1326 "aws-smithy-runtime",
1327 "aws-smithy-runtime-api",
1328 "aws-smithy-types",
1329 "aws-types",
1330 "bytes 1.10.1",
1331 "http 0.2.12",
1332 "once_cell",
1333 "regex-lite",
1334 "tracing",
1335]
1336
1337[[package]]
1338name = "aws-sdk-s3"
1339version = "1.76.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1342dependencies = [
1343 "aws-credential-types",
1344 "aws-runtime",
1345 "aws-sigv4",
1346 "aws-smithy-async",
1347 "aws-smithy-checksums",
1348 "aws-smithy-eventstream",
1349 "aws-smithy-http",
1350 "aws-smithy-json",
1351 "aws-smithy-runtime",
1352 "aws-smithy-runtime-api",
1353 "aws-smithy-types",
1354 "aws-smithy-xml",
1355 "aws-types",
1356 "bytes 1.10.1",
1357 "fastrand 2.3.0",
1358 "hex",
1359 "hmac",
1360 "http 0.2.12",
1361 "http-body 0.4.6",
1362 "lru",
1363 "once_cell",
1364 "percent-encoding",
1365 "regex-lite",
1366 "sha2",
1367 "tracing",
1368 "url",
1369]
1370
1371[[package]]
1372name = "aws-sdk-sso"
1373version = "1.58.0"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1376dependencies = [
1377 "aws-credential-types",
1378 "aws-runtime",
1379 "aws-smithy-async",
1380 "aws-smithy-http",
1381 "aws-smithy-json",
1382 "aws-smithy-runtime",
1383 "aws-smithy-runtime-api",
1384 "aws-smithy-types",
1385 "aws-types",
1386 "bytes 1.10.1",
1387 "http 0.2.12",
1388 "once_cell",
1389 "regex-lite",
1390 "tracing",
1391]
1392
1393[[package]]
1394name = "aws-sdk-ssooidc"
1395version = "1.59.0"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1398dependencies = [
1399 "aws-credential-types",
1400 "aws-runtime",
1401 "aws-smithy-async",
1402 "aws-smithy-http",
1403 "aws-smithy-json",
1404 "aws-smithy-runtime",
1405 "aws-smithy-runtime-api",
1406 "aws-smithy-types",
1407 "aws-types",
1408 "bytes 1.10.1",
1409 "http 0.2.12",
1410 "once_cell",
1411 "regex-lite",
1412 "tracing",
1413]
1414
1415[[package]]
1416name = "aws-sdk-sts"
1417version = "1.59.0"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-runtime",
1423 "aws-smithy-async",
1424 "aws-smithy-http",
1425 "aws-smithy-json",
1426 "aws-smithy-query",
1427 "aws-smithy-runtime",
1428 "aws-smithy-runtime-api",
1429 "aws-smithy-types",
1430 "aws-smithy-xml",
1431 "aws-types",
1432 "http 0.2.12",
1433 "once_cell",
1434 "regex-lite",
1435 "tracing",
1436]
1437
1438[[package]]
1439name = "aws-sigv4"
1440version = "1.2.9"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1443dependencies = [
1444 "aws-credential-types",
1445 "aws-smithy-eventstream",
1446 "aws-smithy-http",
1447 "aws-smithy-runtime-api",
1448 "aws-smithy-types",
1449 "bytes 1.10.1",
1450 "crypto-bigint 0.5.5",
1451 "form_urlencoded",
1452 "hex",
1453 "hmac",
1454 "http 0.2.12",
1455 "http 1.2.0",
1456 "once_cell",
1457 "p256",
1458 "percent-encoding",
1459 "ring",
1460 "sha2",
1461 "subtle",
1462 "time",
1463 "tracing",
1464 "zeroize",
1465]
1466
1467[[package]]
1468name = "aws-smithy-async"
1469version = "1.2.4"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1472dependencies = [
1473 "futures-util",
1474 "pin-project-lite",
1475 "tokio",
1476]
1477
1478[[package]]
1479name = "aws-smithy-checksums"
1480version = "0.62.0"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1483dependencies = [
1484 "aws-smithy-http",
1485 "aws-smithy-types",
1486 "bytes 1.10.1",
1487 "crc32c",
1488 "crc32fast",
1489 "crc64fast-nvme",
1490 "hex",
1491 "http 0.2.12",
1492 "http-body 0.4.6",
1493 "md-5",
1494 "pin-project-lite",
1495 "sha1",
1496 "sha2",
1497 "tracing",
1498]
1499
1500[[package]]
1501name = "aws-smithy-eventstream"
1502version = "0.60.6"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1505dependencies = [
1506 "aws-smithy-types",
1507 "bytes 1.10.1",
1508 "crc32fast",
1509]
1510
1511[[package]]
1512name = "aws-smithy-http"
1513version = "0.60.12"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1516dependencies = [
1517 "aws-smithy-eventstream",
1518 "aws-smithy-runtime-api",
1519 "aws-smithy-types",
1520 "bytes 1.10.1",
1521 "bytes-utils",
1522 "futures-core",
1523 "http 0.2.12",
1524 "http-body 0.4.6",
1525 "once_cell",
1526 "percent-encoding",
1527 "pin-project-lite",
1528 "pin-utils",
1529 "tracing",
1530]
1531
1532[[package]]
1533name = "aws-smithy-json"
1534version = "0.61.2"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1537dependencies = [
1538 "aws-smithy-types",
1539]
1540
1541[[package]]
1542name = "aws-smithy-query"
1543version = "0.60.7"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1546dependencies = [
1547 "aws-smithy-types",
1548 "urlencoding",
1549]
1550
1551[[package]]
1552name = "aws-smithy-runtime"
1553version = "1.7.8"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1556dependencies = [
1557 "aws-smithy-async",
1558 "aws-smithy-http",
1559 "aws-smithy-runtime-api",
1560 "aws-smithy-types",
1561 "bytes 1.10.1",
1562 "fastrand 2.3.0",
1563 "h2 0.3.26",
1564 "http 0.2.12",
1565 "http-body 0.4.6",
1566 "http-body 1.0.1",
1567 "httparse",
1568 "hyper 0.14.32",
1569 "hyper-rustls 0.24.2",
1570 "once_cell",
1571 "pin-project-lite",
1572 "pin-utils",
1573 "rustls 0.21.12",
1574 "tokio",
1575 "tracing",
1576]
1577
1578[[package]]
1579name = "aws-smithy-runtime-api"
1580version = "1.7.3"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1583dependencies = [
1584 "aws-smithy-async",
1585 "aws-smithy-types",
1586 "bytes 1.10.1",
1587 "http 0.2.12",
1588 "http 1.2.0",
1589 "pin-project-lite",
1590 "tokio",
1591 "tracing",
1592 "zeroize",
1593]
1594
1595[[package]]
1596name = "aws-smithy-types"
1597version = "1.2.13"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1600dependencies = [
1601 "base64-simd",
1602 "bytes 1.10.1",
1603 "bytes-utils",
1604 "futures-core",
1605 "http 0.2.12",
1606 "http 1.2.0",
1607 "http-body 0.4.6",
1608 "http-body 1.0.1",
1609 "http-body-util",
1610 "itoa",
1611 "num-integer",
1612 "pin-project-lite",
1613 "pin-utils",
1614 "ryu",
1615 "serde",
1616 "time",
1617 "tokio",
1618 "tokio-util",
1619]
1620
1621[[package]]
1622name = "aws-smithy-xml"
1623version = "0.60.9"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1626dependencies = [
1627 "xmlparser",
1628]
1629
1630[[package]]
1631name = "aws-types"
1632version = "1.3.5"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1635dependencies = [
1636 "aws-credential-types",
1637 "aws-smithy-async",
1638 "aws-smithy-runtime-api",
1639 "aws-smithy-types",
1640 "rustc_version",
1641 "tracing",
1642]
1643
1644[[package]]
1645name = "aws_http_client"
1646version = "0.1.0"
1647dependencies = [
1648 "aws-smithy-runtime-api",
1649 "aws-smithy-types",
1650 "futures 0.3.31",
1651 "http_client",
1652 "tokio",
1653]
1654
1655[[package]]
1656name = "axum"
1657version = "0.6.20"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1660dependencies = [
1661 "async-trait",
1662 "axum-core",
1663 "base64 0.21.7",
1664 "bitflags 1.3.2",
1665 "bytes 1.10.1",
1666 "futures-util",
1667 "headers",
1668 "http 0.2.12",
1669 "http-body 0.4.6",
1670 "hyper 0.14.32",
1671 "itoa",
1672 "matchit",
1673 "memchr",
1674 "mime",
1675 "percent-encoding",
1676 "pin-project-lite",
1677 "rustversion",
1678 "serde",
1679 "serde_json",
1680 "serde_path_to_error",
1681 "serde_urlencoded",
1682 "sha1",
1683 "sync_wrapper 0.1.2",
1684 "tokio",
1685 "tokio-tungstenite 0.20.1",
1686 "tower",
1687 "tower-layer",
1688 "tower-service",
1689]
1690
1691[[package]]
1692name = "axum-core"
1693version = "0.3.4"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1696dependencies = [
1697 "async-trait",
1698 "bytes 1.10.1",
1699 "futures-util",
1700 "http 0.2.12",
1701 "http-body 0.4.6",
1702 "mime",
1703 "rustversion",
1704 "tower-layer",
1705 "tower-service",
1706]
1707
1708[[package]]
1709name = "axum-extra"
1710version = "0.4.2"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1713dependencies = [
1714 "axum",
1715 "bytes 1.10.1",
1716 "futures-util",
1717 "http 0.2.12",
1718 "mime",
1719 "pin-project-lite",
1720 "serde",
1721 "serde_json",
1722 "tokio",
1723 "tower",
1724 "tower-http 0.3.5",
1725 "tower-layer",
1726 "tower-service",
1727]
1728
1729[[package]]
1730name = "backtrace"
1731version = "0.3.74"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1734dependencies = [
1735 "addr2line",
1736 "cfg-if",
1737 "libc",
1738 "miniz_oxide",
1739 "object",
1740 "rustc-demangle",
1741 "windows-targets 0.52.6",
1742]
1743
1744[[package]]
1745name = "base16ct"
1746version = "0.1.1"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1749
1750[[package]]
1751name = "base64"
1752version = "0.13.1"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1755
1756[[package]]
1757name = "base64"
1758version = "0.21.7"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1761
1762[[package]]
1763name = "base64"
1764version = "0.22.1"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1767
1768[[package]]
1769name = "base64-simd"
1770version = "0.8.0"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1773dependencies = [
1774 "outref",
1775 "vsimd",
1776]
1777
1778[[package]]
1779name = "base64ct"
1780version = "1.6.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1783
1784[[package]]
1785name = "bedrock"
1786version = "0.1.0"
1787dependencies = [
1788 "anyhow",
1789 "aws-sdk-bedrockruntime",
1790 "aws-smithy-types",
1791 "futures 0.3.31",
1792 "schemars",
1793 "serde",
1794 "serde_json",
1795 "strum",
1796 "thiserror 1.0.69",
1797 "tokio",
1798]
1799
1800[[package]]
1801name = "bigdecimal"
1802version = "0.4.7"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1805dependencies = [
1806 "autocfg",
1807 "libm",
1808 "num-bigint",
1809 "num-integer",
1810 "num-traits",
1811 "serde",
1812]
1813
1814[[package]]
1815name = "bincode"
1816version = "1.3.3"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1819dependencies = [
1820 "serde",
1821]
1822
1823[[package]]
1824name = "bindgen"
1825version = "0.69.5"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1828dependencies = [
1829 "bitflags 2.8.0",
1830 "cexpr",
1831 "clang-sys",
1832 "itertools 0.10.5",
1833 "lazy_static",
1834 "lazycell",
1835 "log",
1836 "prettyplease",
1837 "proc-macro2",
1838 "quote",
1839 "regex",
1840 "rustc-hash 1.1.0",
1841 "shlex",
1842 "syn 2.0.90",
1843 "which 4.4.2",
1844]
1845
1846[[package]]
1847name = "bindgen"
1848version = "0.70.1"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1851dependencies = [
1852 "bitflags 2.8.0",
1853 "cexpr",
1854 "clang-sys",
1855 "itertools 0.10.5",
1856 "log",
1857 "prettyplease",
1858 "proc-macro2",
1859 "quote",
1860 "regex",
1861 "rustc-hash 1.1.0",
1862 "shlex",
1863 "syn 2.0.90",
1864]
1865
1866[[package]]
1867name = "bit-set"
1868version = "0.5.3"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1871dependencies = [
1872 "bit-vec 0.6.3",
1873]
1874
1875[[package]]
1876name = "bit-set"
1877version = "0.8.0"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1880dependencies = [
1881 "bit-vec 0.8.0",
1882]
1883
1884[[package]]
1885name = "bit-vec"
1886version = "0.6.3"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1889
1890[[package]]
1891name = "bit-vec"
1892version = "0.8.0"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1895
1896[[package]]
1897name = "bit_field"
1898version = "0.10.2"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1901
1902[[package]]
1903name = "bitflags"
1904version = "1.3.2"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1907
1908[[package]]
1909name = "bitflags"
1910version = "2.8.0"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1913dependencies = [
1914 "serde",
1915]
1916
1917[[package]]
1918name = "bitstream-io"
1919version = "2.6.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1922
1923[[package]]
1924name = "bitvec"
1925version = "1.0.1"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1928dependencies = [
1929 "funty",
1930 "radium",
1931 "tap",
1932 "wyz",
1933]
1934
1935[[package]]
1936name = "blade-graphics"
1937version = "0.6.0"
1938source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1939dependencies = [
1940 "ash",
1941 "ash-window",
1942 "bitflags 2.8.0",
1943 "bytemuck",
1944 "codespan-reporting",
1945 "glow",
1946 "gpu-alloc",
1947 "gpu-alloc-ash",
1948 "hidden-trait",
1949 "js-sys",
1950 "khronos-egl",
1951 "libloading",
1952 "log",
1953 "mint",
1954 "naga",
1955 "objc2",
1956 "objc2-app-kit",
1957 "objc2-foundation",
1958 "objc2-metal",
1959 "objc2-quartz-core",
1960 "objc2-ui-kit",
1961 "raw-window-handle",
1962 "slab",
1963 "wasm-bindgen",
1964 "web-sys",
1965]
1966
1967[[package]]
1968name = "blade-macros"
1969version = "0.3.0"
1970source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1971dependencies = [
1972 "proc-macro2",
1973 "quote",
1974 "syn 2.0.90",
1975]
1976
1977[[package]]
1978name = "blade-util"
1979version = "0.2.0"
1980source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1981dependencies = [
1982 "blade-graphics",
1983 "bytemuck",
1984 "log",
1985 "profiling",
1986]
1987
1988[[package]]
1989name = "blake3"
1990version = "1.6.1"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
1993dependencies = [
1994 "arrayref",
1995 "arrayvec",
1996 "cc",
1997 "cfg-if",
1998 "constant_time_eq 0.3.1",
1999]
2000
2001[[package]]
2002name = "block"
2003version = "0.1.6"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2006
2007[[package]]
2008name = "block-buffer"
2009version = "0.10.4"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2012dependencies = [
2013 "generic-array",
2014]
2015
2016[[package]]
2017name = "block-padding"
2018version = "0.3.3"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2021dependencies = [
2022 "generic-array",
2023]
2024
2025[[package]]
2026name = "block2"
2027version = "0.5.1"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2030dependencies = [
2031 "objc2",
2032]
2033
2034[[package]]
2035name = "blocking"
2036version = "1.6.1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2039dependencies = [
2040 "async-channel 2.3.1",
2041 "async-task",
2042 "futures-io",
2043 "futures-lite 2.6.0",
2044 "piper",
2045]
2046
2047[[package]]
2048name = "borsh"
2049version = "1.5.3"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2052dependencies = [
2053 "borsh-derive",
2054 "cfg_aliases 0.2.1",
2055]
2056
2057[[package]]
2058name = "borsh-derive"
2059version = "1.5.3"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2062dependencies = [
2063 "once_cell",
2064 "proc-macro-crate",
2065 "proc-macro2",
2066 "quote",
2067 "syn 2.0.90",
2068]
2069
2070[[package]]
2071name = "breadcrumbs"
2072version = "0.1.0"
2073dependencies = [
2074 "editor",
2075 "gpui",
2076 "itertools 0.14.0",
2077 "theme",
2078 "ui",
2079 "workspace",
2080 "zed_actions",
2081]
2082
2083[[package]]
2084name = "bstr"
2085version = "1.11.1"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2088dependencies = [
2089 "memchr",
2090 "regex-automata 0.4.9",
2091 "serde",
2092]
2093
2094[[package]]
2095name = "buffer_diff"
2096version = "0.1.0"
2097dependencies = [
2098 "anyhow",
2099 "clock",
2100 "ctor",
2101 "env_logger 0.11.6",
2102 "futures 0.3.31",
2103 "git2",
2104 "gpui",
2105 "language",
2106 "log",
2107 "pretty_assertions",
2108 "rand 0.8.5",
2109 "rope",
2110 "serde_json",
2111 "sum_tree",
2112 "text",
2113 "unindent",
2114 "util",
2115]
2116
2117[[package]]
2118name = "built"
2119version = "0.7.5"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2122
2123[[package]]
2124name = "bumpalo"
2125version = "3.16.0"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2128dependencies = [
2129 "allocator-api2",
2130]
2131
2132[[package]]
2133name = "by_address"
2134version = "1.2.1"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2137
2138[[package]]
2139name = "bytecheck"
2140version = "0.6.12"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2143dependencies = [
2144 "bytecheck_derive",
2145 "ptr_meta",
2146 "simdutf8",
2147]
2148
2149[[package]]
2150name = "bytecheck_derive"
2151version = "0.6.12"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2154dependencies = [
2155 "proc-macro2",
2156 "quote",
2157 "syn 1.0.109",
2158]
2159
2160[[package]]
2161name = "bytemuck"
2162version = "1.21.0"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2165dependencies = [
2166 "bytemuck_derive",
2167]
2168
2169[[package]]
2170name = "bytemuck_derive"
2171version = "1.8.0"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2174dependencies = [
2175 "proc-macro2",
2176 "quote",
2177 "syn 2.0.90",
2178]
2179
2180[[package]]
2181name = "byteorder"
2182version = "1.5.0"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2185
2186[[package]]
2187name = "byteorder-lite"
2188version = "0.1.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2191
2192[[package]]
2193name = "bytes"
2194version = "0.4.12"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2197dependencies = [
2198 "byteorder",
2199 "iovec",
2200]
2201
2202[[package]]
2203name = "bytes"
2204version = "1.10.1"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2207
2208[[package]]
2209name = "bytes-utils"
2210version = "0.1.4"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2213dependencies = [
2214 "bytes 1.10.1",
2215 "either",
2216]
2217
2218[[package]]
2219name = "bzip2"
2220version = "0.4.4"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2223dependencies = [
2224 "bzip2-sys",
2225 "libc",
2226]
2227
2228[[package]]
2229name = "bzip2-sys"
2230version = "0.1.11+1.0.8"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2233dependencies = [
2234 "cc",
2235 "libc",
2236 "pkg-config",
2237]
2238
2239[[package]]
2240name = "call"
2241version = "0.1.0"
2242dependencies = [
2243 "anyhow",
2244 "audio",
2245 "client",
2246 "collections",
2247 "fs",
2248 "futures 0.3.31",
2249 "gpui",
2250 "http_client",
2251 "language",
2252 "livekit_client",
2253 "livekit_client_macos",
2254 "log",
2255 "postage",
2256 "project",
2257 "schemars",
2258 "serde",
2259 "serde_derive",
2260 "settings",
2261 "telemetry",
2262 "util",
2263]
2264
2265[[package]]
2266name = "calloop"
2267version = "0.13.0"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2270dependencies = [
2271 "bitflags 2.8.0",
2272 "log",
2273 "polling",
2274 "rustix",
2275 "slab",
2276 "thiserror 1.0.69",
2277]
2278
2279[[package]]
2280name = "calloop-wayland-source"
2281version = "0.3.0"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2284dependencies = [
2285 "calloop",
2286 "rustix",
2287 "wayland-backend",
2288 "wayland-client",
2289]
2290
2291[[package]]
2292name = "camino"
2293version = "1.1.9"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2296dependencies = [
2297 "serde",
2298]
2299
2300[[package]]
2301name = "cap-fs-ext"
2302version = "3.4.2"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2305dependencies = [
2306 "cap-primitives",
2307 "cap-std",
2308 "io-lifetimes",
2309 "windows-sys 0.59.0",
2310]
2311
2312[[package]]
2313name = "cap-net-ext"
2314version = "3.4.2"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2317dependencies = [
2318 "cap-primitives",
2319 "cap-std",
2320 "rustix",
2321 "smallvec",
2322]
2323
2324[[package]]
2325name = "cap-primitives"
2326version = "3.4.2"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2329dependencies = [
2330 "ambient-authority",
2331 "fs-set-times",
2332 "io-extras",
2333 "io-lifetimes",
2334 "ipnet",
2335 "maybe-owned",
2336 "rustix",
2337 "windows-sys 0.59.0",
2338 "winx",
2339]
2340
2341[[package]]
2342name = "cap-rand"
2343version = "3.4.2"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2346dependencies = [
2347 "ambient-authority",
2348 "rand 0.8.5",
2349]
2350
2351[[package]]
2352name = "cap-std"
2353version = "3.4.2"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2356dependencies = [
2357 "cap-primitives",
2358 "io-extras",
2359 "io-lifetimes",
2360 "rustix",
2361]
2362
2363[[package]]
2364name = "cap-time-ext"
2365version = "3.4.2"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2368dependencies = [
2369 "ambient-authority",
2370 "cap-primitives",
2371 "iana-time-zone",
2372 "once_cell",
2373 "rustix",
2374 "winx",
2375]
2376
2377[[package]]
2378name = "cargo-platform"
2379version = "0.1.9"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2382dependencies = [
2383 "serde",
2384]
2385
2386[[package]]
2387name = "cargo_metadata"
2388version = "0.19.2"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2391dependencies = [
2392 "camino",
2393 "cargo-platform",
2394 "semver",
2395 "serde",
2396 "serde_json",
2397 "thiserror 2.0.6",
2398]
2399
2400[[package]]
2401name = "cargo_toml"
2402version = "0.21.0"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2405dependencies = [
2406 "serde",
2407 "toml 0.8.20",
2408]
2409
2410[[package]]
2411name = "cast"
2412version = "0.3.0"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2415
2416[[package]]
2417name = "cbc"
2418version = "0.1.2"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2421dependencies = [
2422 "cipher",
2423]
2424
2425[[package]]
2426name = "cbindgen"
2427version = "0.27.0"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2430dependencies = [
2431 "clap",
2432 "heck 0.4.1",
2433 "indexmap",
2434 "log",
2435 "proc-macro2",
2436 "quote",
2437 "serde",
2438 "serde_json",
2439 "syn 2.0.90",
2440 "tempfile",
2441 "toml 0.8.20",
2442]
2443
2444[[package]]
2445name = "cbindgen"
2446version = "0.28.0"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2449dependencies = [
2450 "heck 0.4.1",
2451 "indexmap",
2452 "log",
2453 "proc-macro2",
2454 "quote",
2455 "serde",
2456 "serde_json",
2457 "syn 2.0.90",
2458 "tempfile",
2459 "toml 0.8.20",
2460]
2461
2462[[package]]
2463name = "cc"
2464version = "1.2.12"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2467dependencies = [
2468 "jobserver",
2469 "libc",
2470 "shlex",
2471]
2472
2473[[package]]
2474name = "cesu8"
2475version = "1.1.0"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2478
2479[[package]]
2480name = "cexpr"
2481version = "0.6.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2484dependencies = [
2485 "nom",
2486]
2487
2488[[package]]
2489name = "cfg-expr"
2490version = "0.15.8"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2493dependencies = [
2494 "smallvec",
2495 "target-lexicon 0.12.16",
2496]
2497
2498[[package]]
2499name = "cfg-if"
2500version = "1.0.0"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2503
2504[[package]]
2505name = "cfg_aliases"
2506version = "0.1.1"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2509
2510[[package]]
2511name = "cfg_aliases"
2512version = "0.2.1"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2515
2516[[package]]
2517name = "channel"
2518version = "0.1.0"
2519dependencies = [
2520 "anyhow",
2521 "client",
2522 "clock",
2523 "collections",
2524 "futures 0.3.31",
2525 "gpui",
2526 "http_client",
2527 "language",
2528 "log",
2529 "rand 0.8.5",
2530 "release_channel",
2531 "rpc",
2532 "settings",
2533 "sum_tree",
2534 "text",
2535 "time",
2536 "util",
2537]
2538
2539[[package]]
2540name = "chrono"
2541version = "0.4.40"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2544dependencies = [
2545 "android-tzdata",
2546 "iana-time-zone",
2547 "js-sys",
2548 "num-traits",
2549 "serde",
2550 "wasm-bindgen",
2551 "windows-link",
2552]
2553
2554[[package]]
2555name = "chunked_transfer"
2556version = "1.5.0"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2559
2560[[package]]
2561name = "ciborium"
2562version = "0.2.2"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2565dependencies = [
2566 "ciborium-io",
2567 "ciborium-ll",
2568 "serde",
2569]
2570
2571[[package]]
2572name = "ciborium-io"
2573version = "0.2.2"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2576
2577[[package]]
2578name = "ciborium-ll"
2579version = "0.2.2"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2582dependencies = [
2583 "ciborium-io",
2584 "half",
2585]
2586
2587[[package]]
2588name = "cipher"
2589version = "0.4.4"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2592dependencies = [
2593 "crypto-common",
2594 "inout",
2595 "zeroize",
2596]
2597
2598[[package]]
2599name = "clang-sys"
2600version = "1.8.1"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2603dependencies = [
2604 "glob",
2605 "libc",
2606 "libloading",
2607]
2608
2609[[package]]
2610name = "clap"
2611version = "4.5.31"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
2614dependencies = [
2615 "clap_builder",
2616 "clap_derive",
2617]
2618
2619[[package]]
2620name = "clap_builder"
2621version = "4.5.31"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
2624dependencies = [
2625 "anstream",
2626 "anstyle",
2627 "clap_lex",
2628 "strsim",
2629 "terminal_size",
2630]
2631
2632[[package]]
2633name = "clap_complete"
2634version = "4.5.38"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2637dependencies = [
2638 "clap",
2639]
2640
2641[[package]]
2642name = "clap_derive"
2643version = "4.5.28"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
2646dependencies = [
2647 "heck 0.5.0",
2648 "proc-macro2",
2649 "quote",
2650 "syn 2.0.90",
2651]
2652
2653[[package]]
2654name = "clap_lex"
2655version = "0.7.4"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2658
2659[[package]]
2660name = "cli"
2661version = "0.1.0"
2662dependencies = [
2663 "anyhow",
2664 "clap",
2665 "collections",
2666 "core-foundation 0.9.4",
2667 "core-services",
2668 "exec",
2669 "fork",
2670 "ipc-channel",
2671 "parking_lot",
2672 "paths",
2673 "plist",
2674 "release_channel",
2675 "serde",
2676 "tempfile",
2677 "util",
2678 "windows 0.60.0",
2679]
2680
2681[[package]]
2682name = "client"
2683version = "0.1.0"
2684dependencies = [
2685 "anyhow",
2686 "async-native-tls",
2687 "async-recursion 0.3.2",
2688 "async-tungstenite",
2689 "chrono",
2690 "clock",
2691 "cocoa 0.26.0",
2692 "collections",
2693 "credentials_provider",
2694 "feature_flags",
2695 "futures 0.3.31",
2696 "gpui",
2697 "http_client",
2698 "log",
2699 "parking_lot",
2700 "paths",
2701 "postage",
2702 "rand 0.8.5",
2703 "release_channel",
2704 "rpc",
2705 "schemars",
2706 "serde",
2707 "serde_json",
2708 "settings",
2709 "sha2",
2710 "smol",
2711 "telemetry",
2712 "telemetry_events",
2713 "text",
2714 "thiserror 1.0.69",
2715 "time",
2716 "tiny_http",
2717 "tokio-socks",
2718 "url",
2719 "util",
2720 "windows 0.60.0",
2721 "worktree",
2722]
2723
2724[[package]]
2725name = "clock"
2726version = "0.1.0"
2727dependencies = [
2728 "parking_lot",
2729 "serde",
2730 "smallvec",
2731]
2732
2733[[package]]
2734name = "cmake"
2735version = "0.1.53"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2738dependencies = [
2739 "cc",
2740]
2741
2742[[package]]
2743name = "cobs"
2744version = "0.2.3"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2747
2748[[package]]
2749name = "cocoa"
2750version = "0.25.0"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2753dependencies = [
2754 "bitflags 1.3.2",
2755 "block",
2756 "cocoa-foundation 0.1.2",
2757 "core-foundation 0.9.4",
2758 "core-graphics 0.23.2",
2759 "foreign-types 0.5.0",
2760 "libc",
2761 "objc",
2762]
2763
2764[[package]]
2765name = "cocoa"
2766version = "0.26.0"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2769dependencies = [
2770 "bitflags 2.8.0",
2771 "block",
2772 "cocoa-foundation 0.2.0",
2773 "core-foundation 0.10.0",
2774 "core-graphics 0.24.0",
2775 "foreign-types 0.5.0",
2776 "libc",
2777 "objc",
2778]
2779
2780[[package]]
2781name = "cocoa-foundation"
2782version = "0.1.2"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2785dependencies = [
2786 "bitflags 1.3.2",
2787 "block",
2788 "core-foundation 0.9.4",
2789 "core-graphics-types 0.1.3",
2790 "libc",
2791 "objc",
2792]
2793
2794[[package]]
2795name = "cocoa-foundation"
2796version = "0.2.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2799dependencies = [
2800 "bitflags 2.8.0",
2801 "block",
2802 "core-foundation 0.10.0",
2803 "core-graphics-types 0.2.0",
2804 "libc",
2805 "objc",
2806]
2807
2808[[package]]
2809name = "codespan-reporting"
2810version = "0.11.1"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2813dependencies = [
2814 "termcolor",
2815 "unicode-width",
2816]
2817
2818[[package]]
2819name = "collab"
2820version = "0.44.0"
2821dependencies = [
2822 "anthropic",
2823 "anyhow",
2824 "assistant",
2825 "assistant_context_editor",
2826 "assistant_slash_command",
2827 "assistant_tool",
2828 "async-stripe",
2829 "async-trait",
2830 "async-tungstenite",
2831 "audio",
2832 "aws-config",
2833 "aws-sdk-kinesis",
2834 "aws-sdk-s3",
2835 "axum",
2836 "axum-extra",
2837 "base64 0.22.1",
2838 "buffer_diff",
2839 "call",
2840 "channel",
2841 "chrono",
2842 "client",
2843 "clock",
2844 "collab_ui",
2845 "collections",
2846 "context_server",
2847 "ctor",
2848 "dashmap 6.1.0",
2849 "derive_more",
2850 "editor",
2851 "env_logger 0.11.6",
2852 "envy",
2853 "extension",
2854 "file_finder",
2855 "fs",
2856 "futures 0.3.31",
2857 "git",
2858 "git_hosting_providers",
2859 "git_ui",
2860 "google_ai",
2861 "gpui",
2862 "hex",
2863 "http_client",
2864 "hyper 0.14.32",
2865 "indoc",
2866 "jsonwebtoken",
2867 "language",
2868 "language_model",
2869 "livekit_api",
2870 "livekit_client",
2871 "livekit_client_macos",
2872 "log",
2873 "lsp",
2874 "menu",
2875 "multi_buffer",
2876 "nanoid",
2877 "node_runtime",
2878 "notifications",
2879 "open_ai",
2880 "parking_lot",
2881 "pretty_assertions",
2882 "project",
2883 "prometheus",
2884 "prompt_store",
2885 "prost 0.9.0",
2886 "rand 0.8.5",
2887 "recent_projects",
2888 "release_channel",
2889 "remote",
2890 "remote_server",
2891 "reqwest 0.11.27",
2892 "reqwest_client",
2893 "rpc",
2894 "rustc-demangle",
2895 "scrypt",
2896 "sea-orm",
2897 "semantic_version",
2898 "semver",
2899 "serde",
2900 "serde_derive",
2901 "serde_json",
2902 "session",
2903 "settings",
2904 "sha2",
2905 "sqlx",
2906 "strum",
2907 "subtle",
2908 "supermaven_api",
2909 "telemetry_events",
2910 "text",
2911 "theme",
2912 "thiserror 1.0.69",
2913 "time",
2914 "tokio",
2915 "toml 0.8.20",
2916 "tower",
2917 "tower-http 0.4.4",
2918 "tracing",
2919 "tracing-subscriber",
2920 "unindent",
2921 "util",
2922 "uuid",
2923 "workspace",
2924 "worktree",
2925]
2926
2927[[package]]
2928name = "collab_ui"
2929version = "0.1.0"
2930dependencies = [
2931 "anyhow",
2932 "call",
2933 "channel",
2934 "chrono",
2935 "client",
2936 "collections",
2937 "db",
2938 "editor",
2939 "emojis",
2940 "futures 0.3.31",
2941 "fuzzy",
2942 "gpui",
2943 "http_client",
2944 "language",
2945 "menu",
2946 "notifications",
2947 "picker",
2948 "pretty_assertions",
2949 "project",
2950 "release_channel",
2951 "rich_text",
2952 "rpc",
2953 "schemars",
2954 "serde",
2955 "serde_derive",
2956 "serde_json",
2957 "settings",
2958 "smallvec",
2959 "story",
2960 "telemetry",
2961 "theme",
2962 "time",
2963 "time_format",
2964 "title_bar",
2965 "tree-sitter-md",
2966 "ui",
2967 "util",
2968 "workspace",
2969]
2970
2971[[package]]
2972name = "collections"
2973version = "0.1.0"
2974dependencies = [
2975 "indexmap",
2976 "rustc-hash 2.1.1",
2977]
2978
2979[[package]]
2980name = "color_quant"
2981version = "1.1.0"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2984
2985[[package]]
2986name = "colorchoice"
2987version = "1.0.3"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2990
2991[[package]]
2992name = "combine"
2993version = "4.6.7"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2996dependencies = [
2997 "bytes 1.10.1",
2998 "memchr",
2999]
3000
3001[[package]]
3002name = "command_palette"
3003version = "0.1.0"
3004dependencies = [
3005 "client",
3006 "collections",
3007 "command_palette_hooks",
3008 "ctor",
3009 "editor",
3010 "env_logger 0.11.6",
3011 "fuzzy",
3012 "go_to_line",
3013 "gpui",
3014 "language",
3015 "menu",
3016 "picker",
3017 "postage",
3018 "project",
3019 "serde",
3020 "serde_json",
3021 "settings",
3022 "telemetry",
3023 "theme",
3024 "ui",
3025 "util",
3026 "workspace",
3027 "zed_actions",
3028]
3029
3030[[package]]
3031name = "command_palette_hooks"
3032version = "0.1.0"
3033dependencies = [
3034 "collections",
3035 "derive_more",
3036 "gpui",
3037]
3038
3039[[package]]
3040name = "component"
3041version = "0.1.0"
3042dependencies = [
3043 "collections",
3044 "gpui",
3045 "linkme",
3046 "parking_lot",
3047 "theme",
3048]
3049
3050[[package]]
3051name = "component_preview"
3052version = "0.1.0"
3053dependencies = [
3054 "client",
3055 "collections",
3056 "component",
3057 "gpui",
3058 "languages",
3059 "notifications",
3060 "project",
3061 "ui",
3062 "workspace",
3063]
3064
3065[[package]]
3066name = "concurrent-queue"
3067version = "2.5.0"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3070dependencies = [
3071 "crossbeam-utils",
3072]
3073
3074[[package]]
3075name = "console"
3076version = "0.15.8"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3079dependencies = [
3080 "encode_unicode",
3081 "lazy_static",
3082 "libc",
3083 "unicode-width",
3084 "windows-sys 0.52.0",
3085]
3086
3087[[package]]
3088name = "const-oid"
3089version = "0.9.6"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
3091checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3092
3093[[package]]
3094name = "const-random"
3095version = "0.1.18"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3098dependencies = [
3099 "const-random-macro",
3100]
3101
3102[[package]]
3103name = "const-random-macro"
3104version = "0.1.16"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3107dependencies = [
3108 "getrandom 0.2.15",
3109 "once_cell",
3110 "tiny-keccak",
3111]
3112
3113[[package]]
3114name = "constant_time_eq"
3115version = "0.1.5"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3118
3119[[package]]
3120name = "constant_time_eq"
3121version = "0.3.1"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3124
3125[[package]]
3126name = "context_server"
3127version = "0.1.0"
3128dependencies = [
3129 "anyhow",
3130 "assistant_tool",
3131 "async-trait",
3132 "collections",
3133 "command_palette_hooks",
3134 "context_server_settings",
3135 "extension",
3136 "futures 0.3.31",
3137 "gpui",
3138 "language_model",
3139 "log",
3140 "parking_lot",
3141 "postage",
3142 "project",
3143 "serde",
3144 "serde_json",
3145 "settings",
3146 "smol",
3147 "url",
3148 "util",
3149]
3150
3151[[package]]
3152name = "context_server_settings"
3153version = "0.1.0"
3154dependencies = [
3155 "anyhow",
3156 "collections",
3157 "gpui",
3158 "schemars",
3159 "serde",
3160 "serde_json",
3161 "settings",
3162]
3163
3164[[package]]
3165name = "convert_case"
3166version = "0.4.0"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3169
3170[[package]]
3171name = "convert_case"
3172version = "0.8.0"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3175dependencies = [
3176 "unicode-segmentation",
3177]
3178
3179[[package]]
3180name = "copilot"
3181version = "0.1.0"
3182dependencies = [
3183 "anyhow",
3184 "async-compression",
3185 "async-std",
3186 "async-tar",
3187 "chrono",
3188 "client",
3189 "clock",
3190 "collections",
3191 "command_palette_hooks",
3192 "ctor",
3193 "editor",
3194 "env_logger 0.11.6",
3195 "fs",
3196 "futures 0.3.31",
3197 "gpui",
3198 "http_client",
3199 "indoc",
3200 "inline_completion",
3201 "language",
3202 "log",
3203 "lsp",
3204 "menu",
3205 "node_runtime",
3206 "parking_lot",
3207 "paths",
3208 "project",
3209 "rpc",
3210 "schemars",
3211 "serde",
3212 "serde_json",
3213 "settings",
3214 "smol",
3215 "strum",
3216 "task",
3217 "theme",
3218 "ui",
3219 "util",
3220 "workspace",
3221]
3222
3223[[package]]
3224name = "core-foundation"
3225version = "0.9.4"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3228dependencies = [
3229 "core-foundation-sys",
3230 "libc",
3231]
3232
3233[[package]]
3234name = "core-foundation"
3235version = "0.10.0"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3238dependencies = [
3239 "core-foundation-sys",
3240 "libc",
3241]
3242
3243[[package]]
3244name = "core-foundation-sys"
3245version = "0.8.7"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3248
3249[[package]]
3250name = "core-graphics"
3251version = "0.23.2"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3254dependencies = [
3255 "bitflags 1.3.2",
3256 "core-foundation 0.9.4",
3257 "core-graphics-types 0.1.3",
3258 "foreign-types 0.5.0",
3259 "libc",
3260]
3261
3262[[package]]
3263name = "core-graphics"
3264version = "0.24.0"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3267dependencies = [
3268 "bitflags 2.8.0",
3269 "core-foundation 0.10.0",
3270 "core-graphics-types 0.2.0",
3271 "foreign-types 0.5.0",
3272 "libc",
3273]
3274
3275[[package]]
3276name = "core-graphics-types"
3277version = "0.1.3"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3280dependencies = [
3281 "bitflags 1.3.2",
3282 "core-foundation 0.9.4",
3283 "libc",
3284]
3285
3286[[package]]
3287name = "core-graphics-types"
3288version = "0.2.0"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3291dependencies = [
3292 "bitflags 2.8.0",
3293 "core-foundation 0.10.0",
3294 "libc",
3295]
3296
3297[[package]]
3298name = "core-services"
3299version = "0.2.1"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3302dependencies = [
3303 "core-foundation 0.9.4",
3304]
3305
3306[[package]]
3307name = "core-text"
3308version = "20.1.0"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3311dependencies = [
3312 "core-foundation 0.9.4",
3313 "core-graphics 0.23.2",
3314 "foreign-types 0.5.0",
3315 "libc",
3316]
3317
3318[[package]]
3319name = "coreaudio-rs"
3320version = "0.11.3"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3323dependencies = [
3324 "bitflags 1.3.2",
3325 "core-foundation-sys",
3326 "coreaudio-sys",
3327]
3328
3329[[package]]
3330name = "coreaudio-rs"
3331version = "0.12.1"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3334dependencies = [
3335 "bitflags 1.3.2",
3336 "core-foundation-sys",
3337 "coreaudio-sys",
3338]
3339
3340[[package]]
3341name = "coreaudio-sys"
3342version = "0.2.16"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3345dependencies = [
3346 "bindgen 0.70.1",
3347]
3348
3349[[package]]
3350name = "cosmic-text"
3351version = "0.11.2"
3352source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3353dependencies = [
3354 "bitflags 2.8.0",
3355 "fontdb",
3356 "log",
3357 "rangemap",
3358 "rayon",
3359 "rustc-hash 1.1.0",
3360 "rustybuzz",
3361 "self_cell",
3362 "swash",
3363 "sys-locale",
3364 "ttf-parser",
3365 "unicode-bidi",
3366 "unicode-linebreak",
3367 "unicode-script",
3368 "unicode-segmentation",
3369]
3370
3371[[package]]
3372name = "cpal"
3373version = "0.15.3"
3374source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3375dependencies = [
3376 "alsa",
3377 "core-foundation-sys",
3378 "coreaudio-rs 0.11.3",
3379 "dasp_sample",
3380 "jni",
3381 "js-sys",
3382 "libc",
3383 "mach2",
3384 "ndk",
3385 "ndk-context",
3386 "oboe",
3387 "wasm-bindgen",
3388 "wasm-bindgen-futures",
3389 "web-sys",
3390 "windows 0.54.0",
3391]
3392
3393[[package]]
3394name = "cpp_demangle"
3395version = "0.4.4"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3398dependencies = [
3399 "cfg-if",
3400]
3401
3402[[package]]
3403name = "cpufeatures"
3404version = "0.2.16"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3407dependencies = [
3408 "libc",
3409]
3410
3411[[package]]
3412name = "cranelift-bforest"
3413version = "0.116.1"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3416dependencies = [
3417 "cranelift-entity",
3418]
3419
3420[[package]]
3421name = "cranelift-bitset"
3422version = "0.116.1"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3425dependencies = [
3426 "serde",
3427 "serde_derive",
3428]
3429
3430[[package]]
3431name = "cranelift-codegen"
3432version = "0.116.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3435dependencies = [
3436 "bumpalo",
3437 "cranelift-bforest",
3438 "cranelift-bitset",
3439 "cranelift-codegen-meta",
3440 "cranelift-codegen-shared",
3441 "cranelift-control",
3442 "cranelift-entity",
3443 "cranelift-isle",
3444 "gimli",
3445 "hashbrown 0.14.5",
3446 "log",
3447 "regalloc2",
3448 "rustc-hash 2.1.1",
3449 "serde",
3450 "smallvec",
3451 "target-lexicon 0.13.2",
3452]
3453
3454[[package]]
3455name = "cranelift-codegen-meta"
3456version = "0.116.1"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3459dependencies = [
3460 "cranelift-codegen-shared",
3461]
3462
3463[[package]]
3464name = "cranelift-codegen-shared"
3465version = "0.116.1"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3468
3469[[package]]
3470name = "cranelift-control"
3471version = "0.116.1"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3474dependencies = [
3475 "arbitrary",
3476]
3477
3478[[package]]
3479name = "cranelift-entity"
3480version = "0.116.1"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3483dependencies = [
3484 "cranelift-bitset",
3485 "serde",
3486 "serde_derive",
3487]
3488
3489[[package]]
3490name = "cranelift-frontend"
3491version = "0.116.1"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3494dependencies = [
3495 "cranelift-codegen",
3496 "log",
3497 "smallvec",
3498 "target-lexicon 0.13.2",
3499]
3500
3501[[package]]
3502name = "cranelift-isle"
3503version = "0.116.1"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3506
3507[[package]]
3508name = "cranelift-native"
3509version = "0.116.1"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3512dependencies = [
3513 "cranelift-codegen",
3514 "libc",
3515 "target-lexicon 0.13.2",
3516]
3517
3518[[package]]
3519name = "crc"
3520version = "3.2.1"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3523dependencies = [
3524 "crc-catalog",
3525]
3526
3527[[package]]
3528name = "crc-catalog"
3529version = "2.4.0"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3532
3533[[package]]
3534name = "crc32c"
3535version = "0.6.8"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3538dependencies = [
3539 "rustc_version",
3540]
3541
3542[[package]]
3543name = "crc32fast"
3544version = "1.4.2"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3547dependencies = [
3548 "cfg-if",
3549]
3550
3551[[package]]
3552name = "crc64fast-nvme"
3553version = "1.1.1"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3556dependencies = [
3557 "cbindgen 0.27.0",
3558 "crc",
3559]
3560
3561[[package]]
3562name = "credentials_provider"
3563version = "0.1.0"
3564dependencies = [
3565 "anyhow",
3566 "futures 0.3.31",
3567 "gpui",
3568 "paths",
3569 "release_channel",
3570 "serde",
3571 "serde_json",
3572]
3573
3574[[package]]
3575name = "criterion"
3576version = "0.5.1"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3579dependencies = [
3580 "anes",
3581 "cast",
3582 "ciborium",
3583 "clap",
3584 "criterion-plot",
3585 "is-terminal",
3586 "itertools 0.10.5",
3587 "num-traits",
3588 "once_cell",
3589 "oorandom",
3590 "plotters",
3591 "rayon",
3592 "regex",
3593 "serde",
3594 "serde_derive",
3595 "serde_json",
3596 "tinytemplate",
3597 "walkdir",
3598]
3599
3600[[package]]
3601name = "criterion-plot"
3602version = "0.5.0"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3605dependencies = [
3606 "cast",
3607 "itertools 0.10.5",
3608]
3609
3610[[package]]
3611name = "crossbeam-channel"
3612version = "0.5.13"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3615dependencies = [
3616 "crossbeam-utils",
3617]
3618
3619[[package]]
3620name = "crossbeam-deque"
3621version = "0.8.5"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3624dependencies = [
3625 "crossbeam-epoch",
3626 "crossbeam-utils",
3627]
3628
3629[[package]]
3630name = "crossbeam-epoch"
3631version = "0.9.18"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3634dependencies = [
3635 "crossbeam-utils",
3636]
3637
3638[[package]]
3639name = "crossbeam-queue"
3640version = "0.3.11"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3643dependencies = [
3644 "crossbeam-utils",
3645]
3646
3647[[package]]
3648name = "crossbeam-utils"
3649version = "0.8.20"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3652
3653[[package]]
3654name = "crunchy"
3655version = "0.2.2"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3658
3659[[package]]
3660name = "crypto-bigint"
3661version = "0.4.9"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3664dependencies = [
3665 "generic-array",
3666 "rand_core 0.6.4",
3667 "subtle",
3668 "zeroize",
3669]
3670
3671[[package]]
3672name = "crypto-bigint"
3673version = "0.5.5"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3676dependencies = [
3677 "rand_core 0.6.4",
3678 "subtle",
3679]
3680
3681[[package]]
3682name = "crypto-common"
3683version = "0.1.6"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3686dependencies = [
3687 "generic-array",
3688 "rand_core 0.6.4",
3689 "typenum",
3690]
3691
3692[[package]]
3693name = "ctor"
3694version = "0.4.0"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "a7747ac3a66a06f4ee6718686c8ea976d2d05fb30ada93ebd76b3f9aef97257c"
3697dependencies = [
3698 "ctor-proc-macro",
3699 "dtor",
3700]
3701
3702[[package]]
3703name = "ctor-proc-macro"
3704version = "0.0.5"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3707
3708[[package]]
3709name = "ctrlc"
3710version = "3.4.5"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3713dependencies = [
3714 "nix",
3715 "windows-sys 0.59.0",
3716]
3717
3718[[package]]
3719name = "cursor-icon"
3720version = "1.1.0"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3723
3724[[package]]
3725name = "cxx"
3726version = "1.0.134"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3729dependencies = [
3730 "cc",
3731 "cxxbridge-cmd",
3732 "cxxbridge-flags",
3733 "cxxbridge-macro",
3734 "foldhash",
3735 "link-cplusplus",
3736]
3737
3738[[package]]
3739name = "cxx-build"
3740version = "1.0.134"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3743dependencies = [
3744 "cc",
3745 "codespan-reporting",
3746 "proc-macro2",
3747 "quote",
3748 "scratch",
3749 "syn 2.0.90",
3750]
3751
3752[[package]]
3753name = "cxxbridge-cmd"
3754version = "1.0.134"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3757dependencies = [
3758 "clap",
3759 "codespan-reporting",
3760 "proc-macro2",
3761 "quote",
3762 "syn 2.0.90",
3763]
3764
3765[[package]]
3766name = "cxxbridge-flags"
3767version = "1.0.134"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3770
3771[[package]]
3772name = "cxxbridge-macro"
3773version = "1.0.134"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3776dependencies = [
3777 "proc-macro2",
3778 "quote",
3779 "rustversion",
3780 "syn 2.0.90",
3781]
3782
3783[[package]]
3784name = "dashmap"
3785version = "5.5.3"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3788dependencies = [
3789 "cfg-if",
3790 "hashbrown 0.14.5",
3791 "lock_api",
3792 "once_cell",
3793 "parking_lot_core",
3794]
3795
3796[[package]]
3797name = "dashmap"
3798version = "6.1.0"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3801dependencies = [
3802 "cfg-if",
3803 "crossbeam-utils",
3804 "hashbrown 0.14.5",
3805 "lock_api",
3806 "once_cell",
3807 "parking_lot_core",
3808]
3809
3810[[package]]
3811name = "dasp_sample"
3812version = "0.11.0"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3815
3816[[package]]
3817name = "data-encoding"
3818version = "2.6.0"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3821
3822[[package]]
3823name = "data-url"
3824version = "0.3.1"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3827
3828[[package]]
3829name = "db"
3830version = "0.1.0"
3831dependencies = [
3832 "anyhow",
3833 "gpui",
3834 "indoc",
3835 "log",
3836 "paths",
3837 "release_channel",
3838 "smol",
3839 "sqlez",
3840 "sqlez_macros",
3841 "tempfile",
3842 "util",
3843]
3844
3845[[package]]
3846name = "dbus"
3847version = "0.9.7"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3850dependencies = [
3851 "libc",
3852 "libdbus-sys",
3853 "winapi",
3854]
3855
3856[[package]]
3857name = "deepseek"
3858version = "0.1.0"
3859dependencies = [
3860 "anyhow",
3861 "futures 0.3.31",
3862 "http_client",
3863 "schemars",
3864 "serde",
3865 "serde_json",
3866]
3867
3868[[package]]
3869name = "deflate64"
3870version = "0.1.9"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3873
3874[[package]]
3875name = "der"
3876version = "0.6.1"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3879dependencies = [
3880 "const-oid",
3881 "zeroize",
3882]
3883
3884[[package]]
3885name = "der"
3886version = "0.7.9"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3889dependencies = [
3890 "const-oid",
3891 "pem-rfc7468",
3892 "zeroize",
3893]
3894
3895[[package]]
3896name = "deranged"
3897version = "0.3.11"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3900dependencies = [
3901 "powerfmt",
3902 "serde",
3903]
3904
3905[[package]]
3906name = "derive_more"
3907version = "0.99.19"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3910dependencies = [
3911 "convert_case 0.4.0",
3912 "proc-macro2",
3913 "quote",
3914 "rustc_version",
3915 "syn 2.0.90",
3916]
3917
3918[[package]]
3919name = "derive_refineable"
3920version = "0.1.0"
3921dependencies = [
3922 "proc-macro2",
3923 "quote",
3924 "syn 1.0.109",
3925]
3926
3927[[package]]
3928name = "diagnostics"
3929version = "0.1.0"
3930dependencies = [
3931 "anyhow",
3932 "client",
3933 "collections",
3934 "ctor",
3935 "editor",
3936 "env_logger 0.11.6",
3937 "gpui",
3938 "language",
3939 "log",
3940 "lsp",
3941 "pretty_assertions",
3942 "project",
3943 "rand 0.8.5",
3944 "serde",
3945 "serde_json",
3946 "settings",
3947 "theme",
3948 "ui",
3949 "unindent",
3950 "util",
3951 "workspace",
3952]
3953
3954[[package]]
3955name = "dialoguer"
3956version = "0.11.0"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3959dependencies = [
3960 "console",
3961 "fuzzy-matcher",
3962 "shell-words",
3963 "tempfile",
3964 "thiserror 1.0.69",
3965 "zeroize",
3966]
3967
3968[[package]]
3969name = "diff"
3970version = "0.1.13"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3973
3974[[package]]
3975name = "digest"
3976version = "0.10.7"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3979dependencies = [
3980 "block-buffer",
3981 "const-oid",
3982 "crypto-common",
3983 "subtle",
3984]
3985
3986[[package]]
3987name = "dirs"
3988version = "4.0.0"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3991dependencies = [
3992 "dirs-sys 0.3.7",
3993]
3994
3995[[package]]
3996name = "dirs"
3997version = "5.0.1"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4000dependencies = [
4001 "dirs-sys 0.4.1",
4002]
4003
4004[[package]]
4005name = "dirs-sys"
4006version = "0.3.7"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4009dependencies = [
4010 "libc",
4011 "redox_users",
4012 "winapi",
4013]
4014
4015[[package]]
4016name = "dirs-sys"
4017version = "0.4.1"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4020dependencies = [
4021 "libc",
4022 "option-ext",
4023 "redox_users",
4024 "windows-sys 0.48.0",
4025]
4026
4027[[package]]
4028name = "displaydoc"
4029version = "0.2.5"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4032dependencies = [
4033 "proc-macro2",
4034 "quote",
4035 "syn 2.0.90",
4036]
4037
4038[[package]]
4039name = "dlib"
4040version = "0.5.2"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4043dependencies = [
4044 "libloading",
4045]
4046
4047[[package]]
4048name = "docs_preprocessor"
4049version = "0.1.0"
4050dependencies = [
4051 "anyhow",
4052 "clap",
4053 "mdbook",
4054 "regex",
4055 "serde",
4056 "serde_json",
4057 "settings",
4058 "util",
4059]
4060
4061[[package]]
4062name = "dotenvy"
4063version = "0.15.7"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4066
4067[[package]]
4068name = "downcast-rs"
4069version = "1.2.1"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4072
4073[[package]]
4074name = "doxygen-rs"
4075version = "0.4.2"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4078dependencies = [
4079 "phf",
4080]
4081
4082[[package]]
4083name = "dtor"
4084version = "0.0.4"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "8bf39a0bfd1f94d62ffdb2802a7e6244c0f34f6ebacf5d4c26547d08cd1d67a5"
4087dependencies = [
4088 "dtor-proc-macro",
4089]
4090
4091[[package]]
4092name = "dtor-proc-macro"
4093version = "0.0.5"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4096
4097[[package]]
4098name = "dunce"
4099version = "1.0.5"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4102
4103[[package]]
4104name = "dwrote"
4105version = "0.11.2"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4108dependencies = [
4109 "lazy_static",
4110 "libc",
4111 "winapi",
4112 "wio",
4113]
4114
4115[[package]]
4116name = "dyn-clone"
4117version = "1.0.17"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4120
4121[[package]]
4122name = "ec4rs"
4123version = "1.1.1"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4126
4127[[package]]
4128name = "ecdsa"
4129version = "0.14.8"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4132dependencies = [
4133 "der 0.6.1",
4134 "elliptic-curve",
4135 "rfc6979",
4136 "signature 1.6.4",
4137]
4138
4139[[package]]
4140name = "editor"
4141version = "0.1.0"
4142dependencies = [
4143 "aho-corasick",
4144 "anyhow",
4145 "assets",
4146 "buffer_diff",
4147 "chrono",
4148 "client",
4149 "clock",
4150 "collections",
4151 "convert_case 0.8.0",
4152 "ctor",
4153 "db",
4154 "emojis",
4155 "env_logger 0.11.6",
4156 "file_icons",
4157 "fs",
4158 "futures 0.3.31",
4159 "fuzzy",
4160 "git",
4161 "gpui",
4162 "http_client",
4163 "indoc",
4164 "inline_completion",
4165 "itertools 0.14.0",
4166 "language",
4167 "languages",
4168 "linkify",
4169 "log",
4170 "lsp",
4171 "markdown",
4172 "multi_buffer",
4173 "ordered-float 2.10.1",
4174 "parking_lot",
4175 "pretty_assertions",
4176 "project",
4177 "rand 0.8.5",
4178 "release_channel",
4179 "rpc",
4180 "schemars",
4181 "serde",
4182 "serde_json",
4183 "settings",
4184 "smallvec",
4185 "smol",
4186 "snippet",
4187 "sum_tree",
4188 "task",
4189 "telemetry",
4190 "tempfile",
4191 "text",
4192 "theme",
4193 "time",
4194 "time_format",
4195 "tree-sitter-html",
4196 "tree-sitter-rust",
4197 "tree-sitter-typescript",
4198 "ui",
4199 "unicode-script",
4200 "unicode-segmentation",
4201 "unindent",
4202 "url",
4203 "util",
4204 "uuid",
4205 "workspace",
4206 "zed_actions",
4207]
4208
4209[[package]]
4210name = "either"
4211version = "1.13.0"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4214dependencies = [
4215 "serde",
4216]
4217
4218[[package]]
4219name = "elasticlunr-rs"
4220version = "3.0.2"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4223dependencies = [
4224 "regex",
4225 "serde",
4226 "serde_derive",
4227 "serde_json",
4228]
4229
4230[[package]]
4231name = "elliptic-curve"
4232version = "0.12.3"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4235dependencies = [
4236 "base16ct",
4237 "crypto-bigint 0.4.9",
4238 "der 0.6.1",
4239 "digest",
4240 "ff",
4241 "generic-array",
4242 "group",
4243 "pkcs8 0.9.0",
4244 "rand_core 0.6.4",
4245 "sec1",
4246 "subtle",
4247 "zeroize",
4248]
4249
4250[[package]]
4251name = "embed-resource"
4252version = "3.0.2"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4255dependencies = [
4256 "cc",
4257 "memchr",
4258 "rustc_version",
4259 "toml 0.8.20",
4260 "vswhom",
4261 "winreg 0.52.0",
4262]
4263
4264[[package]]
4265name = "embedded-io"
4266version = "0.4.0"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4269
4270[[package]]
4271name = "embedded-io"
4272version = "0.6.1"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4275
4276[[package]]
4277name = "emojis"
4278version = "0.6.4"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4281dependencies = [
4282 "phf",
4283]
4284
4285[[package]]
4286name = "encode_unicode"
4287version = "0.3.6"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4290
4291[[package]]
4292name = "encoding_rs"
4293version = "0.8.35"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4296dependencies = [
4297 "cfg-if",
4298]
4299
4300[[package]]
4301name = "endi"
4302version = "1.1.0"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4305
4306[[package]]
4307name = "enumflags2"
4308version = "0.7.10"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4311dependencies = [
4312 "enumflags2_derive",
4313 "serde",
4314]
4315
4316[[package]]
4317name = "enumflags2_derive"
4318version = "0.7.10"
4319source = "registry+https://github.com/rust-lang/crates.io-index"
4320checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4321dependencies = [
4322 "proc-macro2",
4323 "quote",
4324 "syn 2.0.90",
4325]
4326
4327[[package]]
4328name = "env_filter"
4329version = "0.1.2"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4332dependencies = [
4333 "log",
4334 "regex",
4335]
4336
4337[[package]]
4338name = "env_home"
4339version = "0.1.0"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4342
4343[[package]]
4344name = "env_logger"
4345version = "0.10.2"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4348dependencies = [
4349 "humantime",
4350 "is-terminal",
4351 "log",
4352 "regex",
4353 "termcolor",
4354]
4355
4356[[package]]
4357name = "env_logger"
4358version = "0.11.6"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4361dependencies = [
4362 "anstream",
4363 "anstyle",
4364 "env_filter",
4365 "humantime",
4366 "log",
4367]
4368
4369[[package]]
4370name = "envy"
4371version = "0.4.2"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4374dependencies = [
4375 "serde",
4376]
4377
4378[[package]]
4379name = "equivalent"
4380version = "1.0.1"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4383
4384[[package]]
4385name = "erased-serde"
4386version = "0.4.5"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4389dependencies = [
4390 "serde",
4391 "typeid",
4392]
4393
4394[[package]]
4395name = "errno"
4396version = "0.2.8"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4399dependencies = [
4400 "errno-dragonfly",
4401 "libc",
4402 "winapi",
4403]
4404
4405[[package]]
4406name = "errno"
4407version = "0.3.10"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4410dependencies = [
4411 "libc",
4412 "windows-sys 0.59.0",
4413]
4414
4415[[package]]
4416name = "errno-dragonfly"
4417version = "0.1.2"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4420dependencies = [
4421 "cc",
4422 "libc",
4423]
4424
4425[[package]]
4426name = "etagere"
4427version = "0.2.15"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4430dependencies = [
4431 "euclid",
4432 "svg_fmt",
4433]
4434
4435[[package]]
4436name = "etcetera"
4437version = "0.8.0"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4440dependencies = [
4441 "cfg-if",
4442 "home",
4443 "windows-sys 0.48.0",
4444]
4445
4446[[package]]
4447name = "euclid"
4448version = "0.22.11"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4451dependencies = [
4452 "num-traits",
4453]
4454
4455[[package]]
4456name = "evals"
4457version = "0.1.0"
4458dependencies = [
4459 "anyhow",
4460 "clap",
4461 "client",
4462 "clock",
4463 "collections",
4464 "env_logger 0.11.6",
4465 "feature_flags",
4466 "fs",
4467 "gpui",
4468 "http_client",
4469 "language",
4470 "languages",
4471 "node_runtime",
4472 "open_ai",
4473 "project",
4474 "reqwest_client",
4475 "semantic_index",
4476 "serde",
4477 "serde_json",
4478 "settings",
4479 "smol",
4480 "util",
4481]
4482
4483[[package]]
4484name = "event-listener"
4485version = "2.5.3"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4488
4489[[package]]
4490name = "event-listener"
4491version = "5.3.1"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4494dependencies = [
4495 "concurrent-queue",
4496 "parking",
4497 "pin-project-lite",
4498]
4499
4500[[package]]
4501name = "event-listener-strategy"
4502version = "0.5.3"
4503source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4505dependencies = [
4506 "event-listener 5.3.1",
4507 "pin-project-lite",
4508]
4509
4510[[package]]
4511name = "exec"
4512version = "0.3.1"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4515dependencies = [
4516 "errno 0.2.8",
4517 "libc",
4518]
4519
4520[[package]]
4521name = "exr"
4522version = "1.73.0"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4525dependencies = [
4526 "bit_field",
4527 "half",
4528 "lebe",
4529 "miniz_oxide",
4530 "rayon-core",
4531 "smallvec",
4532 "zune-inflate",
4533]
4534
4535[[package]]
4536name = "extension"
4537version = "0.1.0"
4538dependencies = [
4539 "anyhow",
4540 "async-compression",
4541 "async-tar",
4542 "async-trait",
4543 "collections",
4544 "convert_case 0.8.0",
4545 "fs",
4546 "futures 0.3.31",
4547 "gpui",
4548 "http_client",
4549 "language",
4550 "log",
4551 "lsp",
4552 "parking_lot",
4553 "semantic_version",
4554 "serde",
4555 "serde_json",
4556 "toml 0.8.20",
4557 "util",
4558 "wasm-encoder 0.221.3",
4559 "wasmparser 0.221.3",
4560 "wit-component 0.221.3",
4561]
4562
4563[[package]]
4564name = "extension_cli"
4565version = "0.1.0"
4566dependencies = [
4567 "anyhow",
4568 "clap",
4569 "env_logger 0.11.6",
4570 "extension",
4571 "fs",
4572 "language",
4573 "log",
4574 "reqwest_client",
4575 "rpc",
4576 "serde",
4577 "serde_json",
4578 "theme",
4579 "tokio",
4580 "toml 0.8.20",
4581 "tree-sitter",
4582 "wasmtime",
4583]
4584
4585[[package]]
4586name = "extension_host"
4587version = "0.1.0"
4588dependencies = [
4589 "anyhow",
4590 "async-compression",
4591 "async-tar",
4592 "async-trait",
4593 "client",
4594 "collections",
4595 "context_server_settings",
4596 "ctor",
4597 "env_logger 0.11.6",
4598 "extension",
4599 "fs",
4600 "futures 0.3.31",
4601 "gpui",
4602 "http_client",
4603 "language",
4604 "language_extension",
4605 "log",
4606 "lsp",
4607 "node_runtime",
4608 "parking_lot",
4609 "paths",
4610 "project",
4611 "release_channel",
4612 "remote",
4613 "reqwest_client",
4614 "schemars",
4615 "semantic_version",
4616 "serde",
4617 "serde_json",
4618 "serde_json_lenient",
4619 "settings",
4620 "task",
4621 "telemetry",
4622 "tempfile",
4623 "theme",
4624 "theme_extension",
4625 "toml 0.8.20",
4626 "url",
4627 "util",
4628 "wasmparser 0.221.3",
4629 "wasmtime",
4630 "wasmtime-wasi",
4631]
4632
4633[[package]]
4634name = "extensions_ui"
4635version = "0.1.0"
4636dependencies = [
4637 "anyhow",
4638 "client",
4639 "collections",
4640 "db",
4641 "editor",
4642 "extension_host",
4643 "feature_flags",
4644 "fs",
4645 "fuzzy",
4646 "gpui",
4647 "language",
4648 "num-format",
4649 "picker",
4650 "project",
4651 "release_channel",
4652 "semantic_version",
4653 "serde",
4654 "settings",
4655 "smallvec",
4656 "telemetry",
4657 "theme",
4658 "ui",
4659 "util",
4660 "vim_mode_setting",
4661 "workspace",
4662 "zed_actions",
4663]
4664
4665[[package]]
4666name = "fallible-iterator"
4667version = "0.3.0"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4670
4671[[package]]
4672name = "fancy-regex"
4673version = "0.13.0"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4676dependencies = [
4677 "bit-set 0.5.3",
4678 "regex-automata 0.4.9",
4679 "regex-syntax 0.8.5",
4680]
4681
4682[[package]]
4683name = "fancy-regex"
4684version = "0.14.0"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4687dependencies = [
4688 "bit-set 0.8.0",
4689 "regex-automata 0.4.9",
4690 "regex-syntax 0.8.5",
4691]
4692
4693[[package]]
4694name = "fast-srgb8"
4695version = "1.0.0"
4696source = "registry+https://github.com/rust-lang/crates.io-index"
4697checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4698
4699[[package]]
4700name = "fastrand"
4701version = "1.9.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4704dependencies = [
4705 "instant",
4706]
4707
4708[[package]]
4709name = "fastrand"
4710version = "2.3.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4713
4714[[package]]
4715name = "fd-lock"
4716version = "4.0.2"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4719dependencies = [
4720 "cfg-if",
4721 "rustix",
4722 "windows-sys 0.52.0",
4723]
4724
4725[[package]]
4726name = "fdeflate"
4727version = "0.3.7"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4730dependencies = [
4731 "simd-adler32",
4732]
4733
4734[[package]]
4735name = "feature_flags"
4736version = "0.1.0"
4737dependencies = [
4738 "futures 0.3.31",
4739 "gpui",
4740 "smol",
4741]
4742
4743[[package]]
4744name = "feedback"
4745version = "0.1.0"
4746dependencies = [
4747 "anyhow",
4748 "bitflags 2.8.0",
4749 "client",
4750 "db",
4751 "editor",
4752 "futures 0.3.31",
4753 "gpui",
4754 "http_client",
4755 "human_bytes",
4756 "language",
4757 "log",
4758 "menu",
4759 "project",
4760 "regex",
4761 "release_channel",
4762 "serde",
4763 "serde_derive",
4764 "serde_json",
4765 "smol",
4766 "sysinfo",
4767 "ui",
4768 "urlencoding",
4769 "util",
4770 "workspace",
4771 "zed_actions",
4772]
4773
4774[[package]]
4775name = "ff"
4776version = "0.12.1"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4779dependencies = [
4780 "rand_core 0.6.4",
4781 "subtle",
4782]
4783
4784[[package]]
4785name = "file_finder"
4786version = "0.1.0"
4787dependencies = [
4788 "anyhow",
4789 "collections",
4790 "ctor",
4791 "editor",
4792 "env_logger 0.11.6",
4793 "file_icons",
4794 "futures 0.3.31",
4795 "fuzzy",
4796 "gpui",
4797 "language",
4798 "menu",
4799 "picker",
4800 "project",
4801 "schemars",
4802 "serde",
4803 "serde_derive",
4804 "serde_json",
4805 "settings",
4806 "text",
4807 "theme",
4808 "ui",
4809 "util",
4810 "workspace",
4811]
4812
4813[[package]]
4814name = "file_icons"
4815version = "0.1.0"
4816dependencies = [
4817 "gpui",
4818 "serde",
4819 "settings",
4820 "theme",
4821 "util",
4822]
4823
4824[[package]]
4825name = "filedescriptor"
4826version = "0.8.3"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4829dependencies = [
4830 "libc",
4831 "thiserror 1.0.69",
4832 "winapi",
4833]
4834
4835[[package]]
4836name = "filetime"
4837version = "0.2.25"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4840dependencies = [
4841 "cfg-if",
4842 "libc",
4843 "libredox",
4844 "windows-sys 0.59.0",
4845]
4846
4847[[package]]
4848name = "fixedbitset"
4849version = "0.4.2"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4852
4853[[package]]
4854name = "flate2"
4855version = "1.0.35"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4858dependencies = [
4859 "crc32fast",
4860 "miniz_oxide",
4861]
4862
4863[[package]]
4864name = "float-cmp"
4865version = "0.9.0"
4866source = "registry+https://github.com/rust-lang/crates.io-index"
4867checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4868
4869[[package]]
4870name = "float-ord"
4871version = "0.3.2"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4874
4875[[package]]
4876name = "float_next_after"
4877version = "1.0.0"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4880
4881[[package]]
4882name = "flume"
4883version = "0.11.1"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4886dependencies = [
4887 "futures-core",
4888 "futures-sink",
4889 "nanorand",
4890 "spin",
4891]
4892
4893[[package]]
4894name = "fnv"
4895version = "1.0.7"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4898
4899[[package]]
4900name = "foldhash"
4901version = "0.1.3"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4904
4905[[package]]
4906name = "font-kit"
4907version = "0.14.1"
4908source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4909dependencies = [
4910 "bitflags 2.8.0",
4911 "byteorder",
4912 "core-foundation 0.9.4",
4913 "core-graphics 0.23.2",
4914 "core-text",
4915 "dirs 5.0.1",
4916 "dwrote",
4917 "float-ord",
4918 "freetype-sys",
4919 "lazy_static",
4920 "libc",
4921 "log",
4922 "pathfinder_geometry",
4923 "pathfinder_simd",
4924 "walkdir",
4925 "winapi",
4926 "yeslogic-fontconfig-sys",
4927]
4928
4929[[package]]
4930name = "font-types"
4931version = "0.7.3"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4934dependencies = [
4935 "bytemuck",
4936]
4937
4938[[package]]
4939name = "fontconfig-parser"
4940version = "0.5.7"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4943dependencies = [
4944 "roxmltree",
4945]
4946
4947[[package]]
4948name = "fontdb"
4949version = "0.18.0"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4952dependencies = [
4953 "fontconfig-parser",
4954 "log",
4955 "memmap2",
4956 "slotmap",
4957 "tinyvec",
4958 "ttf-parser",
4959]
4960
4961[[package]]
4962name = "foreign-types"
4963version = "0.3.2"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4966dependencies = [
4967 "foreign-types-shared 0.1.1",
4968]
4969
4970[[package]]
4971name = "foreign-types"
4972version = "0.5.0"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4975dependencies = [
4976 "foreign-types-macros",
4977 "foreign-types-shared 0.3.1",
4978]
4979
4980[[package]]
4981name = "foreign-types-macros"
4982version = "0.2.3"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4985dependencies = [
4986 "proc-macro2",
4987 "quote",
4988 "syn 2.0.90",
4989]
4990
4991[[package]]
4992name = "foreign-types-shared"
4993version = "0.1.1"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4996
4997[[package]]
4998name = "foreign-types-shared"
4999version = "0.3.1"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5002
5003[[package]]
5004name = "fork"
5005version = "0.2.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5008dependencies = [
5009 "libc",
5010]
5011
5012[[package]]
5013name = "form_urlencoded"
5014version = "1.2.1"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5017dependencies = [
5018 "percent-encoding",
5019]
5020
5021[[package]]
5022name = "freetype-sys"
5023version = "0.20.1"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5026dependencies = [
5027 "cc",
5028 "libc",
5029 "pkg-config",
5030]
5031
5032[[package]]
5033name = "fs"
5034version = "0.1.0"
5035dependencies = [
5036 "anyhow",
5037 "ashpd",
5038 "async-tar",
5039 "async-trait",
5040 "cocoa 0.26.0",
5041 "collections",
5042 "fsevent",
5043 "futures 0.3.31",
5044 "git",
5045 "git2",
5046 "gpui",
5047 "libc",
5048 "log",
5049 "notify 6.1.1",
5050 "objc",
5051 "parking_lot",
5052 "paths",
5053 "proto",
5054 "rope",
5055 "serde",
5056 "serde_json",
5057 "smol",
5058 "tempfile",
5059 "text",
5060 "time",
5061 "util",
5062 "windows 0.60.0",
5063]
5064
5065[[package]]
5066name = "fs-set-times"
5067version = "0.20.2"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5070dependencies = [
5071 "io-lifetimes",
5072 "rustix",
5073 "windows-sys 0.59.0",
5074]
5075
5076[[package]]
5077name = "fs2"
5078version = "0.4.3"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5081dependencies = [
5082 "libc",
5083 "winapi",
5084]
5085
5086[[package]]
5087name = "fs_extra"
5088version = "1.3.0"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5091
5092[[package]]
5093name = "fsevent"
5094version = "0.1.0"
5095dependencies = [
5096 "bitflags 2.8.0",
5097 "core-foundation 0.9.4",
5098 "fsevent-sys 3.1.0",
5099 "parking_lot",
5100 "tempfile",
5101]
5102
5103[[package]]
5104name = "fsevent-sys"
5105version = "3.1.0"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5108dependencies = [
5109 "libc",
5110]
5111
5112[[package]]
5113name = "fsevent-sys"
5114version = "4.1.0"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5117dependencies = [
5118 "libc",
5119]
5120
5121[[package]]
5122name = "funty"
5123version = "2.0.0"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5126
5127[[package]]
5128name = "futf"
5129version = "0.1.5"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5132dependencies = [
5133 "mac",
5134 "new_debug_unreachable",
5135]
5136
5137[[package]]
5138name = "futures"
5139version = "0.1.31"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5142
5143[[package]]
5144name = "futures"
5145version = "0.3.31"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5148dependencies = [
5149 "futures-channel",
5150 "futures-core",
5151 "futures-executor",
5152 "futures-io",
5153 "futures-sink",
5154 "futures-task",
5155 "futures-util",
5156]
5157
5158[[package]]
5159name = "futures-batch"
5160version = "0.6.1"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5163dependencies = [
5164 "futures 0.3.31",
5165 "futures-timer",
5166 "pin-utils",
5167]
5168
5169[[package]]
5170name = "futures-channel"
5171version = "0.3.31"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5174dependencies = [
5175 "futures-core",
5176 "futures-sink",
5177]
5178
5179[[package]]
5180name = "futures-core"
5181version = "0.3.31"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5184
5185[[package]]
5186name = "futures-executor"
5187version = "0.3.31"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5190dependencies = [
5191 "futures-core",
5192 "futures-task",
5193 "futures-util",
5194]
5195
5196[[package]]
5197name = "futures-intrusive"
5198version = "0.5.0"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5201dependencies = [
5202 "futures-core",
5203 "lock_api",
5204 "parking_lot",
5205]
5206
5207[[package]]
5208name = "futures-io"
5209version = "0.3.31"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5212
5213[[package]]
5214name = "futures-lite"
5215version = "1.13.0"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5218dependencies = [
5219 "fastrand 1.9.0",
5220 "futures-core",
5221 "futures-io",
5222 "memchr",
5223 "parking",
5224 "pin-project-lite",
5225 "waker-fn",
5226]
5227
5228[[package]]
5229name = "futures-lite"
5230version = "2.6.0"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5233dependencies = [
5234 "fastrand 2.3.0",
5235 "futures-core",
5236 "futures-io",
5237 "parking",
5238 "pin-project-lite",
5239]
5240
5241[[package]]
5242name = "futures-macro"
5243version = "0.3.31"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5246dependencies = [
5247 "proc-macro2",
5248 "quote",
5249 "syn 2.0.90",
5250]
5251
5252[[package]]
5253name = "futures-sink"
5254version = "0.3.31"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5257
5258[[package]]
5259name = "futures-task"
5260version = "0.3.31"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5263
5264[[package]]
5265name = "futures-timer"
5266version = "3.0.3"
5267source = "registry+https://github.com/rust-lang/crates.io-index"
5268checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5269
5270[[package]]
5271name = "futures-util"
5272version = "0.3.31"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5275dependencies = [
5276 "futures 0.1.31",
5277 "futures-channel",
5278 "futures-core",
5279 "futures-io",
5280 "futures-macro",
5281 "futures-sink",
5282 "futures-task",
5283 "memchr",
5284 "pin-project-lite",
5285 "pin-utils",
5286 "slab",
5287 "tokio-io",
5288]
5289
5290[[package]]
5291name = "fuzzy"
5292version = "0.1.0"
5293dependencies = [
5294 "gpui",
5295 "log",
5296 "util",
5297]
5298
5299[[package]]
5300name = "fuzzy-matcher"
5301version = "0.3.7"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5304dependencies = [
5305 "thread_local",
5306]
5307
5308[[package]]
5309name = "generic-array"
5310version = "0.14.7"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5313dependencies = [
5314 "typenum",
5315 "version_check",
5316]
5317
5318[[package]]
5319name = "gethostname"
5320version = "0.4.3"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5323dependencies = [
5324 "libc",
5325 "windows-targets 0.48.5",
5326]
5327
5328[[package]]
5329name = "getrandom"
5330version = "0.1.16"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5333dependencies = [
5334 "cfg-if",
5335 "libc",
5336 "wasi 0.9.0+wasi-snapshot-preview1",
5337]
5338
5339[[package]]
5340name = "getrandom"
5341version = "0.2.15"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5344dependencies = [
5345 "cfg-if",
5346 "js-sys",
5347 "libc",
5348 "wasi 0.11.0+wasi-snapshot-preview1",
5349 "wasm-bindgen",
5350]
5351
5352[[package]]
5353name = "getrandom"
5354version = "0.3.1"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5357dependencies = [
5358 "cfg-if",
5359 "libc",
5360 "wasi 0.13.3+wasi-0.2.2",
5361 "windows-targets 0.52.6",
5362]
5363
5364[[package]]
5365name = "gif"
5366version = "0.13.1"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5369dependencies = [
5370 "color_quant",
5371 "weezl",
5372]
5373
5374[[package]]
5375name = "gimli"
5376version = "0.31.1"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5379dependencies = [
5380 "fallible-iterator",
5381 "indexmap",
5382 "stable_deref_trait",
5383]
5384
5385[[package]]
5386name = "git"
5387version = "0.1.0"
5388dependencies = [
5389 "anyhow",
5390 "askpass",
5391 "async-trait",
5392 "collections",
5393 "derive_more",
5394 "futures 0.3.31",
5395 "git2",
5396 "gpui",
5397 "http_client",
5398 "log",
5399 "parking_lot",
5400 "pretty_assertions",
5401 "regex",
5402 "rope",
5403 "schemars",
5404 "serde",
5405 "serde_json",
5406 "smol",
5407 "sum_tree",
5408 "text",
5409 "time",
5410 "unindent",
5411 "url",
5412 "util",
5413]
5414
5415[[package]]
5416name = "git2"
5417version = "0.20.0"
5418source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5419dependencies = [
5420 "bitflags 2.8.0",
5421 "libc",
5422 "libgit2-sys",
5423 "log",
5424 "url",
5425]
5426
5427[[package]]
5428name = "git_hosting_providers"
5429version = "0.1.0"
5430dependencies = [
5431 "anyhow",
5432 "async-trait",
5433 "futures 0.3.31",
5434 "git",
5435 "gpui",
5436 "http_client",
5437 "indoc",
5438 "pretty_assertions",
5439 "regex",
5440 "serde",
5441 "serde_json",
5442 "url",
5443 "util",
5444]
5445
5446[[package]]
5447name = "git_ui"
5448version = "0.1.0"
5449dependencies = [
5450 "anyhow",
5451 "askpass",
5452 "assistant_settings",
5453 "buffer_diff",
5454 "chrono",
5455 "collections",
5456 "command_palette_hooks",
5457 "component",
5458 "ctor",
5459 "db",
5460 "editor",
5461 "env_logger 0.11.6",
5462 "futures 0.3.31",
5463 "fuzzy",
5464 "git",
5465 "gpui",
5466 "itertools 0.14.0",
5467 "language",
5468 "language_model",
5469 "linkify",
5470 "linkme",
5471 "log",
5472 "menu",
5473 "multi_buffer",
5474 "notifications",
5475 "panel",
5476 "picker",
5477 "postage",
5478 "pretty_assertions",
5479 "project",
5480 "schemars",
5481 "serde",
5482 "serde_derive",
5483 "serde_json",
5484 "settings",
5485 "smallvec",
5486 "strum",
5487 "telemetry",
5488 "theme",
5489 "time",
5490 "time_format",
5491 "ui",
5492 "unindent",
5493 "util",
5494 "windows 0.60.0",
5495 "workspace",
5496 "zed_actions",
5497]
5498
5499[[package]]
5500name = "glob"
5501version = "0.3.1"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5504
5505[[package]]
5506name = "globset"
5507version = "0.4.16"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5510dependencies = [
5511 "aho-corasick",
5512 "bstr",
5513 "log",
5514 "regex-automata 0.4.9",
5515 "regex-syntax 0.8.5",
5516]
5517
5518[[package]]
5519name = "gloo-timers"
5520version = "0.3.0"
5521source = "registry+https://github.com/rust-lang/crates.io-index"
5522checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5523dependencies = [
5524 "futures-channel",
5525 "futures-core",
5526 "js-sys",
5527 "wasm-bindgen",
5528]
5529
5530[[package]]
5531name = "glow"
5532version = "0.14.2"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5535dependencies = [
5536 "js-sys",
5537 "slotmap",
5538 "wasm-bindgen",
5539 "web-sys",
5540]
5541
5542[[package]]
5543name = "go_to_line"
5544version = "0.1.0"
5545dependencies = [
5546 "anyhow",
5547 "editor",
5548 "gpui",
5549 "indoc",
5550 "language",
5551 "menu",
5552 "project",
5553 "rope",
5554 "schemars",
5555 "serde",
5556 "serde_json",
5557 "settings",
5558 "text",
5559 "theme",
5560 "tree-sitter-rust",
5561 "tree-sitter-typescript",
5562 "ui",
5563 "util",
5564 "workspace",
5565]
5566
5567[[package]]
5568name = "google_ai"
5569version = "0.1.0"
5570dependencies = [
5571 "anyhow",
5572 "futures 0.3.31",
5573 "http_client",
5574 "schemars",
5575 "serde",
5576 "serde_json",
5577 "strum",
5578]
5579
5580[[package]]
5581name = "gpu-alloc"
5582version = "0.6.0"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5585dependencies = [
5586 "bitflags 2.8.0",
5587 "gpu-alloc-types",
5588]
5589
5590[[package]]
5591name = "gpu-alloc-ash"
5592version = "0.7.0"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5595dependencies = [
5596 "ash",
5597 "gpu-alloc-types",
5598 "tinyvec",
5599]
5600
5601[[package]]
5602name = "gpu-alloc-types"
5603version = "0.3.0"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5606dependencies = [
5607 "bitflags 2.8.0",
5608]
5609
5610[[package]]
5611name = "gpui"
5612version = "0.1.0"
5613dependencies = [
5614 "anyhow",
5615 "as-raw-xcb-connection",
5616 "ashpd",
5617 "async-task",
5618 "backtrace",
5619 "bindgen 0.70.1",
5620 "blade-graphics",
5621 "blade-macros",
5622 "blade-util",
5623 "block",
5624 "bytemuck",
5625 "calloop",
5626 "calloop-wayland-source",
5627 "cbindgen 0.28.0",
5628 "cocoa 0.26.0",
5629 "collections",
5630 "core-foundation 0.9.4",
5631 "core-foundation-sys",
5632 "core-graphics 0.23.2",
5633 "core-text",
5634 "cosmic-text",
5635 "ctor",
5636 "derive_more",
5637 "embed-resource",
5638 "env_logger 0.11.6",
5639 "etagere",
5640 "filedescriptor",
5641 "flume",
5642 "font-kit",
5643 "foreign-types 0.5.0",
5644 "futures 0.3.31",
5645 "gpui_macros",
5646 "http_client",
5647 "image",
5648 "inventory",
5649 "itertools 0.14.0",
5650 "log",
5651 "lyon",
5652 "media",
5653 "metal",
5654 "naga",
5655 "num_cpus",
5656 "objc",
5657 "objc2",
5658 "objc2-metal",
5659 "oo7",
5660 "open",
5661 "parking",
5662 "parking_lot",
5663 "pathfinder_geometry",
5664 "postage",
5665 "profiling",
5666 "rand 0.8.5",
5667 "raw-window-handle",
5668 "refineable",
5669 "reqwest_client",
5670 "resvg",
5671 "schemars",
5672 "seahash",
5673 "semantic_version",
5674 "serde",
5675 "serde_derive",
5676 "serde_json",
5677 "slotmap",
5678 "smallvec",
5679 "smol",
5680 "strum",
5681 "sum_tree",
5682 "taffy",
5683 "thiserror 1.0.69",
5684 "unicode-segmentation",
5685 "usvg",
5686 "util",
5687 "uuid",
5688 "waker-fn",
5689 "wayland-backend",
5690 "wayland-client",
5691 "wayland-cursor",
5692 "wayland-protocols",
5693 "wayland-protocols-plasma",
5694 "windows 0.60.0",
5695 "windows-core 0.60.1",
5696 "x11-clipboard",
5697 "x11rb",
5698 "xim",
5699 "xkbcommon",
5700]
5701
5702[[package]]
5703name = "gpui_macros"
5704version = "0.1.0"
5705dependencies = [
5706 "gpui",
5707 "proc-macro2",
5708 "quote",
5709 "syn 1.0.109",
5710]
5711
5712[[package]]
5713name = "gpui_tokio"
5714version = "0.1.0"
5715dependencies = [
5716 "gpui",
5717 "tokio",
5718 "util",
5719]
5720
5721[[package]]
5722name = "grid"
5723version = "0.13.0"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5726
5727[[package]]
5728name = "group"
5729version = "0.12.1"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5732dependencies = [
5733 "ff",
5734 "rand_core 0.6.4",
5735 "subtle",
5736]
5737
5738[[package]]
5739name = "h2"
5740version = "0.3.26"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5743dependencies = [
5744 "bytes 1.10.1",
5745 "fnv",
5746 "futures-core",
5747 "futures-sink",
5748 "futures-util",
5749 "http 0.2.12",
5750 "indexmap",
5751 "slab",
5752 "tokio",
5753 "tokio-util",
5754 "tracing",
5755]
5756
5757[[package]]
5758name = "h2"
5759version = "0.4.7"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5762dependencies = [
5763 "atomic-waker",
5764 "bytes 1.10.1",
5765 "fnv",
5766 "futures-core",
5767 "futures-sink",
5768 "http 1.2.0",
5769 "indexmap",
5770 "slab",
5771 "tokio",
5772 "tokio-util",
5773 "tracing",
5774]
5775
5776[[package]]
5777name = "half"
5778version = "2.4.1"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5781dependencies = [
5782 "cfg-if",
5783 "crunchy",
5784]
5785
5786[[package]]
5787name = "handlebars"
5788version = "4.5.0"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5791dependencies = [
5792 "log",
5793 "pest",
5794 "pest_derive",
5795 "serde",
5796 "serde_json",
5797 "thiserror 1.0.69",
5798]
5799
5800[[package]]
5801name = "handlebars"
5802version = "6.2.0"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5805dependencies = [
5806 "log",
5807 "num-order",
5808 "pest",
5809 "pest_derive",
5810 "serde",
5811 "serde_json",
5812 "thiserror 1.0.69",
5813]
5814
5815[[package]]
5816name = "hashbrown"
5817version = "0.12.3"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5820dependencies = [
5821 "ahash 0.7.8",
5822]
5823
5824[[package]]
5825name = "hashbrown"
5826version = "0.14.5"
5827source = "registry+https://github.com/rust-lang/crates.io-index"
5828checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5829dependencies = [
5830 "ahash 0.8.11",
5831 "allocator-api2",
5832]
5833
5834[[package]]
5835name = "hashbrown"
5836version = "0.15.2"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5839dependencies = [
5840 "allocator-api2",
5841 "equivalent",
5842 "foldhash",
5843 "serde",
5844]
5845
5846[[package]]
5847name = "hashlink"
5848version = "0.8.4"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5851dependencies = [
5852 "hashbrown 0.14.5",
5853]
5854
5855[[package]]
5856name = "hashlink"
5857version = "0.10.0"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5860dependencies = [
5861 "hashbrown 0.15.2",
5862]
5863
5864[[package]]
5865name = "headers"
5866version = "0.3.9"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5869dependencies = [
5870 "base64 0.21.7",
5871 "bytes 1.10.1",
5872 "headers-core",
5873 "http 0.2.12",
5874 "httpdate",
5875 "mime",
5876 "sha1",
5877]
5878
5879[[package]]
5880name = "headers-core"
5881version = "0.2.0"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5884dependencies = [
5885 "http 0.2.12",
5886]
5887
5888[[package]]
5889name = "heck"
5890version = "0.3.3"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5893dependencies = [
5894 "unicode-segmentation",
5895]
5896
5897[[package]]
5898name = "heck"
5899version = "0.4.1"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5902dependencies = [
5903 "unicode-segmentation",
5904]
5905
5906[[package]]
5907name = "heck"
5908version = "0.5.0"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5911
5912[[package]]
5913name = "heed"
5914version = "0.21.0"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5917dependencies = [
5918 "bitflags 2.8.0",
5919 "byteorder",
5920 "heed-traits",
5921 "heed-types",
5922 "libc",
5923 "lmdb-master-sys",
5924 "once_cell",
5925 "page_size",
5926 "serde",
5927 "synchronoise",
5928 "url",
5929]
5930
5931[[package]]
5932name = "heed-traits"
5933version = "0.20.0"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5936
5937[[package]]
5938name = "heed-types"
5939version = "0.21.0"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5942dependencies = [
5943 "bincode",
5944 "byteorder",
5945 "heed-traits",
5946 "serde",
5947 "serde_json",
5948]
5949
5950[[package]]
5951name = "hermit-abi"
5952version = "0.3.9"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5955
5956[[package]]
5957name = "hermit-abi"
5958version = "0.4.0"
5959source = "registry+https://github.com/rust-lang/crates.io-index"
5960checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5961
5962[[package]]
5963name = "hex"
5964version = "0.4.3"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5967
5968[[package]]
5969name = "hexf-parse"
5970version = "0.2.1"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5973
5974[[package]]
5975name = "hidden-trait"
5976version = "0.1.2"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5979dependencies = [
5980 "proc-macro2",
5981 "quote",
5982 "syn 1.0.109",
5983]
5984
5985[[package]]
5986name = "hkdf"
5987version = "0.12.4"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5990dependencies = [
5991 "hmac",
5992]
5993
5994[[package]]
5995name = "hmac"
5996version = "0.12.1"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5999dependencies = [
6000 "digest",
6001]
6002
6003[[package]]
6004name = "home"
6005version = "0.5.9"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6008dependencies = [
6009 "windows-sys 0.52.0",
6010]
6011
6012[[package]]
6013name = "hound"
6014version = "3.5.1"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6017
6018[[package]]
6019name = "html5ever"
6020version = "0.27.0"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6023dependencies = [
6024 "log",
6025 "mac",
6026 "markup5ever",
6027 "proc-macro2",
6028 "quote",
6029 "syn 2.0.90",
6030]
6031
6032[[package]]
6033name = "html_to_markdown"
6034version = "0.1.0"
6035dependencies = [
6036 "anyhow",
6037 "html5ever",
6038 "indoc",
6039 "markup5ever_rcdom",
6040 "pretty_assertions",
6041 "regex",
6042]
6043
6044[[package]]
6045name = "http"
6046version = "0.2.12"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6049dependencies = [
6050 "bytes 1.10.1",
6051 "fnv",
6052 "itoa",
6053]
6054
6055[[package]]
6056name = "http"
6057version = "1.2.0"
6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6060dependencies = [
6061 "bytes 1.10.1",
6062 "fnv",
6063 "itoa",
6064]
6065
6066[[package]]
6067name = "http-body"
6068version = "0.4.6"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6071dependencies = [
6072 "bytes 1.10.1",
6073 "http 0.2.12",
6074 "pin-project-lite",
6075]
6076
6077[[package]]
6078name = "http-body"
6079version = "1.0.1"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6082dependencies = [
6083 "bytes 1.10.1",
6084 "http 1.2.0",
6085]
6086
6087[[package]]
6088name = "http-body-util"
6089version = "0.1.2"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6092dependencies = [
6093 "bytes 1.10.1",
6094 "futures-util",
6095 "http 1.2.0",
6096 "http-body 1.0.1",
6097 "pin-project-lite",
6098]
6099
6100[[package]]
6101name = "http-range-header"
6102version = "0.3.1"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6105
6106[[package]]
6107name = "http-types"
6108version = "2.12.0"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6111dependencies = [
6112 "anyhow",
6113 "async-channel 1.9.0",
6114 "base64 0.13.1",
6115 "futures-lite 1.13.0",
6116 "http 0.2.12",
6117 "infer",
6118 "pin-project-lite",
6119 "rand 0.7.3",
6120 "serde",
6121 "serde_json",
6122 "serde_qs 0.8.5",
6123 "serde_urlencoded",
6124 "url",
6125]
6126
6127[[package]]
6128name = "http_client"
6129version = "0.1.0"
6130dependencies = [
6131 "anyhow",
6132 "bytes 1.10.1",
6133 "derive_more",
6134 "futures 0.3.31",
6135 "http 1.2.0",
6136 "log",
6137 "rustls 0.23.23",
6138 "rustls-platform-verifier",
6139 "serde",
6140 "serde_json",
6141 "url",
6142]
6143
6144[[package]]
6145name = "httparse"
6146version = "1.9.5"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6149
6150[[package]]
6151name = "httpdate"
6152version = "1.0.3"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6155
6156[[package]]
6157name = "human_bytes"
6158version = "0.4.3"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6161
6162[[package]]
6163name = "humantime"
6164version = "2.1.0"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6167
6168[[package]]
6169name = "hyper"
6170version = "0.14.32"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6173dependencies = [
6174 "bytes 1.10.1",
6175 "futures-channel",
6176 "futures-core",
6177 "futures-util",
6178 "h2 0.3.26",
6179 "http 0.2.12",
6180 "http-body 0.4.6",
6181 "httparse",
6182 "httpdate",
6183 "itoa",
6184 "pin-project-lite",
6185 "socket2",
6186 "tokio",
6187 "tower-service",
6188 "tracing",
6189 "want",
6190]
6191
6192[[package]]
6193name = "hyper"
6194version = "1.5.1"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6197dependencies = [
6198 "bytes 1.10.1",
6199 "futures-channel",
6200 "futures-util",
6201 "h2 0.4.7",
6202 "http 1.2.0",
6203 "http-body 1.0.1",
6204 "httparse",
6205 "itoa",
6206 "pin-project-lite",
6207 "smallvec",
6208 "tokio",
6209 "want",
6210]
6211
6212[[package]]
6213name = "hyper-rustls"
6214version = "0.24.2"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6217dependencies = [
6218 "futures-util",
6219 "http 0.2.12",
6220 "hyper 0.14.32",
6221 "log",
6222 "rustls 0.21.12",
6223 "rustls-native-certs 0.6.3",
6224 "tokio",
6225 "tokio-rustls 0.24.1",
6226]
6227
6228[[package]]
6229name = "hyper-rustls"
6230version = "0.27.3"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6233dependencies = [
6234 "futures-util",
6235 "http 1.2.0",
6236 "hyper 1.5.1",
6237 "hyper-util",
6238 "rustls 0.23.23",
6239 "rustls-native-certs 0.8.1",
6240 "rustls-pki-types",
6241 "tokio",
6242 "tokio-rustls 0.26.1",
6243 "tower-service",
6244]
6245
6246[[package]]
6247name = "hyper-tls"
6248version = "0.5.0"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6251dependencies = [
6252 "bytes 1.10.1",
6253 "hyper 0.14.32",
6254 "native-tls",
6255 "tokio",
6256 "tokio-native-tls",
6257]
6258
6259[[package]]
6260name = "hyper-util"
6261version = "0.1.10"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6264dependencies = [
6265 "bytes 1.10.1",
6266 "futures-channel",
6267 "futures-util",
6268 "http 1.2.0",
6269 "http-body 1.0.1",
6270 "hyper 1.5.1",
6271 "pin-project-lite",
6272 "socket2",
6273 "tokio",
6274 "tower-service",
6275 "tracing",
6276]
6277
6278[[package]]
6279name = "iana-time-zone"
6280version = "0.1.61"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6283dependencies = [
6284 "android_system_properties",
6285 "core-foundation-sys",
6286 "iana-time-zone-haiku",
6287 "js-sys",
6288 "wasm-bindgen",
6289 "windows-core 0.52.0",
6290]
6291
6292[[package]]
6293name = "iana-time-zone-haiku"
6294version = "0.1.2"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6297dependencies = [
6298 "cc",
6299]
6300
6301[[package]]
6302name = "icu_collections"
6303version = "1.5.0"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6306dependencies = [
6307 "displaydoc",
6308 "yoke",
6309 "zerofrom",
6310 "zerovec",
6311]
6312
6313[[package]]
6314name = "icu_locid"
6315version = "1.5.0"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6318dependencies = [
6319 "displaydoc",
6320 "litemap",
6321 "tinystr",
6322 "writeable",
6323 "zerovec",
6324]
6325
6326[[package]]
6327name = "icu_locid_transform"
6328version = "1.5.0"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6331dependencies = [
6332 "displaydoc",
6333 "icu_locid",
6334 "icu_locid_transform_data",
6335 "icu_provider",
6336 "tinystr",
6337 "zerovec",
6338]
6339
6340[[package]]
6341name = "icu_locid_transform_data"
6342version = "1.5.0"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6345
6346[[package]]
6347name = "icu_normalizer"
6348version = "1.5.0"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6351dependencies = [
6352 "displaydoc",
6353 "icu_collections",
6354 "icu_normalizer_data",
6355 "icu_properties",
6356 "icu_provider",
6357 "smallvec",
6358 "utf16_iter",
6359 "utf8_iter",
6360 "write16",
6361 "zerovec",
6362]
6363
6364[[package]]
6365name = "icu_normalizer_data"
6366version = "1.5.0"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6369
6370[[package]]
6371name = "icu_properties"
6372version = "1.5.1"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6375dependencies = [
6376 "displaydoc",
6377 "icu_collections",
6378 "icu_locid_transform",
6379 "icu_properties_data",
6380 "icu_provider",
6381 "tinystr",
6382 "zerovec",
6383]
6384
6385[[package]]
6386name = "icu_properties_data"
6387version = "1.5.0"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6390
6391[[package]]
6392name = "icu_provider"
6393version = "1.5.0"
6394source = "registry+https://github.com/rust-lang/crates.io-index"
6395checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6396dependencies = [
6397 "displaydoc",
6398 "icu_locid",
6399 "icu_provider_macros",
6400 "stable_deref_trait",
6401 "tinystr",
6402 "writeable",
6403 "yoke",
6404 "zerofrom",
6405 "zerovec",
6406]
6407
6408[[package]]
6409name = "icu_provider_macros"
6410version = "1.5.0"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6413dependencies = [
6414 "proc-macro2",
6415 "quote",
6416 "syn 2.0.90",
6417]
6418
6419[[package]]
6420name = "id-arena"
6421version = "2.2.1"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6424
6425[[package]]
6426name = "idna"
6427version = "1.0.3"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6430dependencies = [
6431 "idna_adapter",
6432 "smallvec",
6433 "utf8_iter",
6434]
6435
6436[[package]]
6437name = "idna_adapter"
6438version = "1.2.0"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6441dependencies = [
6442 "icu_normalizer",
6443 "icu_properties",
6444]
6445
6446[[package]]
6447name = "ignore"
6448version = "0.4.23"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6451dependencies = [
6452 "crossbeam-deque",
6453 "globset",
6454 "log",
6455 "memchr",
6456 "regex-automata 0.4.9",
6457 "same-file",
6458 "walkdir",
6459 "winapi-util",
6460]
6461
6462[[package]]
6463name = "image"
6464version = "0.25.5"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6467dependencies = [
6468 "bytemuck",
6469 "byteorder-lite",
6470 "color_quant",
6471 "exr",
6472 "gif",
6473 "image-webp",
6474 "num-traits",
6475 "png",
6476 "qoi",
6477 "ravif",
6478 "rayon",
6479 "rgb",
6480 "tiff",
6481 "zune-core",
6482 "zune-jpeg",
6483]
6484
6485[[package]]
6486name = "image-webp"
6487version = "0.2.0"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6490dependencies = [
6491 "byteorder-lite",
6492 "quick-error",
6493]
6494
6495[[package]]
6496name = "image_viewer"
6497version = "0.1.0"
6498dependencies = [
6499 "anyhow",
6500 "db",
6501 "editor",
6502 "file_icons",
6503 "gpui",
6504 "project",
6505 "schemars",
6506 "serde",
6507 "settings",
6508 "theme",
6509 "ui",
6510 "util",
6511 "workspace",
6512]
6513
6514[[package]]
6515name = "imagesize"
6516version = "0.13.0"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6519
6520[[package]]
6521name = "imara-diff"
6522version = "0.1.8"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6525dependencies = [
6526 "hashbrown 0.15.2",
6527]
6528
6529[[package]]
6530name = "imgref"
6531version = "1.11.0"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6534
6535[[package]]
6536name = "indexed_docs"
6537version = "0.1.0"
6538dependencies = [
6539 "anyhow",
6540 "async-trait",
6541 "cargo_metadata",
6542 "collections",
6543 "derive_more",
6544 "extension",
6545 "fs",
6546 "futures 0.3.31",
6547 "fuzzy",
6548 "gpui",
6549 "heed",
6550 "html_to_markdown",
6551 "http_client",
6552 "indexmap",
6553 "indoc",
6554 "parking_lot",
6555 "paths",
6556 "pretty_assertions",
6557 "serde",
6558 "strum",
6559 "util",
6560]
6561
6562[[package]]
6563name = "indexmap"
6564version = "2.7.1"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6567dependencies = [
6568 "equivalent",
6569 "hashbrown 0.15.2",
6570 "serde",
6571]
6572
6573[[package]]
6574name = "indoc"
6575version = "2.0.6"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6578
6579[[package]]
6580name = "infer"
6581version = "0.2.3"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6584
6585[[package]]
6586name = "inherent"
6587version = "1.0.11"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6590dependencies = [
6591 "proc-macro2",
6592 "quote",
6593 "syn 2.0.90",
6594]
6595
6596[[package]]
6597name = "inline_completion"
6598version = "0.1.0"
6599dependencies = [
6600 "gpui",
6601 "language",
6602 "project",
6603]
6604
6605[[package]]
6606name = "inline_completion_button"
6607version = "0.1.0"
6608dependencies = [
6609 "anyhow",
6610 "client",
6611 "copilot",
6612 "editor",
6613 "feature_flags",
6614 "fs",
6615 "futures 0.3.31",
6616 "gpui",
6617 "indoc",
6618 "inline_completion",
6619 "language",
6620 "lsp",
6621 "paths",
6622 "project",
6623 "regex",
6624 "serde_json",
6625 "settings",
6626 "supermaven",
6627 "telemetry",
6628 "theme",
6629 "ui",
6630 "workspace",
6631 "zed_actions",
6632 "zeta",
6633]
6634
6635[[package]]
6636name = "inotify"
6637version = "0.9.6"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6640dependencies = [
6641 "bitflags 1.3.2",
6642 "inotify-sys",
6643 "libc",
6644]
6645
6646[[package]]
6647name = "inotify"
6648version = "0.11.0"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6651dependencies = [
6652 "bitflags 2.8.0",
6653 "inotify-sys",
6654 "libc",
6655]
6656
6657[[package]]
6658name = "inotify-sys"
6659version = "0.1.5"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6662dependencies = [
6663 "libc",
6664]
6665
6666[[package]]
6667name = "inout"
6668version = "0.1.3"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6671dependencies = [
6672 "block-padding",
6673 "generic-array",
6674]
6675
6676[[package]]
6677name = "install_cli"
6678version = "0.1.0"
6679dependencies = [
6680 "anyhow",
6681 "gpui",
6682 "smol",
6683 "util",
6684]
6685
6686[[package]]
6687name = "instant"
6688version = "0.1.13"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6691dependencies = [
6692 "cfg-if",
6693]
6694
6695[[package]]
6696name = "interpolate_name"
6697version = "0.2.4"
6698source = "registry+https://github.com/rust-lang/crates.io-index"
6699checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6700dependencies = [
6701 "proc-macro2",
6702 "quote",
6703 "syn 2.0.90",
6704]
6705
6706[[package]]
6707name = "inventory"
6708version = "0.3.20"
6709source = "registry+https://github.com/rust-lang/crates.io-index"
6710checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6711dependencies = [
6712 "rustversion",
6713]
6714
6715[[package]]
6716name = "io-extras"
6717version = "0.18.4"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6720dependencies = [
6721 "io-lifetimes",
6722 "windows-sys 0.59.0",
6723]
6724
6725[[package]]
6726name = "io-lifetimes"
6727version = "2.0.4"
6728source = "registry+https://github.com/rust-lang/crates.io-index"
6729checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6730
6731[[package]]
6732name = "iovec"
6733version = "0.1.4"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6736dependencies = [
6737 "libc",
6738]
6739
6740[[package]]
6741name = "ipc-channel"
6742version = "0.19.0"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6745dependencies = [
6746 "bincode",
6747 "crossbeam-channel",
6748 "fnv",
6749 "lazy_static",
6750 "libc",
6751 "mio 1.0.3",
6752 "rand 0.8.5",
6753 "serde",
6754 "tempfile",
6755 "uuid",
6756 "windows 0.58.0",
6757]
6758
6759[[package]]
6760name = "ipnet"
6761version = "2.10.1"
6762source = "registry+https://github.com/rust-lang/crates.io-index"
6763checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6764
6765[[package]]
6766name = "is-docker"
6767version = "0.2.0"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6770dependencies = [
6771 "once_cell",
6772]
6773
6774[[package]]
6775name = "is-terminal"
6776version = "0.4.13"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6779dependencies = [
6780 "hermit-abi 0.4.0",
6781 "libc",
6782 "windows-sys 0.52.0",
6783]
6784
6785[[package]]
6786name = "is-wsl"
6787version = "0.4.0"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6790dependencies = [
6791 "is-docker",
6792 "once_cell",
6793]
6794
6795[[package]]
6796name = "is_terminal_polyfill"
6797version = "1.70.1"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6800
6801[[package]]
6802name = "itertools"
6803version = "0.10.5"
6804source = "registry+https://github.com/rust-lang/crates.io-index"
6805checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6806dependencies = [
6807 "either",
6808]
6809
6810[[package]]
6811name = "itertools"
6812version = "0.11.0"
6813source = "registry+https://github.com/rust-lang/crates.io-index"
6814checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6815dependencies = [
6816 "either",
6817]
6818
6819[[package]]
6820name = "itertools"
6821version = "0.12.1"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6824dependencies = [
6825 "either",
6826]
6827
6828[[package]]
6829name = "itertools"
6830version = "0.14.0"
6831source = "registry+https://github.com/rust-lang/crates.io-index"
6832checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6833dependencies = [
6834 "either",
6835]
6836
6837[[package]]
6838name = "itoa"
6839version = "1.0.14"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6842
6843[[package]]
6844name = "jni"
6845version = "0.21.1"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6848dependencies = [
6849 "cesu8",
6850 "cfg-if",
6851 "combine",
6852 "jni-sys",
6853 "log",
6854 "thiserror 1.0.69",
6855 "walkdir",
6856 "windows-sys 0.45.0",
6857]
6858
6859[[package]]
6860name = "jni-sys"
6861version = "0.3.0"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6864
6865[[package]]
6866name = "jobserver"
6867version = "0.1.32"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6870dependencies = [
6871 "libc",
6872]
6873
6874[[package]]
6875name = "journal"
6876version = "0.1.0"
6877dependencies = [
6878 "anyhow",
6879 "chrono",
6880 "editor",
6881 "gpui",
6882 "log",
6883 "schemars",
6884 "serde",
6885 "settings",
6886 "shellexpand 2.1.2",
6887 "workspace",
6888]
6889
6890[[package]]
6891name = "jpeg-decoder"
6892version = "0.3.1"
6893source = "registry+https://github.com/rust-lang/crates.io-index"
6894checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6895
6896[[package]]
6897name = "js-sys"
6898version = "0.3.76"
6899source = "registry+https://github.com/rust-lang/crates.io-index"
6900checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6901dependencies = [
6902 "once_cell",
6903 "wasm-bindgen",
6904]
6905
6906[[package]]
6907name = "jsonwebtoken"
6908version = "9.3.1"
6909source = "registry+https://github.com/rust-lang/crates.io-index"
6910checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6911dependencies = [
6912 "base64 0.22.1",
6913 "js-sys",
6914 "pem",
6915 "ring",
6916 "serde",
6917 "serde_json",
6918 "simple_asn1",
6919]
6920
6921[[package]]
6922name = "jupyter-protocol"
6923version = "0.6.0"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6926dependencies = [
6927 "anyhow",
6928 "async-trait",
6929 "bytes 1.10.1",
6930 "chrono",
6931 "futures 0.3.31",
6932 "serde",
6933 "serde_json",
6934 "uuid",
6935]
6936
6937[[package]]
6938name = "jupyter-websocket-client"
6939version = "0.9.0"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6942dependencies = [
6943 "anyhow",
6944 "async-trait",
6945 "async-tungstenite",
6946 "futures 0.3.31",
6947 "jupyter-protocol",
6948 "serde",
6949 "serde_json",
6950 "url",
6951 "uuid",
6952]
6953
6954[[package]]
6955name = "khronos-egl"
6956version = "6.0.0"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6959dependencies = [
6960 "libc",
6961 "libloading",
6962]
6963
6964[[package]]
6965name = "kqueue"
6966version = "1.0.8"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6969dependencies = [
6970 "kqueue-sys",
6971 "libc",
6972]
6973
6974[[package]]
6975name = "kqueue-sys"
6976version = "1.0.4"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6979dependencies = [
6980 "bitflags 1.3.2",
6981 "libc",
6982]
6983
6984[[package]]
6985name = "kurbo"
6986version = "0.11.1"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6989dependencies = [
6990 "arrayvec",
6991 "smallvec",
6992]
6993
6994[[package]]
6995name = "kv-log-macro"
6996version = "1.0.7"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6999dependencies = [
7000 "log",
7001]
7002
7003[[package]]
7004name = "language"
7005version = "0.1.0"
7006dependencies = [
7007 "anyhow",
7008 "async-trait",
7009 "async-watch",
7010 "clock",
7011 "collections",
7012 "ctor",
7013 "ec4rs",
7014 "env_logger 0.11.6",
7015 "fs",
7016 "futures 0.3.31",
7017 "fuzzy",
7018 "globset",
7019 "gpui",
7020 "http_client",
7021 "imara-diff",
7022 "indoc",
7023 "itertools 0.14.0",
7024 "log",
7025 "lsp",
7026 "parking_lot",
7027 "postage",
7028 "pretty_assertions",
7029 "rand 0.8.5",
7030 "regex",
7031 "rpc",
7032 "schemars",
7033 "serde",
7034 "serde_json",
7035 "settings",
7036 "smallvec",
7037 "smol",
7038 "streaming-iterator",
7039 "strsim",
7040 "sum_tree",
7041 "task",
7042 "text",
7043 "theme",
7044 "tree-sitter",
7045 "tree-sitter-elixir",
7046 "tree-sitter-embedded-template",
7047 "tree-sitter-heex",
7048 "tree-sitter-html",
7049 "tree-sitter-json",
7050 "tree-sitter-md",
7051 "tree-sitter-ruby",
7052 "tree-sitter-rust",
7053 "tree-sitter-typescript",
7054 "unicase",
7055 "unindent",
7056 "util",
7057]
7058
7059[[package]]
7060name = "language_extension"
7061version = "0.1.0"
7062dependencies = [
7063 "anyhow",
7064 "async-trait",
7065 "collections",
7066 "extension",
7067 "fs",
7068 "futures 0.3.31",
7069 "gpui",
7070 "language",
7071 "lsp",
7072 "serde",
7073 "serde_json",
7074 "util",
7075]
7076
7077[[package]]
7078name = "language_model"
7079version = "0.1.0"
7080dependencies = [
7081 "anthropic",
7082 "anyhow",
7083 "base64 0.22.1",
7084 "client",
7085 "collections",
7086 "futures 0.3.31",
7087 "google_ai",
7088 "gpui",
7089 "http_client",
7090 "image",
7091 "log",
7092 "open_ai",
7093 "parking_lot",
7094 "proto",
7095 "schemars",
7096 "serde",
7097 "serde_json",
7098 "smol",
7099 "strum",
7100 "telemetry_events",
7101 "thiserror 1.0.69",
7102 "ui",
7103 "util",
7104]
7105
7106[[package]]
7107name = "language_model_selector"
7108version = "0.1.0"
7109dependencies = [
7110 "feature_flags",
7111 "gpui",
7112 "language_model",
7113 "log",
7114 "picker",
7115 "proto",
7116 "ui",
7117 "workspace",
7118 "zed_actions",
7119]
7120
7121[[package]]
7122name = "language_models"
7123version = "0.1.0"
7124dependencies = [
7125 "anthropic",
7126 "anyhow",
7127 "aws-config",
7128 "aws-credential-types",
7129 "aws_http_client",
7130 "bedrock",
7131 "client",
7132 "collections",
7133 "copilot",
7134 "credentials_provider",
7135 "deepseek",
7136 "editor",
7137 "feature_flags",
7138 "fs",
7139 "futures 0.3.31",
7140 "google_ai",
7141 "gpui",
7142 "gpui_tokio",
7143 "http_client",
7144 "language_model",
7145 "lmstudio",
7146 "menu",
7147 "mistral",
7148 "ollama",
7149 "open_ai",
7150 "project",
7151 "proto",
7152 "schemars",
7153 "serde",
7154 "serde_json",
7155 "settings",
7156 "smol",
7157 "strum",
7158 "theme",
7159 "tiktoken-rs",
7160 "tokio",
7161 "ui",
7162 "util",
7163]
7164
7165[[package]]
7166name = "language_selector"
7167version = "0.1.0"
7168dependencies = [
7169 "anyhow",
7170 "editor",
7171 "file_finder",
7172 "file_icons",
7173 "fuzzy",
7174 "gpui",
7175 "language",
7176 "picker",
7177 "project",
7178 "settings",
7179 "ui",
7180 "util",
7181 "workspace",
7182]
7183
7184[[package]]
7185name = "language_tools"
7186version = "0.1.0"
7187dependencies = [
7188 "anyhow",
7189 "client",
7190 "collections",
7191 "copilot",
7192 "editor",
7193 "env_logger 0.11.6",
7194 "futures 0.3.31",
7195 "gpui",
7196 "itertools 0.14.0",
7197 "language",
7198 "lsp",
7199 "project",
7200 "release_channel",
7201 "serde_json",
7202 "settings",
7203 "theme",
7204 "tree-sitter",
7205 "ui",
7206 "util",
7207 "workspace",
7208 "zed_actions",
7209]
7210
7211[[package]]
7212name = "languages"
7213version = "0.1.0"
7214dependencies = [
7215 "anyhow",
7216 "async-compression",
7217 "async-tar",
7218 "async-trait",
7219 "collections",
7220 "futures 0.3.31",
7221 "gpui",
7222 "http_client",
7223 "language",
7224 "log",
7225 "lsp",
7226 "node_runtime",
7227 "paths",
7228 "pet",
7229 "pet-conda",
7230 "pet-core",
7231 "pet-fs",
7232 "pet-poetry",
7233 "pet-reporter",
7234 "pretty_assertions",
7235 "project",
7236 "regex",
7237 "rope",
7238 "rust-embed",
7239 "serde",
7240 "serde_json",
7241 "settings",
7242 "smol",
7243 "snippet_provider",
7244 "task",
7245 "text",
7246 "theme",
7247 "toml 0.8.20",
7248 "tree-sitter",
7249 "tree-sitter-bash",
7250 "tree-sitter-c",
7251 "tree-sitter-cpp",
7252 "tree-sitter-css",
7253 "tree-sitter-diff",
7254 "tree-sitter-gitcommit",
7255 "tree-sitter-go",
7256 "tree-sitter-gomod",
7257 "tree-sitter-gowork",
7258 "tree-sitter-jsdoc",
7259 "tree-sitter-json",
7260 "tree-sitter-md",
7261 "tree-sitter-python",
7262 "tree-sitter-regex",
7263 "tree-sitter-rust",
7264 "tree-sitter-typescript",
7265 "tree-sitter-yaml",
7266 "unindent",
7267 "util",
7268 "workspace",
7269]
7270
7271[[package]]
7272name = "lazy_static"
7273version = "1.5.0"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7276dependencies = [
7277 "spin",
7278]
7279
7280[[package]]
7281name = "lazycell"
7282version = "1.3.0"
7283source = "registry+https://github.com/rust-lang/crates.io-index"
7284checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7285
7286[[package]]
7287name = "leb128"
7288version = "0.2.5"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7291
7292[[package]]
7293name = "lebe"
7294version = "0.5.2"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7297
7298[[package]]
7299name = "libc"
7300version = "0.2.170"
7301source = "registry+https://github.com/rust-lang/crates.io-index"
7302checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7303
7304[[package]]
7305name = "libdbus-sys"
7306version = "0.2.5"
7307source = "registry+https://github.com/rust-lang/crates.io-index"
7308checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7309dependencies = [
7310 "cc",
7311 "pkg-config",
7312]
7313
7314[[package]]
7315name = "libfuzzer-sys"
7316version = "0.4.8"
7317source = "registry+https://github.com/rust-lang/crates.io-index"
7318checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7319dependencies = [
7320 "arbitrary",
7321 "cc",
7322]
7323
7324[[package]]
7325name = "libgit2-sys"
7326version = "0.18.0+1.9.0"
7327source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7328dependencies = [
7329 "cc",
7330 "libc",
7331 "libz-sys",
7332 "pkg-config",
7333]
7334
7335[[package]]
7336name = "libloading"
7337version = "0.8.6"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7340dependencies = [
7341 "cfg-if",
7342 "windows-targets 0.48.5",
7343]
7344
7345[[package]]
7346name = "libm"
7347version = "0.2.11"
7348source = "registry+https://github.com/rust-lang/crates.io-index"
7349checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7350
7351[[package]]
7352name = "libmimalloc-sys"
7353version = "0.1.39"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7356dependencies = [
7357 "cc",
7358 "libc",
7359]
7360
7361[[package]]
7362name = "libredox"
7363version = "0.1.3"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7366dependencies = [
7367 "bitflags 2.8.0",
7368 "libc",
7369 "redox_syscall 0.5.8",
7370]
7371
7372[[package]]
7373name = "libsqlite3-sys"
7374version = "0.30.1"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7377dependencies = [
7378 "cc",
7379 "pkg-config",
7380 "vcpkg",
7381]
7382
7383[[package]]
7384name = "libwebrtc"
7385version = "0.3.7"
7386source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7387dependencies = [
7388 "cxx",
7389 "jni",
7390 "js-sys",
7391 "lazy_static",
7392 "livekit-protocol",
7393 "livekit-runtime",
7394 "log",
7395 "parking_lot",
7396 "serde",
7397 "serde_json",
7398 "thiserror 1.0.69",
7399 "tokio",
7400 "wasm-bindgen",
7401 "wasm-bindgen-futures",
7402 "web-sys",
7403 "webrtc-sys",
7404]
7405
7406[[package]]
7407name = "libz-sys"
7408version = "1.1.20"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7411dependencies = [
7412 "cc",
7413 "libc",
7414 "pkg-config",
7415 "vcpkg",
7416]
7417
7418[[package]]
7419name = "link-cplusplus"
7420version = "1.0.9"
7421source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7423dependencies = [
7424 "cc",
7425]
7426
7427[[package]]
7428name = "linkify"
7429version = "0.10.0"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7432dependencies = [
7433 "memchr",
7434]
7435
7436[[package]]
7437name = "linkme"
7438version = "0.3.32"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7441dependencies = [
7442 "linkme-impl",
7443]
7444
7445[[package]]
7446name = "linkme-impl"
7447version = "0.3.32"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7450dependencies = [
7451 "proc-macro2",
7452 "quote",
7453 "syn 2.0.90",
7454]
7455
7456[[package]]
7457name = "linux-raw-sys"
7458version = "0.4.14"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7461
7462[[package]]
7463name = "litemap"
7464version = "0.7.4"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7467
7468[[package]]
7469name = "livekit"
7470version = "0.7.0"
7471source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7472dependencies = [
7473 "chrono",
7474 "futures-util",
7475 "lazy_static",
7476 "libwebrtc",
7477 "livekit-api",
7478 "livekit-protocol",
7479 "livekit-runtime",
7480 "log",
7481 "parking_lot",
7482 "prost 0.12.6",
7483 "semver",
7484 "serde",
7485 "serde_json",
7486 "thiserror 1.0.69",
7487 "tokio",
7488]
7489
7490[[package]]
7491name = "livekit-api"
7492version = "0.4.1"
7493source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7494dependencies = [
7495 "async-tungstenite",
7496 "futures-util",
7497 "http 0.2.12",
7498 "jsonwebtoken",
7499 "livekit-protocol",
7500 "livekit-runtime",
7501 "log",
7502 "parking_lot",
7503 "prost 0.12.6",
7504 "reqwest 0.11.27",
7505 "scopeguard",
7506 "serde",
7507 "serde_json",
7508 "sha2",
7509 "thiserror 1.0.69",
7510 "tokio",
7511 "tokio-tungstenite 0.20.1",
7512 "url",
7513]
7514
7515[[package]]
7516name = "livekit-protocol"
7517version = "0.3.6"
7518source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7519dependencies = [
7520 "futures-util",
7521 "livekit-runtime",
7522 "parking_lot",
7523 "pbjson",
7524 "pbjson-types",
7525 "prost 0.12.6",
7526 "prost-types 0.12.6",
7527 "serde",
7528 "thiserror 1.0.69",
7529 "tokio",
7530]
7531
7532[[package]]
7533name = "livekit-runtime"
7534version = "0.3.1"
7535source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7536dependencies = [
7537 "async-io",
7538 "async-std",
7539 "async-task",
7540 "futures 0.3.31",
7541]
7542
7543[[package]]
7544name = "livekit_api"
7545version = "0.1.0"
7546dependencies = [
7547 "anyhow",
7548 "async-trait",
7549 "jsonwebtoken",
7550 "log",
7551 "prost 0.9.0",
7552 "prost-build 0.9.0",
7553 "prost-types 0.9.0",
7554 "reqwest 0.12.8",
7555 "serde",
7556]
7557
7558[[package]]
7559name = "livekit_client"
7560version = "0.1.0"
7561dependencies = [
7562 "anyhow",
7563 "async-trait",
7564 "collections",
7565 "core-foundation 0.9.4",
7566 "coreaudio-rs 0.12.1",
7567 "cpal",
7568 "futures 0.3.31",
7569 "gpui",
7570 "http 0.2.12",
7571 "http_client",
7572 "image",
7573 "livekit",
7574 "livekit_api",
7575 "log",
7576 "media",
7577 "nanoid",
7578 "parking_lot",
7579 "postage",
7580 "serde",
7581 "serde_json",
7582 "sha2",
7583 "simplelog",
7584 "smallvec",
7585 "util",
7586]
7587
7588[[package]]
7589name = "livekit_client_macos"
7590version = "0.1.0"
7591dependencies = [
7592 "anyhow",
7593 "async-broadcast",
7594 "async-trait",
7595 "collections",
7596 "core-foundation 0.9.4",
7597 "futures 0.3.31",
7598 "gpui",
7599 "livekit_api",
7600 "log",
7601 "media",
7602 "nanoid",
7603 "parking_lot",
7604 "postage",
7605 "serde",
7606 "serde_json",
7607 "sha2",
7608 "simplelog",
7609]
7610
7611[[package]]
7612name = "lmdb-master-sys"
7613version = "0.2.4"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7616dependencies = [
7617 "cc",
7618 "doxygen-rs",
7619 "libc",
7620]
7621
7622[[package]]
7623name = "lmstudio"
7624version = "0.1.0"
7625dependencies = [
7626 "anyhow",
7627 "futures 0.3.31",
7628 "http_client",
7629 "schemars",
7630 "serde",
7631 "serde_json",
7632]
7633
7634[[package]]
7635name = "lock_api"
7636version = "0.4.12"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7639dependencies = [
7640 "autocfg",
7641 "scopeguard",
7642]
7643
7644[[package]]
7645name = "log"
7646version = "0.4.26"
7647source = "registry+https://github.com/rust-lang/crates.io-index"
7648checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7649dependencies = [
7650 "serde",
7651 "value-bag",
7652]
7653
7654[[package]]
7655name = "loop9"
7656version = "0.1.5"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7659dependencies = [
7660 "imgref",
7661]
7662
7663[[package]]
7664name = "lru"
7665version = "0.12.5"
7666source = "registry+https://github.com/rust-lang/crates.io-index"
7667checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7668dependencies = [
7669 "hashbrown 0.15.2",
7670]
7671
7672[[package]]
7673name = "lsp"
7674version = "0.1.0"
7675dependencies = [
7676 "anyhow",
7677 "async-pipe",
7678 "collections",
7679 "ctor",
7680 "env_logger 0.11.6",
7681 "futures 0.3.31",
7682 "gpui",
7683 "log",
7684 "lsp-types",
7685 "parking_lot",
7686 "postage",
7687 "release_channel",
7688 "schemars",
7689 "serde",
7690 "serde_json",
7691 "smol",
7692 "util",
7693]
7694
7695[[package]]
7696name = "lsp-types"
7697version = "0.95.1"
7698source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7699dependencies = [
7700 "bitflags 1.3.2",
7701 "serde",
7702 "serde_json",
7703 "serde_repr",
7704 "url",
7705]
7706
7707[[package]]
7708name = "lua-src"
7709version = "547.0.0"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7712dependencies = [
7713 "cc",
7714]
7715
7716[[package]]
7717name = "luajit-src"
7718version = "210.5.12+a4f56a4"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7721dependencies = [
7722 "cc",
7723 "which 7.0.2",
7724]
7725
7726[[package]]
7727name = "lyon"
7728version = "1.0.1"
7729source = "registry+https://github.com/rust-lang/crates.io-index"
7730checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7731dependencies = [
7732 "lyon_algorithms",
7733 "lyon_extra",
7734 "lyon_tessellation",
7735]
7736
7737[[package]]
7738name = "lyon_algorithms"
7739version = "1.0.5"
7740source = "registry+https://github.com/rust-lang/crates.io-index"
7741checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7742dependencies = [
7743 "lyon_path",
7744 "num-traits",
7745]
7746
7747[[package]]
7748name = "lyon_extra"
7749version = "1.0.3"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7752dependencies = [
7753 "lyon_path",
7754 "thiserror 1.0.69",
7755]
7756
7757[[package]]
7758name = "lyon_geom"
7759version = "1.0.6"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7762dependencies = [
7763 "arrayvec",
7764 "euclid",
7765 "num-traits",
7766]
7767
7768[[package]]
7769name = "lyon_path"
7770version = "1.0.6"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7773dependencies = [
7774 "lyon_geom",
7775 "num-traits",
7776]
7777
7778[[package]]
7779name = "lyon_tessellation"
7780version = "1.0.15"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7783dependencies = [
7784 "float_next_after",
7785 "lyon_path",
7786 "num-traits",
7787]
7788
7789[[package]]
7790name = "mac"
7791version = "0.1.1"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7794
7795[[package]]
7796name = "mach2"
7797version = "0.4.2"
7798source = "registry+https://github.com/rust-lang/crates.io-index"
7799checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7800dependencies = [
7801 "libc",
7802]
7803
7804[[package]]
7805name = "malloc_buf"
7806version = "0.0.6"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7809dependencies = [
7810 "libc",
7811]
7812
7813[[package]]
7814name = "maplit"
7815version = "1.0.2"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7818
7819[[package]]
7820name = "markdown"
7821version = "0.1.0"
7822dependencies = [
7823 "anyhow",
7824 "assets",
7825 "env_logger 0.11.6",
7826 "gpui",
7827 "language",
7828 "languages",
7829 "linkify",
7830 "log",
7831 "node_runtime",
7832 "pulldown-cmark 0.12.2",
7833 "settings",
7834 "theme",
7835 "ui",
7836 "util",
7837]
7838
7839[[package]]
7840name = "markdown_preview"
7841version = "0.1.0"
7842dependencies = [
7843 "anyhow",
7844 "async-recursion 1.1.1",
7845 "collections",
7846 "editor",
7847 "gpui",
7848 "language",
7849 "linkify",
7850 "log",
7851 "pretty_assertions",
7852 "pulldown-cmark 0.12.2",
7853 "settings",
7854 "theme",
7855 "ui",
7856 "util",
7857 "workspace",
7858]
7859
7860[[package]]
7861name = "markup5ever"
7862version = "0.12.1"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7865dependencies = [
7866 "log",
7867 "phf",
7868 "phf_codegen",
7869 "string_cache",
7870 "string_cache_codegen",
7871 "tendril",
7872]
7873
7874[[package]]
7875name = "markup5ever_rcdom"
7876version = "0.3.0"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7879dependencies = [
7880 "html5ever",
7881 "markup5ever",
7882 "tendril",
7883 "xml5ever",
7884]
7885
7886[[package]]
7887name = "matchers"
7888version = "0.1.0"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7891dependencies = [
7892 "regex-automata 0.1.10",
7893]
7894
7895[[package]]
7896name = "matchit"
7897version = "0.7.3"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7900
7901[[package]]
7902name = "maybe-owned"
7903version = "0.3.4"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7906
7907[[package]]
7908name = "maybe-rayon"
7909version = "0.1.1"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7912dependencies = [
7913 "cfg-if",
7914 "rayon",
7915]
7916
7917[[package]]
7918name = "md-5"
7919version = "0.10.6"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7922dependencies = [
7923 "cfg-if",
7924 "digest",
7925]
7926
7927[[package]]
7928name = "mdbook"
7929version = "0.4.45"
7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
7932dependencies = [
7933 "ammonia",
7934 "anyhow",
7935 "chrono",
7936 "clap",
7937 "clap_complete",
7938 "elasticlunr-rs",
7939 "env_logger 0.11.6",
7940 "futures-util",
7941 "handlebars 6.2.0",
7942 "ignore",
7943 "log",
7944 "memchr",
7945 "notify 8.0.0",
7946 "notify-debouncer-mini",
7947 "once_cell",
7948 "opener",
7949 "pathdiff",
7950 "pulldown-cmark 0.10.3",
7951 "regex",
7952 "serde",
7953 "serde_json",
7954 "shlex",
7955 "tempfile",
7956 "tokio",
7957 "toml 0.5.11",
7958 "topological-sort",
7959 "walkdir",
7960 "warp",
7961]
7962
7963[[package]]
7964name = "media"
7965version = "0.1.0"
7966dependencies = [
7967 "anyhow",
7968 "bindgen 0.70.1",
7969 "core-foundation 0.9.4",
7970 "ctor",
7971 "foreign-types 0.5.0",
7972 "metal",
7973 "objc",
7974]
7975
7976[[package]]
7977name = "memchr"
7978version = "2.7.4"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7981
7982[[package]]
7983name = "memfd"
7984version = "0.6.4"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7987dependencies = [
7988 "rustix",
7989]
7990
7991[[package]]
7992name = "memmap2"
7993version = "0.9.5"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7996dependencies = [
7997 "libc",
7998]
7999
8000[[package]]
8001name = "memoffset"
8002version = "0.9.1"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8005dependencies = [
8006 "autocfg",
8007]
8008
8009[[package]]
8010name = "menu"
8011version = "0.1.0"
8012dependencies = [
8013 "gpui",
8014 "serde",
8015]
8016
8017[[package]]
8018name = "metal"
8019version = "0.31.0"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8022dependencies = [
8023 "bitflags 2.8.0",
8024 "block",
8025 "core-graphics-types 0.1.3",
8026 "foreign-types 0.5.0",
8027 "log",
8028 "objc",
8029 "paste",
8030]
8031
8032[[package]]
8033name = "migrator"
8034version = "0.1.0"
8035dependencies = [
8036 "anyhow",
8037 "collections",
8038 "convert_case 0.8.0",
8039 "log",
8040 "pretty_assertions",
8041 "streaming-iterator",
8042 "tree-sitter",
8043 "tree-sitter-json",
8044]
8045
8046[[package]]
8047name = "mimalloc"
8048version = "0.1.43"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8051dependencies = [
8052 "libmimalloc-sys",
8053]
8054
8055[[package]]
8056name = "mime"
8057version = "0.3.17"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8060
8061[[package]]
8062name = "mime_guess"
8063version = "2.0.5"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8066dependencies = [
8067 "mime",
8068 "unicase",
8069]
8070
8071[[package]]
8072name = "minimal-lexical"
8073version = "0.2.1"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8076
8077[[package]]
8078name = "miniz_oxide"
8079version = "0.8.0"
8080source = "registry+https://github.com/rust-lang/crates.io-index"
8081checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8082dependencies = [
8083 "adler2",
8084 "simd-adler32",
8085]
8086
8087[[package]]
8088name = "mint"
8089version = "0.5.9"
8090source = "registry+https://github.com/rust-lang/crates.io-index"
8091checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8092
8093[[package]]
8094name = "mio"
8095version = "0.8.11"
8096source = "registry+https://github.com/rust-lang/crates.io-index"
8097checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8098dependencies = [
8099 "libc",
8100 "log",
8101 "wasi 0.11.0+wasi-snapshot-preview1",
8102 "windows-sys 0.48.0",
8103]
8104
8105[[package]]
8106name = "mio"
8107version = "1.0.3"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8110dependencies = [
8111 "libc",
8112 "log",
8113 "wasi 0.11.0+wasi-snapshot-preview1",
8114 "windows-sys 0.52.0",
8115]
8116
8117[[package]]
8118name = "miow"
8119version = "0.6.0"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8122dependencies = [
8123 "windows-sys 0.48.0",
8124]
8125
8126[[package]]
8127name = "mistral"
8128version = "0.1.0"
8129dependencies = [
8130 "anyhow",
8131 "futures 0.3.31",
8132 "http_client",
8133 "schemars",
8134 "serde",
8135 "serde_json",
8136 "strum",
8137]
8138
8139[[package]]
8140name = "mlua"
8141version = "0.10.3"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8144dependencies = [
8145 "bstr",
8146 "either",
8147 "futures-util",
8148 "mlua-sys",
8149 "num-traits",
8150 "parking_lot",
8151 "rustc-hash 2.1.1",
8152]
8153
8154[[package]]
8155name = "mlua-sys"
8156version = "0.6.7"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8159dependencies = [
8160 "cc",
8161 "cfg-if",
8162 "lua-src",
8163 "luajit-src",
8164 "pkg-config",
8165]
8166
8167[[package]]
8168name = "msvc_spectre_libs"
8169version = "0.1.2"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8172dependencies = [
8173 "cc",
8174]
8175
8176[[package]]
8177name = "multi_buffer"
8178version = "0.1.0"
8179dependencies = [
8180 "anyhow",
8181 "buffer_diff",
8182 "clock",
8183 "collections",
8184 "ctor",
8185 "env_logger 0.11.6",
8186 "futures 0.3.31",
8187 "gpui",
8188 "indoc",
8189 "itertools 0.14.0",
8190 "language",
8191 "log",
8192 "parking_lot",
8193 "pretty_assertions",
8194 "project",
8195 "rand 0.8.5",
8196 "rope",
8197 "serde",
8198 "settings",
8199 "smallvec",
8200 "smol",
8201 "sum_tree",
8202 "text",
8203 "theme",
8204 "tree-sitter",
8205 "util",
8206]
8207
8208[[package]]
8209name = "multimap"
8210version = "0.8.3"
8211source = "registry+https://github.com/rust-lang/crates.io-index"
8212checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8213
8214[[package]]
8215name = "multimap"
8216version = "0.10.0"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8219
8220[[package]]
8221name = "naga"
8222version = "23.1.0"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8225dependencies = [
8226 "arrayvec",
8227 "bit-set 0.8.0",
8228 "bitflags 2.8.0",
8229 "cfg_aliases 0.1.1",
8230 "codespan-reporting",
8231 "hexf-parse",
8232 "indexmap",
8233 "log",
8234 "rustc-hash 1.1.0",
8235 "spirv",
8236 "termcolor",
8237 "thiserror 1.0.69",
8238 "unicode-xid",
8239]
8240
8241[[package]]
8242name = "nanoid"
8243version = "0.4.0"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8246dependencies = [
8247 "rand 0.8.5",
8248]
8249
8250[[package]]
8251name = "nanorand"
8252version = "0.7.0"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8255dependencies = [
8256 "getrandom 0.2.15",
8257]
8258
8259[[package]]
8260name = "native-tls"
8261version = "0.2.12"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8264dependencies = [
8265 "libc",
8266 "log",
8267 "openssl",
8268 "openssl-probe",
8269 "openssl-sys",
8270 "schannel",
8271 "security-framework 2.11.1",
8272 "security-framework-sys",
8273 "tempfile",
8274]
8275
8276[[package]]
8277name = "nbformat"
8278version = "0.10.0"
8279source = "registry+https://github.com/rust-lang/crates.io-index"
8280checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8281dependencies = [
8282 "anyhow",
8283 "chrono",
8284 "jupyter-protocol",
8285 "serde",
8286 "serde_json",
8287 "thiserror 1.0.69",
8288 "uuid",
8289]
8290
8291[[package]]
8292name = "ndk"
8293version = "0.8.0"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8296dependencies = [
8297 "bitflags 2.8.0",
8298 "jni-sys",
8299 "log",
8300 "ndk-sys",
8301 "num_enum",
8302 "thiserror 1.0.69",
8303]
8304
8305[[package]]
8306name = "ndk-context"
8307version = "0.1.1"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8310
8311[[package]]
8312name = "ndk-sys"
8313version = "0.5.0+25.2.9519653"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8316dependencies = [
8317 "jni-sys",
8318]
8319
8320[[package]]
8321name = "new_debug_unreachable"
8322version = "1.0.6"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8325
8326[[package]]
8327name = "nix"
8328version = "0.29.0"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8331dependencies = [
8332 "bitflags 2.8.0",
8333 "cfg-if",
8334 "cfg_aliases 0.2.1",
8335 "libc",
8336 "memoffset",
8337]
8338
8339[[package]]
8340name = "node_runtime"
8341version = "0.1.0"
8342dependencies = [
8343 "anyhow",
8344 "async-compression",
8345 "async-std",
8346 "async-tar",
8347 "async-trait",
8348 "async-watch",
8349 "async_zip",
8350 "futures 0.3.31",
8351 "http_client",
8352 "log",
8353 "paths",
8354 "semver",
8355 "serde",
8356 "serde_json",
8357 "smol",
8358 "tempfile",
8359 "util",
8360 "walkdir",
8361 "which 6.0.3",
8362]
8363
8364[[package]]
8365name = "nom"
8366version = "7.1.3"
8367source = "registry+https://github.com/rust-lang/crates.io-index"
8368checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8369dependencies = [
8370 "memchr",
8371 "minimal-lexical",
8372]
8373
8374[[package]]
8375name = "noop_proc_macro"
8376version = "0.3.0"
8377source = "registry+https://github.com/rust-lang/crates.io-index"
8378checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8379
8380[[package]]
8381name = "normpath"
8382version = "1.3.0"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8385dependencies = [
8386 "windows-sys 0.59.0",
8387]
8388
8389[[package]]
8390name = "notifications"
8391version = "0.1.0"
8392dependencies = [
8393 "anyhow",
8394 "channel",
8395 "client",
8396 "collections",
8397 "component",
8398 "db",
8399 "gpui",
8400 "linkme",
8401 "rpc",
8402 "settings",
8403 "sum_tree",
8404 "time",
8405 "ui",
8406 "util",
8407 "workspace",
8408]
8409
8410[[package]]
8411name = "notify"
8412version = "6.1.1"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8415dependencies = [
8416 "bitflags 2.8.0",
8417 "crossbeam-channel",
8418 "filetime",
8419 "fsevent-sys 4.1.0",
8420 "inotify 0.9.6",
8421 "kqueue",
8422 "libc",
8423 "log",
8424 "mio 0.8.11",
8425 "walkdir",
8426 "windows-sys 0.48.0",
8427]
8428
8429[[package]]
8430name = "notify"
8431version = "8.0.0"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8434dependencies = [
8435 "bitflags 2.8.0",
8436 "filetime",
8437 "fsevent-sys 4.1.0",
8438 "inotify 0.11.0",
8439 "kqueue",
8440 "libc",
8441 "log",
8442 "mio 1.0.3",
8443 "notify-types",
8444 "walkdir",
8445 "windows-sys 0.59.0",
8446]
8447
8448[[package]]
8449name = "notify-debouncer-mini"
8450version = "0.6.0"
8451source = "registry+https://github.com/rust-lang/crates.io-index"
8452checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8453dependencies = [
8454 "log",
8455 "notify 8.0.0",
8456 "notify-types",
8457 "tempfile",
8458]
8459
8460[[package]]
8461name = "notify-types"
8462version = "2.0.0"
8463source = "registry+https://github.com/rust-lang/crates.io-index"
8464checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8465
8466[[package]]
8467name = "ntapi"
8468version = "0.4.1"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8471dependencies = [
8472 "winapi",
8473]
8474
8475[[package]]
8476name = "nu-ansi-term"
8477version = "0.46.0"
8478source = "registry+https://github.com/rust-lang/crates.io-index"
8479checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8480dependencies = [
8481 "overload",
8482 "winapi",
8483]
8484
8485[[package]]
8486name = "num"
8487version = "0.4.3"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8490dependencies = [
8491 "num-bigint",
8492 "num-complex",
8493 "num-integer",
8494 "num-iter",
8495 "num-rational",
8496 "num-traits",
8497]
8498
8499[[package]]
8500name = "num-bigint"
8501version = "0.4.6"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8504dependencies = [
8505 "num-integer",
8506 "num-traits",
8507]
8508
8509[[package]]
8510name = "num-bigint-dig"
8511version = "0.8.4"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8514dependencies = [
8515 "byteorder",
8516 "lazy_static",
8517 "libm",
8518 "num-integer",
8519 "num-iter",
8520 "num-traits",
8521 "rand 0.8.5",
8522 "serde",
8523 "smallvec",
8524 "zeroize",
8525]
8526
8527[[package]]
8528name = "num-complex"
8529version = "0.4.6"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8532dependencies = [
8533 "num-traits",
8534]
8535
8536[[package]]
8537name = "num-conv"
8538version = "0.1.0"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8541
8542[[package]]
8543name = "num-derive"
8544version = "0.4.2"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8547dependencies = [
8548 "proc-macro2",
8549 "quote",
8550 "syn 2.0.90",
8551]
8552
8553[[package]]
8554name = "num-format"
8555version = "0.4.4"
8556source = "registry+https://github.com/rust-lang/crates.io-index"
8557checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8558dependencies = [
8559 "arrayvec",
8560 "itoa",
8561]
8562
8563[[package]]
8564name = "num-integer"
8565version = "0.1.46"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8568dependencies = [
8569 "num-traits",
8570]
8571
8572[[package]]
8573name = "num-iter"
8574version = "0.1.45"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8577dependencies = [
8578 "autocfg",
8579 "num-integer",
8580 "num-traits",
8581]
8582
8583[[package]]
8584name = "num-modular"
8585version = "0.6.1"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8588
8589[[package]]
8590name = "num-order"
8591version = "1.2.0"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8594dependencies = [
8595 "num-modular",
8596]
8597
8598[[package]]
8599name = "num-rational"
8600version = "0.4.2"
8601source = "registry+https://github.com/rust-lang/crates.io-index"
8602checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8603dependencies = [
8604 "num-bigint",
8605 "num-integer",
8606 "num-traits",
8607]
8608
8609[[package]]
8610name = "num-traits"
8611version = "0.2.19"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8614dependencies = [
8615 "autocfg",
8616 "libm",
8617]
8618
8619[[package]]
8620name = "num_cpus"
8621version = "1.16.0"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8624dependencies = [
8625 "hermit-abi 0.3.9",
8626 "libc",
8627]
8628
8629[[package]]
8630name = "num_enum"
8631version = "0.7.3"
8632source = "registry+https://github.com/rust-lang/crates.io-index"
8633checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8634dependencies = [
8635 "num_enum_derive",
8636]
8637
8638[[package]]
8639name = "num_enum_derive"
8640version = "0.7.3"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8643dependencies = [
8644 "proc-macro-crate",
8645 "proc-macro2",
8646 "quote",
8647 "syn 2.0.90",
8648]
8649
8650[[package]]
8651name = "num_threads"
8652version = "0.1.7"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8655dependencies = [
8656 "libc",
8657]
8658
8659[[package]]
8660name = "nvim-rs"
8661version = "0.8.0-pre"
8662source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8663dependencies = [
8664 "async-trait",
8665 "futures 0.3.31",
8666 "log",
8667 "parity-tokio-ipc",
8668 "rmp",
8669 "rmpv",
8670 "tokio",
8671 "tokio-util",
8672 "winapi",
8673]
8674
8675[[package]]
8676name = "objc"
8677version = "0.2.7"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8680dependencies = [
8681 "malloc_buf",
8682]
8683
8684[[package]]
8685name = "objc-sys"
8686version = "0.3.5"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8689
8690[[package]]
8691name = "objc2"
8692version = "0.5.2"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8695dependencies = [
8696 "objc-sys",
8697 "objc2-encode",
8698]
8699
8700[[package]]
8701name = "objc2-app-kit"
8702version = "0.2.2"
8703source = "registry+https://github.com/rust-lang/crates.io-index"
8704checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8705dependencies = [
8706 "bitflags 2.8.0",
8707 "block2",
8708 "libc",
8709 "objc2",
8710 "objc2-core-data",
8711 "objc2-core-image",
8712 "objc2-foundation",
8713 "objc2-quartz-core",
8714]
8715
8716[[package]]
8717name = "objc2-cloud-kit"
8718version = "0.2.2"
8719source = "registry+https://github.com/rust-lang/crates.io-index"
8720checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8721dependencies = [
8722 "bitflags 2.8.0",
8723 "block2",
8724 "objc2",
8725 "objc2-core-location",
8726 "objc2-foundation",
8727]
8728
8729[[package]]
8730name = "objc2-contacts"
8731version = "0.2.2"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8734dependencies = [
8735 "block2",
8736 "objc2",
8737 "objc2-foundation",
8738]
8739
8740[[package]]
8741name = "objc2-core-data"
8742version = "0.2.2"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8745dependencies = [
8746 "bitflags 2.8.0",
8747 "block2",
8748 "objc2",
8749 "objc2-foundation",
8750]
8751
8752[[package]]
8753name = "objc2-core-image"
8754version = "0.2.2"
8755source = "registry+https://github.com/rust-lang/crates.io-index"
8756checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8757dependencies = [
8758 "block2",
8759 "objc2",
8760 "objc2-foundation",
8761 "objc2-metal",
8762]
8763
8764[[package]]
8765name = "objc2-core-location"
8766version = "0.2.2"
8767source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8769dependencies = [
8770 "block2",
8771 "objc2",
8772 "objc2-contacts",
8773 "objc2-foundation",
8774]
8775
8776[[package]]
8777name = "objc2-encode"
8778version = "4.0.3"
8779source = "registry+https://github.com/rust-lang/crates.io-index"
8780checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8781
8782[[package]]
8783name = "objc2-foundation"
8784version = "0.2.2"
8785source = "registry+https://github.com/rust-lang/crates.io-index"
8786checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8787dependencies = [
8788 "bitflags 2.8.0",
8789 "block2",
8790 "libc",
8791 "objc2",
8792]
8793
8794[[package]]
8795name = "objc2-link-presentation"
8796version = "0.2.2"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8799dependencies = [
8800 "block2",
8801 "objc2",
8802 "objc2-app-kit",
8803 "objc2-foundation",
8804]
8805
8806[[package]]
8807name = "objc2-metal"
8808version = "0.2.2"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8811dependencies = [
8812 "bitflags 2.8.0",
8813 "block2",
8814 "objc2",
8815 "objc2-foundation",
8816]
8817
8818[[package]]
8819name = "objc2-quartz-core"
8820version = "0.2.2"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8823dependencies = [
8824 "bitflags 2.8.0",
8825 "block2",
8826 "objc2",
8827 "objc2-foundation",
8828 "objc2-metal",
8829]
8830
8831[[package]]
8832name = "objc2-symbols"
8833version = "0.2.2"
8834source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8836dependencies = [
8837 "objc2",
8838 "objc2-foundation",
8839]
8840
8841[[package]]
8842name = "objc2-ui-kit"
8843version = "0.2.2"
8844source = "registry+https://github.com/rust-lang/crates.io-index"
8845checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8846dependencies = [
8847 "bitflags 2.8.0",
8848 "block2",
8849 "objc2",
8850 "objc2-cloud-kit",
8851 "objc2-core-data",
8852 "objc2-core-image",
8853 "objc2-core-location",
8854 "objc2-foundation",
8855 "objc2-link-presentation",
8856 "objc2-quartz-core",
8857 "objc2-symbols",
8858 "objc2-uniform-type-identifiers",
8859 "objc2-user-notifications",
8860]
8861
8862[[package]]
8863name = "objc2-uniform-type-identifiers"
8864version = "0.2.2"
8865source = "registry+https://github.com/rust-lang/crates.io-index"
8866checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8867dependencies = [
8868 "block2",
8869 "objc2",
8870 "objc2-foundation",
8871]
8872
8873[[package]]
8874name = "objc2-user-notifications"
8875version = "0.2.2"
8876source = "registry+https://github.com/rust-lang/crates.io-index"
8877checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8878dependencies = [
8879 "bitflags 2.8.0",
8880 "block2",
8881 "objc2",
8882 "objc2-core-location",
8883 "objc2-foundation",
8884]
8885
8886[[package]]
8887name = "object"
8888version = "0.36.5"
8889source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8891dependencies = [
8892 "crc32fast",
8893 "hashbrown 0.15.2",
8894 "indexmap",
8895 "memchr",
8896]
8897
8898[[package]]
8899name = "oboe"
8900version = "0.6.1"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8903dependencies = [
8904 "jni",
8905 "ndk",
8906 "ndk-context",
8907 "num-derive",
8908 "num-traits",
8909 "oboe-sys",
8910]
8911
8912[[package]]
8913name = "oboe-sys"
8914version = "0.6.1"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8917dependencies = [
8918 "cc",
8919]
8920
8921[[package]]
8922name = "ollama"
8923version = "0.1.0"
8924dependencies = [
8925 "anyhow",
8926 "futures 0.3.31",
8927 "http_client",
8928 "schemars",
8929 "serde",
8930 "serde_json",
8931]
8932
8933[[package]]
8934name = "once_cell"
8935version = "1.20.3"
8936source = "registry+https://github.com/rust-lang/crates.io-index"
8937checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8938
8939[[package]]
8940name = "oo7"
8941version = "0.4.1"
8942source = "registry+https://github.com/rust-lang/crates.io-index"
8943checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8944dependencies = [
8945 "aes",
8946 "ashpd",
8947 "async-fs",
8948 "async-io",
8949 "async-lock",
8950 "blocking",
8951 "cbc",
8952 "cipher",
8953 "digest",
8954 "endi",
8955 "futures-lite 2.6.0",
8956 "futures-util",
8957 "getrandom 0.3.1",
8958 "hkdf",
8959 "hmac",
8960 "md-5",
8961 "num",
8962 "num-bigint-dig",
8963 "pbkdf2 0.12.2",
8964 "rand 0.9.0",
8965 "serde",
8966 "sha2",
8967 "subtle",
8968 "zbus",
8969 "zbus_macros",
8970 "zeroize",
8971 "zvariant",
8972]
8973
8974[[package]]
8975name = "oorandom"
8976version = "11.1.4"
8977source = "registry+https://github.com/rust-lang/crates.io-index"
8978checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8979
8980[[package]]
8981name = "open"
8982version = "5.3.2"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8985dependencies = [
8986 "is-wsl",
8987 "libc",
8988 "pathdiff",
8989]
8990
8991[[package]]
8992name = "open_ai"
8993version = "0.1.0"
8994dependencies = [
8995 "anyhow",
8996 "futures 0.3.31",
8997 "http_client",
8998 "schemars",
8999 "serde",
9000 "serde_json",
9001 "strum",
9002]
9003
9004[[package]]
9005name = "opener"
9006version = "0.7.2"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9009dependencies = [
9010 "bstr",
9011 "dbus",
9012 "normpath",
9013 "windows-sys 0.59.0",
9014]
9015
9016[[package]]
9017name = "openssl"
9018version = "0.10.70"
9019source = "registry+https://github.com/rust-lang/crates.io-index"
9020checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9021dependencies = [
9022 "bitflags 2.8.0",
9023 "cfg-if",
9024 "foreign-types 0.3.2",
9025 "libc",
9026 "once_cell",
9027 "openssl-macros",
9028 "openssl-sys",
9029]
9030
9031[[package]]
9032name = "openssl-macros"
9033version = "0.1.1"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9036dependencies = [
9037 "proc-macro2",
9038 "quote",
9039 "syn 2.0.90",
9040]
9041
9042[[package]]
9043name = "openssl-probe"
9044version = "0.1.5"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9047
9048[[package]]
9049name = "openssl-src"
9050version = "300.4.1+3.4.0"
9051source = "registry+https://github.com/rust-lang/crates.io-index"
9052checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9053dependencies = [
9054 "cc",
9055]
9056
9057[[package]]
9058name = "openssl-sys"
9059version = "0.9.105"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9062dependencies = [
9063 "cc",
9064 "libc",
9065 "openssl-src",
9066 "pkg-config",
9067 "vcpkg",
9068]
9069
9070[[package]]
9071name = "option-ext"
9072version = "0.2.0"
9073source = "registry+https://github.com/rust-lang/crates.io-index"
9074checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9075
9076[[package]]
9077name = "ordered-float"
9078version = "2.10.1"
9079source = "registry+https://github.com/rust-lang/crates.io-index"
9080checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9081dependencies = [
9082 "num-traits",
9083]
9084
9085[[package]]
9086name = "ordered-float"
9087version = "3.9.2"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9090dependencies = [
9091 "num-traits",
9092]
9093
9094[[package]]
9095name = "ordered-stream"
9096version = "0.2.0"
9097source = "registry+https://github.com/rust-lang/crates.io-index"
9098checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9099dependencies = [
9100 "futures-core",
9101 "pin-project-lite",
9102]
9103
9104[[package]]
9105name = "ouroboros"
9106version = "0.18.4"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9109dependencies = [
9110 "aliasable",
9111 "ouroboros_macro",
9112 "static_assertions",
9113]
9114
9115[[package]]
9116name = "ouroboros_macro"
9117version = "0.18.4"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9120dependencies = [
9121 "heck 0.4.1",
9122 "itertools 0.12.1",
9123 "proc-macro2",
9124 "proc-macro2-diagnostics",
9125 "quote",
9126 "syn 2.0.90",
9127]
9128
9129[[package]]
9130name = "outline"
9131version = "0.1.0"
9132dependencies = [
9133 "editor",
9134 "fuzzy",
9135 "gpui",
9136 "indoc",
9137 "language",
9138 "menu",
9139 "ordered-float 2.10.1",
9140 "picker",
9141 "project",
9142 "rope",
9143 "serde_json",
9144 "settings",
9145 "smol",
9146 "theme",
9147 "tree-sitter-rust",
9148 "tree-sitter-typescript",
9149 "ui",
9150 "util",
9151 "workspace",
9152 "zed_actions",
9153]
9154
9155[[package]]
9156name = "outline_panel"
9157version = "0.1.0"
9158dependencies = [
9159 "anyhow",
9160 "collections",
9161 "db",
9162 "editor",
9163 "file_icons",
9164 "fuzzy",
9165 "gpui",
9166 "itertools 0.14.0",
9167 "language",
9168 "log",
9169 "menu",
9170 "outline",
9171 "pretty_assertions",
9172 "project",
9173 "schemars",
9174 "search",
9175 "serde",
9176 "serde_json",
9177 "settings",
9178 "smallvec",
9179 "smol",
9180 "theme",
9181 "ui",
9182 "util",
9183 "workspace",
9184 "worktree",
9185 "zed_actions",
9186]
9187
9188[[package]]
9189name = "outref"
9190version = "0.5.1"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9193
9194[[package]]
9195name = "overload"
9196version = "0.1.1"
9197source = "registry+https://github.com/rust-lang/crates.io-index"
9198checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9199
9200[[package]]
9201name = "p256"
9202version = "0.11.1"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9205dependencies = [
9206 "ecdsa",
9207 "elliptic-curve",
9208 "sha2",
9209]
9210
9211[[package]]
9212name = "page_size"
9213version = "0.6.0"
9214source = "registry+https://github.com/rust-lang/crates.io-index"
9215checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9216dependencies = [
9217 "libc",
9218 "winapi",
9219]
9220
9221[[package]]
9222name = "palette"
9223version = "0.7.6"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9226dependencies = [
9227 "approx",
9228 "fast-srgb8",
9229 "palette_derive",
9230]
9231
9232[[package]]
9233name = "palette_derive"
9234version = "0.7.6"
9235source = "registry+https://github.com/rust-lang/crates.io-index"
9236checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9237dependencies = [
9238 "by_address",
9239 "proc-macro2",
9240 "quote",
9241 "syn 2.0.90",
9242]
9243
9244[[package]]
9245name = "panel"
9246version = "0.1.0"
9247dependencies = [
9248 "editor",
9249 "gpui",
9250 "settings",
9251 "theme",
9252 "ui",
9253 "workspace",
9254]
9255
9256[[package]]
9257name = "parity-tokio-ipc"
9258version = "0.9.0"
9259source = "registry+https://github.com/rust-lang/crates.io-index"
9260checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9261dependencies = [
9262 "futures 0.3.31",
9263 "libc",
9264 "log",
9265 "rand 0.7.3",
9266 "tokio",
9267 "winapi",
9268]
9269
9270[[package]]
9271name = "parking"
9272version = "2.2.1"
9273source = "registry+https://github.com/rust-lang/crates.io-index"
9274checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9275
9276[[package]]
9277name = "parking_lot"
9278version = "0.12.3"
9279source = "registry+https://github.com/rust-lang/crates.io-index"
9280checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9281dependencies = [
9282 "lock_api",
9283 "parking_lot_core",
9284]
9285
9286[[package]]
9287name = "parking_lot_core"
9288version = "0.9.10"
9289source = "registry+https://github.com/rust-lang/crates.io-index"
9290checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9291dependencies = [
9292 "cfg-if",
9293 "libc",
9294 "redox_syscall 0.5.8",
9295 "smallvec",
9296 "windows-targets 0.52.6",
9297]
9298
9299[[package]]
9300name = "password-hash"
9301version = "0.4.2"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9304dependencies = [
9305 "base64ct",
9306 "rand_core 0.6.4",
9307 "subtle",
9308]
9309
9310[[package]]
9311name = "password-hash"
9312version = "0.5.0"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9315dependencies = [
9316 "base64ct",
9317 "rand_core 0.6.4",
9318 "subtle",
9319]
9320
9321[[package]]
9322name = "paste"
9323version = "1.0.15"
9324source = "registry+https://github.com/rust-lang/crates.io-index"
9325checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9326
9327[[package]]
9328name = "pathdiff"
9329version = "0.2.3"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9332
9333[[package]]
9334name = "pathfinder_geometry"
9335version = "0.5.1"
9336source = "registry+https://github.com/rust-lang/crates.io-index"
9337checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9338dependencies = [
9339 "log",
9340 "pathfinder_simd",
9341]
9342
9343[[package]]
9344name = "pathfinder_simd"
9345version = "0.5.4"
9346source = "registry+https://github.com/rust-lang/crates.io-index"
9347checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9348dependencies = [
9349 "rustc_version",
9350]
9351
9352[[package]]
9353name = "paths"
9354version = "0.1.0"
9355dependencies = [
9356 "dirs 4.0.0",
9357 "util",
9358]
9359
9360[[package]]
9361name = "pbjson"
9362version = "0.6.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9365dependencies = [
9366 "base64 0.21.7",
9367 "serde",
9368]
9369
9370[[package]]
9371name = "pbjson-build"
9372version = "0.6.2"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9375dependencies = [
9376 "heck 0.4.1",
9377 "itertools 0.11.0",
9378 "prost 0.12.6",
9379 "prost-types 0.12.6",
9380]
9381
9382[[package]]
9383name = "pbjson-types"
9384version = "0.6.0"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9387dependencies = [
9388 "bytes 1.10.1",
9389 "chrono",
9390 "pbjson",
9391 "pbjson-build",
9392 "prost 0.12.6",
9393 "prost-build 0.12.6",
9394 "serde",
9395]
9396
9397[[package]]
9398name = "pbkdf2"
9399version = "0.11.0"
9400source = "registry+https://github.com/rust-lang/crates.io-index"
9401checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9402dependencies = [
9403 "digest",
9404 "hmac",
9405 "password-hash 0.4.2",
9406 "sha2",
9407]
9408
9409[[package]]
9410name = "pbkdf2"
9411version = "0.12.2"
9412source = "registry+https://github.com/rust-lang/crates.io-index"
9413checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9414dependencies = [
9415 "digest",
9416 "hmac",
9417]
9418
9419[[package]]
9420name = "pem"
9421version = "3.0.4"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9424dependencies = [
9425 "base64 0.22.1",
9426 "serde",
9427]
9428
9429[[package]]
9430name = "pem-rfc7468"
9431version = "0.7.0"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9434dependencies = [
9435 "base64ct",
9436]
9437
9438[[package]]
9439name = "percent-encoding"
9440version = "2.3.1"
9441source = "registry+https://github.com/rust-lang/crates.io-index"
9442checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9443
9444[[package]]
9445name = "perplexity"
9446version = "0.1.0"
9447dependencies = [
9448 "serde",
9449 "zed_extension_api 0.3.0",
9450]
9451
9452[[package]]
9453name = "pest"
9454version = "2.7.15"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9457dependencies = [
9458 "memchr",
9459 "thiserror 2.0.6",
9460 "ucd-trie",
9461]
9462
9463[[package]]
9464name = "pest_derive"
9465version = "2.7.15"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9468dependencies = [
9469 "pest",
9470 "pest_generator",
9471]
9472
9473[[package]]
9474name = "pest_generator"
9475version = "2.7.15"
9476source = "registry+https://github.com/rust-lang/crates.io-index"
9477checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9478dependencies = [
9479 "pest",
9480 "pest_meta",
9481 "proc-macro2",
9482 "quote",
9483 "syn 2.0.90",
9484]
9485
9486[[package]]
9487name = "pest_meta"
9488version = "2.7.15"
9489source = "registry+https://github.com/rust-lang/crates.io-index"
9490checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9491dependencies = [
9492 "once_cell",
9493 "pest",
9494 "sha2",
9495]
9496
9497[[package]]
9498name = "pet"
9499version = "0.1.0"
9500source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9501dependencies = [
9502 "clap",
9503 "env_logger 0.10.2",
9504 "lazy_static",
9505 "log",
9506 "msvc_spectre_libs",
9507 "pet-conda",
9508 "pet-core",
9509 "pet-env-var-path",
9510 "pet-fs",
9511 "pet-global-virtualenvs",
9512 "pet-homebrew",
9513 "pet-jsonrpc",
9514 "pet-linux-global-python",
9515 "pet-mac-commandlinetools",
9516 "pet-mac-python-org",
9517 "pet-mac-xcode",
9518 "pet-pipenv",
9519 "pet-pixi",
9520 "pet-poetry",
9521 "pet-pyenv",
9522 "pet-python-utils",
9523 "pet-reporter",
9524 "pet-telemetry",
9525 "pet-venv",
9526 "pet-virtualenv",
9527 "pet-virtualenvwrapper",
9528 "pet-windows-registry",
9529 "pet-windows-store",
9530 "serde",
9531 "serde_json",
9532]
9533
9534[[package]]
9535name = "pet-conda"
9536version = "0.1.0"
9537source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9538dependencies = [
9539 "env_logger 0.10.2",
9540 "lazy_static",
9541 "log",
9542 "msvc_spectre_libs",
9543 "pet-core",
9544 "pet-fs",
9545 "pet-python-utils",
9546 "pet-reporter",
9547 "regex",
9548 "serde",
9549 "serde_json",
9550 "yaml-rust2",
9551]
9552
9553[[package]]
9554name = "pet-core"
9555version = "0.1.0"
9556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9557dependencies = [
9558 "clap",
9559 "lazy_static",
9560 "log",
9561 "msvc_spectre_libs",
9562 "pet-fs",
9563 "regex",
9564 "serde",
9565 "serde_json",
9566]
9567
9568[[package]]
9569name = "pet-env-var-path"
9570version = "0.1.0"
9571source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9572dependencies = [
9573 "lazy_static",
9574 "log",
9575 "msvc_spectre_libs",
9576 "pet-conda",
9577 "pet-core",
9578 "pet-fs",
9579 "pet-python-utils",
9580 "pet-virtualenv",
9581 "regex",
9582]
9583
9584[[package]]
9585name = "pet-fs"
9586version = "0.1.0"
9587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9588dependencies = [
9589 "log",
9590 "msvc_spectre_libs",
9591]
9592
9593[[package]]
9594name = "pet-global-virtualenvs"
9595version = "0.1.0"
9596source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9597dependencies = [
9598 "log",
9599 "msvc_spectre_libs",
9600 "pet-conda",
9601 "pet-core",
9602 "pet-fs",
9603 "pet-virtualenv",
9604]
9605
9606[[package]]
9607name = "pet-homebrew"
9608version = "0.1.0"
9609source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9610dependencies = [
9611 "lazy_static",
9612 "log",
9613 "msvc_spectre_libs",
9614 "pet-conda",
9615 "pet-core",
9616 "pet-fs",
9617 "pet-python-utils",
9618 "pet-virtualenv",
9619 "regex",
9620 "serde",
9621 "serde_json",
9622]
9623
9624[[package]]
9625name = "pet-jsonrpc"
9626version = "0.1.0"
9627source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9628dependencies = [
9629 "env_logger 0.10.2",
9630 "log",
9631 "msvc_spectre_libs",
9632 "pet-core",
9633 "serde",
9634 "serde_json",
9635]
9636
9637[[package]]
9638name = "pet-linux-global-python"
9639version = "0.1.0"
9640source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9641dependencies = [
9642 "log",
9643 "msvc_spectre_libs",
9644 "pet-core",
9645 "pet-fs",
9646 "pet-python-utils",
9647 "pet-virtualenv",
9648]
9649
9650[[package]]
9651name = "pet-mac-commandlinetools"
9652version = "0.1.0"
9653source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9654dependencies = [
9655 "log",
9656 "msvc_spectre_libs",
9657 "pet-core",
9658 "pet-fs",
9659 "pet-python-utils",
9660 "pet-virtualenv",
9661]
9662
9663[[package]]
9664name = "pet-mac-python-org"
9665version = "0.1.0"
9666source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9667dependencies = [
9668 "log",
9669 "msvc_spectre_libs",
9670 "pet-core",
9671 "pet-fs",
9672 "pet-python-utils",
9673 "pet-virtualenv",
9674]
9675
9676[[package]]
9677name = "pet-mac-xcode"
9678version = "0.1.0"
9679source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9680dependencies = [
9681 "log",
9682 "msvc_spectre_libs",
9683 "pet-core",
9684 "pet-fs",
9685 "pet-python-utils",
9686 "pet-virtualenv",
9687]
9688
9689[[package]]
9690name = "pet-pipenv"
9691version = "0.1.0"
9692source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9693dependencies = [
9694 "log",
9695 "msvc_spectre_libs",
9696 "pet-core",
9697 "pet-fs",
9698 "pet-python-utils",
9699 "pet-virtualenv",
9700]
9701
9702[[package]]
9703name = "pet-pixi"
9704version = "0.1.0"
9705source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9706dependencies = [
9707 "log",
9708 "msvc_spectre_libs",
9709 "pet-conda",
9710 "pet-core",
9711 "pet-python-utils",
9712]
9713
9714[[package]]
9715name = "pet-poetry"
9716version = "0.1.0"
9717source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9718dependencies = [
9719 "base64 0.22.1",
9720 "lazy_static",
9721 "log",
9722 "msvc_spectre_libs",
9723 "pet-core",
9724 "pet-fs",
9725 "pet-python-utils",
9726 "pet-reporter",
9727 "pet-virtualenv",
9728 "regex",
9729 "serde",
9730 "serde_json",
9731 "sha2",
9732 "toml 0.8.20",
9733]
9734
9735[[package]]
9736name = "pet-pyenv"
9737version = "0.1.0"
9738source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9739dependencies = [
9740 "lazy_static",
9741 "log",
9742 "msvc_spectre_libs",
9743 "pet-conda",
9744 "pet-core",
9745 "pet-fs",
9746 "pet-python-utils",
9747 "pet-reporter",
9748 "regex",
9749 "serde",
9750 "serde_json",
9751]
9752
9753[[package]]
9754name = "pet-python-utils"
9755version = "0.1.0"
9756source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9757dependencies = [
9758 "env_logger 0.10.2",
9759 "lazy_static",
9760 "log",
9761 "msvc_spectre_libs",
9762 "pet-core",
9763 "pet-fs",
9764 "regex",
9765 "serde",
9766 "serde_json",
9767 "sha2",
9768]
9769
9770[[package]]
9771name = "pet-reporter"
9772version = "0.1.0"
9773source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9774dependencies = [
9775 "env_logger 0.10.2",
9776 "log",
9777 "msvc_spectre_libs",
9778 "pet-core",
9779 "pet-jsonrpc",
9780 "serde",
9781 "serde_json",
9782]
9783
9784[[package]]
9785name = "pet-telemetry"
9786version = "0.1.0"
9787source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9788dependencies = [
9789 "env_logger 0.10.2",
9790 "lazy_static",
9791 "log",
9792 "msvc_spectre_libs",
9793 "pet-core",
9794 "pet-fs",
9795 "pet-python-utils",
9796 "regex",
9797]
9798
9799[[package]]
9800name = "pet-venv"
9801version = "0.1.0"
9802source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9803dependencies = [
9804 "log",
9805 "msvc_spectre_libs",
9806 "pet-core",
9807 "pet-python-utils",
9808 "pet-virtualenv",
9809]
9810
9811[[package]]
9812name = "pet-virtualenv"
9813version = "0.1.0"
9814source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9815dependencies = [
9816 "log",
9817 "msvc_spectre_libs",
9818 "pet-core",
9819 "pet-fs",
9820 "pet-python-utils",
9821]
9822
9823[[package]]
9824name = "pet-virtualenvwrapper"
9825version = "0.1.0"
9826source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9827dependencies = [
9828 "log",
9829 "msvc_spectre_libs",
9830 "pet-core",
9831 "pet-fs",
9832 "pet-python-utils",
9833 "pet-virtualenv",
9834]
9835
9836[[package]]
9837name = "pet-windows-registry"
9838version = "0.1.0"
9839source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9840dependencies = [
9841 "lazy_static",
9842 "log",
9843 "msvc_spectre_libs",
9844 "pet-conda",
9845 "pet-core",
9846 "pet-fs",
9847 "pet-python-utils",
9848 "pet-virtualenv",
9849 "pet-windows-store",
9850 "regex",
9851 "winreg 0.52.0",
9852]
9853
9854[[package]]
9855name = "pet-windows-store"
9856version = "0.1.0"
9857source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9858dependencies = [
9859 "lazy_static",
9860 "log",
9861 "msvc_spectre_libs",
9862 "pet-core",
9863 "pet-fs",
9864 "pet-python-utils",
9865 "pet-virtualenv",
9866 "regex",
9867 "winreg 0.52.0",
9868]
9869
9870[[package]]
9871name = "petgraph"
9872version = "0.6.5"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9875dependencies = [
9876 "fixedbitset",
9877 "indexmap",
9878]
9879
9880[[package]]
9881name = "phf"
9882version = "0.11.2"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9885dependencies = [
9886 "phf_macros",
9887 "phf_shared 0.11.2",
9888]
9889
9890[[package]]
9891name = "phf_codegen"
9892version = "0.11.2"
9893source = "registry+https://github.com/rust-lang/crates.io-index"
9894checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9895dependencies = [
9896 "phf_generator 0.11.2",
9897 "phf_shared 0.11.2",
9898]
9899
9900[[package]]
9901name = "phf_generator"
9902version = "0.10.0"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9905dependencies = [
9906 "phf_shared 0.10.0",
9907 "rand 0.8.5",
9908]
9909
9910[[package]]
9911name = "phf_generator"
9912version = "0.11.2"
9913source = "registry+https://github.com/rust-lang/crates.io-index"
9914checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9915dependencies = [
9916 "phf_shared 0.11.2",
9917 "rand 0.8.5",
9918]
9919
9920[[package]]
9921name = "phf_macros"
9922version = "0.11.2"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9925dependencies = [
9926 "phf_generator 0.11.2",
9927 "phf_shared 0.11.2",
9928 "proc-macro2",
9929 "quote",
9930 "syn 2.0.90",
9931]
9932
9933[[package]]
9934name = "phf_shared"
9935version = "0.10.0"
9936source = "registry+https://github.com/rust-lang/crates.io-index"
9937checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9938dependencies = [
9939 "siphasher 0.3.11",
9940]
9941
9942[[package]]
9943name = "phf_shared"
9944version = "0.11.2"
9945source = "registry+https://github.com/rust-lang/crates.io-index"
9946checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9947dependencies = [
9948 "siphasher 0.3.11",
9949]
9950
9951[[package]]
9952name = "picker"
9953version = "0.1.0"
9954dependencies = [
9955 "anyhow",
9956 "ctor",
9957 "editor",
9958 "env_logger 0.11.6",
9959 "gpui",
9960 "menu",
9961 "schemars",
9962 "serde",
9963 "serde_json",
9964 "ui",
9965 "util",
9966 "workspace",
9967]
9968
9969[[package]]
9970name = "pico-args"
9971version = "0.5.0"
9972source = "registry+https://github.com/rust-lang/crates.io-index"
9973checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9974
9975[[package]]
9976name = "pin-project"
9977version = "1.1.7"
9978source = "registry+https://github.com/rust-lang/crates.io-index"
9979checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9980dependencies = [
9981 "pin-project-internal",
9982]
9983
9984[[package]]
9985name = "pin-project-internal"
9986version = "1.1.7"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9989dependencies = [
9990 "proc-macro2",
9991 "quote",
9992 "syn 2.0.90",
9993]
9994
9995[[package]]
9996name = "pin-project-lite"
9997version = "0.2.16"
9998source = "registry+https://github.com/rust-lang/crates.io-index"
9999checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10000
10001[[package]]
10002name = "pin-utils"
10003version = "0.1.0"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10006
10007[[package]]
10008name = "piper"
10009version = "0.2.4"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10012dependencies = [
10013 "atomic-waker",
10014 "fastrand 2.3.0",
10015 "futures-io",
10016]
10017
10018[[package]]
10019name = "pkcs1"
10020version = "0.7.5"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10023dependencies = [
10024 "der 0.7.9",
10025 "pkcs8 0.10.2",
10026 "spki 0.7.3",
10027]
10028
10029[[package]]
10030name = "pkcs8"
10031version = "0.9.0"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10034dependencies = [
10035 "der 0.6.1",
10036 "spki 0.6.0",
10037]
10038
10039[[package]]
10040name = "pkcs8"
10041version = "0.10.2"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10044dependencies = [
10045 "der 0.7.9",
10046 "spki 0.7.3",
10047]
10048
10049[[package]]
10050name = "pkg-config"
10051version = "0.3.31"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10054
10055[[package]]
10056name = "plist"
10057version = "1.7.0"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10060dependencies = [
10061 "base64 0.22.1",
10062 "indexmap",
10063 "quick-xml 0.32.0",
10064 "serde",
10065 "time",
10066]
10067
10068[[package]]
10069name = "plotters"
10070version = "0.3.7"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10073dependencies = [
10074 "num-traits",
10075 "plotters-backend",
10076 "plotters-svg",
10077 "wasm-bindgen",
10078 "web-sys",
10079]
10080
10081[[package]]
10082name = "plotters-backend"
10083version = "0.3.7"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10086
10087[[package]]
10088name = "plotters-svg"
10089version = "0.3.7"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10092dependencies = [
10093 "plotters-backend",
10094]
10095
10096[[package]]
10097name = "png"
10098version = "0.17.15"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10101dependencies = [
10102 "bitflags 1.3.2",
10103 "crc32fast",
10104 "fdeflate",
10105 "flate2",
10106 "miniz_oxide",
10107]
10108
10109[[package]]
10110name = "polling"
10111version = "3.7.4"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10114dependencies = [
10115 "cfg-if",
10116 "concurrent-queue",
10117 "hermit-abi 0.4.0",
10118 "pin-project-lite",
10119 "rustix",
10120 "tracing",
10121 "windows-sys 0.59.0",
10122]
10123
10124[[package]]
10125name = "pollster"
10126version = "0.2.5"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10129
10130[[package]]
10131name = "postage"
10132version = "0.5.0"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10135dependencies = [
10136 "atomic",
10137 "crossbeam-queue",
10138 "futures 0.3.31",
10139 "log",
10140 "parking_lot",
10141 "pin-project",
10142 "pollster",
10143 "static_assertions",
10144 "thiserror 1.0.69",
10145]
10146
10147[[package]]
10148name = "postcard"
10149version = "1.1.1"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10152dependencies = [
10153 "cobs",
10154 "embedded-io 0.4.0",
10155 "embedded-io 0.6.1",
10156 "serde",
10157]
10158
10159[[package]]
10160name = "powerfmt"
10161version = "0.2.0"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10164
10165[[package]]
10166name = "ppv-lite86"
10167version = "0.2.20"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10170dependencies = [
10171 "zerocopy 0.7.35",
10172]
10173
10174[[package]]
10175name = "precomputed-hash"
10176version = "0.1.1"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10179
10180[[package]]
10181name = "prettier"
10182version = "0.1.0"
10183dependencies = [
10184 "anyhow",
10185 "collections",
10186 "fs",
10187 "gpui",
10188 "language",
10189 "log",
10190 "lsp",
10191 "node_runtime",
10192 "parking_lot",
10193 "paths",
10194 "serde",
10195 "serde_json",
10196 "util",
10197]
10198
10199[[package]]
10200name = "pretty_assertions"
10201version = "1.4.1"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10204dependencies = [
10205 "diff",
10206 "yansi",
10207]
10208
10209[[package]]
10210name = "prettyplease"
10211version = "0.2.25"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10214dependencies = [
10215 "proc-macro2",
10216 "syn 2.0.90",
10217]
10218
10219[[package]]
10220name = "proc-macro-crate"
10221version = "3.2.0"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10224dependencies = [
10225 "toml_edit",
10226]
10227
10228[[package]]
10229name = "proc-macro-error-attr2"
10230version = "2.0.0"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10233dependencies = [
10234 "proc-macro2",
10235 "quote",
10236]
10237
10238[[package]]
10239name = "proc-macro-error2"
10240version = "2.0.1"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10243dependencies = [
10244 "proc-macro-error-attr2",
10245 "proc-macro2",
10246 "quote",
10247 "syn 2.0.90",
10248]
10249
10250[[package]]
10251name = "proc-macro2"
10252version = "1.0.93"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10255dependencies = [
10256 "unicode-ident",
10257]
10258
10259[[package]]
10260name = "proc-macro2-diagnostics"
10261version = "0.10.1"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10264dependencies = [
10265 "proc-macro2",
10266 "quote",
10267 "syn 2.0.90",
10268 "version_check",
10269 "yansi",
10270]
10271
10272[[package]]
10273name = "profiling"
10274version = "1.0.16"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10277dependencies = [
10278 "profiling-procmacros",
10279]
10280
10281[[package]]
10282name = "profiling-procmacros"
10283version = "1.0.16"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10286dependencies = [
10287 "quote",
10288 "syn 2.0.90",
10289]
10290
10291[[package]]
10292name = "project"
10293version = "0.1.0"
10294dependencies = [
10295 "aho-corasick",
10296 "anyhow",
10297 "askpass",
10298 "async-trait",
10299 "buffer_diff",
10300 "client",
10301 "clock",
10302 "collections",
10303 "env_logger 0.11.6",
10304 "fancy-regex 0.14.0",
10305 "fs",
10306 "futures 0.3.31",
10307 "fuzzy",
10308 "git",
10309 "git2",
10310 "globset",
10311 "gpui",
10312 "http_client",
10313 "image",
10314 "itertools 0.14.0",
10315 "language",
10316 "log",
10317 "lsp",
10318 "node_runtime",
10319 "parking_lot",
10320 "pathdiff",
10321 "paths",
10322 "postage",
10323 "prettier",
10324 "pretty_assertions",
10325 "rand 0.8.5",
10326 "regex",
10327 "release_channel",
10328 "remote",
10329 "rpc",
10330 "schemars",
10331 "serde",
10332 "serde_json",
10333 "settings",
10334 "sha2",
10335 "shellexpand 2.1.2",
10336 "shlex",
10337 "smol",
10338 "snippet",
10339 "snippet_provider",
10340 "task",
10341 "tempfile",
10342 "terminal",
10343 "text",
10344 "toml 0.8.20",
10345 "unindent",
10346 "url",
10347 "util",
10348 "which 6.0.3",
10349 "worktree",
10350]
10351
10352[[package]]
10353name = "project_panel"
10354version = "0.1.0"
10355dependencies = [
10356 "anyhow",
10357 "client",
10358 "collections",
10359 "command_palette_hooks",
10360 "db",
10361 "editor",
10362 "file_icons",
10363 "git",
10364 "gpui",
10365 "indexmap",
10366 "language",
10367 "menu",
10368 "pretty_assertions",
10369 "project",
10370 "schemars",
10371 "search",
10372 "serde",
10373 "serde_derive",
10374 "serde_json",
10375 "settings",
10376 "smallvec",
10377 "theme",
10378 "ui",
10379 "util",
10380 "workspace",
10381 "worktree",
10382 "zed_actions",
10383]
10384
10385[[package]]
10386name = "project_symbols"
10387version = "0.1.0"
10388dependencies = [
10389 "anyhow",
10390 "editor",
10391 "futures 0.3.31",
10392 "fuzzy",
10393 "gpui",
10394 "language",
10395 "lsp",
10396 "ordered-float 2.10.1",
10397 "picker",
10398 "project",
10399 "release_channel",
10400 "serde_json",
10401 "settings",
10402 "theme",
10403 "util",
10404 "workspace",
10405]
10406
10407[[package]]
10408name = "prometheus"
10409version = "0.13.4"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10412dependencies = [
10413 "cfg-if",
10414 "fnv",
10415 "lazy_static",
10416 "memchr",
10417 "parking_lot",
10418 "protobuf",
10419 "thiserror 1.0.69",
10420]
10421
10422[[package]]
10423name = "prompt_library"
10424version = "0.1.0"
10425dependencies = [
10426 "anyhow",
10427 "collections",
10428 "editor",
10429 "gpui",
10430 "language",
10431 "language_model",
10432 "log",
10433 "menu",
10434 "picker",
10435 "prompt_store",
10436 "release_channel",
10437 "rope",
10438 "serde",
10439 "settings",
10440 "theme",
10441 "ui",
10442 "util",
10443 "workspace",
10444 "zed_actions",
10445]
10446
10447[[package]]
10448name = "prompt_store"
10449version = "0.1.0"
10450dependencies = [
10451 "anyhow",
10452 "assets",
10453 "chrono",
10454 "collections",
10455 "fs",
10456 "futures 0.3.31",
10457 "fuzzy",
10458 "gpui",
10459 "handlebars 4.5.0",
10460 "heed",
10461 "language",
10462 "log",
10463 "parking_lot",
10464 "paths",
10465 "rope",
10466 "serde",
10467 "text",
10468 "util",
10469 "uuid",
10470]
10471
10472[[package]]
10473name = "prost"
10474version = "0.9.0"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10477dependencies = [
10478 "bytes 1.10.1",
10479 "prost-derive 0.9.0",
10480]
10481
10482[[package]]
10483name = "prost"
10484version = "0.12.6"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10487dependencies = [
10488 "bytes 1.10.1",
10489 "prost-derive 0.12.6",
10490]
10491
10492[[package]]
10493name = "prost-build"
10494version = "0.9.0"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10497dependencies = [
10498 "bytes 1.10.1",
10499 "heck 0.3.3",
10500 "itertools 0.10.5",
10501 "lazy_static",
10502 "log",
10503 "multimap 0.8.3",
10504 "petgraph",
10505 "prost 0.9.0",
10506 "prost-types 0.9.0",
10507 "regex",
10508 "tempfile",
10509 "which 4.4.2",
10510]
10511
10512[[package]]
10513name = "prost-build"
10514version = "0.12.6"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10517dependencies = [
10518 "bytes 1.10.1",
10519 "heck 0.5.0",
10520 "itertools 0.10.5",
10521 "log",
10522 "multimap 0.10.0",
10523 "once_cell",
10524 "petgraph",
10525 "prettyplease",
10526 "prost 0.12.6",
10527 "prost-types 0.12.6",
10528 "regex",
10529 "syn 2.0.90",
10530 "tempfile",
10531]
10532
10533[[package]]
10534name = "prost-derive"
10535version = "0.9.0"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10538dependencies = [
10539 "anyhow",
10540 "itertools 0.10.5",
10541 "proc-macro2",
10542 "quote",
10543 "syn 1.0.109",
10544]
10545
10546[[package]]
10547name = "prost-derive"
10548version = "0.12.6"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10551dependencies = [
10552 "anyhow",
10553 "itertools 0.10.5",
10554 "proc-macro2",
10555 "quote",
10556 "syn 2.0.90",
10557]
10558
10559[[package]]
10560name = "prost-types"
10561version = "0.9.0"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10564dependencies = [
10565 "bytes 1.10.1",
10566 "prost 0.9.0",
10567]
10568
10569[[package]]
10570name = "prost-types"
10571version = "0.12.6"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10574dependencies = [
10575 "prost 0.12.6",
10576]
10577
10578[[package]]
10579name = "proto"
10580version = "0.1.0"
10581dependencies = [
10582 "anyhow",
10583 "collections",
10584 "prost 0.9.0",
10585 "prost-build 0.9.0",
10586 "serde",
10587]
10588
10589[[package]]
10590name = "protobuf"
10591version = "2.28.0"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10594
10595[[package]]
10596name = "psm"
10597version = "0.1.24"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10600dependencies = [
10601 "cc",
10602]
10603
10604[[package]]
10605name = "ptr_meta"
10606version = "0.1.4"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10609dependencies = [
10610 "ptr_meta_derive",
10611]
10612
10613[[package]]
10614name = "ptr_meta_derive"
10615version = "0.1.4"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10618dependencies = [
10619 "proc-macro2",
10620 "quote",
10621 "syn 1.0.109",
10622]
10623
10624[[package]]
10625name = "pulldown-cmark"
10626version = "0.10.3"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10629dependencies = [
10630 "bitflags 2.8.0",
10631 "memchr",
10632 "pulldown-cmark-escape",
10633 "unicase",
10634]
10635
10636[[package]]
10637name = "pulldown-cmark"
10638version = "0.12.2"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10641dependencies = [
10642 "bitflags 2.8.0",
10643 "memchr",
10644 "unicase",
10645]
10646
10647[[package]]
10648name = "pulldown-cmark-escape"
10649version = "0.10.1"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10652
10653[[package]]
10654name = "pulley-interpreter"
10655version = "29.0.1"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10658dependencies = [
10659 "cranelift-bitset",
10660 "log",
10661 "sptr",
10662 "wasmtime-math",
10663]
10664
10665[[package]]
10666name = "qoi"
10667version = "0.4.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10670dependencies = [
10671 "bytemuck",
10672]
10673
10674[[package]]
10675name = "quick-error"
10676version = "2.0.1"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10679
10680[[package]]
10681name = "quick-xml"
10682version = "0.32.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10685dependencies = [
10686 "memchr",
10687]
10688
10689[[package]]
10690name = "quick-xml"
10691version = "0.37.2"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10694dependencies = [
10695 "memchr",
10696]
10697
10698[[package]]
10699name = "quinn"
10700version = "0.11.6"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10703dependencies = [
10704 "bytes 1.10.1",
10705 "pin-project-lite",
10706 "quinn-proto",
10707 "quinn-udp",
10708 "rustc-hash 2.1.1",
10709 "rustls 0.23.23",
10710 "socket2",
10711 "thiserror 2.0.6",
10712 "tokio",
10713 "tracing",
10714]
10715
10716[[package]]
10717name = "quinn-proto"
10718version = "0.11.9"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10721dependencies = [
10722 "bytes 1.10.1",
10723 "getrandom 0.2.15",
10724 "rand 0.8.5",
10725 "ring",
10726 "rustc-hash 2.1.1",
10727 "rustls 0.23.23",
10728 "rustls-pki-types",
10729 "slab",
10730 "thiserror 2.0.6",
10731 "tinyvec",
10732 "tracing",
10733 "web-time",
10734]
10735
10736[[package]]
10737name = "quinn-udp"
10738version = "0.5.9"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10741dependencies = [
10742 "cfg_aliases 0.2.1",
10743 "libc",
10744 "once_cell",
10745 "socket2",
10746 "tracing",
10747 "windows-sys 0.59.0",
10748]
10749
10750[[package]]
10751name = "quote"
10752version = "1.0.38"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10755dependencies = [
10756 "proc-macro2",
10757]
10758
10759[[package]]
10760name = "radium"
10761version = "0.7.0"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10764
10765[[package]]
10766name = "rand"
10767version = "0.7.3"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10770dependencies = [
10771 "getrandom 0.1.16",
10772 "libc",
10773 "rand_chacha 0.2.2",
10774 "rand_core 0.5.1",
10775 "rand_hc",
10776]
10777
10778[[package]]
10779name = "rand"
10780version = "0.8.5"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10783dependencies = [
10784 "libc",
10785 "rand_chacha 0.3.1",
10786 "rand_core 0.6.4",
10787]
10788
10789[[package]]
10790name = "rand"
10791version = "0.9.0"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10794dependencies = [
10795 "rand_chacha 0.9.0",
10796 "rand_core 0.9.0",
10797 "zerocopy 0.8.18",
10798]
10799
10800[[package]]
10801name = "rand_chacha"
10802version = "0.2.2"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10805dependencies = [
10806 "ppv-lite86",
10807 "rand_core 0.5.1",
10808]
10809
10810[[package]]
10811name = "rand_chacha"
10812version = "0.3.1"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10815dependencies = [
10816 "ppv-lite86",
10817 "rand_core 0.6.4",
10818]
10819
10820[[package]]
10821name = "rand_chacha"
10822version = "0.9.0"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10825dependencies = [
10826 "ppv-lite86",
10827 "rand_core 0.9.0",
10828]
10829
10830[[package]]
10831name = "rand_core"
10832version = "0.5.1"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10835dependencies = [
10836 "getrandom 0.1.16",
10837]
10838
10839[[package]]
10840name = "rand_core"
10841version = "0.6.4"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10844dependencies = [
10845 "getrandom 0.2.15",
10846]
10847
10848[[package]]
10849name = "rand_core"
10850version = "0.9.0"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10853dependencies = [
10854 "getrandom 0.3.1",
10855 "zerocopy 0.8.18",
10856]
10857
10858[[package]]
10859name = "rand_hc"
10860version = "0.2.0"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10863dependencies = [
10864 "rand_core 0.5.1",
10865]
10866
10867[[package]]
10868name = "rangemap"
10869version = "1.5.1"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10872
10873[[package]]
10874name = "rav1e"
10875version = "0.7.1"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10878dependencies = [
10879 "arbitrary",
10880 "arg_enum_proc_macro",
10881 "arrayvec",
10882 "av1-grain",
10883 "bitstream-io",
10884 "built",
10885 "cfg-if",
10886 "interpolate_name",
10887 "itertools 0.12.1",
10888 "libc",
10889 "libfuzzer-sys",
10890 "log",
10891 "maybe-rayon",
10892 "new_debug_unreachable",
10893 "noop_proc_macro",
10894 "num-derive",
10895 "num-traits",
10896 "once_cell",
10897 "paste",
10898 "profiling",
10899 "rand 0.8.5",
10900 "rand_chacha 0.3.1",
10901 "simd_helpers",
10902 "system-deps",
10903 "thiserror 1.0.69",
10904 "v_frame",
10905 "wasm-bindgen",
10906]
10907
10908[[package]]
10909name = "ravif"
10910version = "0.11.11"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10913dependencies = [
10914 "avif-serialize",
10915 "imgref",
10916 "loop9",
10917 "quick-error",
10918 "rav1e",
10919 "rayon",
10920 "rgb",
10921]
10922
10923[[package]]
10924name = "raw-window-handle"
10925version = "0.6.2"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10928
10929[[package]]
10930name = "raw-window-metal"
10931version = "0.4.0"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10934dependencies = [
10935 "cocoa 0.25.0",
10936 "core-graphics 0.23.2",
10937 "objc",
10938 "raw-window-handle",
10939]
10940
10941[[package]]
10942name = "rayon"
10943version = "1.10.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10946dependencies = [
10947 "either",
10948 "rayon-core",
10949]
10950
10951[[package]]
10952name = "rayon-core"
10953version = "1.12.1"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10956dependencies = [
10957 "crossbeam-deque",
10958 "crossbeam-utils",
10959]
10960
10961[[package]]
10962name = "read-fonts"
10963version = "0.22.5"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10966dependencies = [
10967 "bytemuck",
10968 "font-types",
10969]
10970
10971[[package]]
10972name = "recent_projects"
10973version = "0.1.0"
10974dependencies = [
10975 "anyhow",
10976 "auto_update",
10977 "editor",
10978 "extension_host",
10979 "file_finder",
10980 "futures 0.3.31",
10981 "fuzzy",
10982 "gpui",
10983 "language",
10984 "log",
10985 "markdown",
10986 "menu",
10987 "ordered-float 2.10.1",
10988 "paths",
10989 "picker",
10990 "project",
10991 "release_channel",
10992 "remote",
10993 "schemars",
10994 "serde",
10995 "serde_json",
10996 "settings",
10997 "smol",
10998 "task",
10999 "telemetry",
11000 "theme",
11001 "ui",
11002 "util",
11003 "workspace",
11004 "zed_actions",
11005]
11006
11007[[package]]
11008name = "redox_syscall"
11009version = "0.2.16"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11012dependencies = [
11013 "bitflags 1.3.2",
11014]
11015
11016[[package]]
11017name = "redox_syscall"
11018version = "0.5.8"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11021dependencies = [
11022 "bitflags 2.8.0",
11023]
11024
11025[[package]]
11026name = "redox_users"
11027version = "0.4.6"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11030dependencies = [
11031 "getrandom 0.2.15",
11032 "libredox",
11033 "thiserror 1.0.69",
11034]
11035
11036[[package]]
11037name = "refineable"
11038version = "0.1.0"
11039dependencies = [
11040 "derive_refineable",
11041]
11042
11043[[package]]
11044name = "regalloc2"
11045version = "0.11.1"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11048dependencies = [
11049 "allocator-api2",
11050 "bumpalo",
11051 "hashbrown 0.15.2",
11052 "log",
11053 "rustc-hash 2.1.1",
11054 "smallvec",
11055]
11056
11057[[package]]
11058name = "regex"
11059version = "1.11.1"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11062dependencies = [
11063 "aho-corasick",
11064 "memchr",
11065 "regex-automata 0.4.9",
11066 "regex-syntax 0.8.5",
11067]
11068
11069[[package]]
11070name = "regex-automata"
11071version = "0.1.10"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11074dependencies = [
11075 "regex-syntax 0.6.29",
11076]
11077
11078[[package]]
11079name = "regex-automata"
11080version = "0.4.9"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11083dependencies = [
11084 "aho-corasick",
11085 "memchr",
11086 "regex-syntax 0.8.5",
11087]
11088
11089[[package]]
11090name = "regex-lite"
11091version = "0.1.6"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11094
11095[[package]]
11096name = "regex-syntax"
11097version = "0.6.29"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11100
11101[[package]]
11102name = "regex-syntax"
11103version = "0.8.5"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11106
11107[[package]]
11108name = "release_channel"
11109version = "0.1.0"
11110dependencies = [
11111 "gpui",
11112]
11113
11114[[package]]
11115name = "remote"
11116version = "0.1.0"
11117dependencies = [
11118 "anyhow",
11119 "askpass",
11120 "async-trait",
11121 "collections",
11122 "fs",
11123 "futures 0.3.31",
11124 "gpui",
11125 "itertools 0.14.0",
11126 "log",
11127 "parking_lot",
11128 "paths",
11129 "prost 0.9.0",
11130 "release_channel",
11131 "rpc",
11132 "schemars",
11133 "serde",
11134 "serde_json",
11135 "shlex",
11136 "smol",
11137 "tempfile",
11138 "thiserror 1.0.69",
11139 "util",
11140]
11141
11142[[package]]
11143name = "remote_server"
11144version = "0.1.0"
11145dependencies = [
11146 "anyhow",
11147 "async-watch",
11148 "backtrace",
11149 "cargo_toml",
11150 "chrono",
11151 "clap",
11152 "client",
11153 "clock",
11154 "env_logger 0.11.6",
11155 "extension",
11156 "extension_host",
11157 "fork",
11158 "fs",
11159 "futures 0.3.31",
11160 "git",
11161 "git_hosting_providers",
11162 "gpui",
11163 "gpui_tokio",
11164 "http_client",
11165 "language",
11166 "language_extension",
11167 "languages",
11168 "libc",
11169 "log",
11170 "lsp",
11171 "node_runtime",
11172 "paths",
11173 "project",
11174 "proto",
11175 "release_channel",
11176 "remote",
11177 "reqwest_client",
11178 "rpc",
11179 "rust-embed",
11180 "serde",
11181 "serde_json",
11182 "settings",
11183 "shellexpand 2.1.2",
11184 "smol",
11185 "sysinfo",
11186 "telemetry_events",
11187 "toml 0.8.20",
11188 "unindent",
11189 "util",
11190 "worktree",
11191]
11192
11193[[package]]
11194name = "rend"
11195version = "0.4.2"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11198dependencies = [
11199 "bytecheck",
11200]
11201
11202[[package]]
11203name = "repl"
11204version = "0.1.0"
11205dependencies = [
11206 "alacritty_terminal",
11207 "anyhow",
11208 "async-dispatcher",
11209 "async-tungstenite",
11210 "base64 0.22.1",
11211 "client",
11212 "collections",
11213 "command_palette_hooks",
11214 "editor",
11215 "env_logger 0.11.6",
11216 "feature_flags",
11217 "file_icons",
11218 "futures 0.3.31",
11219 "gpui",
11220 "http_client",
11221 "image",
11222 "indoc",
11223 "jupyter-protocol",
11224 "jupyter-websocket-client",
11225 "language",
11226 "languages",
11227 "log",
11228 "markdown_preview",
11229 "menu",
11230 "multi_buffer",
11231 "nbformat",
11232 "picker",
11233 "project",
11234 "runtimelib",
11235 "schemars",
11236 "serde",
11237 "serde_json",
11238 "settings",
11239 "smol",
11240 "telemetry",
11241 "terminal",
11242 "terminal_view",
11243 "theme",
11244 "tree-sitter-md",
11245 "tree-sitter-python",
11246 "tree-sitter-typescript",
11247 "ui",
11248 "util",
11249 "uuid",
11250 "workspace",
11251]
11252
11253[[package]]
11254name = "reqwest"
11255version = "0.11.27"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11258dependencies = [
11259 "base64 0.21.7",
11260 "bytes 1.10.1",
11261 "encoding_rs",
11262 "futures-core",
11263 "futures-util",
11264 "h2 0.3.26",
11265 "http 0.2.12",
11266 "http-body 0.4.6",
11267 "hyper 0.14.32",
11268 "hyper-rustls 0.24.2",
11269 "hyper-tls",
11270 "ipnet",
11271 "js-sys",
11272 "log",
11273 "mime",
11274 "native-tls",
11275 "once_cell",
11276 "percent-encoding",
11277 "pin-project-lite",
11278 "rustls 0.21.12",
11279 "rustls-native-certs 0.6.3",
11280 "rustls-pemfile 1.0.4",
11281 "serde",
11282 "serde_json",
11283 "serde_urlencoded",
11284 "sync_wrapper 0.1.2",
11285 "system-configuration 0.5.1",
11286 "tokio",
11287 "tokio-native-tls",
11288 "tokio-rustls 0.24.1",
11289 "tower-service",
11290 "url",
11291 "wasm-bindgen",
11292 "wasm-bindgen-futures",
11293 "web-sys",
11294 "winreg 0.50.0",
11295]
11296
11297[[package]]
11298name = "reqwest"
11299version = "0.12.8"
11300source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11301dependencies = [
11302 "base64 0.22.1",
11303 "bytes 1.10.1",
11304 "encoding_rs",
11305 "futures-core",
11306 "futures-util",
11307 "h2 0.4.7",
11308 "http 1.2.0",
11309 "http-body 1.0.1",
11310 "http-body-util",
11311 "hyper 1.5.1",
11312 "hyper-rustls 0.27.3",
11313 "hyper-util",
11314 "ipnet",
11315 "js-sys",
11316 "log",
11317 "mime",
11318 "once_cell",
11319 "percent-encoding",
11320 "pin-project-lite",
11321 "quinn",
11322 "rustls 0.23.23",
11323 "rustls-native-certs 0.8.1",
11324 "rustls-pemfile 2.2.0",
11325 "rustls-pki-types",
11326 "serde",
11327 "serde_json",
11328 "serde_urlencoded",
11329 "sync_wrapper 1.0.2",
11330 "system-configuration 0.6.1",
11331 "tokio",
11332 "tokio-rustls 0.26.1",
11333 "tokio-socks",
11334 "tokio-util",
11335 "tower-service",
11336 "url",
11337 "wasm-bindgen",
11338 "wasm-bindgen-futures",
11339 "wasm-streams",
11340 "web-sys",
11341 "windows-registry",
11342]
11343
11344[[package]]
11345name = "reqwest_client"
11346version = "0.1.0"
11347dependencies = [
11348 "anyhow",
11349 "bytes 1.10.1",
11350 "futures 0.3.31",
11351 "gpui",
11352 "http_client",
11353 "log",
11354 "regex",
11355 "reqwest 0.12.8",
11356 "serde",
11357 "smol",
11358 "tokio",
11359]
11360
11361[[package]]
11362name = "resvg"
11363version = "0.44.0"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11366dependencies = [
11367 "log",
11368 "pico-args",
11369 "rgb",
11370 "svgtypes",
11371 "tiny-skia",
11372 "usvg",
11373]
11374
11375[[package]]
11376name = "rfc6979"
11377version = "0.3.1"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11380dependencies = [
11381 "crypto-bigint 0.4.9",
11382 "hmac",
11383 "zeroize",
11384]
11385
11386[[package]]
11387name = "rgb"
11388version = "0.8.50"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11391dependencies = [
11392 "bytemuck",
11393]
11394
11395[[package]]
11396name = "rich_text"
11397version = "0.1.0"
11398dependencies = [
11399 "futures 0.3.31",
11400 "gpui",
11401 "language",
11402 "linkify",
11403 "pulldown-cmark 0.12.2",
11404 "theme",
11405 "ui",
11406 "util",
11407]
11408
11409[[package]]
11410name = "ring"
11411version = "0.17.8"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11414dependencies = [
11415 "cc",
11416 "cfg-if",
11417 "getrandom 0.2.15",
11418 "libc",
11419 "spin",
11420 "untrusted",
11421 "windows-sys 0.52.0",
11422]
11423
11424[[package]]
11425name = "rkyv"
11426version = "0.7.45"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11429dependencies = [
11430 "bitvec",
11431 "bytecheck",
11432 "bytes 1.10.1",
11433 "hashbrown 0.12.3",
11434 "ptr_meta",
11435 "rend",
11436 "rkyv_derive",
11437 "seahash",
11438 "tinyvec",
11439 "uuid",
11440]
11441
11442[[package]]
11443name = "rkyv_derive"
11444version = "0.7.45"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11447dependencies = [
11448 "proc-macro2",
11449 "quote",
11450 "syn 1.0.109",
11451]
11452
11453[[package]]
11454name = "rmp"
11455version = "0.8.14"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11458dependencies = [
11459 "byteorder",
11460 "num-traits",
11461 "paste",
11462]
11463
11464[[package]]
11465name = "rmpv"
11466version = "1.3.0"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11469dependencies = [
11470 "num-traits",
11471 "rmp",
11472]
11473
11474[[package]]
11475name = "rodio"
11476version = "0.20.1"
11477source = "registry+https://github.com/rust-lang/crates.io-index"
11478checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11479dependencies = [
11480 "cpal",
11481 "hound",
11482]
11483
11484[[package]]
11485name = "rope"
11486version = "0.1.0"
11487dependencies = [
11488 "arrayvec",
11489 "criterion",
11490 "ctor",
11491 "env_logger 0.11.6",
11492 "gpui",
11493 "log",
11494 "rand 0.8.5",
11495 "rayon",
11496 "smallvec",
11497 "sum_tree",
11498 "unicode-segmentation",
11499 "util",
11500]
11501
11502[[package]]
11503name = "roxmltree"
11504version = "0.20.0"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11507
11508[[package]]
11509name = "rpc"
11510version = "0.1.0"
11511dependencies = [
11512 "anyhow",
11513 "async-tungstenite",
11514 "base64 0.22.1",
11515 "chrono",
11516 "collections",
11517 "env_logger 0.11.6",
11518 "futures 0.3.31",
11519 "gpui",
11520 "parking_lot",
11521 "proto",
11522 "rand 0.8.5",
11523 "rsa",
11524 "serde",
11525 "serde_json",
11526 "sha2",
11527 "strum",
11528 "tracing",
11529 "util",
11530 "zstd",
11531]
11532
11533[[package]]
11534name = "rsa"
11535version = "0.9.7"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11538dependencies = [
11539 "const-oid",
11540 "digest",
11541 "num-bigint-dig",
11542 "num-integer",
11543 "num-traits",
11544 "pkcs1",
11545 "pkcs8 0.10.2",
11546 "rand_core 0.6.4",
11547 "signature 2.2.0",
11548 "spki 0.7.3",
11549 "subtle",
11550 "zeroize",
11551]
11552
11553[[package]]
11554name = "runtimelib"
11555version = "0.25.0"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11558dependencies = [
11559 "anyhow",
11560 "async-dispatcher",
11561 "async-std",
11562 "base64 0.22.1",
11563 "bytes 1.10.1",
11564 "chrono",
11565 "data-encoding",
11566 "dirs 5.0.1",
11567 "futures 0.3.31",
11568 "glob",
11569 "jupyter-protocol",
11570 "ring",
11571 "serde",
11572 "serde_json",
11573 "shellexpand 3.1.0",
11574 "smol",
11575 "uuid",
11576 "zeromq",
11577]
11578
11579[[package]]
11580name = "rust-embed"
11581version = "8.5.0"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11584dependencies = [
11585 "rust-embed-impl",
11586 "rust-embed-utils",
11587 "walkdir",
11588]
11589
11590[[package]]
11591name = "rust-embed-impl"
11592version = "8.5.0"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11595dependencies = [
11596 "proc-macro2",
11597 "quote",
11598 "rust-embed-utils",
11599 "syn 2.0.90",
11600 "walkdir",
11601]
11602
11603[[package]]
11604name = "rust-embed-utils"
11605version = "8.5.0"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11608dependencies = [
11609 "globset",
11610 "sha2",
11611 "walkdir",
11612]
11613
11614[[package]]
11615name = "rust_decimal"
11616version = "1.36.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11619dependencies = [
11620 "arrayvec",
11621 "borsh",
11622 "bytes 1.10.1",
11623 "num-traits",
11624 "rand 0.8.5",
11625 "rkyv",
11626 "serde",
11627 "serde_json",
11628]
11629
11630[[package]]
11631name = "rustc-demangle"
11632version = "0.1.24"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11635
11636[[package]]
11637name = "rustc-hash"
11638version = "1.1.0"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11641
11642[[package]]
11643name = "rustc-hash"
11644version = "2.1.1"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11647
11648[[package]]
11649name = "rustc_version"
11650version = "0.4.1"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11653dependencies = [
11654 "semver",
11655]
11656
11657[[package]]
11658name = "rustix"
11659version = "0.38.42"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11662dependencies = [
11663 "bitflags 2.8.0",
11664 "errno 0.3.10",
11665 "itoa",
11666 "libc",
11667 "linux-raw-sys",
11668 "once_cell",
11669 "windows-sys 0.59.0",
11670]
11671
11672[[package]]
11673name = "rustix-openpty"
11674version = "0.1.1"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11677dependencies = [
11678 "errno 0.3.10",
11679 "libc",
11680 "rustix",
11681]
11682
11683[[package]]
11684name = "rustls"
11685version = "0.21.12"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11688dependencies = [
11689 "log",
11690 "ring",
11691 "rustls-webpki 0.101.7",
11692 "sct",
11693]
11694
11695[[package]]
11696name = "rustls"
11697version = "0.23.23"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11700dependencies = [
11701 "aws-lc-rs",
11702 "log",
11703 "once_cell",
11704 "ring",
11705 "rustls-pki-types",
11706 "rustls-webpki 0.102.8",
11707 "subtle",
11708 "zeroize",
11709]
11710
11711[[package]]
11712name = "rustls-native-certs"
11713version = "0.6.3"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11716dependencies = [
11717 "openssl-probe",
11718 "rustls-pemfile 1.0.4",
11719 "schannel",
11720 "security-framework 2.11.1",
11721]
11722
11723[[package]]
11724name = "rustls-native-certs"
11725version = "0.8.1"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11728dependencies = [
11729 "openssl-probe",
11730 "rustls-pki-types",
11731 "schannel",
11732 "security-framework 3.0.1",
11733]
11734
11735[[package]]
11736name = "rustls-pemfile"
11737version = "1.0.4"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11740dependencies = [
11741 "base64 0.21.7",
11742]
11743
11744[[package]]
11745name = "rustls-pemfile"
11746version = "2.2.0"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11749dependencies = [
11750 "rustls-pki-types",
11751]
11752
11753[[package]]
11754name = "rustls-pki-types"
11755version = "1.10.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11758dependencies = [
11759 "web-time",
11760]
11761
11762[[package]]
11763name = "rustls-platform-verifier"
11764version = "0.5.0"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11767dependencies = [
11768 "core-foundation 0.10.0",
11769 "core-foundation-sys",
11770 "jni",
11771 "log",
11772 "once_cell",
11773 "rustls 0.23.23",
11774 "rustls-native-certs 0.8.1",
11775 "rustls-platform-verifier-android",
11776 "rustls-webpki 0.102.8",
11777 "security-framework 3.0.1",
11778 "security-framework-sys",
11779 "webpki-root-certs",
11780 "windows-sys 0.52.0",
11781]
11782
11783[[package]]
11784name = "rustls-platform-verifier-android"
11785version = "0.1.1"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11788
11789[[package]]
11790name = "rustls-webpki"
11791version = "0.101.7"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11794dependencies = [
11795 "ring",
11796 "untrusted",
11797]
11798
11799[[package]]
11800name = "rustls-webpki"
11801version = "0.102.8"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11804dependencies = [
11805 "aws-lc-rs",
11806 "ring",
11807 "rustls-pki-types",
11808 "untrusted",
11809]
11810
11811[[package]]
11812name = "rustversion"
11813version = "1.0.18"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11816
11817[[package]]
11818name = "rustybuzz"
11819version = "0.14.1"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11822dependencies = [
11823 "bitflags 2.8.0",
11824 "bytemuck",
11825 "libm",
11826 "smallvec",
11827 "ttf-parser",
11828 "unicode-bidi-mirroring",
11829 "unicode-ccc",
11830 "unicode-properties",
11831 "unicode-script",
11832]
11833
11834[[package]]
11835name = "ryu"
11836version = "1.0.18"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11839
11840[[package]]
11841name = "salsa20"
11842version = "0.10.2"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11845dependencies = [
11846 "cipher",
11847]
11848
11849[[package]]
11850name = "same-file"
11851version = "1.0.6"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11854dependencies = [
11855 "winapi-util",
11856]
11857
11858[[package]]
11859name = "schannel"
11860version = "0.1.27"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11863dependencies = [
11864 "windows-sys 0.59.0",
11865]
11866
11867[[package]]
11868name = "schema_generator"
11869version = "0.1.0"
11870dependencies = [
11871 "anyhow",
11872 "clap",
11873 "env_logger 0.11.6",
11874 "schemars",
11875 "serde",
11876 "serde_json",
11877 "theme",
11878]
11879
11880[[package]]
11881name = "schemars"
11882version = "0.8.21"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11885dependencies = [
11886 "dyn-clone",
11887 "indexmap",
11888 "schemars_derive",
11889 "serde",
11890 "serde_json",
11891]
11892
11893[[package]]
11894name = "schemars_derive"
11895version = "0.8.21"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11898dependencies = [
11899 "proc-macro2",
11900 "quote",
11901 "serde_derive_internals",
11902 "syn 2.0.90",
11903]
11904
11905[[package]]
11906name = "scoped-tls"
11907version = "1.0.1"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11910
11911[[package]]
11912name = "scopeguard"
11913version = "1.2.0"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11916
11917[[package]]
11918name = "scratch"
11919version = "1.0.7"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11922
11923[[package]]
11924name = "scripting_tool"
11925version = "0.1.0"
11926dependencies = [
11927 "anyhow",
11928 "buffer_diff",
11929 "clock",
11930 "collections",
11931 "futures 0.3.31",
11932 "gpui",
11933 "language",
11934 "log",
11935 "mlua",
11936 "parking_lot",
11937 "project",
11938 "rand 0.8.5",
11939 "regex",
11940 "schemars",
11941 "serde",
11942 "serde_json",
11943 "settings",
11944 "util",
11945]
11946
11947[[package]]
11948name = "scrypt"
11949version = "0.11.0"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11952dependencies = [
11953 "password-hash 0.5.0",
11954 "pbkdf2 0.12.2",
11955 "salsa20",
11956 "sha2",
11957]
11958
11959[[package]]
11960name = "sct"
11961version = "0.7.1"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11964dependencies = [
11965 "ring",
11966 "untrusted",
11967]
11968
11969[[package]]
11970name = "sea-bae"
11971version = "0.2.1"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11974dependencies = [
11975 "heck 0.4.1",
11976 "proc-macro-error2",
11977 "proc-macro2",
11978 "quote",
11979 "syn 2.0.90",
11980]
11981
11982[[package]]
11983name = "sea-orm"
11984version = "1.1.5"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
11987dependencies = [
11988 "async-stream",
11989 "async-trait",
11990 "bigdecimal",
11991 "chrono",
11992 "futures 0.3.31",
11993 "log",
11994 "ouroboros",
11995 "rust_decimal",
11996 "sea-orm-macros",
11997 "sea-query",
11998 "sea-query-binder",
11999 "serde",
12000 "serde_json",
12001 "sqlx",
12002 "strum",
12003 "thiserror 1.0.69",
12004 "time",
12005 "tracing",
12006 "url",
12007 "uuid",
12008]
12009
12010[[package]]
12011name = "sea-orm-macros"
12012version = "1.1.5"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12015dependencies = [
12016 "heck 0.4.1",
12017 "proc-macro2",
12018 "quote",
12019 "sea-bae",
12020 "syn 2.0.90",
12021 "unicode-ident",
12022]
12023
12024[[package]]
12025name = "sea-query"
12026version = "0.32.1"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12029dependencies = [
12030 "bigdecimal",
12031 "chrono",
12032 "inherent",
12033 "ordered-float 3.9.2",
12034 "rust_decimal",
12035 "serde_json",
12036 "time",
12037 "uuid",
12038]
12039
12040[[package]]
12041name = "sea-query-binder"
12042version = "0.7.0"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12045dependencies = [
12046 "bigdecimal",
12047 "chrono",
12048 "rust_decimal",
12049 "sea-query",
12050 "serde_json",
12051 "sqlx",
12052 "time",
12053 "uuid",
12054]
12055
12056[[package]]
12057name = "seahash"
12058version = "4.1.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12061
12062[[package]]
12063name = "search"
12064version = "0.1.0"
12065dependencies = [
12066 "any_vec",
12067 "anyhow",
12068 "bitflags 2.8.0",
12069 "client",
12070 "collections",
12071 "editor",
12072 "futures 0.3.31",
12073 "gpui",
12074 "language",
12075 "menu",
12076 "project",
12077 "schemars",
12078 "serde",
12079 "serde_json",
12080 "settings",
12081 "smol",
12082 "theme",
12083 "ui",
12084 "unindent",
12085 "util",
12086 "workspace",
12087 "zed_actions",
12088]
12089
12090[[package]]
12091name = "sec1"
12092version = "0.3.0"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12095dependencies = [
12096 "base16ct",
12097 "der 0.6.1",
12098 "generic-array",
12099 "pkcs8 0.9.0",
12100 "subtle",
12101 "zeroize",
12102]
12103
12104[[package]]
12105name = "security-framework"
12106version = "2.11.1"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12109dependencies = [
12110 "bitflags 2.8.0",
12111 "core-foundation 0.9.4",
12112 "core-foundation-sys",
12113 "libc",
12114 "security-framework-sys",
12115]
12116
12117[[package]]
12118name = "security-framework"
12119version = "3.0.1"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12122dependencies = [
12123 "bitflags 2.8.0",
12124 "core-foundation 0.10.0",
12125 "core-foundation-sys",
12126 "libc",
12127 "security-framework-sys",
12128]
12129
12130[[package]]
12131name = "security-framework-sys"
12132version = "2.12.1"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12135dependencies = [
12136 "core-foundation-sys",
12137 "libc",
12138]
12139
12140[[package]]
12141name = "self_cell"
12142version = "1.1.0"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12145
12146[[package]]
12147name = "semantic_index"
12148version = "0.1.0"
12149dependencies = [
12150 "anyhow",
12151 "arrayvec",
12152 "blake3",
12153 "client",
12154 "clock",
12155 "collections",
12156 "env_logger 0.11.6",
12157 "feature_flags",
12158 "fs",
12159 "futures 0.3.31",
12160 "futures-batch",
12161 "gpui",
12162 "heed",
12163 "http_client",
12164 "language",
12165 "language_model",
12166 "languages",
12167 "log",
12168 "open_ai",
12169 "parking_lot",
12170 "project",
12171 "reqwest_client",
12172 "serde",
12173 "serde_json",
12174 "settings",
12175 "sha2",
12176 "smol",
12177 "streaming-iterator",
12178 "tempfile",
12179 "theme",
12180 "tree-sitter",
12181 "ui",
12182 "unindent",
12183 "util",
12184 "workspace",
12185 "worktree",
12186]
12187
12188[[package]]
12189name = "semantic_version"
12190version = "0.1.0"
12191dependencies = [
12192 "anyhow",
12193 "serde",
12194]
12195
12196[[package]]
12197name = "semver"
12198version = "1.0.25"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12201dependencies = [
12202 "serde",
12203]
12204
12205[[package]]
12206name = "serde"
12207version = "1.0.218"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12210dependencies = [
12211 "serde_derive",
12212]
12213
12214[[package]]
12215name = "serde_derive"
12216version = "1.0.218"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12219dependencies = [
12220 "proc-macro2",
12221 "quote",
12222 "syn 2.0.90",
12223]
12224
12225[[package]]
12226name = "serde_derive_internals"
12227version = "0.29.1"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12230dependencies = [
12231 "proc-macro2",
12232 "quote",
12233 "syn 2.0.90",
12234]
12235
12236[[package]]
12237name = "serde_fmt"
12238version = "1.0.3"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12241dependencies = [
12242 "serde",
12243]
12244
12245[[package]]
12246name = "serde_json"
12247version = "1.0.139"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12250dependencies = [
12251 "indexmap",
12252 "itoa",
12253 "memchr",
12254 "ryu",
12255 "serde",
12256]
12257
12258[[package]]
12259name = "serde_json_lenient"
12260version = "0.2.4"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12263dependencies = [
12264 "indexmap",
12265 "itoa",
12266 "memchr",
12267 "ryu",
12268 "serde",
12269]
12270
12271[[package]]
12272name = "serde_path_to_error"
12273version = "0.1.16"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12276dependencies = [
12277 "itoa",
12278 "serde",
12279]
12280
12281[[package]]
12282name = "serde_qs"
12283version = "0.8.5"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12286dependencies = [
12287 "percent-encoding",
12288 "serde",
12289 "thiserror 1.0.69",
12290]
12291
12292[[package]]
12293name = "serde_qs"
12294version = "0.10.1"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12297dependencies = [
12298 "percent-encoding",
12299 "serde",
12300 "thiserror 1.0.69",
12301]
12302
12303[[package]]
12304name = "serde_repr"
12305version = "0.1.19"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12308dependencies = [
12309 "proc-macro2",
12310 "quote",
12311 "syn 2.0.90",
12312]
12313
12314[[package]]
12315name = "serde_spanned"
12316version = "0.6.8"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12319dependencies = [
12320 "serde",
12321]
12322
12323[[package]]
12324name = "serde_urlencoded"
12325version = "0.7.1"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12328dependencies = [
12329 "form_urlencoded",
12330 "itoa",
12331 "ryu",
12332 "serde",
12333]
12334
12335[[package]]
12336name = "session"
12337version = "0.1.0"
12338dependencies = [
12339 "db",
12340 "gpui",
12341 "serde_json",
12342 "util",
12343 "uuid",
12344]
12345
12346[[package]]
12347name = "settings"
12348version = "0.1.0"
12349dependencies = [
12350 "anyhow",
12351 "collections",
12352 "ec4rs",
12353 "fs",
12354 "futures 0.3.31",
12355 "gpui",
12356 "indoc",
12357 "inventory",
12358 "log",
12359 "paths",
12360 "pretty_assertions",
12361 "release_channel",
12362 "rust-embed",
12363 "schemars",
12364 "serde",
12365 "serde_derive",
12366 "serde_json",
12367 "serde_json_lenient",
12368 "smallvec",
12369 "streaming-iterator",
12370 "tree-sitter",
12371 "tree-sitter-json",
12372 "unindent",
12373 "util",
12374]
12375
12376[[package]]
12377name = "settings_ui"
12378version = "0.1.0"
12379dependencies = [
12380 "command_palette_hooks",
12381 "editor",
12382 "feature_flags",
12383 "gpui",
12384 "settings",
12385 "theme",
12386 "ui",
12387 "workspace",
12388]
12389
12390[[package]]
12391name = "sha1"
12392version = "0.10.6"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12395dependencies = [
12396 "cfg-if",
12397 "cpufeatures",
12398 "digest",
12399]
12400
12401[[package]]
12402name = "sha1_smol"
12403version = "1.0.1"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12406
12407[[package]]
12408name = "sha2"
12409version = "0.10.8"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12412dependencies = [
12413 "cfg-if",
12414 "cpufeatures",
12415 "digest",
12416]
12417
12418[[package]]
12419name = "sharded-slab"
12420version = "0.1.7"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12423dependencies = [
12424 "lazy_static",
12425]
12426
12427[[package]]
12428name = "shell-words"
12429version = "1.1.0"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12432
12433[[package]]
12434name = "shellexpand"
12435version = "2.1.2"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12438dependencies = [
12439 "dirs 4.0.0",
12440]
12441
12442[[package]]
12443name = "shellexpand"
12444version = "3.1.0"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12447dependencies = [
12448 "dirs 5.0.1",
12449]
12450
12451[[package]]
12452name = "shlex"
12453version = "1.3.0"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12456
12457[[package]]
12458name = "signal-hook"
12459version = "0.3.17"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12462dependencies = [
12463 "libc",
12464 "signal-hook-registry",
12465]
12466
12467[[package]]
12468name = "signal-hook-registry"
12469version = "1.4.2"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12472dependencies = [
12473 "libc",
12474]
12475
12476[[package]]
12477name = "signature"
12478version = "1.6.4"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12481dependencies = [
12482 "digest",
12483 "rand_core 0.6.4",
12484]
12485
12486[[package]]
12487name = "signature"
12488version = "2.2.0"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12491dependencies = [
12492 "digest",
12493 "rand_core 0.6.4",
12494]
12495
12496[[package]]
12497name = "simd-adler32"
12498version = "0.3.7"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12501
12502[[package]]
12503name = "simd_helpers"
12504version = "0.1.0"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12507dependencies = [
12508 "quote",
12509]
12510
12511[[package]]
12512name = "simdutf8"
12513version = "0.1.5"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12516
12517[[package]]
12518name = "simple_asn1"
12519version = "0.6.2"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12522dependencies = [
12523 "num-bigint",
12524 "num-traits",
12525 "thiserror 1.0.69",
12526 "time",
12527]
12528
12529[[package]]
12530name = "simplecss"
12531version = "0.2.1"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12534dependencies = [
12535 "log",
12536]
12537
12538[[package]]
12539name = "simplelog"
12540version = "0.12.2"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12543dependencies = [
12544 "log",
12545 "termcolor",
12546 "time",
12547]
12548
12549[[package]]
12550name = "siphasher"
12551version = "0.3.11"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12554
12555[[package]]
12556name = "siphasher"
12557version = "1.0.1"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12560
12561[[package]]
12562name = "skrifa"
12563version = "0.22.3"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12566dependencies = [
12567 "bytemuck",
12568 "read-fonts",
12569]
12570
12571[[package]]
12572name = "slab"
12573version = "0.4.9"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12576dependencies = [
12577 "autocfg",
12578]
12579
12580[[package]]
12581name = "slash_commands_example"
12582version = "0.1.0"
12583dependencies = [
12584 "zed_extension_api 0.1.0",
12585]
12586
12587[[package]]
12588name = "slotmap"
12589version = "1.0.7"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12592dependencies = [
12593 "version_check",
12594]
12595
12596[[package]]
12597name = "smallvec"
12598version = "1.14.0"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12601dependencies = [
12602 "serde",
12603]
12604
12605[[package]]
12606name = "smart-default"
12607version = "0.6.0"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12610dependencies = [
12611 "proc-macro2",
12612 "quote",
12613 "syn 1.0.109",
12614]
12615
12616[[package]]
12617name = "smol"
12618version = "2.0.2"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12621dependencies = [
12622 "async-channel 2.3.1",
12623 "async-executor",
12624 "async-fs",
12625 "async-io",
12626 "async-lock",
12627 "async-net",
12628 "async-process",
12629 "blocking",
12630 "futures-lite 2.6.0",
12631]
12632
12633[[package]]
12634name = "smol_str"
12635version = "0.1.24"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12638dependencies = [
12639 "serde",
12640]
12641
12642[[package]]
12643name = "snippet"
12644version = "0.1.0"
12645dependencies = [
12646 "anyhow",
12647 "smallvec",
12648]
12649
12650[[package]]
12651name = "snippet_provider"
12652version = "0.1.0"
12653dependencies = [
12654 "anyhow",
12655 "collections",
12656 "extension",
12657 "fs",
12658 "futures 0.3.31",
12659 "gpui",
12660 "parking_lot",
12661 "paths",
12662 "schemars",
12663 "serde",
12664 "serde_json_lenient",
12665 "snippet",
12666 "util",
12667]
12668
12669[[package]]
12670name = "snippets_ui"
12671version = "0.1.0"
12672dependencies = [
12673 "fuzzy",
12674 "gpui",
12675 "language",
12676 "paths",
12677 "picker",
12678 "ui",
12679 "util",
12680 "workspace",
12681]
12682
12683[[package]]
12684name = "socket2"
12685version = "0.5.8"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12688dependencies = [
12689 "libc",
12690 "windows-sys 0.52.0",
12691]
12692
12693[[package]]
12694name = "spdx"
12695version = "0.10.7"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12698dependencies = [
12699 "smallvec",
12700]
12701
12702[[package]]
12703name = "spin"
12704version = "0.9.8"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12707dependencies = [
12708 "lock_api",
12709]
12710
12711[[package]]
12712name = "spirv"
12713version = "0.3.0+sdk-1.3.268.0"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12716dependencies = [
12717 "bitflags 2.8.0",
12718]
12719
12720[[package]]
12721name = "spki"
12722version = "0.6.0"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12725dependencies = [
12726 "base64ct",
12727 "der 0.6.1",
12728]
12729
12730[[package]]
12731name = "spki"
12732version = "0.7.3"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12735dependencies = [
12736 "base64ct",
12737 "der 0.7.9",
12738]
12739
12740[[package]]
12741name = "sptr"
12742version = "0.3.2"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12745
12746[[package]]
12747name = "sqlez"
12748version = "0.1.0"
12749dependencies = [
12750 "anyhow",
12751 "collections",
12752 "futures 0.3.31",
12753 "indoc",
12754 "libsqlite3-sys",
12755 "parking_lot",
12756 "smol",
12757 "sqlformat",
12758 "thread_local",
12759 "util",
12760 "uuid",
12761]
12762
12763[[package]]
12764name = "sqlez_macros"
12765version = "0.1.0"
12766dependencies = [
12767 "sqlez",
12768 "sqlformat",
12769 "syn 1.0.109",
12770]
12771
12772[[package]]
12773name = "sqlformat"
12774version = "0.2.6"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12777dependencies = [
12778 "nom",
12779 "unicode_categories",
12780]
12781
12782[[package]]
12783name = "sqlx"
12784version = "0.8.3"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12787dependencies = [
12788 "sqlx-core",
12789 "sqlx-macros",
12790 "sqlx-mysql",
12791 "sqlx-postgres",
12792 "sqlx-sqlite",
12793]
12794
12795[[package]]
12796name = "sqlx-core"
12797version = "0.8.3"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12800dependencies = [
12801 "bigdecimal",
12802 "bytes 1.10.1",
12803 "chrono",
12804 "crc",
12805 "crossbeam-queue",
12806 "either",
12807 "event-listener 5.3.1",
12808 "futures-core",
12809 "futures-intrusive",
12810 "futures-io",
12811 "futures-util",
12812 "hashbrown 0.15.2",
12813 "hashlink 0.10.0",
12814 "indexmap",
12815 "log",
12816 "memchr",
12817 "once_cell",
12818 "percent-encoding",
12819 "rust_decimal",
12820 "rustls 0.23.23",
12821 "rustls-pemfile 2.2.0",
12822 "serde",
12823 "serde_json",
12824 "sha2",
12825 "smallvec",
12826 "thiserror 2.0.6",
12827 "time",
12828 "tokio",
12829 "tokio-stream",
12830 "tracing",
12831 "url",
12832 "uuid",
12833 "webpki-roots",
12834]
12835
12836[[package]]
12837name = "sqlx-macros"
12838version = "0.8.3"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12841dependencies = [
12842 "proc-macro2",
12843 "quote",
12844 "sqlx-core",
12845 "sqlx-macros-core",
12846 "syn 2.0.90",
12847]
12848
12849[[package]]
12850name = "sqlx-macros-core"
12851version = "0.8.3"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12854dependencies = [
12855 "dotenvy",
12856 "either",
12857 "heck 0.5.0",
12858 "hex",
12859 "once_cell",
12860 "proc-macro2",
12861 "quote",
12862 "serde",
12863 "serde_json",
12864 "sha2",
12865 "sqlx-core",
12866 "sqlx-mysql",
12867 "sqlx-postgres",
12868 "sqlx-sqlite",
12869 "syn 2.0.90",
12870 "tempfile",
12871 "tokio",
12872 "url",
12873]
12874
12875[[package]]
12876name = "sqlx-mysql"
12877version = "0.8.3"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12880dependencies = [
12881 "atoi",
12882 "base64 0.22.1",
12883 "bigdecimal",
12884 "bitflags 2.8.0",
12885 "byteorder",
12886 "bytes 1.10.1",
12887 "chrono",
12888 "crc",
12889 "digest",
12890 "dotenvy",
12891 "either",
12892 "futures-channel",
12893 "futures-core",
12894 "futures-io",
12895 "futures-util",
12896 "generic-array",
12897 "hex",
12898 "hkdf",
12899 "hmac",
12900 "itoa",
12901 "log",
12902 "md-5",
12903 "memchr",
12904 "once_cell",
12905 "percent-encoding",
12906 "rand 0.8.5",
12907 "rsa",
12908 "rust_decimal",
12909 "serde",
12910 "sha1",
12911 "sha2",
12912 "smallvec",
12913 "sqlx-core",
12914 "stringprep",
12915 "thiserror 2.0.6",
12916 "time",
12917 "tracing",
12918 "uuid",
12919 "whoami",
12920]
12921
12922[[package]]
12923name = "sqlx-postgres"
12924version = "0.8.3"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12927dependencies = [
12928 "atoi",
12929 "base64 0.22.1",
12930 "bigdecimal",
12931 "bitflags 2.8.0",
12932 "byteorder",
12933 "chrono",
12934 "crc",
12935 "dotenvy",
12936 "etcetera",
12937 "futures-channel",
12938 "futures-core",
12939 "futures-util",
12940 "hex",
12941 "hkdf",
12942 "hmac",
12943 "home",
12944 "itoa",
12945 "log",
12946 "md-5",
12947 "memchr",
12948 "num-bigint",
12949 "once_cell",
12950 "rand 0.8.5",
12951 "rust_decimal",
12952 "serde",
12953 "serde_json",
12954 "sha2",
12955 "smallvec",
12956 "sqlx-core",
12957 "stringprep",
12958 "thiserror 2.0.6",
12959 "time",
12960 "tracing",
12961 "uuid",
12962 "whoami",
12963]
12964
12965[[package]]
12966name = "sqlx-sqlite"
12967version = "0.8.3"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
12970dependencies = [
12971 "atoi",
12972 "chrono",
12973 "flume",
12974 "futures-channel",
12975 "futures-core",
12976 "futures-executor",
12977 "futures-intrusive",
12978 "futures-util",
12979 "libsqlite3-sys",
12980 "log",
12981 "percent-encoding",
12982 "serde",
12983 "serde_urlencoded",
12984 "sqlx-core",
12985 "time",
12986 "tracing",
12987 "url",
12988 "uuid",
12989]
12990
12991[[package]]
12992name = "stable_deref_trait"
12993version = "1.2.0"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12996
12997[[package]]
12998name = "static_assertions"
12999version = "1.1.0"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13002
13003[[package]]
13004name = "story"
13005version = "0.1.0"
13006dependencies = [
13007 "gpui",
13008 "itertools 0.14.0",
13009 "smallvec",
13010]
13011
13012[[package]]
13013name = "storybook"
13014version = "0.1.0"
13015dependencies = [
13016 "anyhow",
13017 "clap",
13018 "collab_ui",
13019 "ctrlc",
13020 "dialoguer",
13021 "editor",
13022 "fuzzy",
13023 "gpui",
13024 "indoc",
13025 "language",
13026 "log",
13027 "menu",
13028 "picker",
13029 "project",
13030 "reqwest_client",
13031 "rust-embed",
13032 "settings",
13033 "simplelog",
13034 "story",
13035 "strum",
13036 "theme",
13037 "title_bar",
13038 "ui",
13039]
13040
13041[[package]]
13042name = "streaming-iterator"
13043version = "0.1.9"
13044source = "registry+https://github.com/rust-lang/crates.io-index"
13045checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13046
13047[[package]]
13048name = "streaming_diff"
13049version = "0.1.0"
13050dependencies = [
13051 "ordered-float 2.10.1",
13052 "rand 0.8.5",
13053 "rope",
13054 "util",
13055]
13056
13057[[package]]
13058name = "strict-num"
13059version = "0.1.1"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13062dependencies = [
13063 "float-cmp",
13064]
13065
13066[[package]]
13067name = "string_cache"
13068version = "0.8.7"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13071dependencies = [
13072 "new_debug_unreachable",
13073 "once_cell",
13074 "parking_lot",
13075 "phf_shared 0.10.0",
13076 "precomputed-hash",
13077 "serde",
13078]
13079
13080[[package]]
13081name = "string_cache_codegen"
13082version = "0.5.2"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13085dependencies = [
13086 "phf_generator 0.10.0",
13087 "phf_shared 0.10.0",
13088 "proc-macro2",
13089 "quote",
13090]
13091
13092[[package]]
13093name = "stringprep"
13094version = "0.1.5"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13097dependencies = [
13098 "unicode-bidi",
13099 "unicode-normalization",
13100 "unicode-properties",
13101]
13102
13103[[package]]
13104name = "strsim"
13105version = "0.11.1"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13108
13109[[package]]
13110name = "strum"
13111version = "0.26.3"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13114dependencies = [
13115 "strum_macros",
13116]
13117
13118[[package]]
13119name = "strum_macros"
13120version = "0.26.4"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13123dependencies = [
13124 "heck 0.5.0",
13125 "proc-macro2",
13126 "quote",
13127 "rustversion",
13128 "syn 2.0.90",
13129]
13130
13131[[package]]
13132name = "subtle"
13133version = "2.6.1"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13136
13137[[package]]
13138name = "sum_tree"
13139version = "0.1.0"
13140dependencies = [
13141 "arrayvec",
13142 "ctor",
13143 "env_logger 0.11.6",
13144 "log",
13145 "rand 0.8.5",
13146 "rayon",
13147]
13148
13149[[package]]
13150name = "supermaven"
13151version = "0.1.0"
13152dependencies = [
13153 "anyhow",
13154 "client",
13155 "collections",
13156 "editor",
13157 "env_logger 0.11.6",
13158 "futures 0.3.31",
13159 "gpui",
13160 "http_client",
13161 "inline_completion",
13162 "language",
13163 "log",
13164 "postage",
13165 "project",
13166 "serde",
13167 "serde_json",
13168 "settings",
13169 "smol",
13170 "supermaven_api",
13171 "text",
13172 "theme",
13173 "ui",
13174 "unicode-segmentation",
13175 "util",
13176]
13177
13178[[package]]
13179name = "supermaven_api"
13180version = "0.1.0"
13181dependencies = [
13182 "anyhow",
13183 "futures 0.3.31",
13184 "http_client",
13185 "paths",
13186 "serde",
13187 "serde_json",
13188 "smol",
13189]
13190
13191[[package]]
13192name = "sval"
13193version = "2.13.2"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13196
13197[[package]]
13198name = "sval_buffer"
13199version = "2.13.2"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13202dependencies = [
13203 "sval",
13204 "sval_ref",
13205]
13206
13207[[package]]
13208name = "sval_dynamic"
13209version = "2.13.2"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13212dependencies = [
13213 "sval",
13214]
13215
13216[[package]]
13217name = "sval_fmt"
13218version = "2.13.2"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13221dependencies = [
13222 "itoa",
13223 "ryu",
13224 "sval",
13225]
13226
13227[[package]]
13228name = "sval_json"
13229version = "2.13.2"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13232dependencies = [
13233 "itoa",
13234 "ryu",
13235 "sval",
13236]
13237
13238[[package]]
13239name = "sval_nested"
13240version = "2.13.2"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13243dependencies = [
13244 "sval",
13245 "sval_buffer",
13246 "sval_ref",
13247]
13248
13249[[package]]
13250name = "sval_ref"
13251version = "2.13.2"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13254dependencies = [
13255 "sval",
13256]
13257
13258[[package]]
13259name = "sval_serde"
13260version = "2.13.2"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13263dependencies = [
13264 "serde",
13265 "sval",
13266 "sval_nested",
13267]
13268
13269[[package]]
13270name = "svg_fmt"
13271version = "0.4.4"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13274
13275[[package]]
13276name = "svgtypes"
13277version = "0.15.2"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13280dependencies = [
13281 "kurbo",
13282 "siphasher 1.0.1",
13283]
13284
13285[[package]]
13286name = "swash"
13287version = "0.1.19"
13288source = "registry+https://github.com/rust-lang/crates.io-index"
13289checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13290dependencies = [
13291 "skrifa",
13292 "yazi",
13293 "zeno",
13294]
13295
13296[[package]]
13297name = "syn"
13298version = "1.0.109"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13301dependencies = [
13302 "proc-macro2",
13303 "quote",
13304 "unicode-ident",
13305]
13306
13307[[package]]
13308name = "syn"
13309version = "2.0.90"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13312dependencies = [
13313 "proc-macro2",
13314 "quote",
13315 "unicode-ident",
13316]
13317
13318[[package]]
13319name = "sync_wrapper"
13320version = "0.1.2"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13323
13324[[package]]
13325name = "sync_wrapper"
13326version = "1.0.2"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13329dependencies = [
13330 "futures-core",
13331]
13332
13333[[package]]
13334name = "synchronoise"
13335version = "1.0.1"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13338dependencies = [
13339 "crossbeam-queue",
13340]
13341
13342[[package]]
13343name = "synstructure"
13344version = "0.13.1"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13347dependencies = [
13348 "proc-macro2",
13349 "quote",
13350 "syn 2.0.90",
13351]
13352
13353[[package]]
13354name = "sys-locale"
13355version = "0.3.2"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13358dependencies = [
13359 "libc",
13360]
13361
13362[[package]]
13363name = "sysinfo"
13364version = "0.31.4"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13367dependencies = [
13368 "core-foundation-sys",
13369 "libc",
13370 "memchr",
13371 "ntapi",
13372 "rayon",
13373 "windows 0.57.0",
13374]
13375
13376[[package]]
13377name = "system-configuration"
13378version = "0.5.1"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13381dependencies = [
13382 "bitflags 1.3.2",
13383 "core-foundation 0.9.4",
13384 "system-configuration-sys 0.5.0",
13385]
13386
13387[[package]]
13388name = "system-configuration"
13389version = "0.6.1"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13392dependencies = [
13393 "bitflags 2.8.0",
13394 "core-foundation 0.9.4",
13395 "system-configuration-sys 0.6.0",
13396]
13397
13398[[package]]
13399name = "system-configuration-sys"
13400version = "0.5.0"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13403dependencies = [
13404 "core-foundation-sys",
13405 "libc",
13406]
13407
13408[[package]]
13409name = "system-configuration-sys"
13410version = "0.6.0"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13413dependencies = [
13414 "core-foundation-sys",
13415 "libc",
13416]
13417
13418[[package]]
13419name = "system-deps"
13420version = "6.2.2"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13423dependencies = [
13424 "cfg-expr",
13425 "heck 0.5.0",
13426 "pkg-config",
13427 "toml 0.8.20",
13428 "version-compare",
13429]
13430
13431[[package]]
13432name = "system-interface"
13433version = "0.27.3"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13436dependencies = [
13437 "bitflags 2.8.0",
13438 "cap-fs-ext",
13439 "cap-std",
13440 "fd-lock",
13441 "io-lifetimes",
13442 "rustix",
13443 "windows-sys 0.59.0",
13444 "winx",
13445]
13446
13447[[package]]
13448name = "tab_switcher"
13449version = "0.1.0"
13450dependencies = [
13451 "anyhow",
13452 "collections",
13453 "ctor",
13454 "editor",
13455 "env_logger 0.11.6",
13456 "gpui",
13457 "language",
13458 "menu",
13459 "picker",
13460 "project",
13461 "schemars",
13462 "serde",
13463 "serde_json",
13464 "settings",
13465 "theme",
13466 "ui",
13467 "util",
13468 "workspace",
13469]
13470
13471[[package]]
13472name = "taffy"
13473version = "0.4.4"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13476dependencies = [
13477 "arrayvec",
13478 "grid",
13479 "num-traits",
13480 "serde",
13481 "slotmap",
13482]
13483
13484[[package]]
13485name = "take-until"
13486version = "0.2.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13489
13490[[package]]
13491name = "tap"
13492version = "1.0.1"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13495
13496[[package]]
13497name = "target-lexicon"
13498version = "0.12.16"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13501
13502[[package]]
13503name = "target-lexicon"
13504version = "0.13.2"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13507
13508[[package]]
13509name = "task"
13510version = "0.1.0"
13511dependencies = [
13512 "anyhow",
13513 "collections",
13514 "futures 0.3.31",
13515 "gpui",
13516 "hex",
13517 "parking_lot",
13518 "schemars",
13519 "serde",
13520 "serde_json_lenient",
13521 "sha2",
13522 "shellexpand 2.1.2",
13523 "util",
13524 "zed_actions",
13525]
13526
13527[[package]]
13528name = "tasks_ui"
13529version = "0.1.0"
13530dependencies = [
13531 "anyhow",
13532 "editor",
13533 "file_icons",
13534 "fuzzy",
13535 "gpui",
13536 "language",
13537 "menu",
13538 "picker",
13539 "project",
13540 "schemars",
13541 "serde",
13542 "serde_json",
13543 "settings",
13544 "task",
13545 "tree-sitter-rust",
13546 "tree-sitter-typescript",
13547 "ui",
13548 "util",
13549 "workspace",
13550 "zed_actions",
13551]
13552
13553[[package]]
13554name = "telemetry"
13555version = "0.1.0"
13556dependencies = [
13557 "futures 0.3.31",
13558 "serde",
13559 "serde_json",
13560 "telemetry_events",
13561]
13562
13563[[package]]
13564name = "telemetry_events"
13565version = "0.1.0"
13566dependencies = [
13567 "semantic_version",
13568 "serde",
13569 "serde_json",
13570]
13571
13572[[package]]
13573name = "tempfile"
13574version = "3.17.1"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13577dependencies = [
13578 "cfg-if",
13579 "fastrand 2.3.0",
13580 "getrandom 0.3.1",
13581 "once_cell",
13582 "rustix",
13583 "windows-sys 0.59.0",
13584]
13585
13586[[package]]
13587name = "tendril"
13588version = "0.4.3"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13591dependencies = [
13592 "futf",
13593 "mac",
13594 "utf-8",
13595]
13596
13597[[package]]
13598name = "termcolor"
13599version = "1.4.1"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13602dependencies = [
13603 "winapi-util",
13604]
13605
13606[[package]]
13607name = "terminal"
13608version = "0.1.0"
13609dependencies = [
13610 "alacritty_terminal",
13611 "anyhow",
13612 "collections",
13613 "dirs 4.0.0",
13614 "futures 0.3.31",
13615 "gpui",
13616 "libc",
13617 "rand 0.8.5",
13618 "regex",
13619 "release_channel",
13620 "schemars",
13621 "serde",
13622 "serde_derive",
13623 "settings",
13624 "smol",
13625 "sysinfo",
13626 "task",
13627 "theme",
13628 "thiserror 1.0.69",
13629 "util",
13630 "windows 0.60.0",
13631]
13632
13633[[package]]
13634name = "terminal_size"
13635version = "0.4.1"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13638dependencies = [
13639 "rustix",
13640 "windows-sys 0.59.0",
13641]
13642
13643[[package]]
13644name = "terminal_view"
13645version = "0.1.0"
13646dependencies = [
13647 "anyhow",
13648 "async-recursion 1.1.1",
13649 "breadcrumbs",
13650 "client",
13651 "collections",
13652 "db",
13653 "dirs 4.0.0",
13654 "editor",
13655 "futures 0.3.31",
13656 "gpui",
13657 "itertools 0.14.0",
13658 "language",
13659 "log",
13660 "project",
13661 "rand 0.8.5",
13662 "schemars",
13663 "search",
13664 "serde",
13665 "serde_json",
13666 "settings",
13667 "shellexpand 2.1.2",
13668 "smol",
13669 "task",
13670 "terminal",
13671 "theme",
13672 "ui",
13673 "util",
13674 "workspace",
13675 "zed_actions",
13676]
13677
13678[[package]]
13679name = "text"
13680version = "0.1.0"
13681dependencies = [
13682 "anyhow",
13683 "clock",
13684 "collections",
13685 "ctor",
13686 "env_logger 0.11.6",
13687 "gpui",
13688 "http_client",
13689 "log",
13690 "parking_lot",
13691 "postage",
13692 "rand 0.8.5",
13693 "regex",
13694 "rope",
13695 "smallvec",
13696 "sum_tree",
13697 "util",
13698]
13699
13700[[package]]
13701name = "theme"
13702version = "0.1.0"
13703dependencies = [
13704 "anyhow",
13705 "collections",
13706 "derive_more",
13707 "fs",
13708 "futures 0.3.31",
13709 "gpui",
13710 "indexmap",
13711 "log",
13712 "palette",
13713 "parking_lot",
13714 "refineable",
13715 "schemars",
13716 "serde",
13717 "serde_derive",
13718 "serde_json",
13719 "serde_json_lenient",
13720 "serde_repr",
13721 "settings",
13722 "strum",
13723 "thiserror 1.0.69",
13724 "util",
13725 "uuid",
13726]
13727
13728[[package]]
13729name = "theme_extension"
13730version = "0.1.0"
13731dependencies = [
13732 "anyhow",
13733 "extension",
13734 "fs",
13735 "gpui",
13736 "theme",
13737]
13738
13739[[package]]
13740name = "theme_importer"
13741version = "0.1.0"
13742dependencies = [
13743 "anyhow",
13744 "clap",
13745 "gpui",
13746 "indexmap",
13747 "log",
13748 "palette",
13749 "rust-embed",
13750 "serde",
13751 "serde_json",
13752 "serde_json_lenient",
13753 "simplelog",
13754 "strum",
13755 "theme",
13756 "vscode_theme",
13757]
13758
13759[[package]]
13760name = "theme_selector"
13761version = "0.1.0"
13762dependencies = [
13763 "fs",
13764 "fuzzy",
13765 "gpui",
13766 "log",
13767 "picker",
13768 "serde",
13769 "settings",
13770 "telemetry",
13771 "theme",
13772 "ui",
13773 "util",
13774 "workspace",
13775 "zed_actions",
13776]
13777
13778[[package]]
13779name = "thiserror"
13780version = "1.0.69"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13783dependencies = [
13784 "thiserror-impl 1.0.69",
13785]
13786
13787[[package]]
13788name = "thiserror"
13789version = "2.0.6"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13792dependencies = [
13793 "thiserror-impl 2.0.6",
13794]
13795
13796[[package]]
13797name = "thiserror-impl"
13798version = "1.0.69"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13801dependencies = [
13802 "proc-macro2",
13803 "quote",
13804 "syn 2.0.90",
13805]
13806
13807[[package]]
13808name = "thiserror-impl"
13809version = "2.0.6"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13812dependencies = [
13813 "proc-macro2",
13814 "quote",
13815 "syn 2.0.90",
13816]
13817
13818[[package]]
13819name = "thread_local"
13820version = "1.1.8"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13823dependencies = [
13824 "cfg-if",
13825 "once_cell",
13826]
13827
13828[[package]]
13829name = "tiff"
13830version = "0.9.1"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13833dependencies = [
13834 "flate2",
13835 "jpeg-decoder",
13836 "weezl",
13837]
13838
13839[[package]]
13840name = "tiktoken-rs"
13841version = "0.6.0"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13844dependencies = [
13845 "anyhow",
13846 "base64 0.21.7",
13847 "bstr",
13848 "fancy-regex 0.13.0",
13849 "lazy_static",
13850 "parking_lot",
13851 "regex",
13852 "rustc-hash 1.1.0",
13853]
13854
13855[[package]]
13856name = "time"
13857version = "0.3.37"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13860dependencies = [
13861 "deranged",
13862 "itoa",
13863 "libc",
13864 "num-conv",
13865 "num_threads",
13866 "powerfmt",
13867 "serde",
13868 "time-core",
13869 "time-macros",
13870]
13871
13872[[package]]
13873name = "time-core"
13874version = "0.1.2"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13877
13878[[package]]
13879name = "time-macros"
13880version = "0.2.19"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13883dependencies = [
13884 "num-conv",
13885 "time-core",
13886]
13887
13888[[package]]
13889name = "time_format"
13890version = "0.1.0"
13891dependencies = [
13892 "core-foundation 0.9.4",
13893 "core-foundation-sys",
13894 "sys-locale",
13895 "time",
13896]
13897
13898[[package]]
13899name = "tiny-keccak"
13900version = "2.0.2"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13903dependencies = [
13904 "crunchy",
13905]
13906
13907[[package]]
13908name = "tiny-skia"
13909version = "0.11.4"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13912dependencies = [
13913 "arrayref",
13914 "arrayvec",
13915 "bytemuck",
13916 "cfg-if",
13917 "log",
13918 "png",
13919 "tiny-skia-path",
13920]
13921
13922[[package]]
13923name = "tiny-skia-path"
13924version = "0.11.4"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13927dependencies = [
13928 "arrayref",
13929 "bytemuck",
13930 "strict-num",
13931]
13932
13933[[package]]
13934name = "tiny_http"
13935version = "0.8.2"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13938dependencies = [
13939 "ascii",
13940 "chrono",
13941 "chunked_transfer",
13942 "log",
13943 "url",
13944]
13945
13946[[package]]
13947name = "tinystr"
13948version = "0.7.6"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13951dependencies = [
13952 "displaydoc",
13953 "zerovec",
13954]
13955
13956[[package]]
13957name = "tinytemplate"
13958version = "1.2.1"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13961dependencies = [
13962 "serde",
13963 "serde_json",
13964]
13965
13966[[package]]
13967name = "tinyvec"
13968version = "1.8.0"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13971dependencies = [
13972 "tinyvec_macros",
13973]
13974
13975[[package]]
13976name = "tinyvec_macros"
13977version = "0.1.1"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13980
13981[[package]]
13982name = "title_bar"
13983version = "0.1.0"
13984dependencies = [
13985 "auto_update",
13986 "call",
13987 "client",
13988 "collections",
13989 "feature_flags",
13990 "git_ui",
13991 "gpui",
13992 "http_client",
13993 "notifications",
13994 "pretty_assertions",
13995 "project",
13996 "remote",
13997 "rpc",
13998 "schemars",
13999 "serde",
14000 "settings",
14001 "smallvec",
14002 "story",
14003 "telemetry",
14004 "theme",
14005 "tree-sitter-md",
14006 "ui",
14007 "util",
14008 "windows 0.60.0",
14009 "workspace",
14010 "zed_actions",
14011 "zeta",
14012]
14013
14014[[package]]
14015name = "tokio"
14016version = "1.43.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14019dependencies = [
14020 "backtrace",
14021 "bytes 1.10.1",
14022 "libc",
14023 "mio 1.0.3",
14024 "parking_lot",
14025 "pin-project-lite",
14026 "signal-hook-registry",
14027 "socket2",
14028 "tokio-macros",
14029 "windows-sys 0.52.0",
14030]
14031
14032[[package]]
14033name = "tokio-io"
14034version = "0.1.13"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14037dependencies = [
14038 "bytes 0.4.12",
14039 "futures 0.1.31",
14040 "log",
14041]
14042
14043[[package]]
14044name = "tokio-macros"
14045version = "2.5.0"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14048dependencies = [
14049 "proc-macro2",
14050 "quote",
14051 "syn 2.0.90",
14052]
14053
14054[[package]]
14055name = "tokio-native-tls"
14056version = "0.3.1"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14059dependencies = [
14060 "native-tls",
14061 "tokio",
14062]
14063
14064[[package]]
14065name = "tokio-rustls"
14066version = "0.24.1"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14069dependencies = [
14070 "rustls 0.21.12",
14071 "tokio",
14072]
14073
14074[[package]]
14075name = "tokio-rustls"
14076version = "0.26.1"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14079dependencies = [
14080 "rustls 0.23.23",
14081 "tokio",
14082]
14083
14084[[package]]
14085name = "tokio-socks"
14086version = "0.5.2"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14089dependencies = [
14090 "either",
14091 "futures-io",
14092 "futures-util",
14093 "thiserror 1.0.69",
14094 "tokio",
14095]
14096
14097[[package]]
14098name = "tokio-stream"
14099version = "0.1.17"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14102dependencies = [
14103 "futures-core",
14104 "pin-project-lite",
14105 "tokio",
14106]
14107
14108[[package]]
14109name = "tokio-tungstenite"
14110version = "0.20.1"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14113dependencies = [
14114 "futures-util",
14115 "log",
14116 "rustls 0.21.12",
14117 "rustls-native-certs 0.6.3",
14118 "tokio",
14119 "tokio-rustls 0.24.1",
14120 "tungstenite 0.20.1",
14121]
14122
14123[[package]]
14124name = "tokio-tungstenite"
14125version = "0.21.0"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14128dependencies = [
14129 "futures-util",
14130 "log",
14131 "tokio",
14132 "tungstenite 0.21.0",
14133]
14134
14135[[package]]
14136name = "tokio-util"
14137version = "0.7.13"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14140dependencies = [
14141 "bytes 1.10.1",
14142 "futures-core",
14143 "futures-io",
14144 "futures-sink",
14145 "pin-project-lite",
14146 "tokio",
14147]
14148
14149[[package]]
14150name = "toml"
14151version = "0.5.11"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14154dependencies = [
14155 "serde",
14156]
14157
14158[[package]]
14159name = "toml"
14160version = "0.8.20"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14163dependencies = [
14164 "serde",
14165 "serde_spanned",
14166 "toml_datetime",
14167 "toml_edit",
14168]
14169
14170[[package]]
14171name = "toml_datetime"
14172version = "0.6.8"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14175dependencies = [
14176 "serde",
14177]
14178
14179[[package]]
14180name = "toml_edit"
14181version = "0.22.23"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14184dependencies = [
14185 "indexmap",
14186 "serde",
14187 "serde_spanned",
14188 "toml_datetime",
14189 "winnow 0.7.1",
14190]
14191
14192[[package]]
14193name = "toolchain_selector"
14194version = "0.1.0"
14195dependencies = [
14196 "editor",
14197 "fuzzy",
14198 "gpui",
14199 "language",
14200 "picker",
14201 "project",
14202 "ui",
14203 "util",
14204 "workspace",
14205]
14206
14207[[package]]
14208name = "topological-sort"
14209version = "0.2.2"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14212
14213[[package]]
14214name = "tower"
14215version = "0.4.13"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14218dependencies = [
14219 "futures-core",
14220 "futures-util",
14221 "pin-project",
14222 "pin-project-lite",
14223 "tokio",
14224 "tower-layer",
14225 "tower-service",
14226 "tracing",
14227]
14228
14229[[package]]
14230name = "tower-http"
14231version = "0.3.5"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14234dependencies = [
14235 "bitflags 1.3.2",
14236 "bytes 1.10.1",
14237 "futures-core",
14238 "futures-util",
14239 "http 0.2.12",
14240 "http-body 0.4.6",
14241 "http-range-header",
14242 "pin-project-lite",
14243 "tower-layer",
14244 "tower-service",
14245]
14246
14247[[package]]
14248name = "tower-http"
14249version = "0.4.4"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14252dependencies = [
14253 "bitflags 2.8.0",
14254 "bytes 1.10.1",
14255 "futures-core",
14256 "futures-util",
14257 "http 0.2.12",
14258 "http-body 0.4.6",
14259 "http-range-header",
14260 "pin-project-lite",
14261 "tower-layer",
14262 "tower-service",
14263 "tracing",
14264]
14265
14266[[package]]
14267name = "tower-layer"
14268version = "0.3.3"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14271
14272[[package]]
14273name = "tower-service"
14274version = "0.3.3"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14277
14278[[package]]
14279name = "tracing"
14280version = "0.1.41"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14283dependencies = [
14284 "log",
14285 "pin-project-lite",
14286 "tracing-attributes",
14287 "tracing-core",
14288]
14289
14290[[package]]
14291name = "tracing-attributes"
14292version = "0.1.28"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14295dependencies = [
14296 "proc-macro2",
14297 "quote",
14298 "syn 2.0.90",
14299]
14300
14301[[package]]
14302name = "tracing-core"
14303version = "0.1.33"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14306dependencies = [
14307 "once_cell",
14308 "valuable",
14309]
14310
14311[[package]]
14312name = "tracing-log"
14313version = "0.2.0"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14316dependencies = [
14317 "log",
14318 "once_cell",
14319 "tracing-core",
14320]
14321
14322[[package]]
14323name = "tracing-serde"
14324version = "0.2.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14327dependencies = [
14328 "serde",
14329 "tracing-core",
14330]
14331
14332[[package]]
14333name = "tracing-subscriber"
14334version = "0.3.19"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14337dependencies = [
14338 "matchers",
14339 "nu-ansi-term",
14340 "once_cell",
14341 "regex",
14342 "serde",
14343 "serde_json",
14344 "sharded-slab",
14345 "smallvec",
14346 "thread_local",
14347 "tracing",
14348 "tracing-core",
14349 "tracing-log",
14350 "tracing-serde",
14351]
14352
14353[[package]]
14354name = "trait-variant"
14355version = "0.1.2"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14358dependencies = [
14359 "proc-macro2",
14360 "quote",
14361 "syn 2.0.90",
14362]
14363
14364[[package]]
14365name = "tree-sitter"
14366version = "0.25.3"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14369dependencies = [
14370 "cc",
14371 "regex",
14372 "regex-syntax 0.8.5",
14373 "serde_json",
14374 "streaming-iterator",
14375 "tree-sitter-language",
14376 "wasmtime-c-api-impl",
14377]
14378
14379[[package]]
14380name = "tree-sitter-bash"
14381version = "0.23.3"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14384dependencies = [
14385 "cc",
14386 "tree-sitter-language",
14387]
14388
14389[[package]]
14390name = "tree-sitter-c"
14391version = "0.23.4"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14394dependencies = [
14395 "cc",
14396 "tree-sitter-language",
14397]
14398
14399[[package]]
14400name = "tree-sitter-cpp"
14401version = "0.23.4"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14404dependencies = [
14405 "cc",
14406 "tree-sitter-language",
14407]
14408
14409[[package]]
14410name = "tree-sitter-css"
14411version = "0.23.2"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14414dependencies = [
14415 "cc",
14416 "tree-sitter-language",
14417]
14418
14419[[package]]
14420name = "tree-sitter-diff"
14421version = "0.1.0"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14424dependencies = [
14425 "cc",
14426 "tree-sitter-language",
14427]
14428
14429[[package]]
14430name = "tree-sitter-elixir"
14431version = "0.3.4"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14434dependencies = [
14435 "cc",
14436 "tree-sitter-language",
14437]
14438
14439[[package]]
14440name = "tree-sitter-embedded-template"
14441version = "0.23.2"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14444dependencies = [
14445 "cc",
14446 "tree-sitter-language",
14447]
14448
14449[[package]]
14450name = "tree-sitter-gitcommit"
14451version = "0.0.1"
14452source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14453dependencies = [
14454 "cc",
14455 "tree-sitter-language",
14456]
14457
14458[[package]]
14459name = "tree-sitter-go"
14460version = "0.23.4"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14463dependencies = [
14464 "cc",
14465 "tree-sitter-language",
14466]
14467
14468[[package]]
14469name = "tree-sitter-gomod"
14470version = "1.1.1"
14471source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14472dependencies = [
14473 "cc",
14474 "tree-sitter-language",
14475]
14476
14477[[package]]
14478name = "tree-sitter-gowork"
14479version = "0.0.1"
14480source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14481dependencies = [
14482 "cc",
14483 "tree-sitter-language",
14484]
14485
14486[[package]]
14487name = "tree-sitter-heex"
14488version = "0.0.1"
14489source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14490dependencies = [
14491 "cc",
14492 "tree-sitter-language",
14493]
14494
14495[[package]]
14496name = "tree-sitter-html"
14497version = "0.23.2"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14500dependencies = [
14501 "cc",
14502 "tree-sitter-language",
14503]
14504
14505[[package]]
14506name = "tree-sitter-jsdoc"
14507version = "0.23.2"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14510dependencies = [
14511 "cc",
14512 "tree-sitter-language",
14513]
14514
14515[[package]]
14516name = "tree-sitter-json"
14517version = "0.24.8"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14520dependencies = [
14521 "cc",
14522 "tree-sitter-language",
14523]
14524
14525[[package]]
14526name = "tree-sitter-language"
14527version = "0.1.3"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14530
14531[[package]]
14532name = "tree-sitter-md"
14533version = "0.3.2"
14534source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14535dependencies = [
14536 "cc",
14537 "tree-sitter-language",
14538]
14539
14540[[package]]
14541name = "tree-sitter-python"
14542version = "0.23.6"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14545dependencies = [
14546 "cc",
14547 "tree-sitter-language",
14548]
14549
14550[[package]]
14551name = "tree-sitter-regex"
14552version = "0.24.3"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14555dependencies = [
14556 "cc",
14557 "tree-sitter-language",
14558]
14559
14560[[package]]
14561name = "tree-sitter-ruby"
14562version = "0.23.1"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14565dependencies = [
14566 "cc",
14567 "tree-sitter-language",
14568]
14569
14570[[package]]
14571name = "tree-sitter-rust"
14572version = "0.23.2"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14575dependencies = [
14576 "cc",
14577 "tree-sitter-language",
14578]
14579
14580[[package]]
14581name = "tree-sitter-typescript"
14582version = "0.23.2"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14585dependencies = [
14586 "cc",
14587 "tree-sitter-language",
14588]
14589
14590[[package]]
14591name = "tree-sitter-yaml"
14592version = "0.6.1"
14593source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14594dependencies = [
14595 "cc",
14596 "tree-sitter-language",
14597]
14598
14599[[package]]
14600name = "try-lock"
14601version = "0.2.5"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14604
14605[[package]]
14606name = "ttf-parser"
14607version = "0.21.1"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14610
14611[[package]]
14612name = "tungstenite"
14613version = "0.20.1"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14616dependencies = [
14617 "byteorder",
14618 "bytes 1.10.1",
14619 "data-encoding",
14620 "http 0.2.12",
14621 "httparse",
14622 "log",
14623 "rand 0.8.5",
14624 "rustls 0.21.12",
14625 "sha1",
14626 "thiserror 1.0.69",
14627 "url",
14628 "utf-8",
14629]
14630
14631[[package]]
14632name = "tungstenite"
14633version = "0.21.0"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14636dependencies = [
14637 "byteorder",
14638 "bytes 1.10.1",
14639 "data-encoding",
14640 "http 1.2.0",
14641 "httparse",
14642 "log",
14643 "rand 0.8.5",
14644 "sha1",
14645 "thiserror 1.0.69",
14646 "url",
14647 "utf-8",
14648]
14649
14650[[package]]
14651name = "tungstenite"
14652version = "0.24.0"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14655dependencies = [
14656 "byteorder",
14657 "bytes 1.10.1",
14658 "data-encoding",
14659 "http 1.2.0",
14660 "httparse",
14661 "log",
14662 "rand 0.8.5",
14663 "sha1",
14664 "thiserror 1.0.69",
14665 "utf-8",
14666]
14667
14668[[package]]
14669name = "typeid"
14670version = "1.0.2"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14673
14674[[package]]
14675name = "typenum"
14676version = "1.17.0"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14679
14680[[package]]
14681name = "ucd-trie"
14682version = "0.1.7"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14685
14686[[package]]
14687name = "uds_windows"
14688version = "1.1.0"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14691dependencies = [
14692 "memoffset",
14693 "tempfile",
14694 "winapi",
14695]
14696
14697[[package]]
14698name = "ui"
14699version = "0.1.0"
14700dependencies = [
14701 "chrono",
14702 "component",
14703 "gpui",
14704 "itertools 0.14.0",
14705 "linkme",
14706 "menu",
14707 "serde",
14708 "settings",
14709 "smallvec",
14710 "story",
14711 "strum",
14712 "theme",
14713 "ui_macros",
14714 "util",
14715 "windows 0.60.0",
14716]
14717
14718[[package]]
14719name = "ui_input"
14720version = "0.1.0"
14721dependencies = [
14722 "editor",
14723 "gpui",
14724 "settings",
14725 "theme",
14726 "ui",
14727]
14728
14729[[package]]
14730name = "ui_macros"
14731version = "0.1.0"
14732dependencies = [
14733 "convert_case 0.8.0",
14734 "linkme",
14735 "proc-macro2",
14736 "quote",
14737 "syn 1.0.109",
14738]
14739
14740[[package]]
14741name = "unicase"
14742version = "2.8.1"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14745
14746[[package]]
14747name = "unicode-bidi"
14748version = "0.3.17"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14751
14752[[package]]
14753name = "unicode-bidi-mirroring"
14754version = "0.2.0"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14757
14758[[package]]
14759name = "unicode-ccc"
14760version = "0.2.0"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14763
14764[[package]]
14765name = "unicode-ident"
14766version = "1.0.14"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14769
14770[[package]]
14771name = "unicode-linebreak"
14772version = "0.1.5"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14775
14776[[package]]
14777name = "unicode-normalization"
14778version = "0.1.24"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14781dependencies = [
14782 "tinyvec",
14783]
14784
14785[[package]]
14786name = "unicode-properties"
14787version = "0.1.3"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14790
14791[[package]]
14792name = "unicode-script"
14793version = "0.5.7"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14796
14797[[package]]
14798name = "unicode-segmentation"
14799version = "1.12.0"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14802
14803[[package]]
14804name = "unicode-width"
14805version = "0.1.14"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14808
14809[[package]]
14810name = "unicode-xid"
14811version = "0.2.6"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14814
14815[[package]]
14816name = "unicode_categories"
14817version = "0.1.1"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14820
14821[[package]]
14822name = "unindent"
14823version = "0.2.3"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14826
14827[[package]]
14828name = "untrusted"
14829version = "0.9.0"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14832
14833[[package]]
14834name = "url"
14835version = "2.5.4"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14838dependencies = [
14839 "form_urlencoded",
14840 "idna",
14841 "percent-encoding",
14842 "serde",
14843]
14844
14845[[package]]
14846name = "urlencoding"
14847version = "2.1.3"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14850
14851[[package]]
14852name = "usvg"
14853version = "0.44.0"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14856dependencies = [
14857 "base64 0.22.1",
14858 "data-url",
14859 "flate2",
14860 "imagesize",
14861 "kurbo",
14862 "log",
14863 "pico-args",
14864 "roxmltree",
14865 "simplecss",
14866 "siphasher 1.0.1",
14867 "strict-num",
14868 "svgtypes",
14869 "tiny-skia-path",
14870 "xmlwriter",
14871]
14872
14873[[package]]
14874name = "utf-8"
14875version = "0.7.6"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14878
14879[[package]]
14880name = "utf16_iter"
14881version = "1.0.5"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14884
14885[[package]]
14886name = "utf8_iter"
14887version = "1.0.4"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14890
14891[[package]]
14892name = "utf8parse"
14893version = "0.2.2"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14896
14897[[package]]
14898name = "util"
14899version = "0.1.0"
14900dependencies = [
14901 "anyhow",
14902 "async-fs",
14903 "collections",
14904 "dirs 4.0.0",
14905 "dunce",
14906 "futures 0.3.31",
14907 "futures-lite 1.13.0",
14908 "git2",
14909 "globset",
14910 "itertools 0.14.0",
14911 "libc",
14912 "log",
14913 "rand 0.8.5",
14914 "regex",
14915 "rust-embed",
14916 "serde",
14917 "serde_json",
14918 "smol",
14919 "take-until",
14920 "tempfile",
14921 "tendril",
14922 "unicase",
14923 "util_macros",
14924]
14925
14926[[package]]
14927name = "util_macros"
14928version = "0.1.0"
14929dependencies = [
14930 "quote",
14931 "syn 1.0.109",
14932]
14933
14934[[package]]
14935name = "uuid"
14936version = "1.13.2"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14939dependencies = [
14940 "getrandom 0.3.1",
14941 "serde",
14942 "sha1_smol",
14943]
14944
14945[[package]]
14946name = "v_frame"
14947version = "0.3.8"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14950dependencies = [
14951 "aligned-vec",
14952 "num-traits",
14953 "wasm-bindgen",
14954]
14955
14956[[package]]
14957name = "valuable"
14958version = "0.1.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14961
14962[[package]]
14963name = "value-bag"
14964version = "1.10.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14967dependencies = [
14968 "value-bag-serde1",
14969 "value-bag-sval2",
14970]
14971
14972[[package]]
14973name = "value-bag-serde1"
14974version = "1.10.0"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14977dependencies = [
14978 "erased-serde",
14979 "serde",
14980 "serde_fmt",
14981]
14982
14983[[package]]
14984name = "value-bag-sval2"
14985version = "1.10.0"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14988dependencies = [
14989 "sval",
14990 "sval_buffer",
14991 "sval_dynamic",
14992 "sval_fmt",
14993 "sval_json",
14994 "sval_ref",
14995 "sval_serde",
14996]
14997
14998[[package]]
14999name = "vcpkg"
15000version = "0.2.15"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15003
15004[[package]]
15005name = "version-compare"
15006version = "0.2.0"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15009
15010[[package]]
15011name = "version_check"
15012version = "0.9.5"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15015
15016[[package]]
15017name = "vim"
15018version = "0.1.0"
15019dependencies = [
15020 "anyhow",
15021 "assets",
15022 "async-compat",
15023 "async-trait",
15024 "collections",
15025 "command_palette",
15026 "command_palette_hooks",
15027 "editor",
15028 "futures 0.3.31",
15029 "git_ui",
15030 "gpui",
15031 "indoc",
15032 "itertools 0.14.0",
15033 "language",
15034 "libc",
15035 "log",
15036 "lsp",
15037 "multi_buffer",
15038 "nvim-rs",
15039 "parking_lot",
15040 "picker",
15041 "project",
15042 "project_panel",
15043 "regex",
15044 "release_channel",
15045 "schemars",
15046 "search",
15047 "serde",
15048 "serde_derive",
15049 "serde_json",
15050 "settings",
15051 "task",
15052 "theme",
15053 "tokio",
15054 "ui",
15055 "util",
15056 "vim_mode_setting",
15057 "workspace",
15058 "zed_actions",
15059]
15060
15061[[package]]
15062name = "vim_mode_setting"
15063version = "0.1.0"
15064dependencies = [
15065 "anyhow",
15066 "gpui",
15067 "settings",
15068]
15069
15070[[package]]
15071name = "vscode_theme"
15072version = "0.2.0"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15075dependencies = [
15076 "serde",
15077]
15078
15079[[package]]
15080name = "vsimd"
15081version = "0.8.0"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15084
15085[[package]]
15086name = "vswhom"
15087version = "0.1.0"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15090dependencies = [
15091 "libc",
15092 "vswhom-sys",
15093]
15094
15095[[package]]
15096name = "vswhom-sys"
15097version = "0.1.2"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15100dependencies = [
15101 "cc",
15102 "libc",
15103]
15104
15105[[package]]
15106name = "vte"
15107version = "0.15.0"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15110dependencies = [
15111 "arrayvec",
15112 "bitflags 2.8.0",
15113 "cursor-icon",
15114 "log",
15115 "memchr",
15116 "serde",
15117]
15118
15119[[package]]
15120name = "waker-fn"
15121version = "1.2.0"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15124
15125[[package]]
15126name = "walkdir"
15127version = "2.5.0"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15130dependencies = [
15131 "same-file",
15132 "winapi-util",
15133]
15134
15135[[package]]
15136name = "want"
15137version = "0.3.1"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15140dependencies = [
15141 "try-lock",
15142]
15143
15144[[package]]
15145name = "warp"
15146version = "0.3.7"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15149dependencies = [
15150 "bytes 1.10.1",
15151 "futures-channel",
15152 "futures-util",
15153 "headers",
15154 "http 0.2.12",
15155 "hyper 0.14.32",
15156 "log",
15157 "mime",
15158 "mime_guess",
15159 "percent-encoding",
15160 "pin-project",
15161 "scoped-tls",
15162 "serde",
15163 "serde_json",
15164 "serde_urlencoded",
15165 "tokio",
15166 "tokio-tungstenite 0.21.0",
15167 "tokio-util",
15168 "tower-service",
15169 "tracing",
15170]
15171
15172[[package]]
15173name = "wasi"
15174version = "0.9.0+wasi-snapshot-preview1"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15177
15178[[package]]
15179name = "wasi"
15180version = "0.11.0+wasi-snapshot-preview1"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15183
15184[[package]]
15185name = "wasi"
15186version = "0.13.3+wasi-0.2.2"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15189dependencies = [
15190 "wit-bindgen-rt 0.33.0",
15191]
15192
15193[[package]]
15194name = "wasite"
15195version = "0.1.0"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15198
15199[[package]]
15200name = "wasm-bindgen"
15201version = "0.2.99"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15204dependencies = [
15205 "cfg-if",
15206 "once_cell",
15207 "wasm-bindgen-macro",
15208]
15209
15210[[package]]
15211name = "wasm-bindgen-backend"
15212version = "0.2.99"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15215dependencies = [
15216 "bumpalo",
15217 "log",
15218 "proc-macro2",
15219 "quote",
15220 "syn 2.0.90",
15221 "wasm-bindgen-shared",
15222]
15223
15224[[package]]
15225name = "wasm-bindgen-futures"
15226version = "0.4.49"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15229dependencies = [
15230 "cfg-if",
15231 "js-sys",
15232 "once_cell",
15233 "wasm-bindgen",
15234 "web-sys",
15235]
15236
15237[[package]]
15238name = "wasm-bindgen-macro"
15239version = "0.2.99"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15242dependencies = [
15243 "quote",
15244 "wasm-bindgen-macro-support",
15245]
15246
15247[[package]]
15248name = "wasm-bindgen-macro-support"
15249version = "0.2.99"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15252dependencies = [
15253 "proc-macro2",
15254 "quote",
15255 "syn 2.0.90",
15256 "wasm-bindgen-backend",
15257 "wasm-bindgen-shared",
15258]
15259
15260[[package]]
15261name = "wasm-bindgen-shared"
15262version = "0.2.99"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15265
15266[[package]]
15267name = "wasm-encoder"
15268version = "0.201.0"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15271dependencies = [
15272 "leb128",
15273]
15274
15275[[package]]
15276name = "wasm-encoder"
15277version = "0.221.3"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15280dependencies = [
15281 "leb128",
15282 "wasmparser 0.221.3",
15283]
15284
15285[[package]]
15286name = "wasm-metadata"
15287version = "0.201.0"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15290dependencies = [
15291 "anyhow",
15292 "indexmap",
15293 "serde",
15294 "serde_derive",
15295 "serde_json",
15296 "spdx",
15297 "wasm-encoder 0.201.0",
15298 "wasmparser 0.201.0",
15299]
15300
15301[[package]]
15302name = "wasm-metadata"
15303version = "0.221.3"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15306dependencies = [
15307 "anyhow",
15308 "indexmap",
15309 "serde",
15310 "serde_derive",
15311 "serde_json",
15312 "spdx",
15313 "wasm-encoder 0.221.3",
15314 "wasmparser 0.221.3",
15315]
15316
15317[[package]]
15318name = "wasm-streams"
15319version = "0.4.2"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15322dependencies = [
15323 "futures-util",
15324 "js-sys",
15325 "wasm-bindgen",
15326 "wasm-bindgen-futures",
15327 "web-sys",
15328]
15329
15330[[package]]
15331name = "wasmparser"
15332version = "0.201.0"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15335dependencies = [
15336 "bitflags 2.8.0",
15337 "indexmap",
15338 "semver",
15339]
15340
15341[[package]]
15342name = "wasmparser"
15343version = "0.221.3"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15346dependencies = [
15347 "bitflags 2.8.0",
15348 "hashbrown 0.15.2",
15349 "indexmap",
15350 "semver",
15351 "serde",
15352]
15353
15354[[package]]
15355name = "wasmprinter"
15356version = "0.221.3"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15359dependencies = [
15360 "anyhow",
15361 "termcolor",
15362 "wasmparser 0.221.3",
15363]
15364
15365[[package]]
15366name = "wasmtime"
15367version = "29.0.1"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15370dependencies = [
15371 "anyhow",
15372 "async-trait",
15373 "bitflags 2.8.0",
15374 "bumpalo",
15375 "cc",
15376 "cfg-if",
15377 "encoding_rs",
15378 "hashbrown 0.14.5",
15379 "indexmap",
15380 "libc",
15381 "log",
15382 "mach2",
15383 "memfd",
15384 "object",
15385 "once_cell",
15386 "paste",
15387 "postcard",
15388 "psm",
15389 "pulley-interpreter",
15390 "rustix",
15391 "semver",
15392 "serde",
15393 "serde_derive",
15394 "smallvec",
15395 "sptr",
15396 "target-lexicon 0.13.2",
15397 "trait-variant",
15398 "wasmparser 0.221.3",
15399 "wasmtime-asm-macros",
15400 "wasmtime-component-macro",
15401 "wasmtime-component-util",
15402 "wasmtime-cranelift",
15403 "wasmtime-environ",
15404 "wasmtime-fiber",
15405 "wasmtime-jit-icache-coherence",
15406 "wasmtime-math",
15407 "wasmtime-slab",
15408 "wasmtime-versioned-export-macros",
15409 "wasmtime-winch",
15410 "windows-sys 0.59.0",
15411]
15412
15413[[package]]
15414name = "wasmtime-asm-macros"
15415version = "29.0.1"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15418dependencies = [
15419 "cfg-if",
15420]
15421
15422[[package]]
15423name = "wasmtime-c-api-impl"
15424version = "29.0.1"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15427dependencies = [
15428 "anyhow",
15429 "log",
15430 "tracing",
15431 "wasmtime",
15432 "wasmtime-c-api-macros",
15433]
15434
15435[[package]]
15436name = "wasmtime-c-api-macros"
15437version = "29.0.1"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15440dependencies = [
15441 "proc-macro2",
15442 "quote",
15443]
15444
15445[[package]]
15446name = "wasmtime-component-macro"
15447version = "29.0.1"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15450dependencies = [
15451 "anyhow",
15452 "proc-macro2",
15453 "quote",
15454 "syn 2.0.90",
15455 "wasmtime-component-util",
15456 "wasmtime-wit-bindgen",
15457 "wit-parser 0.221.3",
15458]
15459
15460[[package]]
15461name = "wasmtime-component-util"
15462version = "29.0.1"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15465
15466[[package]]
15467name = "wasmtime-cranelift"
15468version = "29.0.1"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15471dependencies = [
15472 "anyhow",
15473 "cfg-if",
15474 "cranelift-codegen",
15475 "cranelift-control",
15476 "cranelift-entity",
15477 "cranelift-frontend",
15478 "cranelift-native",
15479 "gimli",
15480 "itertools 0.12.1",
15481 "log",
15482 "object",
15483 "smallvec",
15484 "target-lexicon 0.13.2",
15485 "thiserror 1.0.69",
15486 "wasmparser 0.221.3",
15487 "wasmtime-environ",
15488 "wasmtime-versioned-export-macros",
15489]
15490
15491[[package]]
15492name = "wasmtime-environ"
15493version = "29.0.1"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15496dependencies = [
15497 "anyhow",
15498 "cpp_demangle",
15499 "cranelift-bitset",
15500 "cranelift-entity",
15501 "gimli",
15502 "indexmap",
15503 "log",
15504 "object",
15505 "postcard",
15506 "rustc-demangle",
15507 "semver",
15508 "serde",
15509 "serde_derive",
15510 "smallvec",
15511 "target-lexicon 0.13.2",
15512 "wasm-encoder 0.221.3",
15513 "wasmparser 0.221.3",
15514 "wasmprinter",
15515 "wasmtime-component-util",
15516]
15517
15518[[package]]
15519name = "wasmtime-fiber"
15520version = "29.0.1"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15523dependencies = [
15524 "anyhow",
15525 "cc",
15526 "cfg-if",
15527 "rustix",
15528 "wasmtime-asm-macros",
15529 "wasmtime-versioned-export-macros",
15530 "windows-sys 0.59.0",
15531]
15532
15533[[package]]
15534name = "wasmtime-jit-icache-coherence"
15535version = "29.0.1"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15538dependencies = [
15539 "anyhow",
15540 "cfg-if",
15541 "libc",
15542 "windows-sys 0.59.0",
15543]
15544
15545[[package]]
15546name = "wasmtime-math"
15547version = "29.0.1"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15550dependencies = [
15551 "libm",
15552]
15553
15554[[package]]
15555name = "wasmtime-slab"
15556version = "29.0.1"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15559
15560[[package]]
15561name = "wasmtime-versioned-export-macros"
15562version = "29.0.1"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15565dependencies = [
15566 "proc-macro2",
15567 "quote",
15568 "syn 2.0.90",
15569]
15570
15571[[package]]
15572name = "wasmtime-wasi"
15573version = "29.0.1"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15576dependencies = [
15577 "anyhow",
15578 "async-trait",
15579 "bitflags 2.8.0",
15580 "bytes 1.10.1",
15581 "cap-fs-ext",
15582 "cap-net-ext",
15583 "cap-rand",
15584 "cap-std",
15585 "cap-time-ext",
15586 "fs-set-times",
15587 "futures 0.3.31",
15588 "io-extras",
15589 "io-lifetimes",
15590 "rustix",
15591 "system-interface",
15592 "thiserror 1.0.69",
15593 "tokio",
15594 "tracing",
15595 "trait-variant",
15596 "url",
15597 "wasmtime",
15598 "wiggle",
15599 "windows-sys 0.59.0",
15600]
15601
15602[[package]]
15603name = "wasmtime-winch"
15604version = "29.0.1"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15607dependencies = [
15608 "anyhow",
15609 "cranelift-codegen",
15610 "gimli",
15611 "object",
15612 "target-lexicon 0.13.2",
15613 "wasmparser 0.221.3",
15614 "wasmtime-cranelift",
15615 "wasmtime-environ",
15616 "winch-codegen",
15617]
15618
15619[[package]]
15620name = "wasmtime-wit-bindgen"
15621version = "29.0.1"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15624dependencies = [
15625 "anyhow",
15626 "heck 0.5.0",
15627 "indexmap",
15628 "wit-parser 0.221.3",
15629]
15630
15631[[package]]
15632name = "wast"
15633version = "35.0.2"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15636dependencies = [
15637 "leb128",
15638]
15639
15640[[package]]
15641name = "wayland-backend"
15642version = "0.3.8"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15645dependencies = [
15646 "cc",
15647 "downcast-rs",
15648 "rustix",
15649 "scoped-tls",
15650 "smallvec",
15651 "wayland-sys",
15652]
15653
15654[[package]]
15655name = "wayland-client"
15656version = "0.31.8"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15659dependencies = [
15660 "bitflags 2.8.0",
15661 "rustix",
15662 "wayland-backend",
15663 "wayland-scanner",
15664]
15665
15666[[package]]
15667name = "wayland-cursor"
15668version = "0.31.8"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15671dependencies = [
15672 "rustix",
15673 "wayland-client",
15674 "xcursor",
15675]
15676
15677[[package]]
15678name = "wayland-protocols"
15679version = "0.31.2"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15682dependencies = [
15683 "bitflags 2.8.0",
15684 "wayland-backend",
15685 "wayland-client",
15686 "wayland-scanner",
15687]
15688
15689[[package]]
15690name = "wayland-protocols-plasma"
15691version = "0.2.0"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15694dependencies = [
15695 "bitflags 2.8.0",
15696 "wayland-backend",
15697 "wayland-client",
15698 "wayland-protocols",
15699 "wayland-scanner",
15700]
15701
15702[[package]]
15703name = "wayland-scanner"
15704version = "0.31.6"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15707dependencies = [
15708 "proc-macro2",
15709 "quick-xml 0.37.2",
15710 "quote",
15711]
15712
15713[[package]]
15714name = "wayland-sys"
15715version = "0.31.6"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15718dependencies = [
15719 "dlib",
15720 "log",
15721 "once_cell",
15722 "pkg-config",
15723]
15724
15725[[package]]
15726name = "web-sys"
15727version = "0.3.76"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15730dependencies = [
15731 "js-sys",
15732 "wasm-bindgen",
15733]
15734
15735[[package]]
15736name = "web-time"
15737version = "1.1.0"
15738source = "registry+https://github.com/rust-lang/crates.io-index"
15739checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15740dependencies = [
15741 "js-sys",
15742 "wasm-bindgen",
15743]
15744
15745[[package]]
15746name = "webpki-root-certs"
15747version = "0.26.8"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15750dependencies = [
15751 "rustls-pki-types",
15752]
15753
15754[[package]]
15755name = "webpki-roots"
15756version = "0.26.7"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15759dependencies = [
15760 "rustls-pki-types",
15761]
15762
15763[[package]]
15764name = "webrtc-sys"
15765version = "0.3.5"
15766source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15767dependencies = [
15768 "cc",
15769 "cxx",
15770 "cxx-build",
15771 "glob",
15772 "log",
15773 "webrtc-sys-build",
15774]
15775
15776[[package]]
15777name = "webrtc-sys-build"
15778version = "0.3.5"
15779source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15780dependencies = [
15781 "fs2",
15782 "regex",
15783 "reqwest 0.11.27",
15784 "scratch",
15785 "semver",
15786 "zip",
15787]
15788
15789[[package]]
15790name = "weezl"
15791version = "0.1.8"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15794
15795[[package]]
15796name = "welcome"
15797version = "0.1.0"
15798dependencies = [
15799 "anyhow",
15800 "client",
15801 "db",
15802 "editor",
15803 "fuzzy",
15804 "gpui",
15805 "install_cli",
15806 "language",
15807 "picker",
15808 "project",
15809 "schemars",
15810 "serde",
15811 "settings",
15812 "telemetry",
15813 "ui",
15814 "util",
15815 "vim_mode_setting",
15816 "workspace",
15817 "zed_actions",
15818]
15819
15820[[package]]
15821name = "which"
15822version = "4.4.2"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15825dependencies = [
15826 "either",
15827 "home",
15828 "once_cell",
15829 "rustix",
15830]
15831
15832[[package]]
15833name = "which"
15834version = "6.0.3"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15837dependencies = [
15838 "either",
15839 "home",
15840 "rustix",
15841 "winsafe",
15842]
15843
15844[[package]]
15845name = "which"
15846version = "7.0.2"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15849dependencies = [
15850 "either",
15851 "env_home",
15852 "rustix",
15853 "winsafe",
15854]
15855
15856[[package]]
15857name = "whoami"
15858version = "1.5.2"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15861dependencies = [
15862 "redox_syscall 0.5.8",
15863 "wasite",
15864]
15865
15866[[package]]
15867name = "wiggle"
15868version = "29.0.1"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15871dependencies = [
15872 "anyhow",
15873 "async-trait",
15874 "bitflags 2.8.0",
15875 "thiserror 1.0.69",
15876 "tracing",
15877 "wasmtime",
15878 "wiggle-macro",
15879]
15880
15881[[package]]
15882name = "wiggle-generate"
15883version = "29.0.1"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15886dependencies = [
15887 "anyhow",
15888 "heck 0.5.0",
15889 "proc-macro2",
15890 "quote",
15891 "shellexpand 2.1.2",
15892 "syn 2.0.90",
15893 "witx",
15894]
15895
15896[[package]]
15897name = "wiggle-macro"
15898version = "29.0.1"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15901dependencies = [
15902 "proc-macro2",
15903 "quote",
15904 "syn 2.0.90",
15905 "wiggle-generate",
15906]
15907
15908[[package]]
15909name = "winapi"
15910version = "0.3.9"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15913dependencies = [
15914 "winapi-i686-pc-windows-gnu",
15915 "winapi-x86_64-pc-windows-gnu",
15916]
15917
15918[[package]]
15919name = "winapi-i686-pc-windows-gnu"
15920version = "0.4.0"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15923
15924[[package]]
15925name = "winapi-util"
15926version = "0.1.9"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15929dependencies = [
15930 "windows-sys 0.48.0",
15931]
15932
15933[[package]]
15934name = "winapi-x86_64-pc-windows-gnu"
15935version = "0.4.0"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15938
15939[[package]]
15940name = "winch-codegen"
15941version = "29.0.1"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15944dependencies = [
15945 "anyhow",
15946 "cranelift-codegen",
15947 "gimli",
15948 "regalloc2",
15949 "smallvec",
15950 "target-lexicon 0.13.2",
15951 "thiserror 1.0.69",
15952 "wasmparser 0.221.3",
15953 "wasmtime-cranelift",
15954 "wasmtime-environ",
15955]
15956
15957[[package]]
15958name = "windows"
15959version = "0.54.0"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15962dependencies = [
15963 "windows-core 0.54.0",
15964 "windows-targets 0.52.6",
15965]
15966
15967[[package]]
15968name = "windows"
15969version = "0.57.0"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15972dependencies = [
15973 "windows-core 0.57.0",
15974 "windows-targets 0.52.6",
15975]
15976
15977[[package]]
15978name = "windows"
15979version = "0.58.0"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15982dependencies = [
15983 "windows-core 0.58.0",
15984 "windows-targets 0.52.6",
15985]
15986
15987[[package]]
15988name = "windows"
15989version = "0.60.0"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
15992dependencies = [
15993 "windows-collections",
15994 "windows-core 0.60.1",
15995 "windows-future",
15996 "windows-link",
15997 "windows-numerics",
15998]
15999
16000[[package]]
16001name = "windows-collections"
16002version = "0.1.1"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16005dependencies = [
16006 "windows-core 0.60.1",
16007]
16008
16009[[package]]
16010name = "windows-core"
16011version = "0.52.0"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16014dependencies = [
16015 "windows-targets 0.52.6",
16016]
16017
16018[[package]]
16019name = "windows-core"
16020version = "0.54.0"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16023dependencies = [
16024 "windows-result 0.1.2",
16025 "windows-targets 0.52.6",
16026]
16027
16028[[package]]
16029name = "windows-core"
16030version = "0.57.0"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16033dependencies = [
16034 "windows-implement 0.57.0",
16035 "windows-interface 0.57.0",
16036 "windows-result 0.1.2",
16037 "windows-targets 0.52.6",
16038]
16039
16040[[package]]
16041name = "windows-core"
16042version = "0.58.0"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16045dependencies = [
16046 "windows-implement 0.58.0",
16047 "windows-interface 0.58.0",
16048 "windows-result 0.2.0",
16049 "windows-strings 0.1.0",
16050 "windows-targets 0.52.6",
16051]
16052
16053[[package]]
16054name = "windows-core"
16055version = "0.60.1"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16058dependencies = [
16059 "windows-implement 0.59.0",
16060 "windows-interface 0.59.0",
16061 "windows-link",
16062 "windows-result 0.3.1",
16063 "windows-strings 0.3.1",
16064]
16065
16066[[package]]
16067name = "windows-future"
16068version = "0.1.1"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16071dependencies = [
16072 "windows-core 0.60.1",
16073 "windows-link",
16074]
16075
16076[[package]]
16077name = "windows-implement"
16078version = "0.57.0"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16081dependencies = [
16082 "proc-macro2",
16083 "quote",
16084 "syn 2.0.90",
16085]
16086
16087[[package]]
16088name = "windows-implement"
16089version = "0.58.0"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16092dependencies = [
16093 "proc-macro2",
16094 "quote",
16095 "syn 2.0.90",
16096]
16097
16098[[package]]
16099name = "windows-implement"
16100version = "0.59.0"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16103dependencies = [
16104 "proc-macro2",
16105 "quote",
16106 "syn 2.0.90",
16107]
16108
16109[[package]]
16110name = "windows-interface"
16111version = "0.57.0"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16114dependencies = [
16115 "proc-macro2",
16116 "quote",
16117 "syn 2.0.90",
16118]
16119
16120[[package]]
16121name = "windows-interface"
16122version = "0.58.0"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16125dependencies = [
16126 "proc-macro2",
16127 "quote",
16128 "syn 2.0.90",
16129]
16130
16131[[package]]
16132name = "windows-interface"
16133version = "0.59.0"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16136dependencies = [
16137 "proc-macro2",
16138 "quote",
16139 "syn 2.0.90",
16140]
16141
16142[[package]]
16143name = "windows-link"
16144version = "0.1.0"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16147
16148[[package]]
16149name = "windows-numerics"
16150version = "0.1.1"
16151source = "registry+https://github.com/rust-lang/crates.io-index"
16152checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16153dependencies = [
16154 "windows-core 0.60.1",
16155 "windows-link",
16156]
16157
16158[[package]]
16159name = "windows-registry"
16160version = "0.2.0"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16163dependencies = [
16164 "windows-result 0.2.0",
16165 "windows-strings 0.1.0",
16166 "windows-targets 0.52.6",
16167]
16168
16169[[package]]
16170name = "windows-result"
16171version = "0.1.2"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16174dependencies = [
16175 "windows-targets 0.52.6",
16176]
16177
16178[[package]]
16179name = "windows-result"
16180version = "0.2.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16183dependencies = [
16184 "windows-targets 0.52.6",
16185]
16186
16187[[package]]
16188name = "windows-result"
16189version = "0.3.1"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16192dependencies = [
16193 "windows-link",
16194]
16195
16196[[package]]
16197name = "windows-strings"
16198version = "0.1.0"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16201dependencies = [
16202 "windows-result 0.2.0",
16203 "windows-targets 0.52.6",
16204]
16205
16206[[package]]
16207name = "windows-strings"
16208version = "0.3.1"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16211dependencies = [
16212 "windows-link",
16213]
16214
16215[[package]]
16216name = "windows-sys"
16217version = "0.45.0"
16218source = "registry+https://github.com/rust-lang/crates.io-index"
16219checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16220dependencies = [
16221 "windows-targets 0.42.2",
16222]
16223
16224[[package]]
16225name = "windows-sys"
16226version = "0.48.0"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16229dependencies = [
16230 "windows-targets 0.48.5",
16231]
16232
16233[[package]]
16234name = "windows-sys"
16235version = "0.52.0"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16238dependencies = [
16239 "windows-targets 0.52.6",
16240]
16241
16242[[package]]
16243name = "windows-sys"
16244version = "0.59.0"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16247dependencies = [
16248 "windows-targets 0.52.6",
16249]
16250
16251[[package]]
16252name = "windows-targets"
16253version = "0.42.2"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16256dependencies = [
16257 "windows_aarch64_gnullvm 0.42.2",
16258 "windows_aarch64_msvc 0.42.2",
16259 "windows_i686_gnu 0.42.2",
16260 "windows_i686_msvc 0.42.2",
16261 "windows_x86_64_gnu 0.42.2",
16262 "windows_x86_64_gnullvm 0.42.2",
16263 "windows_x86_64_msvc 0.42.2",
16264]
16265
16266[[package]]
16267name = "windows-targets"
16268version = "0.48.5"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16271dependencies = [
16272 "windows_aarch64_gnullvm 0.48.5",
16273 "windows_aarch64_msvc 0.48.5",
16274 "windows_i686_gnu 0.48.5",
16275 "windows_i686_msvc 0.48.5",
16276 "windows_x86_64_gnu 0.48.5",
16277 "windows_x86_64_gnullvm 0.48.5",
16278 "windows_x86_64_msvc 0.48.5",
16279]
16280
16281[[package]]
16282name = "windows-targets"
16283version = "0.52.6"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16286dependencies = [
16287 "windows_aarch64_gnullvm 0.52.6",
16288 "windows_aarch64_msvc 0.52.6",
16289 "windows_i686_gnu 0.52.6",
16290 "windows_i686_gnullvm",
16291 "windows_i686_msvc 0.52.6",
16292 "windows_x86_64_gnu 0.52.6",
16293 "windows_x86_64_gnullvm 0.52.6",
16294 "windows_x86_64_msvc 0.52.6",
16295]
16296
16297[[package]]
16298name = "windows_aarch64_gnullvm"
16299version = "0.42.2"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16302
16303[[package]]
16304name = "windows_aarch64_gnullvm"
16305version = "0.48.5"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16308
16309[[package]]
16310name = "windows_aarch64_gnullvm"
16311version = "0.52.6"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16314
16315[[package]]
16316name = "windows_aarch64_msvc"
16317version = "0.42.2"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16320
16321[[package]]
16322name = "windows_aarch64_msvc"
16323version = "0.48.5"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16326
16327[[package]]
16328name = "windows_aarch64_msvc"
16329version = "0.52.6"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16332
16333[[package]]
16334name = "windows_i686_gnu"
16335version = "0.42.2"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16338
16339[[package]]
16340name = "windows_i686_gnu"
16341version = "0.48.5"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16344
16345[[package]]
16346name = "windows_i686_gnu"
16347version = "0.52.6"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16350
16351[[package]]
16352name = "windows_i686_gnullvm"
16353version = "0.52.6"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16356
16357[[package]]
16358name = "windows_i686_msvc"
16359version = "0.42.2"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16362
16363[[package]]
16364name = "windows_i686_msvc"
16365version = "0.48.5"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16368
16369[[package]]
16370name = "windows_i686_msvc"
16371version = "0.52.6"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16374
16375[[package]]
16376name = "windows_x86_64_gnu"
16377version = "0.42.2"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16380
16381[[package]]
16382name = "windows_x86_64_gnu"
16383version = "0.48.5"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16386
16387[[package]]
16388name = "windows_x86_64_gnu"
16389version = "0.52.6"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16392
16393[[package]]
16394name = "windows_x86_64_gnullvm"
16395version = "0.42.2"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16398
16399[[package]]
16400name = "windows_x86_64_gnullvm"
16401version = "0.48.5"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16404
16405[[package]]
16406name = "windows_x86_64_gnullvm"
16407version = "0.52.6"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16410
16411[[package]]
16412name = "windows_x86_64_msvc"
16413version = "0.42.2"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16416
16417[[package]]
16418name = "windows_x86_64_msvc"
16419version = "0.48.5"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16422
16423[[package]]
16424name = "windows_x86_64_msvc"
16425version = "0.52.6"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16428
16429[[package]]
16430name = "winnow"
16431version = "0.6.20"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16434dependencies = [
16435 "memchr",
16436]
16437
16438[[package]]
16439name = "winnow"
16440version = "0.7.1"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16443dependencies = [
16444 "memchr",
16445]
16446
16447[[package]]
16448name = "winreg"
16449version = "0.50.0"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16452dependencies = [
16453 "cfg-if",
16454 "windows-sys 0.48.0",
16455]
16456
16457[[package]]
16458name = "winreg"
16459version = "0.52.0"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16462dependencies = [
16463 "cfg-if",
16464 "windows-sys 0.48.0",
16465]
16466
16467[[package]]
16468name = "winresource"
16469version = "0.1.19"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16472dependencies = [
16473 "toml 0.8.20",
16474 "version_check",
16475]
16476
16477[[package]]
16478name = "winsafe"
16479version = "0.0.19"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16482
16483[[package]]
16484name = "winx"
16485version = "0.36.4"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16488dependencies = [
16489 "bitflags 2.8.0",
16490 "windows-sys 0.59.0",
16491]
16492
16493[[package]]
16494name = "wio"
16495version = "0.2.2"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16498dependencies = [
16499 "winapi",
16500]
16501
16502[[package]]
16503name = "wit-bindgen"
16504version = "0.22.0"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16507dependencies = [
16508 "bitflags 2.8.0",
16509 "wit-bindgen-rt 0.22.0",
16510 "wit-bindgen-rust-macro",
16511]
16512
16513[[package]]
16514name = "wit-bindgen-core"
16515version = "0.22.0"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16518dependencies = [
16519 "anyhow",
16520 "wit-parser 0.201.0",
16521]
16522
16523[[package]]
16524name = "wit-bindgen-rt"
16525version = "0.22.0"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16528
16529[[package]]
16530name = "wit-bindgen-rt"
16531version = "0.33.0"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16534dependencies = [
16535 "bitflags 2.8.0",
16536]
16537
16538[[package]]
16539name = "wit-bindgen-rust"
16540version = "0.22.0"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16543dependencies = [
16544 "anyhow",
16545 "heck 0.4.1",
16546 "indexmap",
16547 "wasm-metadata 0.201.0",
16548 "wit-bindgen-core",
16549 "wit-component 0.201.0",
16550]
16551
16552[[package]]
16553name = "wit-bindgen-rust-macro"
16554version = "0.22.0"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16557dependencies = [
16558 "anyhow",
16559 "proc-macro2",
16560 "quote",
16561 "syn 2.0.90",
16562 "wit-bindgen-core",
16563 "wit-bindgen-rust",
16564]
16565
16566[[package]]
16567name = "wit-component"
16568version = "0.201.0"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16571dependencies = [
16572 "anyhow",
16573 "bitflags 2.8.0",
16574 "indexmap",
16575 "log",
16576 "serde",
16577 "serde_derive",
16578 "serde_json",
16579 "wasm-encoder 0.201.0",
16580 "wasm-metadata 0.201.0",
16581 "wasmparser 0.201.0",
16582 "wit-parser 0.201.0",
16583]
16584
16585[[package]]
16586name = "wit-component"
16587version = "0.221.3"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16590dependencies = [
16591 "anyhow",
16592 "bitflags 2.8.0",
16593 "indexmap",
16594 "log",
16595 "serde",
16596 "serde_derive",
16597 "serde_json",
16598 "wasm-encoder 0.221.3",
16599 "wasm-metadata 0.221.3",
16600 "wasmparser 0.221.3",
16601 "wit-parser 0.221.3",
16602]
16603
16604[[package]]
16605name = "wit-parser"
16606version = "0.201.0"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16609dependencies = [
16610 "anyhow",
16611 "id-arena",
16612 "indexmap",
16613 "log",
16614 "semver",
16615 "serde",
16616 "serde_derive",
16617 "serde_json",
16618 "unicode-xid",
16619 "wasmparser 0.201.0",
16620]
16621
16622[[package]]
16623name = "wit-parser"
16624version = "0.221.3"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16627dependencies = [
16628 "anyhow",
16629 "id-arena",
16630 "indexmap",
16631 "log",
16632 "semver",
16633 "serde",
16634 "serde_derive",
16635 "serde_json",
16636 "unicode-xid",
16637 "wasmparser 0.221.3",
16638]
16639
16640[[package]]
16641name = "witx"
16642version = "0.9.1"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16645dependencies = [
16646 "anyhow",
16647 "log",
16648 "thiserror 1.0.69",
16649 "wast",
16650]
16651
16652[[package]]
16653name = "workspace"
16654version = "0.1.0"
16655dependencies = [
16656 "any_vec",
16657 "anyhow",
16658 "async-recursion 1.1.1",
16659 "bincode",
16660 "call",
16661 "client",
16662 "clock",
16663 "collections",
16664 "component",
16665 "db",
16666 "derive_more",
16667 "env_logger 0.11.6",
16668 "fs",
16669 "futures 0.3.31",
16670 "gpui",
16671 "http_client",
16672 "itertools 0.14.0",
16673 "language",
16674 "log",
16675 "node_runtime",
16676 "parking_lot",
16677 "postage",
16678 "project",
16679 "remote",
16680 "schemars",
16681 "serde",
16682 "serde_json",
16683 "session",
16684 "settings",
16685 "smallvec",
16686 "sqlez",
16687 "strum",
16688 "task",
16689 "telemetry",
16690 "tempfile",
16691 "theme",
16692 "ui",
16693 "util",
16694 "uuid",
16695 "zed_actions",
16696]
16697
16698[[package]]
16699name = "worktree"
16700version = "0.1.0"
16701dependencies = [
16702 "anyhow",
16703 "clock",
16704 "collections",
16705 "env_logger 0.11.6",
16706 "fs",
16707 "futures 0.3.31",
16708 "fuzzy",
16709 "git",
16710 "git2",
16711 "git_hosting_providers",
16712 "gpui",
16713 "http_client",
16714 "ignore",
16715 "language",
16716 "log",
16717 "parking_lot",
16718 "paths",
16719 "postage",
16720 "pretty_assertions",
16721 "rand 0.8.5",
16722 "rpc",
16723 "schemars",
16724 "serde",
16725 "serde_json",
16726 "settings",
16727 "smallvec",
16728 "smol",
16729 "sum_tree",
16730 "text",
16731 "util",
16732]
16733
16734[[package]]
16735name = "write16"
16736version = "1.0.0"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16739
16740[[package]]
16741name = "writeable"
16742version = "0.5.5"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16745
16746[[package]]
16747name = "wyz"
16748version = "0.5.1"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16751dependencies = [
16752 "tap",
16753]
16754
16755[[package]]
16756name = "x11-clipboard"
16757version = "0.9.3"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16760dependencies = [
16761 "libc",
16762 "x11rb",
16763]
16764
16765[[package]]
16766name = "x11rb"
16767version = "0.13.1"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16770dependencies = [
16771 "as-raw-xcb-connection",
16772 "gethostname",
16773 "libc",
16774 "rustix",
16775 "x11rb-protocol",
16776]
16777
16778[[package]]
16779name = "x11rb-protocol"
16780version = "0.13.1"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16783
16784[[package]]
16785name = "xattr"
16786version = "0.2.3"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16789dependencies = [
16790 "libc",
16791]
16792
16793[[package]]
16794name = "xcursor"
16795version = "0.3.8"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16798
16799[[package]]
16800name = "xdg-home"
16801version = "1.3.0"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16804dependencies = [
16805 "libc",
16806 "windows-sys 0.59.0",
16807]
16808
16809[[package]]
16810name = "xim"
16811version = "0.4.0"
16812source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16813dependencies = [
16814 "ahash 0.8.11",
16815 "hashbrown 0.14.5",
16816 "log",
16817 "x11rb",
16818 "xim-ctext",
16819 "xim-parser",
16820]
16821
16822[[package]]
16823name = "xim-ctext"
16824version = "0.3.0"
16825source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16826dependencies = [
16827 "encoding_rs",
16828]
16829
16830[[package]]
16831name = "xim-parser"
16832version = "0.2.1"
16833source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16834dependencies = [
16835 "bitflags 2.8.0",
16836]
16837
16838[[package]]
16839name = "xkbcommon"
16840version = "0.7.0"
16841source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16842dependencies = [
16843 "as-raw-xcb-connection",
16844 "libc",
16845 "memmap2",
16846 "xkeysym",
16847]
16848
16849[[package]]
16850name = "xkeysym"
16851version = "0.2.1"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16854
16855[[package]]
16856name = "xml5ever"
16857version = "0.18.1"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16860dependencies = [
16861 "log",
16862 "mac",
16863 "markup5ever",
16864]
16865
16866[[package]]
16867name = "xmlparser"
16868version = "0.13.6"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16871
16872[[package]]
16873name = "xmlwriter"
16874version = "0.1.0"
16875source = "registry+https://github.com/rust-lang/crates.io-index"
16876checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16877
16878[[package]]
16879name = "xtask"
16880version = "0.1.0"
16881dependencies = [
16882 "anyhow",
16883 "cargo_metadata",
16884 "cargo_toml",
16885 "clap",
16886]
16887
16888[[package]]
16889name = "yaml-rust2"
16890version = "0.8.1"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16893dependencies = [
16894 "arraydeque",
16895 "encoding_rs",
16896 "hashlink 0.8.4",
16897]
16898
16899[[package]]
16900name = "yansi"
16901version = "1.0.1"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16904
16905[[package]]
16906name = "yazi"
16907version = "0.1.6"
16908source = "registry+https://github.com/rust-lang/crates.io-index"
16909checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16910
16911[[package]]
16912name = "yeslogic-fontconfig-sys"
16913version = "6.0.0"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16916dependencies = [
16917 "dlib",
16918 "once_cell",
16919 "pkg-config",
16920]
16921
16922[[package]]
16923name = "yoke"
16924version = "0.7.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16927dependencies = [
16928 "serde",
16929 "stable_deref_trait",
16930 "yoke-derive",
16931 "zerofrom",
16932]
16933
16934[[package]]
16935name = "yoke-derive"
16936version = "0.7.5"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16939dependencies = [
16940 "proc-macro2",
16941 "quote",
16942 "syn 2.0.90",
16943 "synstructure",
16944]
16945
16946[[package]]
16947name = "zbus"
16948version = "5.5.0"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
16951dependencies = [
16952 "async-broadcast",
16953 "async-executor",
16954 "async-fs",
16955 "async-io",
16956 "async-lock",
16957 "async-process",
16958 "async-recursion 1.1.1",
16959 "async-task",
16960 "async-trait",
16961 "blocking",
16962 "enumflags2",
16963 "event-listener 5.3.1",
16964 "futures-core",
16965 "futures-lite 2.6.0",
16966 "hex",
16967 "nix",
16968 "ordered-stream",
16969 "serde",
16970 "serde_repr",
16971 "static_assertions",
16972 "tracing",
16973 "uds_windows",
16974 "windows-sys 0.59.0",
16975 "winnow 0.7.1",
16976 "xdg-home",
16977 "zbus_macros",
16978 "zbus_names",
16979 "zvariant",
16980]
16981
16982[[package]]
16983name = "zbus_macros"
16984version = "5.5.0"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
16987dependencies = [
16988 "proc-macro-crate",
16989 "proc-macro2",
16990 "quote",
16991 "syn 2.0.90",
16992 "zbus_names",
16993 "zvariant",
16994 "zvariant_utils",
16995]
16996
16997[[package]]
16998name = "zbus_names"
16999version = "4.1.0"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17002dependencies = [
17003 "serde",
17004 "static_assertions",
17005 "winnow 0.6.20",
17006 "zvariant",
17007]
17008
17009[[package]]
17010name = "zed"
17011version = "0.179.0"
17012dependencies = [
17013 "activity_indicator",
17014 "anyhow",
17015 "ashpd",
17016 "assets",
17017 "assistant",
17018 "assistant2",
17019 "assistant_context_editor",
17020 "assistant_settings",
17021 "assistant_tools",
17022 "async-watch",
17023 "audio",
17024 "auto_update",
17025 "auto_update_ui",
17026 "backtrace",
17027 "breadcrumbs",
17028 "call",
17029 "channel",
17030 "chrono",
17031 "clap",
17032 "cli",
17033 "client",
17034 "collab_ui",
17035 "collections",
17036 "command_palette",
17037 "command_palette_hooks",
17038 "component_preview",
17039 "copilot",
17040 "db",
17041 "diagnostics",
17042 "editor",
17043 "env_logger 0.11.6",
17044 "extension",
17045 "extension_host",
17046 "extensions_ui",
17047 "feature_flags",
17048 "feedback",
17049 "file_finder",
17050 "fs",
17051 "futures 0.3.31",
17052 "git",
17053 "git_hosting_providers",
17054 "git_ui",
17055 "go_to_line",
17056 "gpui",
17057 "gpui_tokio",
17058 "http_client",
17059 "image_viewer",
17060 "inline_completion_button",
17061 "install_cli",
17062 "journal",
17063 "language",
17064 "language_extension",
17065 "language_model",
17066 "language_models",
17067 "language_selector",
17068 "language_tools",
17069 "languages",
17070 "libc",
17071 "log",
17072 "markdown",
17073 "markdown_preview",
17074 "menu",
17075 "migrator",
17076 "mimalloc",
17077 "nix",
17078 "node_runtime",
17079 "notifications",
17080 "outline",
17081 "outline_panel",
17082 "parking_lot",
17083 "paths",
17084 "picker",
17085 "profiling",
17086 "project",
17087 "project_panel",
17088 "project_symbols",
17089 "prompt_store",
17090 "proto",
17091 "recent_projects",
17092 "release_channel",
17093 "remote",
17094 "repl",
17095 "reqwest_client",
17096 "rope",
17097 "search",
17098 "serde",
17099 "serde_json",
17100 "session",
17101 "settings",
17102 "settings_ui",
17103 "shellexpand 2.1.2",
17104 "simplelog",
17105 "smol",
17106 "snippet_provider",
17107 "snippets_ui",
17108 "supermaven",
17109 "sysinfo",
17110 "tab_switcher",
17111 "task",
17112 "tasks_ui",
17113 "telemetry",
17114 "telemetry_events",
17115 "terminal_view",
17116 "theme",
17117 "theme_extension",
17118 "theme_selector",
17119 "time",
17120 "toolchain_selector",
17121 "tree-sitter-md",
17122 "tree-sitter-rust",
17123 "ui",
17124 "url",
17125 "urlencoding",
17126 "util",
17127 "uuid",
17128 "vim",
17129 "vim_mode_setting",
17130 "welcome",
17131 "windows 0.60.0",
17132 "winresource",
17133 "workspace",
17134 "zed_actions",
17135 "zeta",
17136]
17137
17138[[package]]
17139name = "zed_actions"
17140version = "0.1.0"
17141dependencies = [
17142 "gpui",
17143 "schemars",
17144 "serde",
17145]
17146
17147[[package]]
17148name = "zed_emmet"
17149version = "0.0.3"
17150dependencies = [
17151 "zed_extension_api 0.1.0",
17152]
17153
17154[[package]]
17155name = "zed_extension_api"
17156version = "0.1.0"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17159dependencies = [
17160 "serde",
17161 "serde_json",
17162 "wit-bindgen",
17163]
17164
17165[[package]]
17166name = "zed_extension_api"
17167version = "0.3.0"
17168dependencies = [
17169 "serde",
17170 "serde_json",
17171 "wit-bindgen",
17172]
17173
17174[[package]]
17175name = "zed_glsl"
17176version = "0.1.0"
17177dependencies = [
17178 "zed_extension_api 0.1.0",
17179]
17180
17181[[package]]
17182name = "zed_html"
17183version = "0.1.6"
17184dependencies = [
17185 "zed_extension_api 0.1.0",
17186]
17187
17188[[package]]
17189name = "zed_llm_client"
17190version = "0.4.1"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17193dependencies = [
17194 "serde",
17195 "serde_json",
17196 "uuid",
17197]
17198
17199[[package]]
17200name = "zed_proto"
17201version = "0.2.1"
17202dependencies = [
17203 "zed_extension_api 0.1.0",
17204]
17205
17206[[package]]
17207name = "zed_purescript"
17208version = "0.1.0"
17209dependencies = [
17210 "zed_extension_api 0.1.0",
17211]
17212
17213[[package]]
17214name = "zed_ruff"
17215version = "0.1.0"
17216dependencies = [
17217 "zed_extension_api 0.1.0",
17218]
17219
17220[[package]]
17221name = "zed_snippets"
17222version = "0.0.5"
17223dependencies = [
17224 "serde_json",
17225 "zed_extension_api 0.1.0",
17226]
17227
17228[[package]]
17229name = "zed_test_extension"
17230version = "0.1.0"
17231dependencies = [
17232 "zed_extension_api 0.3.0",
17233]
17234
17235[[package]]
17236name = "zed_toml"
17237version = "0.1.3"
17238dependencies = [
17239 "zed_extension_api 0.1.0",
17240]
17241
17242[[package]]
17243name = "zed_uiua"
17244version = "0.0.1"
17245dependencies = [
17246 "zed_extension_api 0.1.0",
17247]
17248
17249[[package]]
17250name = "zed_zig"
17251version = "0.3.3"
17252dependencies = [
17253 "zed_extension_api 0.1.0",
17254]
17255
17256[[package]]
17257name = "zeno"
17258version = "0.2.3"
17259source = "registry+https://github.com/rust-lang/crates.io-index"
17260checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17261
17262[[package]]
17263name = "zerocopy"
17264version = "0.7.35"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17267dependencies = [
17268 "byteorder",
17269 "zerocopy-derive 0.7.35",
17270]
17271
17272[[package]]
17273name = "zerocopy"
17274version = "0.8.18"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17277dependencies = [
17278 "zerocopy-derive 0.8.18",
17279]
17280
17281[[package]]
17282name = "zerocopy-derive"
17283version = "0.7.35"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17286dependencies = [
17287 "proc-macro2",
17288 "quote",
17289 "syn 2.0.90",
17290]
17291
17292[[package]]
17293name = "zerocopy-derive"
17294version = "0.8.18"
17295source = "registry+https://github.com/rust-lang/crates.io-index"
17296checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17297dependencies = [
17298 "proc-macro2",
17299 "quote",
17300 "syn 2.0.90",
17301]
17302
17303[[package]]
17304name = "zerofrom"
17305version = "0.1.5"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17308dependencies = [
17309 "zerofrom-derive",
17310]
17311
17312[[package]]
17313name = "zerofrom-derive"
17314version = "0.1.5"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17317dependencies = [
17318 "proc-macro2",
17319 "quote",
17320 "syn 2.0.90",
17321 "synstructure",
17322]
17323
17324[[package]]
17325name = "zeroize"
17326version = "1.8.1"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17329dependencies = [
17330 "zeroize_derive",
17331]
17332
17333[[package]]
17334name = "zeroize_derive"
17335version = "1.4.2"
17336source = "registry+https://github.com/rust-lang/crates.io-index"
17337checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17338dependencies = [
17339 "proc-macro2",
17340 "quote",
17341 "syn 2.0.90",
17342]
17343
17344[[package]]
17345name = "zeromq"
17346version = "0.5.0-pre"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17349dependencies = [
17350 "async-dispatcher",
17351 "async-std",
17352 "async-trait",
17353 "asynchronous-codec",
17354 "bytes 1.10.1",
17355 "crossbeam-queue",
17356 "dashmap 5.5.3",
17357 "futures 0.3.31",
17358 "log",
17359 "num-traits",
17360 "once_cell",
17361 "parking_lot",
17362 "rand 0.8.5",
17363 "regex",
17364 "thiserror 1.0.69",
17365 "uuid",
17366]
17367
17368[[package]]
17369name = "zerovec"
17370version = "0.10.4"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17373dependencies = [
17374 "yoke",
17375 "zerofrom",
17376 "zerovec-derive",
17377]
17378
17379[[package]]
17380name = "zerovec-derive"
17381version = "0.10.3"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17384dependencies = [
17385 "proc-macro2",
17386 "quote",
17387 "syn 2.0.90",
17388]
17389
17390[[package]]
17391name = "zeta"
17392version = "0.1.0"
17393dependencies = [
17394 "anyhow",
17395 "arrayvec",
17396 "call",
17397 "chrono",
17398 "client",
17399 "clock",
17400 "collections",
17401 "command_palette_hooks",
17402 "ctor",
17403 "db",
17404 "editor",
17405 "env_logger 0.11.6",
17406 "feature_flags",
17407 "fs",
17408 "futures 0.3.31",
17409 "gpui",
17410 "http_client",
17411 "indoc",
17412 "inline_completion",
17413 "language",
17414 "language_model",
17415 "log",
17416 "menu",
17417 "migrator",
17418 "paths",
17419 "postage",
17420 "project",
17421 "regex",
17422 "release_channel",
17423 "reqwest_client",
17424 "rpc",
17425 "serde",
17426 "serde_json",
17427 "settings",
17428 "telemetry",
17429 "telemetry_events",
17430 "theme",
17431 "thiserror 1.0.69",
17432 "tree-sitter-go",
17433 "tree-sitter-rust",
17434 "ui",
17435 "unindent",
17436 "util",
17437 "uuid",
17438 "workspace",
17439 "worktree",
17440 "zed_actions",
17441 "zed_llm_client",
17442]
17443
17444[[package]]
17445name = "zip"
17446version = "0.6.6"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17449dependencies = [
17450 "aes",
17451 "byteorder",
17452 "bzip2",
17453 "constant_time_eq 0.1.5",
17454 "crc32fast",
17455 "crossbeam-utils",
17456 "flate2",
17457 "hmac",
17458 "pbkdf2 0.11.0",
17459 "sha1",
17460 "time",
17461 "zstd",
17462]
17463
17464[[package]]
17465name = "zstd"
17466version = "0.11.2+zstd.1.5.2"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17469dependencies = [
17470 "zstd-safe",
17471]
17472
17473[[package]]
17474name = "zstd-safe"
17475version = "5.0.2+zstd.1.5.2"
17476source = "registry+https://github.com/rust-lang/crates.io-index"
17477checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17478dependencies = [
17479 "libc",
17480 "zstd-sys",
17481]
17482
17483[[package]]
17484name = "zstd-sys"
17485version = "2.0.13+zstd.1.5.6"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17488dependencies = [
17489 "cc",
17490 "pkg-config",
17491]
17492
17493[[package]]
17494name = "zune-core"
17495version = "0.4.12"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17498
17499[[package]]
17500name = "zune-inflate"
17501version = "0.2.54"
17502source = "registry+https://github.com/rust-lang/crates.io-index"
17503checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17504dependencies = [
17505 "simd-adler32",
17506]
17507
17508[[package]]
17509name = "zune-jpeg"
17510version = "0.4.13"
17511source = "registry+https://github.com/rust-lang/crates.io-index"
17512checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17513dependencies = [
17514 "zune-core",
17515]
17516
17517[[package]]
17518name = "zvariant"
17519version = "5.4.0"
17520source = "registry+https://github.com/rust-lang/crates.io-index"
17521checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17522dependencies = [
17523 "endi",
17524 "enumflags2",
17525 "serde",
17526 "static_assertions",
17527 "url",
17528 "winnow 0.7.1",
17529 "zvariant_derive",
17530 "zvariant_utils",
17531]
17532
17533[[package]]
17534name = "zvariant_derive"
17535version = "5.4.0"
17536source = "registry+https://github.com/rust-lang/crates.io-index"
17537checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17538dependencies = [
17539 "proc-macro-crate",
17540 "proc-macro2",
17541 "quote",
17542 "syn 2.0.90",
17543 "zvariant_utils",
17544]
17545
17546[[package]]
17547name = "zvariant_utils"
17548version = "3.2.0"
17549source = "registry+https://github.com/rust-lang/crates.io-index"
17550checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17551dependencies = [
17552 "proc-macro2",
17553 "quote",
17554 "serde",
17555 "static_assertions",
17556 "syn 2.0.90",
17557 "winnow 0.7.1",
17558]