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