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.97"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
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.100",
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.7",
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 "git",
471 "gpui",
472 "heed",
473 "html_to_markdown",
474 "http_client",
475 "indoc",
476 "itertools 0.14.0",
477 "language",
478 "language_model",
479 "language_model_selector",
480 "log",
481 "lsp",
482 "markdown",
483 "menu",
484 "multi_buffer",
485 "parking_lot",
486 "paths",
487 "picker",
488 "project",
489 "prompt_library",
490 "prompt_store",
491 "proto",
492 "rand 0.8.5",
493 "rope",
494 "scripting_tool",
495 "serde",
496 "serde_json",
497 "settings",
498 "smol",
499 "streaming_diff",
500 "telemetry",
501 "telemetry_events",
502 "terminal",
503 "terminal_view",
504 "text",
505 "theme",
506 "time",
507 "time_format",
508 "ui",
509 "util",
510 "uuid",
511 "vim_mode_setting",
512 "workspace",
513 "zed_actions",
514]
515
516[[package]]
517name = "assistant_context_editor"
518version = "0.1.0"
519dependencies = [
520 "anyhow",
521 "assistant_settings",
522 "assistant_slash_command",
523 "assistant_slash_commands",
524 "chrono",
525 "client",
526 "clock",
527 "collections",
528 "context_server",
529 "editor",
530 "fs",
531 "futures 0.3.31",
532 "fuzzy",
533 "gpui",
534 "indexed_docs",
535 "language",
536 "language_model",
537 "language_model_selector",
538 "languages",
539 "log",
540 "multi_buffer",
541 "open_ai",
542 "parking_lot",
543 "paths",
544 "picker",
545 "pretty_assertions",
546 "project",
547 "prompt_store",
548 "rand 0.8.5",
549 "regex",
550 "rope",
551 "rpc",
552 "serde",
553 "serde_json",
554 "settings",
555 "smallvec",
556 "smol",
557 "strum",
558 "telemetry_events",
559 "text",
560 "theme",
561 "tree-sitter-md",
562 "ui",
563 "unindent",
564 "util",
565 "uuid",
566 "workspace",
567]
568
569[[package]]
570name = "assistant_eval"
571version = "0.1.0"
572dependencies = [
573 "anyhow",
574 "assistant2",
575 "assistant_tool",
576 "assistant_tools",
577 "clap",
578 "client",
579 "collections",
580 "context_server",
581 "env_logger 0.11.7",
582 "fs",
583 "futures 0.3.31",
584 "gpui",
585 "gpui_tokio",
586 "itertools 0.14.0",
587 "language",
588 "language_model",
589 "language_models",
590 "node_runtime",
591 "project",
592 "prompt_store",
593 "regex",
594 "release_channel",
595 "reqwest_client",
596 "serde",
597 "serde_json",
598 "serde_json_lenient",
599 "settings",
600 "smol",
601 "util",
602]
603
604[[package]]
605name = "assistant_settings"
606version = "0.1.0"
607dependencies = [
608 "anthropic",
609 "anyhow",
610 "deepseek",
611 "feature_flags",
612 "fs",
613 "gpui",
614 "language_model",
615 "lmstudio",
616 "log",
617 "ollama",
618 "open_ai",
619 "paths",
620 "schemars",
621 "serde",
622 "serde_json_lenient",
623 "settings",
624]
625
626[[package]]
627name = "assistant_slash_command"
628version = "0.1.0"
629dependencies = [
630 "anyhow",
631 "async-trait",
632 "collections",
633 "derive_more",
634 "extension",
635 "futures 0.3.31",
636 "gpui",
637 "language",
638 "language_model",
639 "parking_lot",
640 "pretty_assertions",
641 "serde",
642 "serde_json",
643 "ui",
644 "workspace",
645]
646
647[[package]]
648name = "assistant_slash_commands"
649version = "0.1.0"
650dependencies = [
651 "anyhow",
652 "assistant_slash_command",
653 "cargo_toml",
654 "chrono",
655 "collections",
656 "context_server",
657 "editor",
658 "env_logger 0.11.7",
659 "feature_flags",
660 "fs",
661 "futures 0.3.31",
662 "fuzzy",
663 "globset",
664 "gpui",
665 "html_to_markdown",
666 "http_client",
667 "indexed_docs",
668 "language",
669 "language_model",
670 "log",
671 "pretty_assertions",
672 "project",
673 "prompt_store",
674 "rope",
675 "schemars",
676 "semantic_index",
677 "serde",
678 "serde_json",
679 "settings",
680 "smol",
681 "terminal_view",
682 "text",
683 "toml 0.8.20",
684 "ui",
685 "util",
686 "workspace",
687 "worktree",
688]
689
690[[package]]
691name = "assistant_tool"
692version = "0.1.0"
693dependencies = [
694 "anyhow",
695 "clock",
696 "collections",
697 "derive_more",
698 "gpui",
699 "language",
700 "language_model",
701 "parking_lot",
702 "project",
703 "serde",
704 "serde_json",
705]
706
707[[package]]
708name = "assistant_tools"
709version = "0.1.0"
710dependencies = [
711 "anyhow",
712 "assistant_tool",
713 "chrono",
714 "collections",
715 "feature_flags",
716 "futures 0.3.31",
717 "gpui",
718 "language",
719 "language_model",
720 "pretty_assertions",
721 "project",
722 "rand 0.8.5",
723 "release_channel",
724 "schemars",
725 "serde",
726 "serde_json",
727 "settings",
728 "theme",
729 "ui",
730 "unindent",
731 "util",
732 "workspace",
733 "worktree",
734]
735
736[[package]]
737name = "async-attributes"
738version = "1.1.2"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
741dependencies = [
742 "quote",
743 "syn 1.0.109",
744]
745
746[[package]]
747name = "async-broadcast"
748version = "0.7.2"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
751dependencies = [
752 "event-listener 5.3.1",
753 "event-listener-strategy",
754 "futures-core",
755 "pin-project-lite",
756]
757
758[[package]]
759name = "async-channel"
760version = "1.9.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
763dependencies = [
764 "concurrent-queue",
765 "event-listener 2.5.3",
766 "futures-core",
767]
768
769[[package]]
770name = "async-channel"
771version = "2.3.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
774dependencies = [
775 "concurrent-queue",
776 "event-listener-strategy",
777 "futures-core",
778 "pin-project-lite",
779]
780
781[[package]]
782name = "async-compat"
783version = "0.2.4"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
786dependencies = [
787 "futures-core",
788 "futures-io",
789 "once_cell",
790 "pin-project-lite",
791 "tokio",
792]
793
794[[package]]
795name = "async-compression"
796version = "0.4.20"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
799dependencies = [
800 "deflate64",
801 "flate2",
802 "futures-core",
803 "futures-io",
804 "memchr",
805 "pin-project-lite",
806]
807
808[[package]]
809name = "async-dispatcher"
810version = "0.1.2"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
813dependencies = [
814 "async-task",
815 "futures-lite 1.13.0",
816]
817
818[[package]]
819name = "async-executor"
820version = "1.13.1"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
823dependencies = [
824 "async-task",
825 "concurrent-queue",
826 "fastrand 2.3.0",
827 "futures-lite 2.6.0",
828 "slab",
829]
830
831[[package]]
832name = "async-fs"
833version = "2.1.2"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
836dependencies = [
837 "async-lock",
838 "blocking",
839 "futures-lite 2.6.0",
840]
841
842[[package]]
843name = "async-global-executor"
844version = "2.4.1"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
847dependencies = [
848 "async-channel 2.3.1",
849 "async-executor",
850 "async-io",
851 "async-lock",
852 "blocking",
853 "futures-lite 2.6.0",
854 "once_cell",
855]
856
857[[package]]
858name = "async-io"
859version = "2.4.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
862dependencies = [
863 "async-lock",
864 "cfg-if",
865 "concurrent-queue",
866 "futures-io",
867 "futures-lite 2.6.0",
868 "parking",
869 "polling",
870 "rustix",
871 "slab",
872 "tracing",
873 "windows-sys 0.59.0",
874]
875
876[[package]]
877name = "async-lock"
878version = "3.4.0"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
881dependencies = [
882 "event-listener 5.3.1",
883 "event-listener-strategy",
884 "pin-project-lite",
885]
886
887[[package]]
888name = "async-native-tls"
889version = "0.5.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
892dependencies = [
893 "futures-util",
894 "native-tls",
895 "thiserror 1.0.69",
896 "url",
897]
898
899[[package]]
900name = "async-net"
901version = "2.0.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
904dependencies = [
905 "async-io",
906 "blocking",
907 "futures-lite 2.6.0",
908]
909
910[[package]]
911name = "async-pipe"
912version = "0.1.3"
913source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
914dependencies = [
915 "futures 0.3.31",
916 "log",
917]
918
919[[package]]
920name = "async-process"
921version = "2.3.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
924dependencies = [
925 "async-channel 2.3.1",
926 "async-io",
927 "async-lock",
928 "async-signal",
929 "async-task",
930 "blocking",
931 "cfg-if",
932 "event-listener 5.3.1",
933 "futures-lite 2.6.0",
934 "rustix",
935 "tracing",
936]
937
938[[package]]
939name = "async-recursion"
940version = "0.3.2"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
943dependencies = [
944 "proc-macro2",
945 "quote",
946 "syn 1.0.109",
947]
948
949[[package]]
950name = "async-recursion"
951version = "1.1.1"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
954dependencies = [
955 "proc-macro2",
956 "quote",
957 "syn 2.0.100",
958]
959
960[[package]]
961name = "async-signal"
962version = "0.2.10"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
965dependencies = [
966 "async-io",
967 "async-lock",
968 "atomic-waker",
969 "cfg-if",
970 "futures-core",
971 "futures-io",
972 "rustix",
973 "signal-hook-registry",
974 "slab",
975 "windows-sys 0.59.0",
976]
977
978[[package]]
979name = "async-std"
980version = "1.13.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
983dependencies = [
984 "async-attributes",
985 "async-channel 1.9.0",
986 "async-global-executor",
987 "async-io",
988 "async-lock",
989 "async-process",
990 "crossbeam-utils",
991 "futures-channel",
992 "futures-core",
993 "futures-io",
994 "futures-lite 2.6.0",
995 "gloo-timers",
996 "kv-log-macro",
997 "log",
998 "memchr",
999 "once_cell",
1000 "pin-project-lite",
1001 "pin-utils",
1002 "slab",
1003 "wasm-bindgen-futures",
1004]
1005
1006[[package]]
1007name = "async-stream"
1008version = "0.3.6"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1011dependencies = [
1012 "async-stream-impl",
1013 "futures-core",
1014 "pin-project-lite",
1015]
1016
1017[[package]]
1018name = "async-stream-impl"
1019version = "0.3.6"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1022dependencies = [
1023 "proc-macro2",
1024 "quote",
1025 "syn 2.0.100",
1026]
1027
1028[[package]]
1029name = "async-stripe"
1030version = "0.40.0"
1031source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1032dependencies = [
1033 "chrono",
1034 "futures-util",
1035 "http-types",
1036 "hyper 0.14.32",
1037 "hyper-rustls 0.24.2",
1038 "serde",
1039 "serde_json",
1040 "serde_path_to_error",
1041 "serde_qs 0.10.1",
1042 "smart-default",
1043 "smol_str",
1044 "thiserror 1.0.69",
1045 "tokio",
1046]
1047
1048[[package]]
1049name = "async-tar"
1050version = "0.5.0"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1053dependencies = [
1054 "async-std",
1055 "filetime",
1056 "libc",
1057 "pin-project",
1058 "redox_syscall 0.2.16",
1059 "xattr",
1060]
1061
1062[[package]]
1063name = "async-task"
1064version = "4.7.1"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1067
1068[[package]]
1069name = "async-tls"
1070version = "0.13.0"
1071source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1072dependencies = [
1073 "futures-core",
1074 "futures-io",
1075 "rustls 0.23.23",
1076 "rustls-pemfile 2.2.0",
1077 "webpki-roots",
1078]
1079
1080[[package]]
1081name = "async-trait"
1082version = "0.1.87"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1085dependencies = [
1086 "proc-macro2",
1087 "quote",
1088 "syn 2.0.100",
1089]
1090
1091[[package]]
1092name = "async-tungstenite"
1093version = "0.28.2"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1096dependencies = [
1097 "async-std",
1098 "async-tls",
1099 "atomic-waker",
1100 "futures-core",
1101 "futures-io",
1102 "futures-task",
1103 "futures-util",
1104 "log",
1105 "pin-project-lite",
1106 "tungstenite 0.24.0",
1107]
1108
1109[[package]]
1110name = "async-watch"
1111version = "0.3.1"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1114dependencies = [
1115 "event-listener 2.5.3",
1116]
1117
1118[[package]]
1119name = "async_zip"
1120version = "0.0.17"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1123dependencies = [
1124 "async-compression",
1125 "crc32fast",
1126 "futures-lite 2.6.0",
1127 "pin-project",
1128 "thiserror 1.0.69",
1129]
1130
1131[[package]]
1132name = "asynchronous-codec"
1133version = "0.7.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1136dependencies = [
1137 "bytes 1.10.1",
1138 "futures-sink",
1139 "futures-util",
1140 "memchr",
1141 "pin-project-lite",
1142]
1143
1144[[package]]
1145name = "atoi"
1146version = "2.0.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1149dependencies = [
1150 "num-traits",
1151]
1152
1153[[package]]
1154name = "atomic"
1155version = "0.5.3"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1158
1159[[package]]
1160name = "atomic-waker"
1161version = "1.1.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1164
1165[[package]]
1166name = "audio"
1167version = "0.1.0"
1168dependencies = [
1169 "anyhow",
1170 "collections",
1171 "derive_more",
1172 "gpui",
1173 "parking_lot",
1174 "rodio",
1175 "util",
1176]
1177
1178[[package]]
1179name = "auto_update"
1180version = "0.1.0"
1181dependencies = [
1182 "anyhow",
1183 "client",
1184 "db",
1185 "gpui",
1186 "http_client",
1187 "log",
1188 "paths",
1189 "release_channel",
1190 "schemars",
1191 "serde",
1192 "serde_json",
1193 "settings",
1194 "smol",
1195 "tempfile",
1196 "which 6.0.3",
1197 "workspace",
1198]
1199
1200[[package]]
1201name = "auto_update_ui"
1202version = "0.1.0"
1203dependencies = [
1204 "anyhow",
1205 "auto_update",
1206 "client",
1207 "editor",
1208 "gpui",
1209 "http_client",
1210 "markdown_preview",
1211 "release_channel",
1212 "serde",
1213 "serde_json",
1214 "smol",
1215 "util",
1216 "workspace",
1217]
1218
1219[[package]]
1220name = "autocfg"
1221version = "1.4.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1224
1225[[package]]
1226name = "av1-grain"
1227version = "0.2.3"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1230dependencies = [
1231 "anyhow",
1232 "arrayvec",
1233 "log",
1234 "nom",
1235 "num-rational",
1236 "v_frame",
1237]
1238
1239[[package]]
1240name = "avif-serialize"
1241version = "0.8.2"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1244dependencies = [
1245 "arrayvec",
1246]
1247
1248[[package]]
1249name = "aws-config"
1250version = "1.5.16"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1253dependencies = [
1254 "aws-credential-types",
1255 "aws-runtime",
1256 "aws-sdk-sso",
1257 "aws-sdk-ssooidc",
1258 "aws-sdk-sts",
1259 "aws-smithy-async",
1260 "aws-smithy-http",
1261 "aws-smithy-json",
1262 "aws-smithy-runtime",
1263 "aws-smithy-runtime-api",
1264 "aws-smithy-types",
1265 "aws-types",
1266 "bytes 1.10.1",
1267 "fastrand 2.3.0",
1268 "hex",
1269 "http 0.2.12",
1270 "ring",
1271 "time",
1272 "tokio",
1273 "tracing",
1274 "url",
1275 "zeroize",
1276]
1277
1278[[package]]
1279name = "aws-credential-types"
1280version = "1.2.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1283dependencies = [
1284 "aws-smithy-async",
1285 "aws-smithy-runtime-api",
1286 "aws-smithy-types",
1287 "zeroize",
1288]
1289
1290[[package]]
1291name = "aws-lc-rs"
1292version = "1.12.6"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1295dependencies = [
1296 "aws-lc-sys",
1297 "zeroize",
1298]
1299
1300[[package]]
1301name = "aws-lc-sys"
1302version = "0.27.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1305dependencies = [
1306 "bindgen 0.69.5",
1307 "cc",
1308 "cmake",
1309 "dunce",
1310 "fs_extra",
1311]
1312
1313[[package]]
1314name = "aws-runtime"
1315version = "1.5.5"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1318dependencies = [
1319 "aws-credential-types",
1320 "aws-sigv4",
1321 "aws-smithy-async",
1322 "aws-smithy-eventstream",
1323 "aws-smithy-http",
1324 "aws-smithy-runtime",
1325 "aws-smithy-runtime-api",
1326 "aws-smithy-types",
1327 "aws-types",
1328 "bytes 1.10.1",
1329 "fastrand 2.3.0",
1330 "http 0.2.12",
1331 "http-body 0.4.6",
1332 "once_cell",
1333 "percent-encoding",
1334 "pin-project-lite",
1335 "tracing",
1336 "uuid",
1337]
1338
1339[[package]]
1340name = "aws-sdk-bedrockruntime"
1341version = "1.74.0"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1344dependencies = [
1345 "aws-credential-types",
1346 "aws-runtime",
1347 "aws-smithy-async",
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-types",
1355 "bytes 1.10.1",
1356 "fastrand 2.3.0",
1357 "http 0.2.12",
1358 "once_cell",
1359 "regex-lite",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-sdk-kinesis"
1365version = "1.61.0"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1368dependencies = [
1369 "aws-credential-types",
1370 "aws-runtime",
1371 "aws-smithy-async",
1372 "aws-smithy-http",
1373 "aws-smithy-json",
1374 "aws-smithy-runtime",
1375 "aws-smithy-runtime-api",
1376 "aws-smithy-types",
1377 "aws-types",
1378 "bytes 1.10.1",
1379 "http 0.2.12",
1380 "once_cell",
1381 "regex-lite",
1382 "tracing",
1383]
1384
1385[[package]]
1386name = "aws-sdk-s3"
1387version = "1.76.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1390dependencies = [
1391 "aws-credential-types",
1392 "aws-runtime",
1393 "aws-sigv4",
1394 "aws-smithy-async",
1395 "aws-smithy-checksums",
1396 "aws-smithy-eventstream",
1397 "aws-smithy-http",
1398 "aws-smithy-json",
1399 "aws-smithy-runtime",
1400 "aws-smithy-runtime-api",
1401 "aws-smithy-types",
1402 "aws-smithy-xml",
1403 "aws-types",
1404 "bytes 1.10.1",
1405 "fastrand 2.3.0",
1406 "hex",
1407 "hmac",
1408 "http 0.2.12",
1409 "http-body 0.4.6",
1410 "lru",
1411 "once_cell",
1412 "percent-encoding",
1413 "regex-lite",
1414 "sha2",
1415 "tracing",
1416 "url",
1417]
1418
1419[[package]]
1420name = "aws-sdk-sso"
1421version = "1.58.0"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1424dependencies = [
1425 "aws-credential-types",
1426 "aws-runtime",
1427 "aws-smithy-async",
1428 "aws-smithy-http",
1429 "aws-smithy-json",
1430 "aws-smithy-runtime",
1431 "aws-smithy-runtime-api",
1432 "aws-smithy-types",
1433 "aws-types",
1434 "bytes 1.10.1",
1435 "http 0.2.12",
1436 "once_cell",
1437 "regex-lite",
1438 "tracing",
1439]
1440
1441[[package]]
1442name = "aws-sdk-ssooidc"
1443version = "1.59.0"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1446dependencies = [
1447 "aws-credential-types",
1448 "aws-runtime",
1449 "aws-smithy-async",
1450 "aws-smithy-http",
1451 "aws-smithy-json",
1452 "aws-smithy-runtime",
1453 "aws-smithy-runtime-api",
1454 "aws-smithy-types",
1455 "aws-types",
1456 "bytes 1.10.1",
1457 "http 0.2.12",
1458 "once_cell",
1459 "regex-lite",
1460 "tracing",
1461]
1462
1463[[package]]
1464name = "aws-sdk-sts"
1465version = "1.59.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1468dependencies = [
1469 "aws-credential-types",
1470 "aws-runtime",
1471 "aws-smithy-async",
1472 "aws-smithy-http",
1473 "aws-smithy-json",
1474 "aws-smithy-query",
1475 "aws-smithy-runtime",
1476 "aws-smithy-runtime-api",
1477 "aws-smithy-types",
1478 "aws-smithy-xml",
1479 "aws-types",
1480 "http 0.2.12",
1481 "once_cell",
1482 "regex-lite",
1483 "tracing",
1484]
1485
1486[[package]]
1487name = "aws-sigv4"
1488version = "1.2.9"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1491dependencies = [
1492 "aws-credential-types",
1493 "aws-smithy-eventstream",
1494 "aws-smithy-http",
1495 "aws-smithy-runtime-api",
1496 "aws-smithy-types",
1497 "bytes 1.10.1",
1498 "crypto-bigint 0.5.5",
1499 "form_urlencoded",
1500 "hex",
1501 "hmac",
1502 "http 0.2.12",
1503 "http 1.2.0",
1504 "once_cell",
1505 "p256",
1506 "percent-encoding",
1507 "ring",
1508 "sha2",
1509 "subtle",
1510 "time",
1511 "tracing",
1512 "zeroize",
1513]
1514
1515[[package]]
1516name = "aws-smithy-async"
1517version = "1.2.4"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1520dependencies = [
1521 "futures-util",
1522 "pin-project-lite",
1523 "tokio",
1524]
1525
1526[[package]]
1527name = "aws-smithy-checksums"
1528version = "0.62.0"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1531dependencies = [
1532 "aws-smithy-http",
1533 "aws-smithy-types",
1534 "bytes 1.10.1",
1535 "crc32c",
1536 "crc32fast",
1537 "crc64fast-nvme",
1538 "hex",
1539 "http 0.2.12",
1540 "http-body 0.4.6",
1541 "md-5",
1542 "pin-project-lite",
1543 "sha1",
1544 "sha2",
1545 "tracing",
1546]
1547
1548[[package]]
1549name = "aws-smithy-eventstream"
1550version = "0.60.6"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1553dependencies = [
1554 "aws-smithy-types",
1555 "bytes 1.10.1",
1556 "crc32fast",
1557]
1558
1559[[package]]
1560name = "aws-smithy-http"
1561version = "0.60.12"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1564dependencies = [
1565 "aws-smithy-eventstream",
1566 "aws-smithy-runtime-api",
1567 "aws-smithy-types",
1568 "bytes 1.10.1",
1569 "bytes-utils",
1570 "futures-core",
1571 "http 0.2.12",
1572 "http-body 0.4.6",
1573 "once_cell",
1574 "percent-encoding",
1575 "pin-project-lite",
1576 "pin-utils",
1577 "tracing",
1578]
1579
1580[[package]]
1581name = "aws-smithy-json"
1582version = "0.61.2"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1585dependencies = [
1586 "aws-smithy-types",
1587]
1588
1589[[package]]
1590name = "aws-smithy-query"
1591version = "0.60.7"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1594dependencies = [
1595 "aws-smithy-types",
1596 "urlencoding",
1597]
1598
1599[[package]]
1600name = "aws-smithy-runtime"
1601version = "1.7.8"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1604dependencies = [
1605 "aws-smithy-async",
1606 "aws-smithy-http",
1607 "aws-smithy-runtime-api",
1608 "aws-smithy-types",
1609 "bytes 1.10.1",
1610 "fastrand 2.3.0",
1611 "h2 0.3.26",
1612 "http 0.2.12",
1613 "http-body 0.4.6",
1614 "http-body 1.0.1",
1615 "httparse",
1616 "hyper 0.14.32",
1617 "hyper-rustls 0.24.2",
1618 "once_cell",
1619 "pin-project-lite",
1620 "pin-utils",
1621 "rustls 0.21.12",
1622 "tokio",
1623 "tracing",
1624]
1625
1626[[package]]
1627name = "aws-smithy-runtime-api"
1628version = "1.7.3"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1631dependencies = [
1632 "aws-smithy-async",
1633 "aws-smithy-types",
1634 "bytes 1.10.1",
1635 "http 0.2.12",
1636 "http 1.2.0",
1637 "pin-project-lite",
1638 "tokio",
1639 "tracing",
1640 "zeroize",
1641]
1642
1643[[package]]
1644name = "aws-smithy-types"
1645version = "1.2.13"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1648dependencies = [
1649 "base64-simd",
1650 "bytes 1.10.1",
1651 "bytes-utils",
1652 "futures-core",
1653 "http 0.2.12",
1654 "http 1.2.0",
1655 "http-body 0.4.6",
1656 "http-body 1.0.1",
1657 "http-body-util",
1658 "itoa",
1659 "num-integer",
1660 "pin-project-lite",
1661 "pin-utils",
1662 "ryu",
1663 "serde",
1664 "time",
1665 "tokio",
1666 "tokio-util",
1667]
1668
1669[[package]]
1670name = "aws-smithy-xml"
1671version = "0.60.9"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1674dependencies = [
1675 "xmlparser",
1676]
1677
1678[[package]]
1679name = "aws-types"
1680version = "1.3.5"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1683dependencies = [
1684 "aws-credential-types",
1685 "aws-smithy-async",
1686 "aws-smithy-runtime-api",
1687 "aws-smithy-types",
1688 "rustc_version",
1689 "tracing",
1690]
1691
1692[[package]]
1693name = "aws_http_client"
1694version = "0.1.0"
1695dependencies = [
1696 "aws-smithy-runtime-api",
1697 "aws-smithy-types",
1698 "futures 0.3.31",
1699 "http_client",
1700 "tokio",
1701]
1702
1703[[package]]
1704name = "axum"
1705version = "0.6.20"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1708dependencies = [
1709 "async-trait",
1710 "axum-core",
1711 "base64 0.21.7",
1712 "bitflags 1.3.2",
1713 "bytes 1.10.1",
1714 "futures-util",
1715 "headers",
1716 "http 0.2.12",
1717 "http-body 0.4.6",
1718 "hyper 0.14.32",
1719 "itoa",
1720 "matchit",
1721 "memchr",
1722 "mime",
1723 "percent-encoding",
1724 "pin-project-lite",
1725 "rustversion",
1726 "serde",
1727 "serde_json",
1728 "serde_path_to_error",
1729 "serde_urlencoded",
1730 "sha1",
1731 "sync_wrapper 0.1.2",
1732 "tokio",
1733 "tokio-tungstenite 0.20.1",
1734 "tower",
1735 "tower-layer",
1736 "tower-service",
1737]
1738
1739[[package]]
1740name = "axum-core"
1741version = "0.3.4"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1744dependencies = [
1745 "async-trait",
1746 "bytes 1.10.1",
1747 "futures-util",
1748 "http 0.2.12",
1749 "http-body 0.4.6",
1750 "mime",
1751 "rustversion",
1752 "tower-layer",
1753 "tower-service",
1754]
1755
1756[[package]]
1757name = "axum-extra"
1758version = "0.4.2"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1761dependencies = [
1762 "axum",
1763 "bytes 1.10.1",
1764 "futures-util",
1765 "http 0.2.12",
1766 "mime",
1767 "pin-project-lite",
1768 "serde",
1769 "serde_json",
1770 "tokio",
1771 "tower",
1772 "tower-http 0.3.5",
1773 "tower-layer",
1774 "tower-service",
1775]
1776
1777[[package]]
1778name = "backtrace"
1779version = "0.3.74"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1782dependencies = [
1783 "addr2line",
1784 "cfg-if",
1785 "libc",
1786 "miniz_oxide",
1787 "object",
1788 "rustc-demangle",
1789 "windows-targets 0.52.6",
1790]
1791
1792[[package]]
1793name = "base16ct"
1794version = "0.1.1"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1797
1798[[package]]
1799name = "base64"
1800version = "0.13.1"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1803
1804[[package]]
1805name = "base64"
1806version = "0.21.7"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1809
1810[[package]]
1811name = "base64"
1812version = "0.22.1"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1815
1816[[package]]
1817name = "base64-simd"
1818version = "0.8.0"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1821dependencies = [
1822 "outref",
1823 "vsimd",
1824]
1825
1826[[package]]
1827name = "base64ct"
1828version = "1.6.0"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1831
1832[[package]]
1833name = "bedrock"
1834version = "0.1.0"
1835dependencies = [
1836 "anyhow",
1837 "aws-sdk-bedrockruntime",
1838 "aws-smithy-types",
1839 "futures 0.3.31",
1840 "schemars",
1841 "serde",
1842 "serde_json",
1843 "strum",
1844 "thiserror 1.0.69",
1845 "tokio",
1846]
1847
1848[[package]]
1849name = "bigdecimal"
1850version = "0.4.7"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1853dependencies = [
1854 "autocfg",
1855 "libm",
1856 "num-bigint",
1857 "num-integer",
1858 "num-traits",
1859 "serde",
1860]
1861
1862[[package]]
1863name = "bincode"
1864version = "1.3.3"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1867dependencies = [
1868 "serde",
1869]
1870
1871[[package]]
1872name = "bindgen"
1873version = "0.69.5"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1876dependencies = [
1877 "bitflags 2.8.0",
1878 "cexpr",
1879 "clang-sys",
1880 "itertools 0.12.1",
1881 "lazy_static",
1882 "lazycell",
1883 "log",
1884 "prettyplease",
1885 "proc-macro2",
1886 "quote",
1887 "regex",
1888 "rustc-hash 1.1.0",
1889 "shlex",
1890 "syn 2.0.100",
1891 "which 4.4.2",
1892]
1893
1894[[package]]
1895name = "bindgen"
1896version = "0.70.1"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1899dependencies = [
1900 "bitflags 2.8.0",
1901 "cexpr",
1902 "clang-sys",
1903 "itertools 0.12.1",
1904 "log",
1905 "prettyplease",
1906 "proc-macro2",
1907 "quote",
1908 "regex",
1909 "rustc-hash 1.1.0",
1910 "shlex",
1911 "syn 2.0.100",
1912]
1913
1914[[package]]
1915name = "bit-set"
1916version = "0.5.3"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1919dependencies = [
1920 "bit-vec 0.6.3",
1921]
1922
1923[[package]]
1924name = "bit-set"
1925version = "0.8.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1928dependencies = [
1929 "bit-vec 0.8.0",
1930]
1931
1932[[package]]
1933name = "bit-vec"
1934version = "0.6.3"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1937
1938[[package]]
1939name = "bit-vec"
1940version = "0.8.0"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1943
1944[[package]]
1945name = "bit_field"
1946version = "0.10.2"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1949
1950[[package]]
1951name = "bitflags"
1952version = "1.3.2"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1955
1956[[package]]
1957name = "bitflags"
1958version = "2.8.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1961dependencies = [
1962 "serde",
1963]
1964
1965[[package]]
1966name = "bitstream-io"
1967version = "2.6.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1970
1971[[package]]
1972name = "bitvec"
1973version = "1.0.1"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1976dependencies = [
1977 "funty",
1978 "radium",
1979 "tap",
1980 "wyz",
1981]
1982
1983[[package]]
1984name = "blade-graphics"
1985version = "0.6.0"
1986source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1987dependencies = [
1988 "ash",
1989 "ash-window",
1990 "bitflags 2.8.0",
1991 "bytemuck",
1992 "codespan-reporting",
1993 "glow",
1994 "gpu-alloc",
1995 "gpu-alloc-ash",
1996 "hidden-trait",
1997 "js-sys",
1998 "khronos-egl",
1999 "libloading",
2000 "log",
2001 "mint",
2002 "naga",
2003 "objc2",
2004 "objc2-app-kit",
2005 "objc2-foundation",
2006 "objc2-metal",
2007 "objc2-quartz-core",
2008 "objc2-ui-kit",
2009 "raw-window-handle",
2010 "slab",
2011 "wasm-bindgen",
2012 "web-sys",
2013]
2014
2015[[package]]
2016name = "blade-macros"
2017version = "0.3.0"
2018source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2019dependencies = [
2020 "proc-macro2",
2021 "quote",
2022 "syn 2.0.100",
2023]
2024
2025[[package]]
2026name = "blade-util"
2027version = "0.2.0"
2028source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2029dependencies = [
2030 "blade-graphics",
2031 "bytemuck",
2032 "log",
2033 "profiling",
2034]
2035
2036[[package]]
2037name = "blake3"
2038version = "1.6.1"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2041dependencies = [
2042 "arrayref",
2043 "arrayvec",
2044 "cc",
2045 "cfg-if",
2046 "constant_time_eq 0.3.1",
2047]
2048
2049[[package]]
2050name = "block"
2051version = "0.1.6"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2054
2055[[package]]
2056name = "block-buffer"
2057version = "0.10.4"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2060dependencies = [
2061 "generic-array",
2062]
2063
2064[[package]]
2065name = "block-padding"
2066version = "0.3.3"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2069dependencies = [
2070 "generic-array",
2071]
2072
2073[[package]]
2074name = "block2"
2075version = "0.5.1"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2078dependencies = [
2079 "objc2",
2080]
2081
2082[[package]]
2083name = "blocking"
2084version = "1.6.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2087dependencies = [
2088 "async-channel 2.3.1",
2089 "async-task",
2090 "futures-io",
2091 "futures-lite 2.6.0",
2092 "piper",
2093]
2094
2095[[package]]
2096name = "borsh"
2097version = "1.5.3"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2100dependencies = [
2101 "borsh-derive",
2102 "cfg_aliases 0.2.1",
2103]
2104
2105[[package]]
2106name = "borsh-derive"
2107version = "1.5.3"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2110dependencies = [
2111 "once_cell",
2112 "proc-macro-crate",
2113 "proc-macro2",
2114 "quote",
2115 "syn 2.0.100",
2116]
2117
2118[[package]]
2119name = "breadcrumbs"
2120version = "0.1.0"
2121dependencies = [
2122 "editor",
2123 "gpui",
2124 "itertools 0.14.0",
2125 "theme",
2126 "ui",
2127 "workspace",
2128 "zed_actions",
2129]
2130
2131[[package]]
2132name = "bstr"
2133version = "1.11.1"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2136dependencies = [
2137 "memchr",
2138 "regex-automata 0.4.9",
2139 "serde",
2140]
2141
2142[[package]]
2143name = "buffer_diff"
2144version = "0.1.0"
2145dependencies = [
2146 "anyhow",
2147 "clock",
2148 "ctor",
2149 "env_logger 0.11.7",
2150 "futures 0.3.31",
2151 "git2",
2152 "gpui",
2153 "language",
2154 "log",
2155 "pretty_assertions",
2156 "rand 0.8.5",
2157 "rope",
2158 "serde_json",
2159 "sum_tree",
2160 "text",
2161 "unindent",
2162 "util",
2163]
2164
2165[[package]]
2166name = "built"
2167version = "0.7.5"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2170
2171[[package]]
2172name = "bumpalo"
2173version = "3.16.0"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2176dependencies = [
2177 "allocator-api2",
2178]
2179
2180[[package]]
2181name = "by_address"
2182version = "1.2.1"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2185
2186[[package]]
2187name = "bytecheck"
2188version = "0.6.12"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2191dependencies = [
2192 "bytecheck_derive",
2193 "ptr_meta",
2194 "simdutf8",
2195]
2196
2197[[package]]
2198name = "bytecheck_derive"
2199version = "0.6.12"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2202dependencies = [
2203 "proc-macro2",
2204 "quote",
2205 "syn 1.0.109",
2206]
2207
2208[[package]]
2209name = "bytemuck"
2210version = "1.21.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2213dependencies = [
2214 "bytemuck_derive",
2215]
2216
2217[[package]]
2218name = "bytemuck_derive"
2219version = "1.8.0"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2222dependencies = [
2223 "proc-macro2",
2224 "quote",
2225 "syn 2.0.100",
2226]
2227
2228[[package]]
2229name = "byteorder"
2230version = "1.5.0"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2233
2234[[package]]
2235name = "byteorder-lite"
2236version = "0.1.0"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2239
2240[[package]]
2241name = "bytes"
2242version = "0.4.12"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2245dependencies = [
2246 "byteorder",
2247 "iovec",
2248]
2249
2250[[package]]
2251name = "bytes"
2252version = "1.10.1"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2255
2256[[package]]
2257name = "bytes-utils"
2258version = "0.1.4"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2261dependencies = [
2262 "bytes 1.10.1",
2263 "either",
2264]
2265
2266[[package]]
2267name = "bzip2"
2268version = "0.4.4"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2271dependencies = [
2272 "bzip2-sys",
2273 "libc",
2274]
2275
2276[[package]]
2277name = "bzip2-sys"
2278version = "0.1.11+1.0.8"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2281dependencies = [
2282 "cc",
2283 "libc",
2284 "pkg-config",
2285]
2286
2287[[package]]
2288name = "call"
2289version = "0.1.0"
2290dependencies = [
2291 "anyhow",
2292 "audio",
2293 "client",
2294 "collections",
2295 "fs",
2296 "futures 0.3.31",
2297 "gpui",
2298 "http_client",
2299 "language",
2300 "livekit_client",
2301 "livekit_client_macos",
2302 "log",
2303 "postage",
2304 "project",
2305 "schemars",
2306 "serde",
2307 "serde_derive",
2308 "settings",
2309 "telemetry",
2310 "util",
2311]
2312
2313[[package]]
2314name = "calloop"
2315version = "0.13.0"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2318dependencies = [
2319 "bitflags 2.8.0",
2320 "log",
2321 "polling",
2322 "rustix",
2323 "slab",
2324 "thiserror 1.0.69",
2325]
2326
2327[[package]]
2328name = "calloop-wayland-source"
2329version = "0.3.0"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2332dependencies = [
2333 "calloop",
2334 "rustix",
2335 "wayland-backend",
2336 "wayland-client",
2337]
2338
2339[[package]]
2340name = "camino"
2341version = "1.1.9"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2344dependencies = [
2345 "serde",
2346]
2347
2348[[package]]
2349name = "cap-fs-ext"
2350version = "3.4.2"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2353dependencies = [
2354 "cap-primitives",
2355 "cap-std",
2356 "io-lifetimes",
2357 "windows-sys 0.59.0",
2358]
2359
2360[[package]]
2361name = "cap-net-ext"
2362version = "3.4.2"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2365dependencies = [
2366 "cap-primitives",
2367 "cap-std",
2368 "rustix",
2369 "smallvec",
2370]
2371
2372[[package]]
2373name = "cap-primitives"
2374version = "3.4.2"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2377dependencies = [
2378 "ambient-authority",
2379 "fs-set-times",
2380 "io-extras",
2381 "io-lifetimes",
2382 "ipnet",
2383 "maybe-owned",
2384 "rustix",
2385 "windows-sys 0.59.0",
2386 "winx",
2387]
2388
2389[[package]]
2390name = "cap-rand"
2391version = "3.4.2"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2394dependencies = [
2395 "ambient-authority",
2396 "rand 0.8.5",
2397]
2398
2399[[package]]
2400name = "cap-std"
2401version = "3.4.2"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2404dependencies = [
2405 "cap-primitives",
2406 "io-extras",
2407 "io-lifetimes",
2408 "rustix",
2409]
2410
2411[[package]]
2412name = "cap-time-ext"
2413version = "3.4.2"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2416dependencies = [
2417 "ambient-authority",
2418 "cap-primitives",
2419 "iana-time-zone",
2420 "once_cell",
2421 "rustix",
2422 "winx",
2423]
2424
2425[[package]]
2426name = "cargo-platform"
2427version = "0.1.9"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2430dependencies = [
2431 "serde",
2432]
2433
2434[[package]]
2435name = "cargo_metadata"
2436version = "0.19.2"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2439dependencies = [
2440 "camino",
2441 "cargo-platform",
2442 "semver",
2443 "serde",
2444 "serde_json",
2445 "thiserror 2.0.6",
2446]
2447
2448[[package]]
2449name = "cargo_toml"
2450version = "0.21.0"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2453dependencies = [
2454 "serde",
2455 "toml 0.8.20",
2456]
2457
2458[[package]]
2459name = "cast"
2460version = "0.3.0"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2463
2464[[package]]
2465name = "cbc"
2466version = "0.1.2"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2469dependencies = [
2470 "cipher",
2471]
2472
2473[[package]]
2474name = "cbindgen"
2475version = "0.27.0"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2478dependencies = [
2479 "clap",
2480 "heck 0.4.1",
2481 "indexmap",
2482 "log",
2483 "proc-macro2",
2484 "quote",
2485 "serde",
2486 "serde_json",
2487 "syn 2.0.100",
2488 "tempfile",
2489 "toml 0.8.20",
2490]
2491
2492[[package]]
2493name = "cbindgen"
2494version = "0.28.0"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2497dependencies = [
2498 "heck 0.4.1",
2499 "indexmap",
2500 "log",
2501 "proc-macro2",
2502 "quote",
2503 "serde",
2504 "serde_json",
2505 "syn 2.0.100",
2506 "tempfile",
2507 "toml 0.8.20",
2508]
2509
2510[[package]]
2511name = "cc"
2512version = "1.2.12"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2515dependencies = [
2516 "jobserver",
2517 "libc",
2518 "shlex",
2519]
2520
2521[[package]]
2522name = "cesu8"
2523version = "1.1.0"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2526
2527[[package]]
2528name = "cexpr"
2529version = "0.6.0"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2532dependencies = [
2533 "nom",
2534]
2535
2536[[package]]
2537name = "cfg-expr"
2538version = "0.15.8"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2541dependencies = [
2542 "smallvec",
2543 "target-lexicon 0.12.16",
2544]
2545
2546[[package]]
2547name = "cfg-if"
2548version = "1.0.0"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2551
2552[[package]]
2553name = "cfg_aliases"
2554version = "0.1.1"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2557
2558[[package]]
2559name = "cfg_aliases"
2560version = "0.2.1"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2563
2564[[package]]
2565name = "channel"
2566version = "0.1.0"
2567dependencies = [
2568 "anyhow",
2569 "client",
2570 "clock",
2571 "collections",
2572 "futures 0.3.31",
2573 "gpui",
2574 "http_client",
2575 "language",
2576 "log",
2577 "rand 0.8.5",
2578 "release_channel",
2579 "rpc",
2580 "settings",
2581 "sum_tree",
2582 "text",
2583 "time",
2584 "util",
2585]
2586
2587[[package]]
2588name = "chrono"
2589version = "0.4.40"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2592dependencies = [
2593 "android-tzdata",
2594 "iana-time-zone",
2595 "js-sys",
2596 "num-traits",
2597 "serde",
2598 "wasm-bindgen",
2599 "windows-link",
2600]
2601
2602[[package]]
2603name = "chunked_transfer"
2604version = "1.5.0"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2607
2608[[package]]
2609name = "ciborium"
2610version = "0.2.2"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2613dependencies = [
2614 "ciborium-io",
2615 "ciborium-ll",
2616 "serde",
2617]
2618
2619[[package]]
2620name = "ciborium-io"
2621version = "0.2.2"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2624
2625[[package]]
2626name = "ciborium-ll"
2627version = "0.2.2"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2630dependencies = [
2631 "ciborium-io",
2632 "half",
2633]
2634
2635[[package]]
2636name = "cipher"
2637version = "0.4.4"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2640dependencies = [
2641 "crypto-common",
2642 "inout",
2643 "zeroize",
2644]
2645
2646[[package]]
2647name = "clang-sys"
2648version = "1.8.1"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2651dependencies = [
2652 "glob",
2653 "libc",
2654 "libloading",
2655]
2656
2657[[package]]
2658name = "clap"
2659version = "4.5.32"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2662dependencies = [
2663 "clap_builder",
2664 "clap_derive",
2665]
2666
2667[[package]]
2668name = "clap_builder"
2669version = "4.5.32"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2672dependencies = [
2673 "anstream",
2674 "anstyle",
2675 "clap_lex",
2676 "strsim",
2677 "terminal_size",
2678]
2679
2680[[package]]
2681name = "clap_complete"
2682version = "4.5.38"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2685dependencies = [
2686 "clap",
2687]
2688
2689[[package]]
2690name = "clap_derive"
2691version = "4.5.32"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2694dependencies = [
2695 "heck 0.5.0",
2696 "proc-macro2",
2697 "quote",
2698 "syn 2.0.100",
2699]
2700
2701[[package]]
2702name = "clap_lex"
2703version = "0.7.4"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2706
2707[[package]]
2708name = "cli"
2709version = "0.1.0"
2710dependencies = [
2711 "anyhow",
2712 "clap",
2713 "collections",
2714 "core-foundation 0.9.4",
2715 "core-services",
2716 "exec",
2717 "fork",
2718 "ipc-channel",
2719 "parking_lot",
2720 "paths",
2721 "plist",
2722 "release_channel",
2723 "serde",
2724 "tempfile",
2725 "util",
2726 "windows 0.60.0",
2727]
2728
2729[[package]]
2730name = "client"
2731version = "0.1.0"
2732dependencies = [
2733 "anyhow",
2734 "async-native-tls",
2735 "async-recursion 0.3.2",
2736 "async-tungstenite",
2737 "chrono",
2738 "clock",
2739 "cocoa 0.26.0",
2740 "collections",
2741 "credentials_provider",
2742 "feature_flags",
2743 "futures 0.3.31",
2744 "gpui",
2745 "http_client",
2746 "http_client_tls",
2747 "log",
2748 "parking_lot",
2749 "paths",
2750 "postage",
2751 "rand 0.8.5",
2752 "release_channel",
2753 "rpc",
2754 "schemars",
2755 "serde",
2756 "serde_json",
2757 "settings",
2758 "sha2",
2759 "smol",
2760 "telemetry",
2761 "telemetry_events",
2762 "text",
2763 "thiserror 1.0.69",
2764 "time",
2765 "tiny_http",
2766 "tokio-socks",
2767 "url",
2768 "util",
2769 "windows 0.60.0",
2770 "worktree",
2771]
2772
2773[[package]]
2774name = "clock"
2775version = "0.1.0"
2776dependencies = [
2777 "parking_lot",
2778 "serde",
2779 "smallvec",
2780]
2781
2782[[package]]
2783name = "cmake"
2784version = "0.1.53"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2787dependencies = [
2788 "cc",
2789]
2790
2791[[package]]
2792name = "cobs"
2793version = "0.2.3"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2796
2797[[package]]
2798name = "cocoa"
2799version = "0.25.0"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2802dependencies = [
2803 "bitflags 1.3.2",
2804 "block",
2805 "cocoa-foundation 0.1.2",
2806 "core-foundation 0.9.4",
2807 "core-graphics 0.23.2",
2808 "foreign-types 0.5.0",
2809 "libc",
2810 "objc",
2811]
2812
2813[[package]]
2814name = "cocoa"
2815version = "0.26.0"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2818dependencies = [
2819 "bitflags 2.8.0",
2820 "block",
2821 "cocoa-foundation 0.2.0",
2822 "core-foundation 0.10.0",
2823 "core-graphics 0.24.0",
2824 "foreign-types 0.5.0",
2825 "libc",
2826 "objc",
2827]
2828
2829[[package]]
2830name = "cocoa-foundation"
2831version = "0.1.2"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2834dependencies = [
2835 "bitflags 1.3.2",
2836 "block",
2837 "core-foundation 0.9.4",
2838 "core-graphics-types 0.1.3",
2839 "libc",
2840 "objc",
2841]
2842
2843[[package]]
2844name = "cocoa-foundation"
2845version = "0.2.0"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2848dependencies = [
2849 "bitflags 2.8.0",
2850 "block",
2851 "core-foundation 0.10.0",
2852 "core-graphics-types 0.2.0",
2853 "libc",
2854 "objc",
2855]
2856
2857[[package]]
2858name = "codespan-reporting"
2859version = "0.11.1"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2862dependencies = [
2863 "termcolor",
2864 "unicode-width",
2865]
2866
2867[[package]]
2868name = "collab"
2869version = "0.44.0"
2870dependencies = [
2871 "anthropic",
2872 "anyhow",
2873 "assistant",
2874 "assistant_context_editor",
2875 "assistant_slash_command",
2876 "assistant_tool",
2877 "async-stripe",
2878 "async-trait",
2879 "async-tungstenite",
2880 "audio",
2881 "aws-config",
2882 "aws-sdk-kinesis",
2883 "aws-sdk-s3",
2884 "axum",
2885 "axum-extra",
2886 "base64 0.22.1",
2887 "buffer_diff",
2888 "call",
2889 "channel",
2890 "chrono",
2891 "client",
2892 "clock",
2893 "collab_ui",
2894 "collections",
2895 "context_server",
2896 "ctor",
2897 "dashmap 6.1.0",
2898 "derive_more",
2899 "editor",
2900 "env_logger 0.11.7",
2901 "envy",
2902 "extension",
2903 "file_finder",
2904 "fs",
2905 "futures 0.3.31",
2906 "git",
2907 "git_hosting_providers",
2908 "git_ui",
2909 "google_ai",
2910 "gpui",
2911 "hex",
2912 "http_client",
2913 "hyper 0.14.32",
2914 "indoc",
2915 "jsonwebtoken",
2916 "language",
2917 "language_model",
2918 "livekit_api",
2919 "livekit_client",
2920 "livekit_client_macos",
2921 "log",
2922 "lsp",
2923 "menu",
2924 "multi_buffer",
2925 "nanoid",
2926 "node_runtime",
2927 "notifications",
2928 "open_ai",
2929 "parking_lot",
2930 "pretty_assertions",
2931 "project",
2932 "prometheus",
2933 "prompt_store",
2934 "prost 0.9.0",
2935 "rand 0.8.5",
2936 "recent_projects",
2937 "release_channel",
2938 "remote",
2939 "remote_server",
2940 "reqwest 0.11.27",
2941 "reqwest_client",
2942 "rpc",
2943 "rustc-demangle",
2944 "scrypt",
2945 "sea-orm",
2946 "semantic_version",
2947 "semver",
2948 "serde",
2949 "serde_derive",
2950 "serde_json",
2951 "session",
2952 "settings",
2953 "sha2",
2954 "sqlx",
2955 "strum",
2956 "subtle",
2957 "supermaven_api",
2958 "telemetry_events",
2959 "text",
2960 "theme",
2961 "thiserror 1.0.69",
2962 "time",
2963 "tokio",
2964 "toml 0.8.20",
2965 "tower",
2966 "tower-http 0.4.4",
2967 "tracing",
2968 "tracing-subscriber",
2969 "unindent",
2970 "util",
2971 "uuid",
2972 "workspace",
2973 "worktree",
2974]
2975
2976[[package]]
2977name = "collab_ui"
2978version = "0.1.0"
2979dependencies = [
2980 "anyhow",
2981 "call",
2982 "channel",
2983 "chrono",
2984 "client",
2985 "collections",
2986 "db",
2987 "editor",
2988 "emojis",
2989 "futures 0.3.31",
2990 "fuzzy",
2991 "gpui",
2992 "http_client",
2993 "language",
2994 "menu",
2995 "notifications",
2996 "picker",
2997 "pretty_assertions",
2998 "project",
2999 "release_channel",
3000 "rich_text",
3001 "rpc",
3002 "schemars",
3003 "serde",
3004 "serde_derive",
3005 "serde_json",
3006 "settings",
3007 "smallvec",
3008 "story",
3009 "telemetry",
3010 "theme",
3011 "time",
3012 "time_format",
3013 "title_bar",
3014 "tree-sitter-md",
3015 "ui",
3016 "util",
3017 "workspace",
3018]
3019
3020[[package]]
3021name = "collections"
3022version = "0.1.0"
3023dependencies = [
3024 "indexmap",
3025 "rustc-hash 2.1.1",
3026]
3027
3028[[package]]
3029name = "color_quant"
3030version = "1.1.0"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3033
3034[[package]]
3035name = "colorchoice"
3036version = "1.0.3"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3039
3040[[package]]
3041name = "combine"
3042version = "4.6.7"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3045dependencies = [
3046 "bytes 1.10.1",
3047 "memchr",
3048]
3049
3050[[package]]
3051name = "command_palette"
3052version = "0.1.0"
3053dependencies = [
3054 "client",
3055 "collections",
3056 "command_palette_hooks",
3057 "ctor",
3058 "editor",
3059 "env_logger 0.11.7",
3060 "fuzzy",
3061 "go_to_line",
3062 "gpui",
3063 "language",
3064 "menu",
3065 "picker",
3066 "postage",
3067 "project",
3068 "serde",
3069 "serde_json",
3070 "settings",
3071 "telemetry",
3072 "theme",
3073 "ui",
3074 "util",
3075 "workspace",
3076 "zed_actions",
3077]
3078
3079[[package]]
3080name = "command_palette_hooks"
3081version = "0.1.0"
3082dependencies = [
3083 "collections",
3084 "derive_more",
3085 "gpui",
3086]
3087
3088[[package]]
3089name = "component"
3090version = "0.1.0"
3091dependencies = [
3092 "collections",
3093 "gpui",
3094 "linkme",
3095 "parking_lot",
3096 "theme",
3097]
3098
3099[[package]]
3100name = "component_preview"
3101version = "0.1.0"
3102dependencies = [
3103 "client",
3104 "collections",
3105 "component",
3106 "gpui",
3107 "languages",
3108 "notifications",
3109 "project",
3110 "ui",
3111 "workspace",
3112]
3113
3114[[package]]
3115name = "concurrent-queue"
3116version = "2.5.0"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3119dependencies = [
3120 "crossbeam-utils",
3121]
3122
3123[[package]]
3124name = "console"
3125version = "0.15.8"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3128dependencies = [
3129 "encode_unicode",
3130 "lazy_static",
3131 "libc",
3132 "unicode-width",
3133 "windows-sys 0.52.0",
3134]
3135
3136[[package]]
3137name = "const-oid"
3138version = "0.9.6"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3141
3142[[package]]
3143name = "const-random"
3144version = "0.1.18"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3147dependencies = [
3148 "const-random-macro",
3149]
3150
3151[[package]]
3152name = "const-random-macro"
3153version = "0.1.16"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3156dependencies = [
3157 "getrandom 0.2.15",
3158 "once_cell",
3159 "tiny-keccak",
3160]
3161
3162[[package]]
3163name = "constant_time_eq"
3164version = "0.1.5"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3167
3168[[package]]
3169name = "constant_time_eq"
3170version = "0.3.1"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3173
3174[[package]]
3175name = "context_server"
3176version = "0.1.0"
3177dependencies = [
3178 "anyhow",
3179 "assistant_tool",
3180 "async-trait",
3181 "collections",
3182 "command_palette_hooks",
3183 "context_server_settings",
3184 "extension",
3185 "futures 0.3.31",
3186 "gpui",
3187 "language_model",
3188 "log",
3189 "parking_lot",
3190 "postage",
3191 "project",
3192 "serde",
3193 "serde_json",
3194 "settings",
3195 "smol",
3196 "url",
3197 "util",
3198]
3199
3200[[package]]
3201name = "context_server_settings"
3202version = "0.1.0"
3203dependencies = [
3204 "anyhow",
3205 "collections",
3206 "gpui",
3207 "schemars",
3208 "serde",
3209 "serde_json",
3210 "settings",
3211]
3212
3213[[package]]
3214name = "convert_case"
3215version = "0.4.0"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3218
3219[[package]]
3220name = "convert_case"
3221version = "0.8.0"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3224dependencies = [
3225 "unicode-segmentation",
3226]
3227
3228[[package]]
3229name = "copilot"
3230version = "0.1.0"
3231dependencies = [
3232 "anyhow",
3233 "async-compression",
3234 "async-std",
3235 "async-tar",
3236 "chrono",
3237 "client",
3238 "clock",
3239 "collections",
3240 "command_palette_hooks",
3241 "ctor",
3242 "editor",
3243 "env_logger 0.11.7",
3244 "fs",
3245 "futures 0.3.31",
3246 "gpui",
3247 "http_client",
3248 "indoc",
3249 "inline_completion",
3250 "language",
3251 "log",
3252 "lsp",
3253 "menu",
3254 "node_runtime",
3255 "parking_lot",
3256 "paths",
3257 "project",
3258 "rpc",
3259 "schemars",
3260 "serde",
3261 "serde_json",
3262 "settings",
3263 "smol",
3264 "strum",
3265 "task",
3266 "theme",
3267 "ui",
3268 "util",
3269 "workspace",
3270]
3271
3272[[package]]
3273name = "core-foundation"
3274version = "0.9.4"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3277dependencies = [
3278 "core-foundation-sys",
3279 "libc",
3280]
3281
3282[[package]]
3283name = "core-foundation"
3284version = "0.10.0"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3287dependencies = [
3288 "core-foundation-sys",
3289 "libc",
3290]
3291
3292[[package]]
3293name = "core-foundation-sys"
3294version = "0.8.7"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3297
3298[[package]]
3299name = "core-graphics"
3300version = "0.23.2"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3303dependencies = [
3304 "bitflags 1.3.2",
3305 "core-foundation 0.9.4",
3306 "core-graphics-types 0.1.3",
3307 "foreign-types 0.5.0",
3308 "libc",
3309]
3310
3311[[package]]
3312name = "core-graphics"
3313version = "0.24.0"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3316dependencies = [
3317 "bitflags 2.8.0",
3318 "core-foundation 0.10.0",
3319 "core-graphics-types 0.2.0",
3320 "foreign-types 0.5.0",
3321 "libc",
3322]
3323
3324[[package]]
3325name = "core-graphics-types"
3326version = "0.1.3"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3329dependencies = [
3330 "bitflags 1.3.2",
3331 "core-foundation 0.9.4",
3332 "libc",
3333]
3334
3335[[package]]
3336name = "core-graphics-types"
3337version = "0.2.0"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3340dependencies = [
3341 "bitflags 2.8.0",
3342 "core-foundation 0.10.0",
3343 "libc",
3344]
3345
3346[[package]]
3347name = "core-services"
3348version = "0.2.1"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3351dependencies = [
3352 "core-foundation 0.9.4",
3353]
3354
3355[[package]]
3356name = "core-text"
3357version = "20.1.0"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3360dependencies = [
3361 "core-foundation 0.9.4",
3362 "core-graphics 0.23.2",
3363 "foreign-types 0.5.0",
3364 "libc",
3365]
3366
3367[[package]]
3368name = "core_maths"
3369version = "0.1.1"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3372dependencies = [
3373 "libm",
3374]
3375
3376[[package]]
3377name = "coreaudio-rs"
3378version = "0.11.3"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3381dependencies = [
3382 "bitflags 1.3.2",
3383 "core-foundation-sys",
3384 "coreaudio-sys",
3385]
3386
3387[[package]]
3388name = "coreaudio-rs"
3389version = "0.12.1"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3392dependencies = [
3393 "bitflags 1.3.2",
3394 "core-foundation-sys",
3395 "coreaudio-sys",
3396]
3397
3398[[package]]
3399name = "coreaudio-sys"
3400version = "0.2.16"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3403dependencies = [
3404 "bindgen 0.70.1",
3405]
3406
3407[[package]]
3408name = "cosmic-text"
3409version = "0.11.2"
3410source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3411dependencies = [
3412 "bitflags 2.8.0",
3413 "fontdb 0.18.0",
3414 "log",
3415 "rangemap",
3416 "rayon",
3417 "rustc-hash 1.1.0",
3418 "rustybuzz 0.14.1",
3419 "self_cell",
3420 "swash",
3421 "sys-locale",
3422 "ttf-parser 0.21.1",
3423 "unicode-bidi",
3424 "unicode-linebreak",
3425 "unicode-script",
3426 "unicode-segmentation",
3427]
3428
3429[[package]]
3430name = "cpal"
3431version = "0.15.3"
3432source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3433dependencies = [
3434 "alsa",
3435 "core-foundation-sys",
3436 "coreaudio-rs 0.11.3",
3437 "dasp_sample",
3438 "jni",
3439 "js-sys",
3440 "libc",
3441 "mach2",
3442 "ndk",
3443 "ndk-context",
3444 "oboe",
3445 "wasm-bindgen",
3446 "wasm-bindgen-futures",
3447 "web-sys",
3448 "windows 0.54.0",
3449]
3450
3451[[package]]
3452name = "cpp_demangle"
3453version = "0.4.4"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3456dependencies = [
3457 "cfg-if",
3458]
3459
3460[[package]]
3461name = "cpufeatures"
3462version = "0.2.16"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3465dependencies = [
3466 "libc",
3467]
3468
3469[[package]]
3470name = "cranelift-bforest"
3471version = "0.116.1"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3474dependencies = [
3475 "cranelift-entity",
3476]
3477
3478[[package]]
3479name = "cranelift-bitset"
3480version = "0.116.1"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3483dependencies = [
3484 "serde",
3485 "serde_derive",
3486]
3487
3488[[package]]
3489name = "cranelift-codegen"
3490version = "0.116.1"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3493dependencies = [
3494 "bumpalo",
3495 "cranelift-bforest",
3496 "cranelift-bitset",
3497 "cranelift-codegen-meta",
3498 "cranelift-codegen-shared",
3499 "cranelift-control",
3500 "cranelift-entity",
3501 "cranelift-isle",
3502 "gimli",
3503 "hashbrown 0.14.5",
3504 "log",
3505 "regalloc2",
3506 "rustc-hash 2.1.1",
3507 "serde",
3508 "smallvec",
3509 "target-lexicon 0.13.2",
3510]
3511
3512[[package]]
3513name = "cranelift-codegen-meta"
3514version = "0.116.1"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3517dependencies = [
3518 "cranelift-codegen-shared",
3519]
3520
3521[[package]]
3522name = "cranelift-codegen-shared"
3523version = "0.116.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3526
3527[[package]]
3528name = "cranelift-control"
3529version = "0.116.1"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3532dependencies = [
3533 "arbitrary",
3534]
3535
3536[[package]]
3537name = "cranelift-entity"
3538version = "0.116.1"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3541dependencies = [
3542 "cranelift-bitset",
3543 "serde",
3544 "serde_derive",
3545]
3546
3547[[package]]
3548name = "cranelift-frontend"
3549version = "0.116.1"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3552dependencies = [
3553 "cranelift-codegen",
3554 "log",
3555 "smallvec",
3556 "target-lexicon 0.13.2",
3557]
3558
3559[[package]]
3560name = "cranelift-isle"
3561version = "0.116.1"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3564
3565[[package]]
3566name = "cranelift-native"
3567version = "0.116.1"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3570dependencies = [
3571 "cranelift-codegen",
3572 "libc",
3573 "target-lexicon 0.13.2",
3574]
3575
3576[[package]]
3577name = "crc"
3578version = "3.2.1"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3581dependencies = [
3582 "crc-catalog",
3583]
3584
3585[[package]]
3586name = "crc-catalog"
3587version = "2.4.0"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3590
3591[[package]]
3592name = "crc32c"
3593version = "0.6.8"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3596dependencies = [
3597 "rustc_version",
3598]
3599
3600[[package]]
3601name = "crc32fast"
3602version = "1.4.2"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3605dependencies = [
3606 "cfg-if",
3607]
3608
3609[[package]]
3610name = "crc64fast-nvme"
3611version = "1.1.1"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3614dependencies = [
3615 "cbindgen 0.27.0",
3616 "crc",
3617]
3618
3619[[package]]
3620name = "credentials_provider"
3621version = "0.1.0"
3622dependencies = [
3623 "anyhow",
3624 "futures 0.3.31",
3625 "gpui",
3626 "paths",
3627 "release_channel",
3628 "serde",
3629 "serde_json",
3630]
3631
3632[[package]]
3633name = "criterion"
3634version = "0.5.1"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3637dependencies = [
3638 "anes",
3639 "cast",
3640 "ciborium",
3641 "clap",
3642 "criterion-plot",
3643 "is-terminal",
3644 "itertools 0.10.5",
3645 "num-traits",
3646 "once_cell",
3647 "oorandom",
3648 "plotters",
3649 "rayon",
3650 "regex",
3651 "serde",
3652 "serde_derive",
3653 "serde_json",
3654 "tinytemplate",
3655 "walkdir",
3656]
3657
3658[[package]]
3659name = "criterion-plot"
3660version = "0.5.0"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3663dependencies = [
3664 "cast",
3665 "itertools 0.10.5",
3666]
3667
3668[[package]]
3669name = "crossbeam-channel"
3670version = "0.5.13"
3671source = "registry+https://github.com/rust-lang/crates.io-index"
3672checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3673dependencies = [
3674 "crossbeam-utils",
3675]
3676
3677[[package]]
3678name = "crossbeam-deque"
3679version = "0.8.5"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3682dependencies = [
3683 "crossbeam-epoch",
3684 "crossbeam-utils",
3685]
3686
3687[[package]]
3688name = "crossbeam-epoch"
3689version = "0.9.18"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3692dependencies = [
3693 "crossbeam-utils",
3694]
3695
3696[[package]]
3697name = "crossbeam-queue"
3698version = "0.3.11"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3701dependencies = [
3702 "crossbeam-utils",
3703]
3704
3705[[package]]
3706name = "crossbeam-utils"
3707version = "0.8.20"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3710
3711[[package]]
3712name = "crunchy"
3713version = "0.2.2"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3716
3717[[package]]
3718name = "crypto-bigint"
3719version = "0.4.9"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3722dependencies = [
3723 "generic-array",
3724 "rand_core 0.6.4",
3725 "subtle",
3726 "zeroize",
3727]
3728
3729[[package]]
3730name = "crypto-bigint"
3731version = "0.5.5"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3734dependencies = [
3735 "rand_core 0.6.4",
3736 "subtle",
3737]
3738
3739[[package]]
3740name = "crypto-common"
3741version = "0.1.6"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3744dependencies = [
3745 "generic-array",
3746 "rand_core 0.6.4",
3747 "typenum",
3748]
3749
3750[[package]]
3751name = "ctor"
3752version = "0.4.1"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3755dependencies = [
3756 "ctor-proc-macro",
3757 "dtor",
3758]
3759
3760[[package]]
3761name = "ctor-proc-macro"
3762version = "0.0.5"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3765
3766[[package]]
3767name = "ctrlc"
3768version = "3.4.5"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3771dependencies = [
3772 "nix",
3773 "windows-sys 0.59.0",
3774]
3775
3776[[package]]
3777name = "cursor-icon"
3778version = "1.1.0"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3781
3782[[package]]
3783name = "cxx"
3784version = "1.0.134"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3787dependencies = [
3788 "cc",
3789 "cxxbridge-cmd",
3790 "cxxbridge-flags",
3791 "cxxbridge-macro",
3792 "foldhash",
3793 "link-cplusplus",
3794]
3795
3796[[package]]
3797name = "cxx-build"
3798version = "1.0.134"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3801dependencies = [
3802 "cc",
3803 "codespan-reporting",
3804 "proc-macro2",
3805 "quote",
3806 "scratch",
3807 "syn 2.0.100",
3808]
3809
3810[[package]]
3811name = "cxxbridge-cmd"
3812version = "1.0.134"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3815dependencies = [
3816 "clap",
3817 "codespan-reporting",
3818 "proc-macro2",
3819 "quote",
3820 "syn 2.0.100",
3821]
3822
3823[[package]]
3824name = "cxxbridge-flags"
3825version = "1.0.134"
3826source = "registry+https://github.com/rust-lang/crates.io-index"
3827checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3828
3829[[package]]
3830name = "cxxbridge-macro"
3831version = "1.0.134"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3834dependencies = [
3835 "proc-macro2",
3836 "quote",
3837 "rustversion",
3838 "syn 2.0.100",
3839]
3840
3841[[package]]
3842name = "dashmap"
3843version = "5.5.3"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3846dependencies = [
3847 "cfg-if",
3848 "hashbrown 0.14.5",
3849 "lock_api",
3850 "once_cell",
3851 "parking_lot_core",
3852]
3853
3854[[package]]
3855name = "dashmap"
3856version = "6.1.0"
3857source = "registry+https://github.com/rust-lang/crates.io-index"
3858checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3859dependencies = [
3860 "cfg-if",
3861 "crossbeam-utils",
3862 "hashbrown 0.14.5",
3863 "lock_api",
3864 "once_cell",
3865 "parking_lot_core",
3866]
3867
3868[[package]]
3869name = "dasp_sample"
3870version = "0.11.0"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3873
3874[[package]]
3875name = "data-encoding"
3876version = "2.6.0"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3879
3880[[package]]
3881name = "data-url"
3882version = "0.3.1"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3885
3886[[package]]
3887name = "db"
3888version = "0.1.0"
3889dependencies = [
3890 "anyhow",
3891 "gpui",
3892 "indoc",
3893 "log",
3894 "paths",
3895 "release_channel",
3896 "smol",
3897 "sqlez",
3898 "sqlez_macros",
3899 "tempfile",
3900 "util",
3901]
3902
3903[[package]]
3904name = "dbus"
3905version = "0.9.7"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3908dependencies = [
3909 "libc",
3910 "libdbus-sys",
3911 "winapi",
3912]
3913
3914[[package]]
3915name = "deepseek"
3916version = "0.1.0"
3917dependencies = [
3918 "anyhow",
3919 "futures 0.3.31",
3920 "http_client",
3921 "schemars",
3922 "serde",
3923 "serde_json",
3924]
3925
3926[[package]]
3927name = "deflate64"
3928version = "0.1.9"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3931
3932[[package]]
3933name = "der"
3934version = "0.6.1"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3937dependencies = [
3938 "const-oid",
3939 "zeroize",
3940]
3941
3942[[package]]
3943name = "der"
3944version = "0.7.9"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3947dependencies = [
3948 "const-oid",
3949 "pem-rfc7468",
3950 "zeroize",
3951]
3952
3953[[package]]
3954name = "deranged"
3955version = "0.3.11"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3958dependencies = [
3959 "powerfmt",
3960 "serde",
3961]
3962
3963[[package]]
3964name = "derive_more"
3965version = "0.99.19"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3968dependencies = [
3969 "convert_case 0.4.0",
3970 "proc-macro2",
3971 "quote",
3972 "rustc_version",
3973 "syn 2.0.100",
3974]
3975
3976[[package]]
3977name = "derive_refineable"
3978version = "0.1.0"
3979dependencies = [
3980 "proc-macro2",
3981 "quote",
3982 "syn 1.0.109",
3983]
3984
3985[[package]]
3986name = "diagnostics"
3987version = "0.1.0"
3988dependencies = [
3989 "anyhow",
3990 "client",
3991 "collections",
3992 "ctor",
3993 "editor",
3994 "env_logger 0.11.7",
3995 "gpui",
3996 "language",
3997 "log",
3998 "lsp",
3999 "pretty_assertions",
4000 "project",
4001 "rand 0.8.5",
4002 "serde",
4003 "serde_json",
4004 "settings",
4005 "theme",
4006 "ui",
4007 "unindent",
4008 "util",
4009 "workspace",
4010]
4011
4012[[package]]
4013name = "dialoguer"
4014version = "0.11.0"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4017dependencies = [
4018 "console",
4019 "fuzzy-matcher",
4020 "shell-words",
4021 "tempfile",
4022 "thiserror 1.0.69",
4023 "zeroize",
4024]
4025
4026[[package]]
4027name = "diff"
4028version = "0.1.13"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4031
4032[[package]]
4033name = "digest"
4034version = "0.10.7"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4037dependencies = [
4038 "block-buffer",
4039 "const-oid",
4040 "crypto-common",
4041 "subtle",
4042]
4043
4044[[package]]
4045name = "dirs"
4046version = "4.0.0"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4049dependencies = [
4050 "dirs-sys 0.3.7",
4051]
4052
4053[[package]]
4054name = "dirs"
4055version = "5.0.1"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4058dependencies = [
4059 "dirs-sys 0.4.1",
4060]
4061
4062[[package]]
4063name = "dirs-sys"
4064version = "0.3.7"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4067dependencies = [
4068 "libc",
4069 "redox_users",
4070 "winapi",
4071]
4072
4073[[package]]
4074name = "dirs-sys"
4075version = "0.4.1"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4078dependencies = [
4079 "libc",
4080 "option-ext",
4081 "redox_users",
4082 "windows-sys 0.48.0",
4083]
4084
4085[[package]]
4086name = "displaydoc"
4087version = "0.2.5"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4090dependencies = [
4091 "proc-macro2",
4092 "quote",
4093 "syn 2.0.100",
4094]
4095
4096[[package]]
4097name = "dlib"
4098version = "0.5.2"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4101dependencies = [
4102 "libloading",
4103]
4104
4105[[package]]
4106name = "docs_preprocessor"
4107version = "0.1.0"
4108dependencies = [
4109 "anyhow",
4110 "clap",
4111 "mdbook",
4112 "regex",
4113 "serde",
4114 "serde_json",
4115 "settings",
4116 "util",
4117]
4118
4119[[package]]
4120name = "dotenvy"
4121version = "0.15.7"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4124
4125[[package]]
4126name = "downcast-rs"
4127version = "1.2.1"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4130
4131[[package]]
4132name = "doxygen-rs"
4133version = "0.4.2"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4136dependencies = [
4137 "phf",
4138]
4139
4140[[package]]
4141name = "dtor"
4142version = "0.0.5"
4143source = "registry+https://github.com/rust-lang/crates.io-index"
4144checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4145dependencies = [
4146 "dtor-proc-macro",
4147]
4148
4149[[package]]
4150name = "dtor-proc-macro"
4151version = "0.0.5"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4154
4155[[package]]
4156name = "dunce"
4157version = "1.0.5"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4160
4161[[package]]
4162name = "dwrote"
4163version = "0.11.2"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4166dependencies = [
4167 "lazy_static",
4168 "libc",
4169 "winapi",
4170 "wio",
4171]
4172
4173[[package]]
4174name = "dyn-clone"
4175version = "1.0.17"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4178
4179[[package]]
4180name = "ec4rs"
4181version = "1.1.1"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4184
4185[[package]]
4186name = "ecdsa"
4187version = "0.14.8"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4190dependencies = [
4191 "der 0.6.1",
4192 "elliptic-curve",
4193 "rfc6979",
4194 "signature 1.6.4",
4195]
4196
4197[[package]]
4198name = "editor"
4199version = "0.1.0"
4200dependencies = [
4201 "aho-corasick",
4202 "anyhow",
4203 "assets",
4204 "buffer_diff",
4205 "chrono",
4206 "client",
4207 "clock",
4208 "collections",
4209 "convert_case 0.8.0",
4210 "ctor",
4211 "db",
4212 "emojis",
4213 "env_logger 0.11.7",
4214 "file_icons",
4215 "fs",
4216 "futures 0.3.31",
4217 "fuzzy",
4218 "git",
4219 "gpui",
4220 "http_client",
4221 "indoc",
4222 "inline_completion",
4223 "itertools 0.14.0",
4224 "language",
4225 "languages",
4226 "linkify",
4227 "log",
4228 "lsp",
4229 "markdown",
4230 "multi_buffer",
4231 "ordered-float 2.10.1",
4232 "parking_lot",
4233 "pretty_assertions",
4234 "project",
4235 "rand 0.8.5",
4236 "release_channel",
4237 "rpc",
4238 "schemars",
4239 "serde",
4240 "serde_json",
4241 "settings",
4242 "smallvec",
4243 "smol",
4244 "snippet",
4245 "sum_tree",
4246 "task",
4247 "telemetry",
4248 "tempfile",
4249 "text",
4250 "theme",
4251 "time",
4252 "time_format",
4253 "tree-sitter-html",
4254 "tree-sitter-rust",
4255 "tree-sitter-typescript",
4256 "ui",
4257 "unicode-script",
4258 "unicode-segmentation",
4259 "unindent",
4260 "url",
4261 "util",
4262 "uuid",
4263 "workspace",
4264 "zed_actions",
4265]
4266
4267[[package]]
4268name = "either"
4269version = "1.13.0"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4272dependencies = [
4273 "serde",
4274]
4275
4276[[package]]
4277name = "elasticlunr-rs"
4278version = "3.0.2"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4281dependencies = [
4282 "regex",
4283 "serde",
4284 "serde_derive",
4285 "serde_json",
4286]
4287
4288[[package]]
4289name = "elliptic-curve"
4290version = "0.12.3"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4293dependencies = [
4294 "base16ct",
4295 "crypto-bigint 0.4.9",
4296 "der 0.6.1",
4297 "digest",
4298 "ff",
4299 "generic-array",
4300 "group",
4301 "pkcs8 0.9.0",
4302 "rand_core 0.6.4",
4303 "sec1",
4304 "subtle",
4305 "zeroize",
4306]
4307
4308[[package]]
4309name = "embed-resource"
4310version = "3.0.2"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4313dependencies = [
4314 "cc",
4315 "memchr",
4316 "rustc_version",
4317 "toml 0.8.20",
4318 "vswhom",
4319 "winreg 0.52.0",
4320]
4321
4322[[package]]
4323name = "embedded-io"
4324version = "0.4.0"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4327
4328[[package]]
4329name = "embedded-io"
4330version = "0.6.1"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4333
4334[[package]]
4335name = "emojis"
4336version = "0.6.4"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4339dependencies = [
4340 "phf",
4341]
4342
4343[[package]]
4344name = "encode_unicode"
4345version = "0.3.6"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4348
4349[[package]]
4350name = "encoding_rs"
4351version = "0.8.35"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4354dependencies = [
4355 "cfg-if",
4356]
4357
4358[[package]]
4359name = "endi"
4360version = "1.1.0"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4363
4364[[package]]
4365name = "enumflags2"
4366version = "0.7.10"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4369dependencies = [
4370 "enumflags2_derive",
4371 "serde",
4372]
4373
4374[[package]]
4375name = "enumflags2_derive"
4376version = "0.7.10"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4379dependencies = [
4380 "proc-macro2",
4381 "quote",
4382 "syn 2.0.100",
4383]
4384
4385[[package]]
4386name = "env_filter"
4387version = "0.1.2"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4390dependencies = [
4391 "log",
4392 "regex",
4393]
4394
4395[[package]]
4396name = "env_home"
4397version = "0.1.0"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4400
4401[[package]]
4402name = "env_logger"
4403version = "0.10.2"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4406dependencies = [
4407 "humantime",
4408 "is-terminal",
4409 "log",
4410 "regex",
4411 "termcolor",
4412]
4413
4414[[package]]
4415name = "env_logger"
4416version = "0.11.7"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4419dependencies = [
4420 "anstream",
4421 "anstyle",
4422 "env_filter",
4423 "jiff",
4424 "log",
4425]
4426
4427[[package]]
4428name = "envy"
4429version = "0.4.2"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4432dependencies = [
4433 "serde",
4434]
4435
4436[[package]]
4437name = "equivalent"
4438version = "1.0.1"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4441
4442[[package]]
4443name = "erased-serde"
4444version = "0.4.5"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4447dependencies = [
4448 "serde",
4449 "typeid",
4450]
4451
4452[[package]]
4453name = "errno"
4454version = "0.2.8"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4457dependencies = [
4458 "errno-dragonfly",
4459 "libc",
4460 "winapi",
4461]
4462
4463[[package]]
4464name = "errno"
4465version = "0.3.10"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4468dependencies = [
4469 "libc",
4470 "windows-sys 0.59.0",
4471]
4472
4473[[package]]
4474name = "errno-dragonfly"
4475version = "0.1.2"
4476source = "registry+https://github.com/rust-lang/crates.io-index"
4477checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4478dependencies = [
4479 "cc",
4480 "libc",
4481]
4482
4483[[package]]
4484name = "etagere"
4485version = "0.2.15"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4488dependencies = [
4489 "euclid",
4490 "svg_fmt",
4491]
4492
4493[[package]]
4494name = "etcetera"
4495version = "0.8.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4498dependencies = [
4499 "cfg-if",
4500 "home",
4501 "windows-sys 0.48.0",
4502]
4503
4504[[package]]
4505name = "euclid"
4506version = "0.22.11"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4509dependencies = [
4510 "num-traits",
4511]
4512
4513[[package]]
4514name = "evals"
4515version = "0.1.0"
4516dependencies = [
4517 "anyhow",
4518 "clap",
4519 "client",
4520 "clock",
4521 "collections",
4522 "env_logger 0.11.7",
4523 "feature_flags",
4524 "fs",
4525 "gpui",
4526 "http_client",
4527 "language",
4528 "languages",
4529 "node_runtime",
4530 "open_ai",
4531 "project",
4532 "reqwest_client",
4533 "semantic_index",
4534 "serde",
4535 "serde_json",
4536 "settings",
4537 "smol",
4538 "util",
4539]
4540
4541[[package]]
4542name = "event-listener"
4543version = "2.5.3"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4546
4547[[package]]
4548name = "event-listener"
4549version = "5.3.1"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4552dependencies = [
4553 "concurrent-queue",
4554 "parking",
4555 "pin-project-lite",
4556]
4557
4558[[package]]
4559name = "event-listener-strategy"
4560version = "0.5.3"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4563dependencies = [
4564 "event-listener 5.3.1",
4565 "pin-project-lite",
4566]
4567
4568[[package]]
4569name = "exec"
4570version = "0.3.1"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4573dependencies = [
4574 "errno 0.2.8",
4575 "libc",
4576]
4577
4578[[package]]
4579name = "exr"
4580version = "1.73.0"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4583dependencies = [
4584 "bit_field",
4585 "half",
4586 "lebe",
4587 "miniz_oxide",
4588 "rayon-core",
4589 "smallvec",
4590 "zune-inflate",
4591]
4592
4593[[package]]
4594name = "extension"
4595version = "0.1.0"
4596dependencies = [
4597 "anyhow",
4598 "async-compression",
4599 "async-tar",
4600 "async-trait",
4601 "collections",
4602 "convert_case 0.8.0",
4603 "fs",
4604 "futures 0.3.31",
4605 "gpui",
4606 "http_client",
4607 "language",
4608 "log",
4609 "lsp",
4610 "parking_lot",
4611 "semantic_version",
4612 "serde",
4613 "serde_json",
4614 "toml 0.8.20",
4615 "util",
4616 "wasm-encoder 0.221.3",
4617 "wasmparser 0.221.3",
4618 "wit-component 0.221.3",
4619]
4620
4621[[package]]
4622name = "extension_cli"
4623version = "0.1.0"
4624dependencies = [
4625 "anyhow",
4626 "clap",
4627 "env_logger 0.11.7",
4628 "extension",
4629 "fs",
4630 "language",
4631 "log",
4632 "reqwest_client",
4633 "rpc",
4634 "serde",
4635 "serde_json",
4636 "theme",
4637 "tokio",
4638 "toml 0.8.20",
4639 "tree-sitter",
4640 "wasmtime",
4641]
4642
4643[[package]]
4644name = "extension_host"
4645version = "0.1.0"
4646dependencies = [
4647 "anyhow",
4648 "async-compression",
4649 "async-tar",
4650 "async-trait",
4651 "client",
4652 "collections",
4653 "context_server_settings",
4654 "ctor",
4655 "env_logger 0.11.7",
4656 "extension",
4657 "fs",
4658 "futures 0.3.31",
4659 "gpui",
4660 "http_client",
4661 "language",
4662 "language_extension",
4663 "log",
4664 "lsp",
4665 "node_runtime",
4666 "parking_lot",
4667 "paths",
4668 "project",
4669 "release_channel",
4670 "remote",
4671 "reqwest_client",
4672 "schemars",
4673 "semantic_version",
4674 "serde",
4675 "serde_json",
4676 "serde_json_lenient",
4677 "settings",
4678 "task",
4679 "telemetry",
4680 "tempfile",
4681 "theme",
4682 "theme_extension",
4683 "toml 0.8.20",
4684 "url",
4685 "util",
4686 "wasmparser 0.221.3",
4687 "wasmtime",
4688 "wasmtime-wasi",
4689]
4690
4691[[package]]
4692name = "extensions_ui"
4693version = "0.1.0"
4694dependencies = [
4695 "anyhow",
4696 "client",
4697 "collections",
4698 "db",
4699 "editor",
4700 "extension_host",
4701 "feature_flags",
4702 "fs",
4703 "fuzzy",
4704 "gpui",
4705 "language",
4706 "num-format",
4707 "picker",
4708 "project",
4709 "release_channel",
4710 "semantic_version",
4711 "serde",
4712 "settings",
4713 "smallvec",
4714 "telemetry",
4715 "theme",
4716 "ui",
4717 "util",
4718 "vim_mode_setting",
4719 "workspace",
4720 "zed_actions",
4721]
4722
4723[[package]]
4724name = "fallible-iterator"
4725version = "0.3.0"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4728
4729[[package]]
4730name = "fancy-regex"
4731version = "0.13.0"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4734dependencies = [
4735 "bit-set 0.5.3",
4736 "regex-automata 0.4.9",
4737 "regex-syntax 0.8.5",
4738]
4739
4740[[package]]
4741name = "fancy-regex"
4742version = "0.14.0"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4745dependencies = [
4746 "bit-set 0.8.0",
4747 "regex-automata 0.4.9",
4748 "regex-syntax 0.8.5",
4749]
4750
4751[[package]]
4752name = "fast-srgb8"
4753version = "1.0.0"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4756
4757[[package]]
4758name = "fastrand"
4759version = "1.9.0"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4762dependencies = [
4763 "instant",
4764]
4765
4766[[package]]
4767name = "fastrand"
4768version = "2.3.0"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4771
4772[[package]]
4773name = "fd-lock"
4774version = "4.0.2"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4777dependencies = [
4778 "cfg-if",
4779 "rustix",
4780 "windows-sys 0.52.0",
4781]
4782
4783[[package]]
4784name = "fdeflate"
4785version = "0.3.7"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4788dependencies = [
4789 "simd-adler32",
4790]
4791
4792[[package]]
4793name = "feature_flags"
4794version = "0.1.0"
4795dependencies = [
4796 "futures 0.3.31",
4797 "gpui",
4798 "smol",
4799]
4800
4801[[package]]
4802name = "feedback"
4803version = "0.1.0"
4804dependencies = [
4805 "anyhow",
4806 "bitflags 2.8.0",
4807 "client",
4808 "db",
4809 "editor",
4810 "futures 0.3.31",
4811 "gpui",
4812 "http_client",
4813 "human_bytes",
4814 "language",
4815 "log",
4816 "menu",
4817 "project",
4818 "regex",
4819 "release_channel",
4820 "serde",
4821 "serde_derive",
4822 "serde_json",
4823 "smol",
4824 "sysinfo",
4825 "ui",
4826 "urlencoding",
4827 "util",
4828 "workspace",
4829 "zed_actions",
4830]
4831
4832[[package]]
4833name = "ff"
4834version = "0.12.1"
4835source = "registry+https://github.com/rust-lang/crates.io-index"
4836checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4837dependencies = [
4838 "rand_core 0.6.4",
4839 "subtle",
4840]
4841
4842[[package]]
4843name = "file_finder"
4844version = "0.1.0"
4845dependencies = [
4846 "anyhow",
4847 "collections",
4848 "ctor",
4849 "editor",
4850 "env_logger 0.11.7",
4851 "file_icons",
4852 "futures 0.3.31",
4853 "fuzzy",
4854 "gpui",
4855 "language",
4856 "menu",
4857 "picker",
4858 "project",
4859 "schemars",
4860 "serde",
4861 "serde_derive",
4862 "serde_json",
4863 "settings",
4864 "text",
4865 "theme",
4866 "ui",
4867 "util",
4868 "workspace",
4869]
4870
4871[[package]]
4872name = "file_icons"
4873version = "0.1.0"
4874dependencies = [
4875 "gpui",
4876 "serde",
4877 "settings",
4878 "theme",
4879 "util",
4880]
4881
4882[[package]]
4883name = "filedescriptor"
4884version = "0.8.3"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4887dependencies = [
4888 "libc",
4889 "thiserror 1.0.69",
4890 "winapi",
4891]
4892
4893[[package]]
4894name = "filetime"
4895version = "0.2.25"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4898dependencies = [
4899 "cfg-if",
4900 "libc",
4901 "libredox",
4902 "windows-sys 0.59.0",
4903]
4904
4905[[package]]
4906name = "fixedbitset"
4907version = "0.4.2"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4910
4911[[package]]
4912name = "flate2"
4913version = "1.0.35"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4916dependencies = [
4917 "crc32fast",
4918 "miniz_oxide",
4919]
4920
4921[[package]]
4922name = "float-cmp"
4923version = "0.9.0"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4926
4927[[package]]
4928name = "float-ord"
4929version = "0.3.2"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4932
4933[[package]]
4934name = "float_next_after"
4935version = "1.0.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4938
4939[[package]]
4940name = "flume"
4941version = "0.11.1"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4944dependencies = [
4945 "futures-core",
4946 "futures-sink",
4947 "nanorand",
4948 "spin",
4949]
4950
4951[[package]]
4952name = "fnv"
4953version = "1.0.7"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4956
4957[[package]]
4958name = "foldhash"
4959version = "0.1.3"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4962
4963[[package]]
4964name = "font-kit"
4965version = "0.14.1"
4966source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4967dependencies = [
4968 "bitflags 2.8.0",
4969 "byteorder",
4970 "core-foundation 0.9.4",
4971 "core-graphics 0.23.2",
4972 "core-text",
4973 "dirs 5.0.1",
4974 "dwrote",
4975 "float-ord",
4976 "freetype-sys",
4977 "lazy_static",
4978 "libc",
4979 "log",
4980 "pathfinder_geometry",
4981 "pathfinder_simd",
4982 "walkdir",
4983 "winapi",
4984 "yeslogic-fontconfig-sys",
4985]
4986
4987[[package]]
4988name = "font-types"
4989version = "0.7.3"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4992dependencies = [
4993 "bytemuck",
4994]
4995
4996[[package]]
4997name = "fontconfig-parser"
4998version = "0.5.7"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5001dependencies = [
5002 "roxmltree",
5003]
5004
5005[[package]]
5006name = "fontdb"
5007version = "0.18.0"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5010dependencies = [
5011 "fontconfig-parser",
5012 "log",
5013 "memmap2",
5014 "slotmap",
5015 "tinyvec",
5016 "ttf-parser 0.21.1",
5017]
5018
5019[[package]]
5020name = "fontdb"
5021version = "0.23.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5024dependencies = [
5025 "fontconfig-parser",
5026 "log",
5027 "memmap2",
5028 "slotmap",
5029 "tinyvec",
5030 "ttf-parser 0.25.1",
5031]
5032
5033[[package]]
5034name = "foreign-types"
5035version = "0.3.2"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5038dependencies = [
5039 "foreign-types-shared 0.1.1",
5040]
5041
5042[[package]]
5043name = "foreign-types"
5044version = "0.5.0"
5045source = "registry+https://github.com/rust-lang/crates.io-index"
5046checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5047dependencies = [
5048 "foreign-types-macros",
5049 "foreign-types-shared 0.3.1",
5050]
5051
5052[[package]]
5053name = "foreign-types-macros"
5054version = "0.2.3"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5057dependencies = [
5058 "proc-macro2",
5059 "quote",
5060 "syn 2.0.100",
5061]
5062
5063[[package]]
5064name = "foreign-types-shared"
5065version = "0.1.1"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5068
5069[[package]]
5070name = "foreign-types-shared"
5071version = "0.3.1"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5074
5075[[package]]
5076name = "fork"
5077version = "0.2.0"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5080dependencies = [
5081 "libc",
5082]
5083
5084[[package]]
5085name = "form_urlencoded"
5086version = "1.2.1"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5089dependencies = [
5090 "percent-encoding",
5091]
5092
5093[[package]]
5094name = "freetype-sys"
5095version = "0.20.1"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5098dependencies = [
5099 "cc",
5100 "libc",
5101 "pkg-config",
5102]
5103
5104[[package]]
5105name = "fs"
5106version = "0.1.0"
5107dependencies = [
5108 "anyhow",
5109 "ashpd",
5110 "async-tar",
5111 "async-trait",
5112 "cocoa 0.26.0",
5113 "collections",
5114 "fsevent",
5115 "futures 0.3.31",
5116 "git",
5117 "git2",
5118 "gpui",
5119 "libc",
5120 "log",
5121 "notify 6.1.1",
5122 "objc",
5123 "parking_lot",
5124 "paths",
5125 "proto",
5126 "rope",
5127 "serde",
5128 "serde_json",
5129 "smol",
5130 "tempfile",
5131 "text",
5132 "time",
5133 "util",
5134 "windows 0.60.0",
5135]
5136
5137[[package]]
5138name = "fs-set-times"
5139version = "0.20.2"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5142dependencies = [
5143 "io-lifetimes",
5144 "rustix",
5145 "windows-sys 0.59.0",
5146]
5147
5148[[package]]
5149name = "fs2"
5150version = "0.4.3"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5153dependencies = [
5154 "libc",
5155 "winapi",
5156]
5157
5158[[package]]
5159name = "fs_extra"
5160version = "1.3.0"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5163
5164[[package]]
5165name = "fsevent"
5166version = "0.1.0"
5167dependencies = [
5168 "bitflags 2.8.0",
5169 "core-foundation 0.9.4",
5170 "fsevent-sys 3.1.0",
5171 "parking_lot",
5172 "tempfile",
5173]
5174
5175[[package]]
5176name = "fsevent-sys"
5177version = "3.1.0"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5180dependencies = [
5181 "libc",
5182]
5183
5184[[package]]
5185name = "fsevent-sys"
5186version = "4.1.0"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5189dependencies = [
5190 "libc",
5191]
5192
5193[[package]]
5194name = "funty"
5195version = "2.0.0"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5198
5199[[package]]
5200name = "futf"
5201version = "0.1.5"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5204dependencies = [
5205 "mac",
5206 "new_debug_unreachable",
5207]
5208
5209[[package]]
5210name = "futures"
5211version = "0.1.31"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5214
5215[[package]]
5216name = "futures"
5217version = "0.3.31"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5220dependencies = [
5221 "futures-channel",
5222 "futures-core",
5223 "futures-executor",
5224 "futures-io",
5225 "futures-sink",
5226 "futures-task",
5227 "futures-util",
5228]
5229
5230[[package]]
5231name = "futures-batch"
5232version = "0.6.1"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5235dependencies = [
5236 "futures 0.3.31",
5237 "futures-timer",
5238 "pin-utils",
5239]
5240
5241[[package]]
5242name = "futures-channel"
5243version = "0.3.31"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5246dependencies = [
5247 "futures-core",
5248 "futures-sink",
5249]
5250
5251[[package]]
5252name = "futures-core"
5253version = "0.3.31"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5256
5257[[package]]
5258name = "futures-executor"
5259version = "0.3.31"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5262dependencies = [
5263 "futures-core",
5264 "futures-task",
5265 "futures-util",
5266]
5267
5268[[package]]
5269name = "futures-intrusive"
5270version = "0.5.0"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5273dependencies = [
5274 "futures-core",
5275 "lock_api",
5276 "parking_lot",
5277]
5278
5279[[package]]
5280name = "futures-io"
5281version = "0.3.31"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5284
5285[[package]]
5286name = "futures-lite"
5287version = "1.13.0"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5290dependencies = [
5291 "fastrand 1.9.0",
5292 "futures-core",
5293 "futures-io",
5294 "memchr",
5295 "parking",
5296 "pin-project-lite",
5297 "waker-fn",
5298]
5299
5300[[package]]
5301name = "futures-lite"
5302version = "2.6.0"
5303source = "registry+https://github.com/rust-lang/crates.io-index"
5304checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5305dependencies = [
5306 "fastrand 2.3.0",
5307 "futures-core",
5308 "futures-io",
5309 "parking",
5310 "pin-project-lite",
5311]
5312
5313[[package]]
5314name = "futures-macro"
5315version = "0.3.31"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5318dependencies = [
5319 "proc-macro2",
5320 "quote",
5321 "syn 2.0.100",
5322]
5323
5324[[package]]
5325name = "futures-sink"
5326version = "0.3.31"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5329
5330[[package]]
5331name = "futures-task"
5332version = "0.3.31"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5335
5336[[package]]
5337name = "futures-timer"
5338version = "3.0.3"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5341
5342[[package]]
5343name = "futures-util"
5344version = "0.3.31"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5347dependencies = [
5348 "futures 0.1.31",
5349 "futures-channel",
5350 "futures-core",
5351 "futures-io",
5352 "futures-macro",
5353 "futures-sink",
5354 "futures-task",
5355 "memchr",
5356 "pin-project-lite",
5357 "pin-utils",
5358 "slab",
5359 "tokio-io",
5360]
5361
5362[[package]]
5363name = "fuzzy"
5364version = "0.1.0"
5365dependencies = [
5366 "gpui",
5367 "log",
5368 "util",
5369]
5370
5371[[package]]
5372name = "fuzzy-matcher"
5373version = "0.3.7"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5376dependencies = [
5377 "thread_local",
5378]
5379
5380[[package]]
5381name = "generic-array"
5382version = "0.14.7"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5385dependencies = [
5386 "typenum",
5387 "version_check",
5388]
5389
5390[[package]]
5391name = "gethostname"
5392version = "0.4.3"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5395dependencies = [
5396 "libc",
5397 "windows-targets 0.48.5",
5398]
5399
5400[[package]]
5401name = "getrandom"
5402version = "0.1.16"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5405dependencies = [
5406 "cfg-if",
5407 "libc",
5408 "wasi 0.9.0+wasi-snapshot-preview1",
5409]
5410
5411[[package]]
5412name = "getrandom"
5413version = "0.2.15"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5416dependencies = [
5417 "cfg-if",
5418 "js-sys",
5419 "libc",
5420 "wasi 0.11.0+wasi-snapshot-preview1",
5421 "wasm-bindgen",
5422]
5423
5424[[package]]
5425name = "getrandom"
5426version = "0.3.1"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5429dependencies = [
5430 "cfg-if",
5431 "libc",
5432 "wasi 0.13.3+wasi-0.2.2",
5433 "windows-targets 0.52.6",
5434]
5435
5436[[package]]
5437name = "gif"
5438version = "0.13.1"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5441dependencies = [
5442 "color_quant",
5443 "weezl",
5444]
5445
5446[[package]]
5447name = "gimli"
5448version = "0.31.1"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5451dependencies = [
5452 "fallible-iterator",
5453 "indexmap",
5454 "stable_deref_trait",
5455]
5456
5457[[package]]
5458name = "git"
5459version = "0.1.0"
5460dependencies = [
5461 "anyhow",
5462 "askpass",
5463 "async-trait",
5464 "collections",
5465 "derive_more",
5466 "futures 0.3.31",
5467 "git2",
5468 "gpui",
5469 "http_client",
5470 "log",
5471 "parking_lot",
5472 "pretty_assertions",
5473 "regex",
5474 "rope",
5475 "schemars",
5476 "serde",
5477 "serde_json",
5478 "smol",
5479 "sum_tree",
5480 "text",
5481 "time",
5482 "unindent",
5483 "url",
5484 "util",
5485]
5486
5487[[package]]
5488name = "git2"
5489version = "0.20.0"
5490source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5491dependencies = [
5492 "bitflags 2.8.0",
5493 "libc",
5494 "libgit2-sys",
5495 "log",
5496 "url",
5497]
5498
5499[[package]]
5500name = "git_hosting_providers"
5501version = "0.1.0"
5502dependencies = [
5503 "anyhow",
5504 "async-trait",
5505 "futures 0.3.31",
5506 "git",
5507 "gpui",
5508 "http_client",
5509 "indoc",
5510 "pretty_assertions",
5511 "regex",
5512 "schemars",
5513 "serde",
5514 "serde_json",
5515 "settings",
5516 "url",
5517 "util",
5518]
5519
5520[[package]]
5521name = "git_ui"
5522version = "0.1.0"
5523dependencies = [
5524 "anyhow",
5525 "askpass",
5526 "assistant_settings",
5527 "buffer_diff",
5528 "chrono",
5529 "collections",
5530 "command_palette_hooks",
5531 "component",
5532 "ctor",
5533 "db",
5534 "editor",
5535 "env_logger 0.11.7",
5536 "futures 0.3.31",
5537 "fuzzy",
5538 "git",
5539 "gpui",
5540 "itertools 0.14.0",
5541 "language",
5542 "language_model",
5543 "linkify",
5544 "linkme",
5545 "log",
5546 "menu",
5547 "multi_buffer",
5548 "notifications",
5549 "panel",
5550 "picker",
5551 "postage",
5552 "pretty_assertions",
5553 "project",
5554 "schemars",
5555 "serde",
5556 "serde_derive",
5557 "serde_json",
5558 "settings",
5559 "smallvec",
5560 "strum",
5561 "telemetry",
5562 "theme",
5563 "time",
5564 "time_format",
5565 "ui",
5566 "unindent",
5567 "util",
5568 "windows 0.60.0",
5569 "workspace",
5570 "zed_actions",
5571]
5572
5573[[package]]
5574name = "glob"
5575version = "0.3.1"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5578
5579[[package]]
5580name = "globset"
5581version = "0.4.16"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5584dependencies = [
5585 "aho-corasick",
5586 "bstr",
5587 "log",
5588 "regex-automata 0.4.9",
5589 "regex-syntax 0.8.5",
5590]
5591
5592[[package]]
5593name = "gloo-timers"
5594version = "0.3.0"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5597dependencies = [
5598 "futures-channel",
5599 "futures-core",
5600 "js-sys",
5601 "wasm-bindgen",
5602]
5603
5604[[package]]
5605name = "glow"
5606version = "0.14.2"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5609dependencies = [
5610 "js-sys",
5611 "slotmap",
5612 "wasm-bindgen",
5613 "web-sys",
5614]
5615
5616[[package]]
5617name = "go_to_line"
5618version = "0.1.0"
5619dependencies = [
5620 "anyhow",
5621 "editor",
5622 "gpui",
5623 "indoc",
5624 "language",
5625 "menu",
5626 "project",
5627 "rope",
5628 "schemars",
5629 "serde",
5630 "serde_json",
5631 "settings",
5632 "text",
5633 "theme",
5634 "tree-sitter-rust",
5635 "tree-sitter-typescript",
5636 "ui",
5637 "util",
5638 "workspace",
5639]
5640
5641[[package]]
5642name = "google_ai"
5643version = "0.1.0"
5644dependencies = [
5645 "anyhow",
5646 "futures 0.3.31",
5647 "http_client",
5648 "schemars",
5649 "serde",
5650 "serde_json",
5651 "strum",
5652]
5653
5654[[package]]
5655name = "gpu-alloc"
5656version = "0.6.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5659dependencies = [
5660 "bitflags 2.8.0",
5661 "gpu-alloc-types",
5662]
5663
5664[[package]]
5665name = "gpu-alloc-ash"
5666version = "0.7.0"
5667source = "registry+https://github.com/rust-lang/crates.io-index"
5668checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5669dependencies = [
5670 "ash",
5671 "gpu-alloc-types",
5672 "tinyvec",
5673]
5674
5675[[package]]
5676name = "gpu-alloc-types"
5677version = "0.3.0"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5680dependencies = [
5681 "bitflags 2.8.0",
5682]
5683
5684[[package]]
5685name = "gpui"
5686version = "0.1.0"
5687dependencies = [
5688 "anyhow",
5689 "as-raw-xcb-connection",
5690 "ashpd",
5691 "async-task",
5692 "backtrace",
5693 "bindgen 0.70.1",
5694 "blade-graphics",
5695 "blade-macros",
5696 "blade-util",
5697 "block",
5698 "bytemuck",
5699 "calloop",
5700 "calloop-wayland-source",
5701 "cbindgen 0.28.0",
5702 "cocoa 0.26.0",
5703 "collections",
5704 "core-foundation 0.9.4",
5705 "core-foundation-sys",
5706 "core-graphics 0.23.2",
5707 "core-text",
5708 "cosmic-text",
5709 "ctor",
5710 "derive_more",
5711 "embed-resource",
5712 "env_logger 0.11.7",
5713 "etagere",
5714 "filedescriptor",
5715 "flume",
5716 "font-kit",
5717 "foreign-types 0.5.0",
5718 "futures 0.3.31",
5719 "gpui_macros",
5720 "http_client",
5721 "image",
5722 "inventory",
5723 "itertools 0.14.0",
5724 "log",
5725 "lyon",
5726 "media",
5727 "metal",
5728 "naga",
5729 "num_cpus",
5730 "objc",
5731 "objc2",
5732 "objc2-metal",
5733 "oo7",
5734 "open",
5735 "parking",
5736 "parking_lot",
5737 "pathfinder_geometry",
5738 "postage",
5739 "profiling",
5740 "rand 0.8.5",
5741 "raw-window-handle",
5742 "refineable",
5743 "reqwest_client",
5744 "resvg",
5745 "schemars",
5746 "seahash",
5747 "semantic_version",
5748 "serde",
5749 "serde_derive",
5750 "serde_json",
5751 "slotmap",
5752 "smallvec",
5753 "smol",
5754 "strum",
5755 "sum_tree",
5756 "taffy",
5757 "thiserror 1.0.69",
5758 "unicode-segmentation",
5759 "usvg",
5760 "util",
5761 "uuid",
5762 "waker-fn",
5763 "wayland-backend",
5764 "wayland-client",
5765 "wayland-cursor",
5766 "wayland-protocols",
5767 "wayland-protocols-plasma",
5768 "windows 0.60.0",
5769 "windows-core 0.60.1",
5770 "x11-clipboard",
5771 "x11rb",
5772 "xim",
5773 "xkbcommon",
5774]
5775
5776[[package]]
5777name = "gpui_macros"
5778version = "0.1.0"
5779dependencies = [
5780 "gpui",
5781 "proc-macro2",
5782 "quote",
5783 "syn 1.0.109",
5784]
5785
5786[[package]]
5787name = "gpui_tokio"
5788version = "0.1.0"
5789dependencies = [
5790 "gpui",
5791 "tokio",
5792 "util",
5793]
5794
5795[[package]]
5796name = "grid"
5797version = "0.13.0"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5800
5801[[package]]
5802name = "group"
5803version = "0.12.1"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
5805checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5806dependencies = [
5807 "ff",
5808 "rand_core 0.6.4",
5809 "subtle",
5810]
5811
5812[[package]]
5813name = "h2"
5814version = "0.3.26"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5817dependencies = [
5818 "bytes 1.10.1",
5819 "fnv",
5820 "futures-core",
5821 "futures-sink",
5822 "futures-util",
5823 "http 0.2.12",
5824 "indexmap",
5825 "slab",
5826 "tokio",
5827 "tokio-util",
5828 "tracing",
5829]
5830
5831[[package]]
5832name = "h2"
5833version = "0.4.7"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
5835checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5836dependencies = [
5837 "atomic-waker",
5838 "bytes 1.10.1",
5839 "fnv",
5840 "futures-core",
5841 "futures-sink",
5842 "http 1.2.0",
5843 "indexmap",
5844 "slab",
5845 "tokio",
5846 "tokio-util",
5847 "tracing",
5848]
5849
5850[[package]]
5851name = "half"
5852version = "2.4.1"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5855dependencies = [
5856 "cfg-if",
5857 "crunchy",
5858]
5859
5860[[package]]
5861name = "handlebars"
5862version = "4.5.0"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5865dependencies = [
5866 "log",
5867 "pest",
5868 "pest_derive",
5869 "serde",
5870 "serde_json",
5871 "thiserror 1.0.69",
5872]
5873
5874[[package]]
5875name = "handlebars"
5876version = "6.2.0"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5879dependencies = [
5880 "log",
5881 "num-order",
5882 "pest",
5883 "pest_derive",
5884 "serde",
5885 "serde_json",
5886 "thiserror 1.0.69",
5887]
5888
5889[[package]]
5890name = "hashbrown"
5891version = "0.12.3"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5894dependencies = [
5895 "ahash 0.7.8",
5896]
5897
5898[[package]]
5899name = "hashbrown"
5900version = "0.14.5"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5903dependencies = [
5904 "ahash 0.8.11",
5905 "allocator-api2",
5906]
5907
5908[[package]]
5909name = "hashbrown"
5910version = "0.15.2"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5913dependencies = [
5914 "allocator-api2",
5915 "equivalent",
5916 "foldhash",
5917 "serde",
5918]
5919
5920[[package]]
5921name = "hashlink"
5922version = "0.8.4"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5925dependencies = [
5926 "hashbrown 0.14.5",
5927]
5928
5929[[package]]
5930name = "hashlink"
5931version = "0.10.0"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5934dependencies = [
5935 "hashbrown 0.15.2",
5936]
5937
5938[[package]]
5939name = "headers"
5940version = "0.3.9"
5941source = "registry+https://github.com/rust-lang/crates.io-index"
5942checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5943dependencies = [
5944 "base64 0.21.7",
5945 "bytes 1.10.1",
5946 "headers-core",
5947 "http 0.2.12",
5948 "httpdate",
5949 "mime",
5950 "sha1",
5951]
5952
5953[[package]]
5954name = "headers-core"
5955version = "0.2.0"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5958dependencies = [
5959 "http 0.2.12",
5960]
5961
5962[[package]]
5963name = "heck"
5964version = "0.3.3"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5967dependencies = [
5968 "unicode-segmentation",
5969]
5970
5971[[package]]
5972name = "heck"
5973version = "0.4.1"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5976dependencies = [
5977 "unicode-segmentation",
5978]
5979
5980[[package]]
5981name = "heck"
5982version = "0.5.0"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5985
5986[[package]]
5987name = "heed"
5988version = "0.21.0"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5991dependencies = [
5992 "bitflags 2.8.0",
5993 "byteorder",
5994 "heed-traits",
5995 "heed-types",
5996 "libc",
5997 "lmdb-master-sys",
5998 "once_cell",
5999 "page_size",
6000 "serde",
6001 "synchronoise",
6002 "url",
6003]
6004
6005[[package]]
6006name = "heed-traits"
6007version = "0.20.0"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6010
6011[[package]]
6012name = "heed-types"
6013version = "0.21.0"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6016dependencies = [
6017 "bincode",
6018 "byteorder",
6019 "heed-traits",
6020 "serde",
6021 "serde_json",
6022]
6023
6024[[package]]
6025name = "hermit-abi"
6026version = "0.3.9"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6029
6030[[package]]
6031name = "hermit-abi"
6032version = "0.4.0"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6035
6036[[package]]
6037name = "hex"
6038version = "0.4.3"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6041
6042[[package]]
6043name = "hexf-parse"
6044version = "0.2.1"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6047
6048[[package]]
6049name = "hidden-trait"
6050version = "0.1.2"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6053dependencies = [
6054 "proc-macro2",
6055 "quote",
6056 "syn 1.0.109",
6057]
6058
6059[[package]]
6060name = "hkdf"
6061version = "0.12.4"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6064dependencies = [
6065 "hmac",
6066]
6067
6068[[package]]
6069name = "hmac"
6070version = "0.12.1"
6071source = "registry+https://github.com/rust-lang/crates.io-index"
6072checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6073dependencies = [
6074 "digest",
6075]
6076
6077[[package]]
6078name = "home"
6079version = "0.5.9"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6082dependencies = [
6083 "windows-sys 0.52.0",
6084]
6085
6086[[package]]
6087name = "hound"
6088version = "3.5.1"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6091
6092[[package]]
6093name = "html5ever"
6094version = "0.27.0"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6097dependencies = [
6098 "log",
6099 "mac",
6100 "markup5ever",
6101 "proc-macro2",
6102 "quote",
6103 "syn 2.0.100",
6104]
6105
6106[[package]]
6107name = "html_to_markdown"
6108version = "0.1.0"
6109dependencies = [
6110 "anyhow",
6111 "html5ever",
6112 "indoc",
6113 "markup5ever_rcdom",
6114 "pretty_assertions",
6115 "regex",
6116]
6117
6118[[package]]
6119name = "http"
6120version = "0.2.12"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6123dependencies = [
6124 "bytes 1.10.1",
6125 "fnv",
6126 "itoa",
6127]
6128
6129[[package]]
6130name = "http"
6131version = "1.2.0"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6134dependencies = [
6135 "bytes 1.10.1",
6136 "fnv",
6137 "itoa",
6138]
6139
6140[[package]]
6141name = "http-body"
6142version = "0.4.6"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6145dependencies = [
6146 "bytes 1.10.1",
6147 "http 0.2.12",
6148 "pin-project-lite",
6149]
6150
6151[[package]]
6152name = "http-body"
6153version = "1.0.1"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6156dependencies = [
6157 "bytes 1.10.1",
6158 "http 1.2.0",
6159]
6160
6161[[package]]
6162name = "http-body-util"
6163version = "0.1.2"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6166dependencies = [
6167 "bytes 1.10.1",
6168 "futures-util",
6169 "http 1.2.0",
6170 "http-body 1.0.1",
6171 "pin-project-lite",
6172]
6173
6174[[package]]
6175name = "http-range-header"
6176version = "0.3.1"
6177source = "registry+https://github.com/rust-lang/crates.io-index"
6178checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6179
6180[[package]]
6181name = "http-types"
6182version = "2.12.0"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6185dependencies = [
6186 "anyhow",
6187 "async-channel 1.9.0",
6188 "base64 0.13.1",
6189 "futures-lite 1.13.0",
6190 "http 0.2.12",
6191 "infer",
6192 "pin-project-lite",
6193 "rand 0.7.3",
6194 "serde",
6195 "serde_json",
6196 "serde_qs 0.8.5",
6197 "serde_urlencoded",
6198 "url",
6199]
6200
6201[[package]]
6202name = "http_client"
6203version = "0.1.0"
6204dependencies = [
6205 "anyhow",
6206 "bytes 1.10.1",
6207 "derive_more",
6208 "futures 0.3.31",
6209 "http 1.2.0",
6210 "log",
6211 "serde",
6212 "serde_json",
6213 "url",
6214]
6215
6216[[package]]
6217name = "http_client_tls"
6218version = "0.1.0"
6219dependencies = [
6220 "rustls 0.23.23",
6221 "rustls-platform-verifier",
6222]
6223
6224[[package]]
6225name = "httparse"
6226version = "1.9.5"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6229
6230[[package]]
6231name = "httpdate"
6232version = "1.0.3"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6235
6236[[package]]
6237name = "human_bytes"
6238version = "0.4.3"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6241
6242[[package]]
6243name = "humantime"
6244version = "2.1.0"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6247
6248[[package]]
6249name = "hyper"
6250version = "0.14.32"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6253dependencies = [
6254 "bytes 1.10.1",
6255 "futures-channel",
6256 "futures-core",
6257 "futures-util",
6258 "h2 0.3.26",
6259 "http 0.2.12",
6260 "http-body 0.4.6",
6261 "httparse",
6262 "httpdate",
6263 "itoa",
6264 "pin-project-lite",
6265 "socket2",
6266 "tokio",
6267 "tower-service",
6268 "tracing",
6269 "want",
6270]
6271
6272[[package]]
6273name = "hyper"
6274version = "1.5.1"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6277dependencies = [
6278 "bytes 1.10.1",
6279 "futures-channel",
6280 "futures-util",
6281 "h2 0.4.7",
6282 "http 1.2.0",
6283 "http-body 1.0.1",
6284 "httparse",
6285 "itoa",
6286 "pin-project-lite",
6287 "smallvec",
6288 "tokio",
6289 "want",
6290]
6291
6292[[package]]
6293name = "hyper-rustls"
6294version = "0.24.2"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6297dependencies = [
6298 "futures-util",
6299 "http 0.2.12",
6300 "hyper 0.14.32",
6301 "log",
6302 "rustls 0.21.12",
6303 "rustls-native-certs 0.6.3",
6304 "tokio",
6305 "tokio-rustls 0.24.1",
6306]
6307
6308[[package]]
6309name = "hyper-rustls"
6310version = "0.27.3"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6313dependencies = [
6314 "futures-util",
6315 "http 1.2.0",
6316 "hyper 1.5.1",
6317 "hyper-util",
6318 "rustls 0.23.23",
6319 "rustls-native-certs 0.8.1",
6320 "rustls-pki-types",
6321 "tokio",
6322 "tokio-rustls 0.26.1",
6323 "tower-service",
6324]
6325
6326[[package]]
6327name = "hyper-tls"
6328version = "0.5.0"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6331dependencies = [
6332 "bytes 1.10.1",
6333 "hyper 0.14.32",
6334 "native-tls",
6335 "tokio",
6336 "tokio-native-tls",
6337]
6338
6339[[package]]
6340name = "hyper-util"
6341version = "0.1.10"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6344dependencies = [
6345 "bytes 1.10.1",
6346 "futures-channel",
6347 "futures-util",
6348 "http 1.2.0",
6349 "http-body 1.0.1",
6350 "hyper 1.5.1",
6351 "pin-project-lite",
6352 "socket2",
6353 "tokio",
6354 "tower-service",
6355 "tracing",
6356]
6357
6358[[package]]
6359name = "iana-time-zone"
6360version = "0.1.61"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6363dependencies = [
6364 "android_system_properties",
6365 "core-foundation-sys",
6366 "iana-time-zone-haiku",
6367 "js-sys",
6368 "wasm-bindgen",
6369 "windows-core 0.52.0",
6370]
6371
6372[[package]]
6373name = "iana-time-zone-haiku"
6374version = "0.1.2"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6377dependencies = [
6378 "cc",
6379]
6380
6381[[package]]
6382name = "icu_collections"
6383version = "1.5.0"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6386dependencies = [
6387 "displaydoc",
6388 "yoke",
6389 "zerofrom",
6390 "zerovec",
6391]
6392
6393[[package]]
6394name = "icu_locid"
6395version = "1.5.0"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6398dependencies = [
6399 "displaydoc",
6400 "litemap",
6401 "tinystr",
6402 "writeable",
6403 "zerovec",
6404]
6405
6406[[package]]
6407name = "icu_locid_transform"
6408version = "1.5.0"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6411dependencies = [
6412 "displaydoc",
6413 "icu_locid",
6414 "icu_locid_transform_data",
6415 "icu_provider",
6416 "tinystr",
6417 "zerovec",
6418]
6419
6420[[package]]
6421name = "icu_locid_transform_data"
6422version = "1.5.0"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6425
6426[[package]]
6427name = "icu_normalizer"
6428version = "1.5.0"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6431dependencies = [
6432 "displaydoc",
6433 "icu_collections",
6434 "icu_normalizer_data",
6435 "icu_properties",
6436 "icu_provider",
6437 "smallvec",
6438 "utf16_iter",
6439 "utf8_iter",
6440 "write16",
6441 "zerovec",
6442]
6443
6444[[package]]
6445name = "icu_normalizer_data"
6446version = "1.5.0"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6449
6450[[package]]
6451name = "icu_properties"
6452version = "1.5.1"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6455dependencies = [
6456 "displaydoc",
6457 "icu_collections",
6458 "icu_locid_transform",
6459 "icu_properties_data",
6460 "icu_provider",
6461 "tinystr",
6462 "zerovec",
6463]
6464
6465[[package]]
6466name = "icu_properties_data"
6467version = "1.5.0"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6470
6471[[package]]
6472name = "icu_provider"
6473version = "1.5.0"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6476dependencies = [
6477 "displaydoc",
6478 "icu_locid",
6479 "icu_provider_macros",
6480 "stable_deref_trait",
6481 "tinystr",
6482 "writeable",
6483 "yoke",
6484 "zerofrom",
6485 "zerovec",
6486]
6487
6488[[package]]
6489name = "icu_provider_macros"
6490version = "1.5.0"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6493dependencies = [
6494 "proc-macro2",
6495 "quote",
6496 "syn 2.0.100",
6497]
6498
6499[[package]]
6500name = "id-arena"
6501version = "2.2.1"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6504
6505[[package]]
6506name = "idna"
6507version = "1.0.3"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6510dependencies = [
6511 "idna_adapter",
6512 "smallvec",
6513 "utf8_iter",
6514]
6515
6516[[package]]
6517name = "idna_adapter"
6518version = "1.2.0"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6521dependencies = [
6522 "icu_normalizer",
6523 "icu_properties",
6524]
6525
6526[[package]]
6527name = "ignore"
6528version = "0.4.23"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6531dependencies = [
6532 "crossbeam-deque",
6533 "globset",
6534 "log",
6535 "memchr",
6536 "regex-automata 0.4.9",
6537 "same-file",
6538 "walkdir",
6539 "winapi-util",
6540]
6541
6542[[package]]
6543name = "image"
6544version = "0.25.5"
6545source = "registry+https://github.com/rust-lang/crates.io-index"
6546checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6547dependencies = [
6548 "bytemuck",
6549 "byteorder-lite",
6550 "color_quant",
6551 "exr",
6552 "gif",
6553 "image-webp",
6554 "num-traits",
6555 "png",
6556 "qoi",
6557 "ravif",
6558 "rayon",
6559 "rgb",
6560 "tiff",
6561 "zune-core",
6562 "zune-jpeg",
6563]
6564
6565[[package]]
6566name = "image-webp"
6567version = "0.2.0"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6570dependencies = [
6571 "byteorder-lite",
6572 "quick-error",
6573]
6574
6575[[package]]
6576name = "image_viewer"
6577version = "0.1.0"
6578dependencies = [
6579 "anyhow",
6580 "db",
6581 "editor",
6582 "file_icons",
6583 "gpui",
6584 "project",
6585 "schemars",
6586 "serde",
6587 "settings",
6588 "theme",
6589 "ui",
6590 "util",
6591 "workspace",
6592]
6593
6594[[package]]
6595name = "imagesize"
6596version = "0.13.0"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6599
6600[[package]]
6601name = "imara-diff"
6602version = "0.1.8"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6605dependencies = [
6606 "hashbrown 0.15.2",
6607]
6608
6609[[package]]
6610name = "imgref"
6611version = "1.11.0"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6614
6615[[package]]
6616name = "indexed_docs"
6617version = "0.1.0"
6618dependencies = [
6619 "anyhow",
6620 "async-trait",
6621 "cargo_metadata",
6622 "collections",
6623 "derive_more",
6624 "extension",
6625 "fs",
6626 "futures 0.3.31",
6627 "fuzzy",
6628 "gpui",
6629 "heed",
6630 "html_to_markdown",
6631 "http_client",
6632 "indexmap",
6633 "indoc",
6634 "parking_lot",
6635 "paths",
6636 "pretty_assertions",
6637 "serde",
6638 "strum",
6639 "util",
6640]
6641
6642[[package]]
6643name = "indexmap"
6644version = "2.7.1"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6647dependencies = [
6648 "equivalent",
6649 "hashbrown 0.15.2",
6650 "serde",
6651]
6652
6653[[package]]
6654name = "indoc"
6655version = "2.0.6"
6656source = "registry+https://github.com/rust-lang/crates.io-index"
6657checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6658
6659[[package]]
6660name = "infer"
6661version = "0.2.3"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6664
6665[[package]]
6666name = "inherent"
6667version = "1.0.11"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6670dependencies = [
6671 "proc-macro2",
6672 "quote",
6673 "syn 2.0.100",
6674]
6675
6676[[package]]
6677name = "inline_completion"
6678version = "0.1.0"
6679dependencies = [
6680 "gpui",
6681 "language",
6682 "project",
6683]
6684
6685[[package]]
6686name = "inline_completion_button"
6687version = "0.1.0"
6688dependencies = [
6689 "anyhow",
6690 "client",
6691 "copilot",
6692 "editor",
6693 "feature_flags",
6694 "fs",
6695 "futures 0.3.31",
6696 "gpui",
6697 "indoc",
6698 "inline_completion",
6699 "language",
6700 "lsp",
6701 "paths",
6702 "project",
6703 "regex",
6704 "serde_json",
6705 "settings",
6706 "supermaven",
6707 "telemetry",
6708 "theme",
6709 "ui",
6710 "workspace",
6711 "zed_actions",
6712 "zeta",
6713]
6714
6715[[package]]
6716name = "inotify"
6717version = "0.9.6"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6720dependencies = [
6721 "bitflags 1.3.2",
6722 "inotify-sys",
6723 "libc",
6724]
6725
6726[[package]]
6727name = "inotify"
6728version = "0.11.0"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6731dependencies = [
6732 "bitflags 2.8.0",
6733 "inotify-sys",
6734 "libc",
6735]
6736
6737[[package]]
6738name = "inotify-sys"
6739version = "0.1.5"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6742dependencies = [
6743 "libc",
6744]
6745
6746[[package]]
6747name = "inout"
6748version = "0.1.3"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6751dependencies = [
6752 "block-padding",
6753 "generic-array",
6754]
6755
6756[[package]]
6757name = "install_cli"
6758version = "0.1.0"
6759dependencies = [
6760 "anyhow",
6761 "gpui",
6762 "smol",
6763 "util",
6764]
6765
6766[[package]]
6767name = "instant"
6768version = "0.1.13"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6771dependencies = [
6772 "cfg-if",
6773]
6774
6775[[package]]
6776name = "interpolate_name"
6777version = "0.2.4"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6780dependencies = [
6781 "proc-macro2",
6782 "quote",
6783 "syn 2.0.100",
6784]
6785
6786[[package]]
6787name = "inventory"
6788version = "0.3.20"
6789source = "registry+https://github.com/rust-lang/crates.io-index"
6790checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6791dependencies = [
6792 "rustversion",
6793]
6794
6795[[package]]
6796name = "io-extras"
6797version = "0.18.4"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6800dependencies = [
6801 "io-lifetimes",
6802 "windows-sys 0.59.0",
6803]
6804
6805[[package]]
6806name = "io-lifetimes"
6807version = "2.0.4"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6810
6811[[package]]
6812name = "iovec"
6813version = "0.1.4"
6814source = "registry+https://github.com/rust-lang/crates.io-index"
6815checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6816dependencies = [
6817 "libc",
6818]
6819
6820[[package]]
6821name = "ipc-channel"
6822version = "0.19.0"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6825dependencies = [
6826 "bincode",
6827 "crossbeam-channel",
6828 "fnv",
6829 "lazy_static",
6830 "libc",
6831 "mio 1.0.3",
6832 "rand 0.8.5",
6833 "serde",
6834 "tempfile",
6835 "uuid",
6836 "windows 0.58.0",
6837]
6838
6839[[package]]
6840name = "ipnet"
6841version = "2.10.1"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6844
6845[[package]]
6846name = "is-docker"
6847version = "0.2.0"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6850dependencies = [
6851 "once_cell",
6852]
6853
6854[[package]]
6855name = "is-terminal"
6856version = "0.4.13"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6859dependencies = [
6860 "hermit-abi 0.4.0",
6861 "libc",
6862 "windows-sys 0.52.0",
6863]
6864
6865[[package]]
6866name = "is-wsl"
6867version = "0.4.0"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6870dependencies = [
6871 "is-docker",
6872 "once_cell",
6873]
6874
6875[[package]]
6876name = "is_terminal_polyfill"
6877version = "1.70.1"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6880
6881[[package]]
6882name = "itertools"
6883version = "0.10.5"
6884source = "registry+https://github.com/rust-lang/crates.io-index"
6885checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6886dependencies = [
6887 "either",
6888]
6889
6890[[package]]
6891name = "itertools"
6892version = "0.11.0"
6893source = "registry+https://github.com/rust-lang/crates.io-index"
6894checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6895dependencies = [
6896 "either",
6897]
6898
6899[[package]]
6900name = "itertools"
6901version = "0.12.1"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6904dependencies = [
6905 "either",
6906]
6907
6908[[package]]
6909name = "itertools"
6910version = "0.14.0"
6911source = "registry+https://github.com/rust-lang/crates.io-index"
6912checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6913dependencies = [
6914 "either",
6915]
6916
6917[[package]]
6918name = "itoa"
6919version = "1.0.14"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6922
6923[[package]]
6924name = "jiff"
6925version = "0.2.4"
6926source = "registry+https://github.com/rust-lang/crates.io-index"
6927checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6928dependencies = [
6929 "jiff-static",
6930 "log",
6931 "portable-atomic",
6932 "portable-atomic-util",
6933 "serde",
6934]
6935
6936[[package]]
6937name = "jiff-static"
6938version = "0.2.4"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6941dependencies = [
6942 "proc-macro2",
6943 "quote",
6944 "syn 2.0.100",
6945]
6946
6947[[package]]
6948name = "jni"
6949version = "0.21.1"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6952dependencies = [
6953 "cesu8",
6954 "cfg-if",
6955 "combine",
6956 "jni-sys",
6957 "log",
6958 "thiserror 1.0.69",
6959 "walkdir",
6960 "windows-sys 0.45.0",
6961]
6962
6963[[package]]
6964name = "jni-sys"
6965version = "0.3.0"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6968
6969[[package]]
6970name = "jobserver"
6971version = "0.1.32"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6974dependencies = [
6975 "libc",
6976]
6977
6978[[package]]
6979name = "journal"
6980version = "0.1.0"
6981dependencies = [
6982 "anyhow",
6983 "chrono",
6984 "editor",
6985 "gpui",
6986 "log",
6987 "schemars",
6988 "serde",
6989 "settings",
6990 "shellexpand 2.1.2",
6991 "workspace",
6992]
6993
6994[[package]]
6995name = "jpeg-decoder"
6996version = "0.3.1"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6999
7000[[package]]
7001name = "js-sys"
7002version = "0.3.76"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
7005dependencies = [
7006 "once_cell",
7007 "wasm-bindgen",
7008]
7009
7010[[package]]
7011name = "jsonwebtoken"
7012version = "9.3.1"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7015dependencies = [
7016 "base64 0.22.1",
7017 "js-sys",
7018 "pem",
7019 "ring",
7020 "serde",
7021 "serde_json",
7022 "simple_asn1",
7023]
7024
7025[[package]]
7026name = "jupyter-protocol"
7027version = "0.6.0"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7030dependencies = [
7031 "anyhow",
7032 "async-trait",
7033 "bytes 1.10.1",
7034 "chrono",
7035 "futures 0.3.31",
7036 "serde",
7037 "serde_json",
7038 "uuid",
7039]
7040
7041[[package]]
7042name = "jupyter-websocket-client"
7043version = "0.9.0"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7046dependencies = [
7047 "anyhow",
7048 "async-trait",
7049 "async-tungstenite",
7050 "futures 0.3.31",
7051 "jupyter-protocol",
7052 "serde",
7053 "serde_json",
7054 "url",
7055 "uuid",
7056]
7057
7058[[package]]
7059name = "khronos-egl"
7060version = "6.0.0"
7061source = "registry+https://github.com/rust-lang/crates.io-index"
7062checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7063dependencies = [
7064 "libc",
7065 "libloading",
7066]
7067
7068[[package]]
7069name = "kqueue"
7070version = "1.0.8"
7071source = "registry+https://github.com/rust-lang/crates.io-index"
7072checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7073dependencies = [
7074 "kqueue-sys",
7075 "libc",
7076]
7077
7078[[package]]
7079name = "kqueue-sys"
7080version = "1.0.4"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7083dependencies = [
7084 "bitflags 1.3.2",
7085 "libc",
7086]
7087
7088[[package]]
7089name = "kurbo"
7090version = "0.11.1"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7093dependencies = [
7094 "arrayvec",
7095 "smallvec",
7096]
7097
7098[[package]]
7099name = "kv-log-macro"
7100version = "1.0.7"
7101source = "registry+https://github.com/rust-lang/crates.io-index"
7102checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7103dependencies = [
7104 "log",
7105]
7106
7107[[package]]
7108name = "language"
7109version = "0.1.0"
7110dependencies = [
7111 "anyhow",
7112 "async-trait",
7113 "async-watch",
7114 "clock",
7115 "collections",
7116 "ctor",
7117 "ec4rs",
7118 "env_logger 0.11.7",
7119 "fs",
7120 "futures 0.3.31",
7121 "fuzzy",
7122 "globset",
7123 "gpui",
7124 "http_client",
7125 "imara-diff",
7126 "indoc",
7127 "itertools 0.14.0",
7128 "log",
7129 "lsp",
7130 "parking_lot",
7131 "postage",
7132 "pretty_assertions",
7133 "rand 0.8.5",
7134 "regex",
7135 "rpc",
7136 "schemars",
7137 "serde",
7138 "serde_json",
7139 "settings",
7140 "smallvec",
7141 "smol",
7142 "streaming-iterator",
7143 "strsim",
7144 "sum_tree",
7145 "task",
7146 "text",
7147 "theme",
7148 "tree-sitter",
7149 "tree-sitter-elixir",
7150 "tree-sitter-embedded-template",
7151 "tree-sitter-heex",
7152 "tree-sitter-html",
7153 "tree-sitter-json",
7154 "tree-sitter-md",
7155 "tree-sitter-ruby",
7156 "tree-sitter-rust",
7157 "tree-sitter-typescript",
7158 "unicase",
7159 "unindent",
7160 "util",
7161]
7162
7163[[package]]
7164name = "language_extension"
7165version = "0.1.0"
7166dependencies = [
7167 "anyhow",
7168 "async-trait",
7169 "collections",
7170 "extension",
7171 "fs",
7172 "futures 0.3.31",
7173 "gpui",
7174 "language",
7175 "lsp",
7176 "serde",
7177 "serde_json",
7178 "util",
7179]
7180
7181[[package]]
7182name = "language_model"
7183version = "0.1.0"
7184dependencies = [
7185 "anthropic",
7186 "anyhow",
7187 "base64 0.22.1",
7188 "client",
7189 "collections",
7190 "futures 0.3.31",
7191 "google_ai",
7192 "gpui",
7193 "http_client",
7194 "image",
7195 "log",
7196 "open_ai",
7197 "parking_lot",
7198 "proto",
7199 "schemars",
7200 "serde",
7201 "serde_json",
7202 "smol",
7203 "strum",
7204 "telemetry_events",
7205 "thiserror 1.0.69",
7206 "ui",
7207 "util",
7208]
7209
7210[[package]]
7211name = "language_model_selector"
7212version = "0.1.0"
7213dependencies = [
7214 "feature_flags",
7215 "gpui",
7216 "language_model",
7217 "log",
7218 "picker",
7219 "proto",
7220 "ui",
7221 "workspace",
7222 "zed_actions",
7223]
7224
7225[[package]]
7226name = "language_models"
7227version = "0.1.0"
7228dependencies = [
7229 "anthropic",
7230 "anyhow",
7231 "aws-config",
7232 "aws-credential-types",
7233 "aws_http_client",
7234 "bedrock",
7235 "client",
7236 "collections",
7237 "copilot",
7238 "credentials_provider",
7239 "deepseek",
7240 "editor",
7241 "feature_flags",
7242 "fs",
7243 "futures 0.3.31",
7244 "google_ai",
7245 "gpui",
7246 "gpui_tokio",
7247 "http_client",
7248 "language_model",
7249 "lmstudio",
7250 "log",
7251 "menu",
7252 "mistral",
7253 "ollama",
7254 "open_ai",
7255 "project",
7256 "proto",
7257 "schemars",
7258 "serde",
7259 "serde_json",
7260 "settings",
7261 "smol",
7262 "strum",
7263 "theme",
7264 "tiktoken-rs",
7265 "tokio",
7266 "ui",
7267 "util",
7268]
7269
7270[[package]]
7271name = "language_selector"
7272version = "0.1.0"
7273dependencies = [
7274 "anyhow",
7275 "editor",
7276 "file_finder",
7277 "file_icons",
7278 "fuzzy",
7279 "gpui",
7280 "language",
7281 "picker",
7282 "project",
7283 "settings",
7284 "ui",
7285 "util",
7286 "workspace",
7287]
7288
7289[[package]]
7290name = "language_tools"
7291version = "0.1.0"
7292dependencies = [
7293 "anyhow",
7294 "client",
7295 "collections",
7296 "copilot",
7297 "editor",
7298 "env_logger 0.11.7",
7299 "futures 0.3.31",
7300 "gpui",
7301 "itertools 0.14.0",
7302 "language",
7303 "lsp",
7304 "project",
7305 "release_channel",
7306 "serde_json",
7307 "settings",
7308 "theme",
7309 "tree-sitter",
7310 "ui",
7311 "util",
7312 "workspace",
7313 "zed_actions",
7314]
7315
7316[[package]]
7317name = "languages"
7318version = "0.1.0"
7319dependencies = [
7320 "anyhow",
7321 "async-compression",
7322 "async-tar",
7323 "async-trait",
7324 "collections",
7325 "futures 0.3.31",
7326 "gpui",
7327 "http_client",
7328 "language",
7329 "log",
7330 "lsp",
7331 "node_runtime",
7332 "paths",
7333 "pet",
7334 "pet-conda",
7335 "pet-core",
7336 "pet-fs",
7337 "pet-poetry",
7338 "pet-reporter",
7339 "pretty_assertions",
7340 "project",
7341 "regex",
7342 "rope",
7343 "rust-embed",
7344 "serde",
7345 "serde_json",
7346 "settings",
7347 "smol",
7348 "snippet_provider",
7349 "task",
7350 "text",
7351 "theme",
7352 "toml 0.8.20",
7353 "tree-sitter",
7354 "tree-sitter-bash",
7355 "tree-sitter-c",
7356 "tree-sitter-cpp",
7357 "tree-sitter-css",
7358 "tree-sitter-diff",
7359 "tree-sitter-gitcommit",
7360 "tree-sitter-go",
7361 "tree-sitter-gomod",
7362 "tree-sitter-gowork",
7363 "tree-sitter-jsdoc",
7364 "tree-sitter-json",
7365 "tree-sitter-md",
7366 "tree-sitter-python",
7367 "tree-sitter-regex",
7368 "tree-sitter-rust",
7369 "tree-sitter-typescript",
7370 "tree-sitter-yaml",
7371 "unindent",
7372 "util",
7373 "workspace",
7374]
7375
7376[[package]]
7377name = "lazy_static"
7378version = "1.5.0"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7381dependencies = [
7382 "spin",
7383]
7384
7385[[package]]
7386name = "lazycell"
7387version = "1.3.0"
7388source = "registry+https://github.com/rust-lang/crates.io-index"
7389checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7390
7391[[package]]
7392name = "leb128"
7393version = "0.2.5"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7396
7397[[package]]
7398name = "lebe"
7399version = "0.5.2"
7400source = "registry+https://github.com/rust-lang/crates.io-index"
7401checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7402
7403[[package]]
7404name = "libc"
7405version = "0.2.171"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7408
7409[[package]]
7410name = "libdbus-sys"
7411version = "0.2.5"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7414dependencies = [
7415 "cc",
7416 "pkg-config",
7417]
7418
7419[[package]]
7420name = "libfuzzer-sys"
7421version = "0.4.8"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7424dependencies = [
7425 "arbitrary",
7426 "cc",
7427]
7428
7429[[package]]
7430name = "libgit2-sys"
7431version = "0.18.0+1.9.0"
7432source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7433dependencies = [
7434 "cc",
7435 "libc",
7436 "libz-sys",
7437 "pkg-config",
7438]
7439
7440[[package]]
7441name = "libloading"
7442version = "0.8.6"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7445dependencies = [
7446 "cfg-if",
7447 "windows-targets 0.52.6",
7448]
7449
7450[[package]]
7451name = "libm"
7452version = "0.2.11"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7455
7456[[package]]
7457name = "libmimalloc-sys"
7458version = "0.1.39"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7461dependencies = [
7462 "cc",
7463 "libc",
7464]
7465
7466[[package]]
7467name = "libredox"
7468version = "0.1.3"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7471dependencies = [
7472 "bitflags 2.8.0",
7473 "libc",
7474 "redox_syscall 0.5.8",
7475]
7476
7477[[package]]
7478name = "libsqlite3-sys"
7479version = "0.30.1"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7482dependencies = [
7483 "cc",
7484 "pkg-config",
7485 "vcpkg",
7486]
7487
7488[[package]]
7489name = "libwebrtc"
7490version = "0.3.7"
7491source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7492dependencies = [
7493 "cxx",
7494 "jni",
7495 "js-sys",
7496 "lazy_static",
7497 "livekit-protocol",
7498 "livekit-runtime",
7499 "log",
7500 "parking_lot",
7501 "serde",
7502 "serde_json",
7503 "thiserror 1.0.69",
7504 "tokio",
7505 "wasm-bindgen",
7506 "wasm-bindgen-futures",
7507 "web-sys",
7508 "webrtc-sys",
7509]
7510
7511[[package]]
7512name = "libz-sys"
7513version = "1.1.20"
7514source = "registry+https://github.com/rust-lang/crates.io-index"
7515checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7516dependencies = [
7517 "cc",
7518 "libc",
7519 "pkg-config",
7520 "vcpkg",
7521]
7522
7523[[package]]
7524name = "link-cplusplus"
7525version = "1.0.9"
7526source = "registry+https://github.com/rust-lang/crates.io-index"
7527checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7528dependencies = [
7529 "cc",
7530]
7531
7532[[package]]
7533name = "linkify"
7534version = "0.10.0"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7537dependencies = [
7538 "memchr",
7539]
7540
7541[[package]]
7542name = "linkme"
7543version = "0.3.32"
7544source = "registry+https://github.com/rust-lang/crates.io-index"
7545checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7546dependencies = [
7547 "linkme-impl",
7548]
7549
7550[[package]]
7551name = "linkme-impl"
7552version = "0.3.32"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7555dependencies = [
7556 "proc-macro2",
7557 "quote",
7558 "syn 2.0.100",
7559]
7560
7561[[package]]
7562name = "linux-raw-sys"
7563version = "0.4.14"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7566
7567[[package]]
7568name = "litemap"
7569version = "0.7.4"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7572
7573[[package]]
7574name = "livekit"
7575version = "0.7.0"
7576source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7577dependencies = [
7578 "chrono",
7579 "futures-util",
7580 "lazy_static",
7581 "libwebrtc",
7582 "livekit-api",
7583 "livekit-protocol",
7584 "livekit-runtime",
7585 "log",
7586 "parking_lot",
7587 "prost 0.12.6",
7588 "semver",
7589 "serde",
7590 "serde_json",
7591 "thiserror 1.0.69",
7592 "tokio",
7593]
7594
7595[[package]]
7596name = "livekit-api"
7597version = "0.4.1"
7598source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7599dependencies = [
7600 "async-tungstenite",
7601 "futures-util",
7602 "http 0.2.12",
7603 "jsonwebtoken",
7604 "livekit-protocol",
7605 "livekit-runtime",
7606 "log",
7607 "parking_lot",
7608 "prost 0.12.6",
7609 "reqwest 0.11.27",
7610 "scopeguard",
7611 "serde",
7612 "serde_json",
7613 "sha2",
7614 "thiserror 1.0.69",
7615 "tokio",
7616 "tokio-tungstenite 0.20.1",
7617 "url",
7618]
7619
7620[[package]]
7621name = "livekit-protocol"
7622version = "0.3.6"
7623source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7624dependencies = [
7625 "futures-util",
7626 "livekit-runtime",
7627 "parking_lot",
7628 "pbjson",
7629 "pbjson-types",
7630 "prost 0.12.6",
7631 "prost-types 0.12.6",
7632 "serde",
7633 "thiserror 1.0.69",
7634 "tokio",
7635]
7636
7637[[package]]
7638name = "livekit-runtime"
7639version = "0.3.1"
7640source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7641dependencies = [
7642 "async-io",
7643 "async-std",
7644 "async-task",
7645 "futures 0.3.31",
7646]
7647
7648[[package]]
7649name = "livekit_api"
7650version = "0.1.0"
7651dependencies = [
7652 "anyhow",
7653 "async-trait",
7654 "jsonwebtoken",
7655 "log",
7656 "prost 0.9.0",
7657 "prost-build 0.9.0",
7658 "prost-types 0.9.0",
7659 "reqwest 0.12.8",
7660 "serde",
7661]
7662
7663[[package]]
7664name = "livekit_client"
7665version = "0.1.0"
7666dependencies = [
7667 "anyhow",
7668 "async-trait",
7669 "collections",
7670 "core-foundation 0.9.4",
7671 "coreaudio-rs 0.12.1",
7672 "cpal",
7673 "futures 0.3.31",
7674 "gpui",
7675 "http 0.2.12",
7676 "http_client",
7677 "image",
7678 "livekit",
7679 "livekit_api",
7680 "log",
7681 "media",
7682 "nanoid",
7683 "parking_lot",
7684 "postage",
7685 "serde",
7686 "serde_json",
7687 "sha2",
7688 "simplelog",
7689 "smallvec",
7690 "util",
7691]
7692
7693[[package]]
7694name = "livekit_client_macos"
7695version = "0.1.0"
7696dependencies = [
7697 "anyhow",
7698 "async-broadcast",
7699 "async-trait",
7700 "collections",
7701 "core-foundation 0.9.4",
7702 "futures 0.3.31",
7703 "gpui",
7704 "livekit_api",
7705 "log",
7706 "media",
7707 "nanoid",
7708 "parking_lot",
7709 "postage",
7710 "serde",
7711 "serde_json",
7712 "sha2",
7713 "simplelog",
7714]
7715
7716[[package]]
7717name = "lmdb-master-sys"
7718version = "0.2.4"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7721dependencies = [
7722 "cc",
7723 "doxygen-rs",
7724 "libc",
7725]
7726
7727[[package]]
7728name = "lmstudio"
7729version = "0.1.0"
7730dependencies = [
7731 "anyhow",
7732 "futures 0.3.31",
7733 "http_client",
7734 "schemars",
7735 "serde",
7736 "serde_json",
7737]
7738
7739[[package]]
7740name = "lock_api"
7741version = "0.4.12"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7744dependencies = [
7745 "autocfg",
7746 "scopeguard",
7747]
7748
7749[[package]]
7750name = "log"
7751version = "0.4.26"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7754dependencies = [
7755 "serde",
7756 "value-bag",
7757]
7758
7759[[package]]
7760name = "loop9"
7761version = "0.1.5"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7764dependencies = [
7765 "imgref",
7766]
7767
7768[[package]]
7769name = "lru"
7770version = "0.12.5"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7773dependencies = [
7774 "hashbrown 0.15.2",
7775]
7776
7777[[package]]
7778name = "lsp"
7779version = "0.1.0"
7780dependencies = [
7781 "anyhow",
7782 "async-pipe",
7783 "collections",
7784 "ctor",
7785 "env_logger 0.11.7",
7786 "futures 0.3.31",
7787 "gpui",
7788 "log",
7789 "lsp-types",
7790 "parking_lot",
7791 "postage",
7792 "release_channel",
7793 "schemars",
7794 "serde",
7795 "serde_json",
7796 "smol",
7797 "util",
7798]
7799
7800[[package]]
7801name = "lsp-types"
7802version = "0.95.1"
7803source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7804dependencies = [
7805 "bitflags 1.3.2",
7806 "serde",
7807 "serde_json",
7808 "serde_repr",
7809 "url",
7810]
7811
7812[[package]]
7813name = "lua-src"
7814version = "547.0.0"
7815source = "registry+https://github.com/rust-lang/crates.io-index"
7816checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7817dependencies = [
7818 "cc",
7819]
7820
7821[[package]]
7822name = "luajit-src"
7823version = "210.5.12+a4f56a4"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7826dependencies = [
7827 "cc",
7828 "which 7.0.2",
7829]
7830
7831[[package]]
7832name = "lyon"
7833version = "1.0.1"
7834source = "registry+https://github.com/rust-lang/crates.io-index"
7835checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7836dependencies = [
7837 "lyon_algorithms",
7838 "lyon_extra",
7839 "lyon_tessellation",
7840]
7841
7842[[package]]
7843name = "lyon_algorithms"
7844version = "1.0.5"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7847dependencies = [
7848 "lyon_path",
7849 "num-traits",
7850]
7851
7852[[package]]
7853name = "lyon_extra"
7854version = "1.0.3"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7857dependencies = [
7858 "lyon_path",
7859 "thiserror 1.0.69",
7860]
7861
7862[[package]]
7863name = "lyon_geom"
7864version = "1.0.6"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7867dependencies = [
7868 "arrayvec",
7869 "euclid",
7870 "num-traits",
7871]
7872
7873[[package]]
7874name = "lyon_path"
7875version = "1.0.6"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7878dependencies = [
7879 "lyon_geom",
7880 "num-traits",
7881]
7882
7883[[package]]
7884name = "lyon_tessellation"
7885version = "1.0.15"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7888dependencies = [
7889 "float_next_after",
7890 "lyon_path",
7891 "num-traits",
7892]
7893
7894[[package]]
7895name = "mac"
7896version = "0.1.1"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7899
7900[[package]]
7901name = "mach2"
7902version = "0.4.2"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7905dependencies = [
7906 "libc",
7907]
7908
7909[[package]]
7910name = "malloc_buf"
7911version = "0.0.6"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7914dependencies = [
7915 "libc",
7916]
7917
7918[[package]]
7919name = "maplit"
7920version = "1.0.2"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7923
7924[[package]]
7925name = "markdown"
7926version = "0.1.0"
7927dependencies = [
7928 "anyhow",
7929 "assets",
7930 "env_logger 0.11.7",
7931 "gpui",
7932 "language",
7933 "languages",
7934 "linkify",
7935 "log",
7936 "node_runtime",
7937 "pulldown-cmark 0.12.2",
7938 "settings",
7939 "theme",
7940 "ui",
7941 "util",
7942]
7943
7944[[package]]
7945name = "markdown_preview"
7946version = "0.1.0"
7947dependencies = [
7948 "anyhow",
7949 "async-recursion 1.1.1",
7950 "collections",
7951 "editor",
7952 "gpui",
7953 "language",
7954 "linkify",
7955 "log",
7956 "pretty_assertions",
7957 "pulldown-cmark 0.12.2",
7958 "settings",
7959 "theme",
7960 "ui",
7961 "util",
7962 "workspace",
7963]
7964
7965[[package]]
7966name = "markup5ever"
7967version = "0.12.1"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7970dependencies = [
7971 "log",
7972 "phf",
7973 "phf_codegen",
7974 "string_cache",
7975 "string_cache_codegen",
7976 "tendril",
7977]
7978
7979[[package]]
7980name = "markup5ever_rcdom"
7981version = "0.3.0"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7984dependencies = [
7985 "html5ever",
7986 "markup5ever",
7987 "tendril",
7988 "xml5ever",
7989]
7990
7991[[package]]
7992name = "matchers"
7993version = "0.1.0"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7996dependencies = [
7997 "regex-automata 0.1.10",
7998]
7999
8000[[package]]
8001name = "matchit"
8002version = "0.7.3"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
8005
8006[[package]]
8007name = "maybe-owned"
8008version = "0.3.4"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
8011
8012[[package]]
8013name = "maybe-rayon"
8014version = "0.1.1"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8017dependencies = [
8018 "cfg-if",
8019 "rayon",
8020]
8021
8022[[package]]
8023name = "md-5"
8024version = "0.10.6"
8025source = "registry+https://github.com/rust-lang/crates.io-index"
8026checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8027dependencies = [
8028 "cfg-if",
8029 "digest",
8030]
8031
8032[[package]]
8033name = "mdbook"
8034version = "0.4.47"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8037dependencies = [
8038 "ammonia",
8039 "anyhow",
8040 "chrono",
8041 "clap",
8042 "clap_complete",
8043 "elasticlunr-rs",
8044 "env_logger 0.11.7",
8045 "futures-util",
8046 "handlebars 6.2.0",
8047 "hex",
8048 "ignore",
8049 "log",
8050 "memchr",
8051 "notify 8.0.0",
8052 "notify-debouncer-mini",
8053 "once_cell",
8054 "opener",
8055 "pathdiff",
8056 "pulldown-cmark 0.10.3",
8057 "regex",
8058 "serde",
8059 "serde_json",
8060 "sha2",
8061 "shlex",
8062 "tempfile",
8063 "tokio",
8064 "toml 0.5.11",
8065 "topological-sort",
8066 "walkdir",
8067 "warp",
8068]
8069
8070[[package]]
8071name = "media"
8072version = "0.1.0"
8073dependencies = [
8074 "anyhow",
8075 "bindgen 0.70.1",
8076 "core-foundation 0.9.4",
8077 "ctor",
8078 "foreign-types 0.5.0",
8079 "metal",
8080 "objc",
8081]
8082
8083[[package]]
8084name = "memchr"
8085version = "2.7.4"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8088
8089[[package]]
8090name = "memfd"
8091version = "0.6.4"
8092source = "registry+https://github.com/rust-lang/crates.io-index"
8093checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8094dependencies = [
8095 "rustix",
8096]
8097
8098[[package]]
8099name = "memmap2"
8100version = "0.9.5"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8103dependencies = [
8104 "libc",
8105]
8106
8107[[package]]
8108name = "memoffset"
8109version = "0.9.1"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8112dependencies = [
8113 "autocfg",
8114]
8115
8116[[package]]
8117name = "menu"
8118version = "0.1.0"
8119dependencies = [
8120 "gpui",
8121 "serde",
8122]
8123
8124[[package]]
8125name = "metal"
8126version = "0.31.0"
8127source = "registry+https://github.com/rust-lang/crates.io-index"
8128checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8129dependencies = [
8130 "bitflags 2.8.0",
8131 "block",
8132 "core-graphics-types 0.1.3",
8133 "foreign-types 0.5.0",
8134 "log",
8135 "objc",
8136 "paste",
8137]
8138
8139[[package]]
8140name = "migrator"
8141version = "0.1.0"
8142dependencies = [
8143 "anyhow",
8144 "collections",
8145 "convert_case 0.8.0",
8146 "log",
8147 "pretty_assertions",
8148 "streaming-iterator",
8149 "tree-sitter",
8150 "tree-sitter-json",
8151]
8152
8153[[package]]
8154name = "mimalloc"
8155version = "0.1.43"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8158dependencies = [
8159 "libmimalloc-sys",
8160]
8161
8162[[package]]
8163name = "mime"
8164version = "0.3.17"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8167
8168[[package]]
8169name = "mime_guess"
8170version = "2.0.5"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8173dependencies = [
8174 "mime",
8175 "unicase",
8176]
8177
8178[[package]]
8179name = "minimal-lexical"
8180version = "0.2.1"
8181source = "registry+https://github.com/rust-lang/crates.io-index"
8182checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8183
8184[[package]]
8185name = "miniz_oxide"
8186version = "0.8.0"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8189dependencies = [
8190 "adler2",
8191 "simd-adler32",
8192]
8193
8194[[package]]
8195name = "mint"
8196version = "0.5.9"
8197source = "registry+https://github.com/rust-lang/crates.io-index"
8198checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8199
8200[[package]]
8201name = "mio"
8202version = "0.8.11"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8205dependencies = [
8206 "libc",
8207 "log",
8208 "wasi 0.11.0+wasi-snapshot-preview1",
8209 "windows-sys 0.48.0",
8210]
8211
8212[[package]]
8213name = "mio"
8214version = "1.0.3"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8217dependencies = [
8218 "libc",
8219 "log",
8220 "wasi 0.11.0+wasi-snapshot-preview1",
8221 "windows-sys 0.52.0",
8222]
8223
8224[[package]]
8225name = "miow"
8226version = "0.6.0"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8229dependencies = [
8230 "windows-sys 0.48.0",
8231]
8232
8233[[package]]
8234name = "mistral"
8235version = "0.1.0"
8236dependencies = [
8237 "anyhow",
8238 "futures 0.3.31",
8239 "http_client",
8240 "schemars",
8241 "serde",
8242 "serde_json",
8243 "strum",
8244]
8245
8246[[package]]
8247name = "mlua"
8248version = "0.10.3"
8249source = "registry+https://github.com/rust-lang/crates.io-index"
8250checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8251dependencies = [
8252 "bstr",
8253 "either",
8254 "futures-util",
8255 "mlua-sys",
8256 "num-traits",
8257 "parking_lot",
8258 "rustc-hash 2.1.1",
8259]
8260
8261[[package]]
8262name = "mlua-sys"
8263version = "0.6.7"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8266dependencies = [
8267 "cc",
8268 "cfg-if",
8269 "lua-src",
8270 "luajit-src",
8271 "pkg-config",
8272]
8273
8274[[package]]
8275name = "msvc_spectre_libs"
8276version = "0.1.2"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8279dependencies = [
8280 "cc",
8281]
8282
8283[[package]]
8284name = "multi_buffer"
8285version = "0.1.0"
8286dependencies = [
8287 "anyhow",
8288 "buffer_diff",
8289 "clock",
8290 "collections",
8291 "ctor",
8292 "env_logger 0.11.7",
8293 "futures 0.3.31",
8294 "gpui",
8295 "indoc",
8296 "itertools 0.14.0",
8297 "language",
8298 "log",
8299 "parking_lot",
8300 "pretty_assertions",
8301 "project",
8302 "rand 0.8.5",
8303 "rope",
8304 "serde",
8305 "settings",
8306 "smallvec",
8307 "smol",
8308 "sum_tree",
8309 "text",
8310 "theme",
8311 "tree-sitter",
8312 "util",
8313]
8314
8315[[package]]
8316name = "multimap"
8317version = "0.8.3"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8320
8321[[package]]
8322name = "multimap"
8323version = "0.10.0"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8326
8327[[package]]
8328name = "naga"
8329version = "23.1.0"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8332dependencies = [
8333 "arrayvec",
8334 "bit-set 0.8.0",
8335 "bitflags 2.8.0",
8336 "cfg_aliases 0.1.1",
8337 "codespan-reporting",
8338 "hexf-parse",
8339 "indexmap",
8340 "log",
8341 "rustc-hash 1.1.0",
8342 "spirv",
8343 "termcolor",
8344 "thiserror 1.0.69",
8345 "unicode-xid",
8346]
8347
8348[[package]]
8349name = "nanoid"
8350version = "0.4.0"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8353dependencies = [
8354 "rand 0.8.5",
8355]
8356
8357[[package]]
8358name = "nanorand"
8359version = "0.7.0"
8360source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8362dependencies = [
8363 "getrandom 0.2.15",
8364]
8365
8366[[package]]
8367name = "native-tls"
8368version = "0.2.12"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8371dependencies = [
8372 "libc",
8373 "log",
8374 "openssl",
8375 "openssl-probe",
8376 "openssl-sys",
8377 "schannel",
8378 "security-framework 2.11.1",
8379 "security-framework-sys",
8380 "tempfile",
8381]
8382
8383[[package]]
8384name = "nbformat"
8385version = "0.10.0"
8386source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8388dependencies = [
8389 "anyhow",
8390 "chrono",
8391 "jupyter-protocol",
8392 "serde",
8393 "serde_json",
8394 "thiserror 1.0.69",
8395 "uuid",
8396]
8397
8398[[package]]
8399name = "ndk"
8400version = "0.8.0"
8401source = "registry+https://github.com/rust-lang/crates.io-index"
8402checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8403dependencies = [
8404 "bitflags 2.8.0",
8405 "jni-sys",
8406 "log",
8407 "ndk-sys",
8408 "num_enum",
8409 "thiserror 1.0.69",
8410]
8411
8412[[package]]
8413name = "ndk-context"
8414version = "0.1.1"
8415source = "registry+https://github.com/rust-lang/crates.io-index"
8416checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8417
8418[[package]]
8419name = "ndk-sys"
8420version = "0.5.0+25.2.9519653"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8423dependencies = [
8424 "jni-sys",
8425]
8426
8427[[package]]
8428name = "new_debug_unreachable"
8429version = "1.0.6"
8430source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8432
8433[[package]]
8434name = "nix"
8435version = "0.29.0"
8436source = "registry+https://github.com/rust-lang/crates.io-index"
8437checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8438dependencies = [
8439 "bitflags 2.8.0",
8440 "cfg-if",
8441 "cfg_aliases 0.2.1",
8442 "libc",
8443 "memoffset",
8444]
8445
8446[[package]]
8447name = "node_runtime"
8448version = "0.1.0"
8449dependencies = [
8450 "anyhow",
8451 "async-compression",
8452 "async-std",
8453 "async-tar",
8454 "async-trait",
8455 "async-watch",
8456 "async_zip",
8457 "futures 0.3.31",
8458 "http_client",
8459 "log",
8460 "paths",
8461 "semver",
8462 "serde",
8463 "serde_json",
8464 "smol",
8465 "tempfile",
8466 "util",
8467 "walkdir",
8468 "which 6.0.3",
8469]
8470
8471[[package]]
8472name = "nom"
8473version = "7.1.3"
8474source = "registry+https://github.com/rust-lang/crates.io-index"
8475checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8476dependencies = [
8477 "memchr",
8478 "minimal-lexical",
8479]
8480
8481[[package]]
8482name = "noop_proc_macro"
8483version = "0.3.0"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8486
8487[[package]]
8488name = "normpath"
8489version = "1.3.0"
8490source = "registry+https://github.com/rust-lang/crates.io-index"
8491checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8492dependencies = [
8493 "windows-sys 0.59.0",
8494]
8495
8496[[package]]
8497name = "notifications"
8498version = "0.1.0"
8499dependencies = [
8500 "anyhow",
8501 "channel",
8502 "client",
8503 "collections",
8504 "component",
8505 "db",
8506 "gpui",
8507 "linkme",
8508 "rpc",
8509 "settings",
8510 "sum_tree",
8511 "time",
8512 "ui",
8513 "util",
8514 "workspace",
8515]
8516
8517[[package]]
8518name = "notify"
8519version = "6.1.1"
8520source = "registry+https://github.com/rust-lang/crates.io-index"
8521checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8522dependencies = [
8523 "bitflags 2.8.0",
8524 "crossbeam-channel",
8525 "filetime",
8526 "fsevent-sys 4.1.0",
8527 "inotify 0.9.6",
8528 "kqueue",
8529 "libc",
8530 "log",
8531 "mio 0.8.11",
8532 "walkdir",
8533 "windows-sys 0.48.0",
8534]
8535
8536[[package]]
8537name = "notify"
8538version = "8.0.0"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8541dependencies = [
8542 "bitflags 2.8.0",
8543 "filetime",
8544 "fsevent-sys 4.1.0",
8545 "inotify 0.11.0",
8546 "kqueue",
8547 "libc",
8548 "log",
8549 "mio 1.0.3",
8550 "notify-types",
8551 "walkdir",
8552 "windows-sys 0.59.0",
8553]
8554
8555[[package]]
8556name = "notify-debouncer-mini"
8557version = "0.6.0"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8560dependencies = [
8561 "log",
8562 "notify 8.0.0",
8563 "notify-types",
8564 "tempfile",
8565]
8566
8567[[package]]
8568name = "notify-types"
8569version = "2.0.0"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8572
8573[[package]]
8574name = "ntapi"
8575version = "0.4.1"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8578dependencies = [
8579 "winapi",
8580]
8581
8582[[package]]
8583name = "nu-ansi-term"
8584version = "0.46.0"
8585source = "registry+https://github.com/rust-lang/crates.io-index"
8586checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8587dependencies = [
8588 "overload",
8589 "winapi",
8590]
8591
8592[[package]]
8593name = "num"
8594version = "0.4.3"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8597dependencies = [
8598 "num-bigint",
8599 "num-complex",
8600 "num-integer",
8601 "num-iter",
8602 "num-rational",
8603 "num-traits",
8604]
8605
8606[[package]]
8607name = "num-bigint"
8608version = "0.4.6"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8611dependencies = [
8612 "num-integer",
8613 "num-traits",
8614]
8615
8616[[package]]
8617name = "num-bigint-dig"
8618version = "0.8.4"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8621dependencies = [
8622 "byteorder",
8623 "lazy_static",
8624 "libm",
8625 "num-integer",
8626 "num-iter",
8627 "num-traits",
8628 "rand 0.8.5",
8629 "serde",
8630 "smallvec",
8631 "zeroize",
8632]
8633
8634[[package]]
8635name = "num-complex"
8636version = "0.4.6"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8639dependencies = [
8640 "num-traits",
8641]
8642
8643[[package]]
8644name = "num-conv"
8645version = "0.1.0"
8646source = "registry+https://github.com/rust-lang/crates.io-index"
8647checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8648
8649[[package]]
8650name = "num-derive"
8651version = "0.4.2"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8654dependencies = [
8655 "proc-macro2",
8656 "quote",
8657 "syn 2.0.100",
8658]
8659
8660[[package]]
8661name = "num-format"
8662version = "0.4.4"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8665dependencies = [
8666 "arrayvec",
8667 "itoa",
8668]
8669
8670[[package]]
8671name = "num-integer"
8672version = "0.1.46"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8675dependencies = [
8676 "num-traits",
8677]
8678
8679[[package]]
8680name = "num-iter"
8681version = "0.1.45"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8684dependencies = [
8685 "autocfg",
8686 "num-integer",
8687 "num-traits",
8688]
8689
8690[[package]]
8691name = "num-modular"
8692version = "0.6.1"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8695
8696[[package]]
8697name = "num-order"
8698version = "1.2.0"
8699source = "registry+https://github.com/rust-lang/crates.io-index"
8700checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8701dependencies = [
8702 "num-modular",
8703]
8704
8705[[package]]
8706name = "num-rational"
8707version = "0.4.2"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8710dependencies = [
8711 "num-bigint",
8712 "num-integer",
8713 "num-traits",
8714]
8715
8716[[package]]
8717name = "num-traits"
8718version = "0.2.19"
8719source = "registry+https://github.com/rust-lang/crates.io-index"
8720checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8721dependencies = [
8722 "autocfg",
8723 "libm",
8724]
8725
8726[[package]]
8727name = "num_cpus"
8728version = "1.16.0"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8731dependencies = [
8732 "hermit-abi 0.3.9",
8733 "libc",
8734]
8735
8736[[package]]
8737name = "num_enum"
8738version = "0.7.3"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8741dependencies = [
8742 "num_enum_derive",
8743]
8744
8745[[package]]
8746name = "num_enum_derive"
8747version = "0.7.3"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8750dependencies = [
8751 "proc-macro-crate",
8752 "proc-macro2",
8753 "quote",
8754 "syn 2.0.100",
8755]
8756
8757[[package]]
8758name = "num_threads"
8759version = "0.1.7"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8762dependencies = [
8763 "libc",
8764]
8765
8766[[package]]
8767name = "nvim-rs"
8768version = "0.8.0-pre"
8769source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8770dependencies = [
8771 "async-trait",
8772 "futures 0.3.31",
8773 "log",
8774 "parity-tokio-ipc",
8775 "rmp",
8776 "rmpv",
8777 "tokio",
8778 "tokio-util",
8779 "winapi",
8780]
8781
8782[[package]]
8783name = "objc"
8784version = "0.2.7"
8785source = "registry+https://github.com/rust-lang/crates.io-index"
8786checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8787dependencies = [
8788 "malloc_buf",
8789]
8790
8791[[package]]
8792name = "objc-sys"
8793version = "0.3.5"
8794source = "registry+https://github.com/rust-lang/crates.io-index"
8795checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8796
8797[[package]]
8798name = "objc2"
8799version = "0.5.2"
8800source = "registry+https://github.com/rust-lang/crates.io-index"
8801checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8802dependencies = [
8803 "objc-sys",
8804 "objc2-encode",
8805]
8806
8807[[package]]
8808name = "objc2-app-kit"
8809version = "0.2.2"
8810source = "registry+https://github.com/rust-lang/crates.io-index"
8811checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8812dependencies = [
8813 "bitflags 2.8.0",
8814 "block2",
8815 "libc",
8816 "objc2",
8817 "objc2-core-data",
8818 "objc2-core-image",
8819 "objc2-foundation",
8820 "objc2-quartz-core",
8821]
8822
8823[[package]]
8824name = "objc2-cloud-kit"
8825version = "0.2.2"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8828dependencies = [
8829 "bitflags 2.8.0",
8830 "block2",
8831 "objc2",
8832 "objc2-core-location",
8833 "objc2-foundation",
8834]
8835
8836[[package]]
8837name = "objc2-contacts"
8838version = "0.2.2"
8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8841dependencies = [
8842 "block2",
8843 "objc2",
8844 "objc2-foundation",
8845]
8846
8847[[package]]
8848name = "objc2-core-data"
8849version = "0.2.2"
8850source = "registry+https://github.com/rust-lang/crates.io-index"
8851checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8852dependencies = [
8853 "bitflags 2.8.0",
8854 "block2",
8855 "objc2",
8856 "objc2-foundation",
8857]
8858
8859[[package]]
8860name = "objc2-core-image"
8861version = "0.2.2"
8862source = "registry+https://github.com/rust-lang/crates.io-index"
8863checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8864dependencies = [
8865 "block2",
8866 "objc2",
8867 "objc2-foundation",
8868 "objc2-metal",
8869]
8870
8871[[package]]
8872name = "objc2-core-location"
8873version = "0.2.2"
8874source = "registry+https://github.com/rust-lang/crates.io-index"
8875checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8876dependencies = [
8877 "block2",
8878 "objc2",
8879 "objc2-contacts",
8880 "objc2-foundation",
8881]
8882
8883[[package]]
8884name = "objc2-encode"
8885version = "4.0.3"
8886source = "registry+https://github.com/rust-lang/crates.io-index"
8887checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8888
8889[[package]]
8890name = "objc2-foundation"
8891version = "0.2.2"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8894dependencies = [
8895 "bitflags 2.8.0",
8896 "block2",
8897 "libc",
8898 "objc2",
8899]
8900
8901[[package]]
8902name = "objc2-link-presentation"
8903version = "0.2.2"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8906dependencies = [
8907 "block2",
8908 "objc2",
8909 "objc2-app-kit",
8910 "objc2-foundation",
8911]
8912
8913[[package]]
8914name = "objc2-metal"
8915version = "0.2.2"
8916source = "registry+https://github.com/rust-lang/crates.io-index"
8917checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8918dependencies = [
8919 "bitflags 2.8.0",
8920 "block2",
8921 "objc2",
8922 "objc2-foundation",
8923]
8924
8925[[package]]
8926name = "objc2-quartz-core"
8927version = "0.2.2"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8930dependencies = [
8931 "bitflags 2.8.0",
8932 "block2",
8933 "objc2",
8934 "objc2-foundation",
8935 "objc2-metal",
8936]
8937
8938[[package]]
8939name = "objc2-symbols"
8940version = "0.2.2"
8941source = "registry+https://github.com/rust-lang/crates.io-index"
8942checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8943dependencies = [
8944 "objc2",
8945 "objc2-foundation",
8946]
8947
8948[[package]]
8949name = "objc2-ui-kit"
8950version = "0.2.2"
8951source = "registry+https://github.com/rust-lang/crates.io-index"
8952checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8953dependencies = [
8954 "bitflags 2.8.0",
8955 "block2",
8956 "objc2",
8957 "objc2-cloud-kit",
8958 "objc2-core-data",
8959 "objc2-core-image",
8960 "objc2-core-location",
8961 "objc2-foundation",
8962 "objc2-link-presentation",
8963 "objc2-quartz-core",
8964 "objc2-symbols",
8965 "objc2-uniform-type-identifiers",
8966 "objc2-user-notifications",
8967]
8968
8969[[package]]
8970name = "objc2-uniform-type-identifiers"
8971version = "0.2.2"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8974dependencies = [
8975 "block2",
8976 "objc2",
8977 "objc2-foundation",
8978]
8979
8980[[package]]
8981name = "objc2-user-notifications"
8982version = "0.2.2"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8985dependencies = [
8986 "bitflags 2.8.0",
8987 "block2",
8988 "objc2",
8989 "objc2-core-location",
8990 "objc2-foundation",
8991]
8992
8993[[package]]
8994name = "object"
8995version = "0.36.5"
8996source = "registry+https://github.com/rust-lang/crates.io-index"
8997checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8998dependencies = [
8999 "crc32fast",
9000 "hashbrown 0.15.2",
9001 "indexmap",
9002 "memchr",
9003]
9004
9005[[package]]
9006name = "oboe"
9007version = "0.6.1"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
9010dependencies = [
9011 "jni",
9012 "ndk",
9013 "ndk-context",
9014 "num-derive",
9015 "num-traits",
9016 "oboe-sys",
9017]
9018
9019[[package]]
9020name = "oboe-sys"
9021version = "0.6.1"
9022source = "registry+https://github.com/rust-lang/crates.io-index"
9023checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9024dependencies = [
9025 "cc",
9026]
9027
9028[[package]]
9029name = "ollama"
9030version = "0.1.0"
9031dependencies = [
9032 "anyhow",
9033 "futures 0.3.31",
9034 "http_client",
9035 "schemars",
9036 "serde",
9037 "serde_json",
9038]
9039
9040[[package]]
9041name = "once_cell"
9042version = "1.20.3"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9045
9046[[package]]
9047name = "oo7"
9048version = "0.4.1"
9049source = "registry+https://github.com/rust-lang/crates.io-index"
9050checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9051dependencies = [
9052 "aes",
9053 "ashpd",
9054 "async-fs",
9055 "async-io",
9056 "async-lock",
9057 "blocking",
9058 "cbc",
9059 "cipher",
9060 "digest",
9061 "endi",
9062 "futures-lite 2.6.0",
9063 "futures-util",
9064 "getrandom 0.3.1",
9065 "hkdf",
9066 "hmac",
9067 "md-5",
9068 "num",
9069 "num-bigint-dig",
9070 "pbkdf2 0.12.2",
9071 "rand 0.9.0",
9072 "serde",
9073 "sha2",
9074 "subtle",
9075 "zbus",
9076 "zbus_macros",
9077 "zeroize",
9078 "zvariant",
9079]
9080
9081[[package]]
9082name = "oorandom"
9083version = "11.1.4"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9086
9087[[package]]
9088name = "open"
9089version = "5.3.2"
9090source = "registry+https://github.com/rust-lang/crates.io-index"
9091checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9092dependencies = [
9093 "is-wsl",
9094 "libc",
9095 "pathdiff",
9096]
9097
9098[[package]]
9099name = "open_ai"
9100version = "0.1.0"
9101dependencies = [
9102 "anyhow",
9103 "futures 0.3.31",
9104 "http_client",
9105 "schemars",
9106 "serde",
9107 "serde_json",
9108 "strum",
9109]
9110
9111[[package]]
9112name = "opener"
9113version = "0.7.2"
9114source = "registry+https://github.com/rust-lang/crates.io-index"
9115checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9116dependencies = [
9117 "bstr",
9118 "dbus",
9119 "normpath",
9120 "windows-sys 0.59.0",
9121]
9122
9123[[package]]
9124name = "openssl"
9125version = "0.10.70"
9126source = "registry+https://github.com/rust-lang/crates.io-index"
9127checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9128dependencies = [
9129 "bitflags 2.8.0",
9130 "cfg-if",
9131 "foreign-types 0.3.2",
9132 "libc",
9133 "once_cell",
9134 "openssl-macros",
9135 "openssl-sys",
9136]
9137
9138[[package]]
9139name = "openssl-macros"
9140version = "0.1.1"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9143dependencies = [
9144 "proc-macro2",
9145 "quote",
9146 "syn 2.0.100",
9147]
9148
9149[[package]]
9150name = "openssl-probe"
9151version = "0.1.5"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9154
9155[[package]]
9156name = "openssl-src"
9157version = "300.4.1+3.4.0"
9158source = "registry+https://github.com/rust-lang/crates.io-index"
9159checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9160dependencies = [
9161 "cc",
9162]
9163
9164[[package]]
9165name = "openssl-sys"
9166version = "0.9.105"
9167source = "registry+https://github.com/rust-lang/crates.io-index"
9168checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9169dependencies = [
9170 "cc",
9171 "libc",
9172 "openssl-src",
9173 "pkg-config",
9174 "vcpkg",
9175]
9176
9177[[package]]
9178name = "option-ext"
9179version = "0.2.0"
9180source = "registry+https://github.com/rust-lang/crates.io-index"
9181checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9182
9183[[package]]
9184name = "ordered-float"
9185version = "2.10.1"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9188dependencies = [
9189 "num-traits",
9190]
9191
9192[[package]]
9193name = "ordered-float"
9194version = "3.9.2"
9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9197dependencies = [
9198 "num-traits",
9199]
9200
9201[[package]]
9202name = "ordered-stream"
9203version = "0.2.0"
9204source = "registry+https://github.com/rust-lang/crates.io-index"
9205checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9206dependencies = [
9207 "futures-core",
9208 "pin-project-lite",
9209]
9210
9211[[package]]
9212name = "ouroboros"
9213version = "0.18.4"
9214source = "registry+https://github.com/rust-lang/crates.io-index"
9215checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9216dependencies = [
9217 "aliasable",
9218 "ouroboros_macro",
9219 "static_assertions",
9220]
9221
9222[[package]]
9223name = "ouroboros_macro"
9224version = "0.18.4"
9225source = "registry+https://github.com/rust-lang/crates.io-index"
9226checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9227dependencies = [
9228 "heck 0.4.1",
9229 "itertools 0.12.1",
9230 "proc-macro2",
9231 "proc-macro2-diagnostics",
9232 "quote",
9233 "syn 2.0.100",
9234]
9235
9236[[package]]
9237name = "outline"
9238version = "0.1.0"
9239dependencies = [
9240 "editor",
9241 "fuzzy",
9242 "gpui",
9243 "indoc",
9244 "language",
9245 "menu",
9246 "ordered-float 2.10.1",
9247 "picker",
9248 "project",
9249 "rope",
9250 "serde_json",
9251 "settings",
9252 "smol",
9253 "theme",
9254 "tree-sitter-rust",
9255 "tree-sitter-typescript",
9256 "ui",
9257 "util",
9258 "workspace",
9259 "zed_actions",
9260]
9261
9262[[package]]
9263name = "outline_panel"
9264version = "0.1.0"
9265dependencies = [
9266 "anyhow",
9267 "collections",
9268 "db",
9269 "editor",
9270 "file_icons",
9271 "fuzzy",
9272 "gpui",
9273 "itertools 0.14.0",
9274 "language",
9275 "log",
9276 "menu",
9277 "outline",
9278 "pretty_assertions",
9279 "project",
9280 "schemars",
9281 "search",
9282 "serde",
9283 "serde_json",
9284 "settings",
9285 "smallvec",
9286 "smol",
9287 "theme",
9288 "ui",
9289 "util",
9290 "workspace",
9291 "worktree",
9292 "zed_actions",
9293]
9294
9295[[package]]
9296name = "outref"
9297version = "0.5.1"
9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9300
9301[[package]]
9302name = "overload"
9303version = "0.1.1"
9304source = "registry+https://github.com/rust-lang/crates.io-index"
9305checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9306
9307[[package]]
9308name = "p256"
9309version = "0.11.1"
9310source = "registry+https://github.com/rust-lang/crates.io-index"
9311checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9312dependencies = [
9313 "ecdsa",
9314 "elliptic-curve",
9315 "sha2",
9316]
9317
9318[[package]]
9319name = "page_size"
9320version = "0.6.0"
9321source = "registry+https://github.com/rust-lang/crates.io-index"
9322checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9323dependencies = [
9324 "libc",
9325 "winapi",
9326]
9327
9328[[package]]
9329name = "palette"
9330version = "0.7.6"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9333dependencies = [
9334 "approx",
9335 "fast-srgb8",
9336 "palette_derive",
9337]
9338
9339[[package]]
9340name = "palette_derive"
9341version = "0.7.6"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9344dependencies = [
9345 "by_address",
9346 "proc-macro2",
9347 "quote",
9348 "syn 2.0.100",
9349]
9350
9351[[package]]
9352name = "panel"
9353version = "0.1.0"
9354dependencies = [
9355 "editor",
9356 "gpui",
9357 "settings",
9358 "theme",
9359 "ui",
9360 "workspace",
9361]
9362
9363[[package]]
9364name = "parity-tokio-ipc"
9365version = "0.9.0"
9366source = "registry+https://github.com/rust-lang/crates.io-index"
9367checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9368dependencies = [
9369 "futures 0.3.31",
9370 "libc",
9371 "log",
9372 "rand 0.7.3",
9373 "tokio",
9374 "winapi",
9375]
9376
9377[[package]]
9378name = "parking"
9379version = "2.2.1"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9382
9383[[package]]
9384name = "parking_lot"
9385version = "0.12.3"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9388dependencies = [
9389 "lock_api",
9390 "parking_lot_core",
9391]
9392
9393[[package]]
9394name = "parking_lot_core"
9395version = "0.9.10"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9398dependencies = [
9399 "cfg-if",
9400 "libc",
9401 "redox_syscall 0.5.8",
9402 "smallvec",
9403 "windows-targets 0.52.6",
9404]
9405
9406[[package]]
9407name = "password-hash"
9408version = "0.4.2"
9409source = "registry+https://github.com/rust-lang/crates.io-index"
9410checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9411dependencies = [
9412 "base64ct",
9413 "rand_core 0.6.4",
9414 "subtle",
9415]
9416
9417[[package]]
9418name = "password-hash"
9419version = "0.5.0"
9420source = "registry+https://github.com/rust-lang/crates.io-index"
9421checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9422dependencies = [
9423 "base64ct",
9424 "rand_core 0.6.4",
9425 "subtle",
9426]
9427
9428[[package]]
9429name = "paste"
9430version = "1.0.15"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9433
9434[[package]]
9435name = "pathdiff"
9436version = "0.2.3"
9437source = "registry+https://github.com/rust-lang/crates.io-index"
9438checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9439
9440[[package]]
9441name = "pathfinder_geometry"
9442version = "0.5.1"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9445dependencies = [
9446 "log",
9447 "pathfinder_simd",
9448]
9449
9450[[package]]
9451name = "pathfinder_simd"
9452version = "0.5.4"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9455dependencies = [
9456 "rustc_version",
9457]
9458
9459[[package]]
9460name = "paths"
9461version = "0.1.0"
9462dependencies = [
9463 "dirs 4.0.0",
9464 "util",
9465]
9466
9467[[package]]
9468name = "pbjson"
9469version = "0.6.0"
9470source = "registry+https://github.com/rust-lang/crates.io-index"
9471checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9472dependencies = [
9473 "base64 0.21.7",
9474 "serde",
9475]
9476
9477[[package]]
9478name = "pbjson-build"
9479version = "0.6.2"
9480source = "registry+https://github.com/rust-lang/crates.io-index"
9481checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9482dependencies = [
9483 "heck 0.4.1",
9484 "itertools 0.11.0",
9485 "prost 0.12.6",
9486 "prost-types 0.12.6",
9487]
9488
9489[[package]]
9490name = "pbjson-types"
9491version = "0.6.0"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9494dependencies = [
9495 "bytes 1.10.1",
9496 "chrono",
9497 "pbjson",
9498 "pbjson-build",
9499 "prost 0.12.6",
9500 "prost-build 0.12.6",
9501 "serde",
9502]
9503
9504[[package]]
9505name = "pbkdf2"
9506version = "0.11.0"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9509dependencies = [
9510 "digest",
9511 "hmac",
9512 "password-hash 0.4.2",
9513 "sha2",
9514]
9515
9516[[package]]
9517name = "pbkdf2"
9518version = "0.12.2"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9521dependencies = [
9522 "digest",
9523 "hmac",
9524]
9525
9526[[package]]
9527name = "pem"
9528version = "3.0.4"
9529source = "registry+https://github.com/rust-lang/crates.io-index"
9530checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9531dependencies = [
9532 "base64 0.22.1",
9533 "serde",
9534]
9535
9536[[package]]
9537name = "pem-rfc7468"
9538version = "0.7.0"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9541dependencies = [
9542 "base64ct",
9543]
9544
9545[[package]]
9546name = "percent-encoding"
9547version = "2.3.1"
9548source = "registry+https://github.com/rust-lang/crates.io-index"
9549checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9550
9551[[package]]
9552name = "perplexity"
9553version = "0.1.0"
9554dependencies = [
9555 "serde",
9556 "zed_extension_api 0.3.0",
9557]
9558
9559[[package]]
9560name = "pest"
9561version = "2.7.15"
9562source = "registry+https://github.com/rust-lang/crates.io-index"
9563checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9564dependencies = [
9565 "memchr",
9566 "thiserror 2.0.6",
9567 "ucd-trie",
9568]
9569
9570[[package]]
9571name = "pest_derive"
9572version = "2.7.15"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9575dependencies = [
9576 "pest",
9577 "pest_generator",
9578]
9579
9580[[package]]
9581name = "pest_generator"
9582version = "2.7.15"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9585dependencies = [
9586 "pest",
9587 "pest_meta",
9588 "proc-macro2",
9589 "quote",
9590 "syn 2.0.100",
9591]
9592
9593[[package]]
9594name = "pest_meta"
9595version = "2.7.15"
9596source = "registry+https://github.com/rust-lang/crates.io-index"
9597checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9598dependencies = [
9599 "once_cell",
9600 "pest",
9601 "sha2",
9602]
9603
9604[[package]]
9605name = "pet"
9606version = "0.1.0"
9607source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9608dependencies = [
9609 "clap",
9610 "env_logger 0.10.2",
9611 "lazy_static",
9612 "log",
9613 "msvc_spectre_libs",
9614 "pet-conda",
9615 "pet-core",
9616 "pet-env-var-path",
9617 "pet-fs",
9618 "pet-global-virtualenvs",
9619 "pet-homebrew",
9620 "pet-jsonrpc",
9621 "pet-linux-global-python",
9622 "pet-mac-commandlinetools",
9623 "pet-mac-python-org",
9624 "pet-mac-xcode",
9625 "pet-pipenv",
9626 "pet-pixi",
9627 "pet-poetry",
9628 "pet-pyenv",
9629 "pet-python-utils",
9630 "pet-reporter",
9631 "pet-telemetry",
9632 "pet-venv",
9633 "pet-virtualenv",
9634 "pet-virtualenvwrapper",
9635 "pet-windows-registry",
9636 "pet-windows-store",
9637 "serde",
9638 "serde_json",
9639]
9640
9641[[package]]
9642name = "pet-conda"
9643version = "0.1.0"
9644source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9645dependencies = [
9646 "env_logger 0.10.2",
9647 "lazy_static",
9648 "log",
9649 "msvc_spectre_libs",
9650 "pet-core",
9651 "pet-fs",
9652 "pet-python-utils",
9653 "pet-reporter",
9654 "regex",
9655 "serde",
9656 "serde_json",
9657 "yaml-rust2",
9658]
9659
9660[[package]]
9661name = "pet-core"
9662version = "0.1.0"
9663source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9664dependencies = [
9665 "clap",
9666 "lazy_static",
9667 "log",
9668 "msvc_spectre_libs",
9669 "pet-fs",
9670 "regex",
9671 "serde",
9672 "serde_json",
9673]
9674
9675[[package]]
9676name = "pet-env-var-path"
9677version = "0.1.0"
9678source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9679dependencies = [
9680 "lazy_static",
9681 "log",
9682 "msvc_spectre_libs",
9683 "pet-conda",
9684 "pet-core",
9685 "pet-fs",
9686 "pet-python-utils",
9687 "pet-virtualenv",
9688 "regex",
9689]
9690
9691[[package]]
9692name = "pet-fs"
9693version = "0.1.0"
9694source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9695dependencies = [
9696 "log",
9697 "msvc_spectre_libs",
9698]
9699
9700[[package]]
9701name = "pet-global-virtualenvs"
9702version = "0.1.0"
9703source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9704dependencies = [
9705 "log",
9706 "msvc_spectre_libs",
9707 "pet-conda",
9708 "pet-core",
9709 "pet-fs",
9710 "pet-virtualenv",
9711]
9712
9713[[package]]
9714name = "pet-homebrew"
9715version = "0.1.0"
9716source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9717dependencies = [
9718 "lazy_static",
9719 "log",
9720 "msvc_spectre_libs",
9721 "pet-conda",
9722 "pet-core",
9723 "pet-fs",
9724 "pet-python-utils",
9725 "pet-virtualenv",
9726 "regex",
9727 "serde",
9728 "serde_json",
9729]
9730
9731[[package]]
9732name = "pet-jsonrpc"
9733version = "0.1.0"
9734source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9735dependencies = [
9736 "env_logger 0.10.2",
9737 "log",
9738 "msvc_spectre_libs",
9739 "pet-core",
9740 "serde",
9741 "serde_json",
9742]
9743
9744[[package]]
9745name = "pet-linux-global-python"
9746version = "0.1.0"
9747source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9748dependencies = [
9749 "log",
9750 "msvc_spectre_libs",
9751 "pet-core",
9752 "pet-fs",
9753 "pet-python-utils",
9754 "pet-virtualenv",
9755]
9756
9757[[package]]
9758name = "pet-mac-commandlinetools"
9759version = "0.1.0"
9760source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9761dependencies = [
9762 "log",
9763 "msvc_spectre_libs",
9764 "pet-core",
9765 "pet-fs",
9766 "pet-python-utils",
9767 "pet-virtualenv",
9768]
9769
9770[[package]]
9771name = "pet-mac-python-org"
9772version = "0.1.0"
9773source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9774dependencies = [
9775 "log",
9776 "msvc_spectre_libs",
9777 "pet-core",
9778 "pet-fs",
9779 "pet-python-utils",
9780 "pet-virtualenv",
9781]
9782
9783[[package]]
9784name = "pet-mac-xcode"
9785version = "0.1.0"
9786source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9787dependencies = [
9788 "log",
9789 "msvc_spectre_libs",
9790 "pet-core",
9791 "pet-fs",
9792 "pet-python-utils",
9793 "pet-virtualenv",
9794]
9795
9796[[package]]
9797name = "pet-pipenv"
9798version = "0.1.0"
9799source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9800dependencies = [
9801 "log",
9802 "msvc_spectre_libs",
9803 "pet-core",
9804 "pet-fs",
9805 "pet-python-utils",
9806 "pet-virtualenv",
9807]
9808
9809[[package]]
9810name = "pet-pixi"
9811version = "0.1.0"
9812source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9813dependencies = [
9814 "log",
9815 "msvc_spectre_libs",
9816 "pet-conda",
9817 "pet-core",
9818 "pet-python-utils",
9819]
9820
9821[[package]]
9822name = "pet-poetry"
9823version = "0.1.0"
9824source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9825dependencies = [
9826 "base64 0.22.1",
9827 "lazy_static",
9828 "log",
9829 "msvc_spectre_libs",
9830 "pet-core",
9831 "pet-fs",
9832 "pet-python-utils",
9833 "pet-reporter",
9834 "pet-virtualenv",
9835 "regex",
9836 "serde",
9837 "serde_json",
9838 "sha2",
9839 "toml 0.8.20",
9840]
9841
9842[[package]]
9843name = "pet-pyenv"
9844version = "0.1.0"
9845source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9846dependencies = [
9847 "lazy_static",
9848 "log",
9849 "msvc_spectre_libs",
9850 "pet-conda",
9851 "pet-core",
9852 "pet-fs",
9853 "pet-python-utils",
9854 "pet-reporter",
9855 "regex",
9856 "serde",
9857 "serde_json",
9858]
9859
9860[[package]]
9861name = "pet-python-utils"
9862version = "0.1.0"
9863source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9864dependencies = [
9865 "env_logger 0.10.2",
9866 "lazy_static",
9867 "log",
9868 "msvc_spectre_libs",
9869 "pet-core",
9870 "pet-fs",
9871 "regex",
9872 "serde",
9873 "serde_json",
9874 "sha2",
9875]
9876
9877[[package]]
9878name = "pet-reporter"
9879version = "0.1.0"
9880source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9881dependencies = [
9882 "env_logger 0.10.2",
9883 "log",
9884 "msvc_spectre_libs",
9885 "pet-core",
9886 "pet-jsonrpc",
9887 "serde",
9888 "serde_json",
9889]
9890
9891[[package]]
9892name = "pet-telemetry"
9893version = "0.1.0"
9894source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9895dependencies = [
9896 "env_logger 0.10.2",
9897 "lazy_static",
9898 "log",
9899 "msvc_spectre_libs",
9900 "pet-core",
9901 "pet-fs",
9902 "pet-python-utils",
9903 "regex",
9904]
9905
9906[[package]]
9907name = "pet-venv"
9908version = "0.1.0"
9909source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9910dependencies = [
9911 "log",
9912 "msvc_spectre_libs",
9913 "pet-core",
9914 "pet-python-utils",
9915 "pet-virtualenv",
9916]
9917
9918[[package]]
9919name = "pet-virtualenv"
9920version = "0.1.0"
9921source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9922dependencies = [
9923 "log",
9924 "msvc_spectre_libs",
9925 "pet-core",
9926 "pet-fs",
9927 "pet-python-utils",
9928]
9929
9930[[package]]
9931name = "pet-virtualenvwrapper"
9932version = "0.1.0"
9933source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9934dependencies = [
9935 "log",
9936 "msvc_spectre_libs",
9937 "pet-core",
9938 "pet-fs",
9939 "pet-python-utils",
9940 "pet-virtualenv",
9941]
9942
9943[[package]]
9944name = "pet-windows-registry"
9945version = "0.1.0"
9946source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9947dependencies = [
9948 "lazy_static",
9949 "log",
9950 "msvc_spectre_libs",
9951 "pet-conda",
9952 "pet-core",
9953 "pet-fs",
9954 "pet-python-utils",
9955 "pet-virtualenv",
9956 "pet-windows-store",
9957 "regex",
9958 "winreg 0.52.0",
9959]
9960
9961[[package]]
9962name = "pet-windows-store"
9963version = "0.1.0"
9964source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9965dependencies = [
9966 "lazy_static",
9967 "log",
9968 "msvc_spectre_libs",
9969 "pet-core",
9970 "pet-fs",
9971 "pet-python-utils",
9972 "pet-virtualenv",
9973 "regex",
9974 "winreg 0.52.0",
9975]
9976
9977[[package]]
9978name = "petgraph"
9979version = "0.6.5"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9982dependencies = [
9983 "fixedbitset",
9984 "indexmap",
9985]
9986
9987[[package]]
9988name = "phf"
9989version = "0.11.2"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9992dependencies = [
9993 "phf_macros",
9994 "phf_shared 0.11.2",
9995]
9996
9997[[package]]
9998name = "phf_codegen"
9999version = "0.11.2"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10002dependencies = [
10003 "phf_generator 0.11.2",
10004 "phf_shared 0.11.2",
10005]
10006
10007[[package]]
10008name = "phf_generator"
10009version = "0.10.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10012dependencies = [
10013 "phf_shared 0.10.0",
10014 "rand 0.8.5",
10015]
10016
10017[[package]]
10018name = "phf_generator"
10019version = "0.11.2"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10022dependencies = [
10023 "phf_shared 0.11.2",
10024 "rand 0.8.5",
10025]
10026
10027[[package]]
10028name = "phf_macros"
10029version = "0.11.2"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10032dependencies = [
10033 "phf_generator 0.11.2",
10034 "phf_shared 0.11.2",
10035 "proc-macro2",
10036 "quote",
10037 "syn 2.0.100",
10038]
10039
10040[[package]]
10041name = "phf_shared"
10042version = "0.10.0"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10045dependencies = [
10046 "siphasher 0.3.11",
10047]
10048
10049[[package]]
10050name = "phf_shared"
10051version = "0.11.2"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10054dependencies = [
10055 "siphasher 0.3.11",
10056]
10057
10058[[package]]
10059name = "picker"
10060version = "0.1.0"
10061dependencies = [
10062 "anyhow",
10063 "ctor",
10064 "editor",
10065 "env_logger 0.11.7",
10066 "gpui",
10067 "menu",
10068 "schemars",
10069 "serde",
10070 "serde_json",
10071 "ui",
10072 "util",
10073 "workspace",
10074]
10075
10076[[package]]
10077name = "pico-args"
10078version = "0.5.0"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10081
10082[[package]]
10083name = "pin-project"
10084version = "1.1.7"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10087dependencies = [
10088 "pin-project-internal",
10089]
10090
10091[[package]]
10092name = "pin-project-internal"
10093version = "1.1.7"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10096dependencies = [
10097 "proc-macro2",
10098 "quote",
10099 "syn 2.0.100",
10100]
10101
10102[[package]]
10103name = "pin-project-lite"
10104version = "0.2.16"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10107
10108[[package]]
10109name = "pin-utils"
10110version = "0.1.0"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10113
10114[[package]]
10115name = "piper"
10116version = "0.2.4"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10119dependencies = [
10120 "atomic-waker",
10121 "fastrand 2.3.0",
10122 "futures-io",
10123]
10124
10125[[package]]
10126name = "pkcs1"
10127version = "0.7.5"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10130dependencies = [
10131 "der 0.7.9",
10132 "pkcs8 0.10.2",
10133 "spki 0.7.3",
10134]
10135
10136[[package]]
10137name = "pkcs8"
10138version = "0.9.0"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10141dependencies = [
10142 "der 0.6.1",
10143 "spki 0.6.0",
10144]
10145
10146[[package]]
10147name = "pkcs8"
10148version = "0.10.2"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10151dependencies = [
10152 "der 0.7.9",
10153 "spki 0.7.3",
10154]
10155
10156[[package]]
10157name = "pkg-config"
10158version = "0.3.31"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10161
10162[[package]]
10163name = "plist"
10164version = "1.7.0"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10167dependencies = [
10168 "base64 0.22.1",
10169 "indexmap",
10170 "quick-xml 0.32.0",
10171 "serde",
10172 "time",
10173]
10174
10175[[package]]
10176name = "plotters"
10177version = "0.3.7"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10180dependencies = [
10181 "num-traits",
10182 "plotters-backend",
10183 "plotters-svg",
10184 "wasm-bindgen",
10185 "web-sys",
10186]
10187
10188[[package]]
10189name = "plotters-backend"
10190version = "0.3.7"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10193
10194[[package]]
10195name = "plotters-svg"
10196version = "0.3.7"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10199dependencies = [
10200 "plotters-backend",
10201]
10202
10203[[package]]
10204name = "png"
10205version = "0.17.15"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10208dependencies = [
10209 "bitflags 1.3.2",
10210 "crc32fast",
10211 "fdeflate",
10212 "flate2",
10213 "miniz_oxide",
10214]
10215
10216[[package]]
10217name = "polling"
10218version = "3.7.4"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10221dependencies = [
10222 "cfg-if",
10223 "concurrent-queue",
10224 "hermit-abi 0.4.0",
10225 "pin-project-lite",
10226 "rustix",
10227 "tracing",
10228 "windows-sys 0.59.0",
10229]
10230
10231[[package]]
10232name = "pollster"
10233version = "0.2.5"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10236
10237[[package]]
10238name = "portable-atomic"
10239version = "1.11.0"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10242
10243[[package]]
10244name = "portable-atomic-util"
10245version = "0.2.4"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10248dependencies = [
10249 "portable-atomic",
10250]
10251
10252[[package]]
10253name = "postage"
10254version = "0.5.0"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10257dependencies = [
10258 "atomic",
10259 "crossbeam-queue",
10260 "futures 0.3.31",
10261 "log",
10262 "parking_lot",
10263 "pin-project",
10264 "pollster",
10265 "static_assertions",
10266 "thiserror 1.0.69",
10267]
10268
10269[[package]]
10270name = "postcard"
10271version = "1.1.1"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10274dependencies = [
10275 "cobs",
10276 "embedded-io 0.4.0",
10277 "embedded-io 0.6.1",
10278 "serde",
10279]
10280
10281[[package]]
10282name = "powerfmt"
10283version = "0.2.0"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10286
10287[[package]]
10288name = "ppv-lite86"
10289version = "0.2.20"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10292dependencies = [
10293 "zerocopy 0.7.35",
10294]
10295
10296[[package]]
10297name = "precomputed-hash"
10298version = "0.1.1"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10301
10302[[package]]
10303name = "prettier"
10304version = "0.1.0"
10305dependencies = [
10306 "anyhow",
10307 "collections",
10308 "fs",
10309 "gpui",
10310 "language",
10311 "log",
10312 "lsp",
10313 "node_runtime",
10314 "parking_lot",
10315 "paths",
10316 "serde",
10317 "serde_json",
10318 "util",
10319]
10320
10321[[package]]
10322name = "pretty_assertions"
10323version = "1.4.1"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10326dependencies = [
10327 "diff",
10328 "yansi",
10329]
10330
10331[[package]]
10332name = "prettyplease"
10333version = "0.2.25"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10336dependencies = [
10337 "proc-macro2",
10338 "syn 2.0.100",
10339]
10340
10341[[package]]
10342name = "proc-macro-crate"
10343version = "3.2.0"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10346dependencies = [
10347 "toml_edit",
10348]
10349
10350[[package]]
10351name = "proc-macro-error-attr2"
10352version = "2.0.0"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10355dependencies = [
10356 "proc-macro2",
10357 "quote",
10358]
10359
10360[[package]]
10361name = "proc-macro-error2"
10362version = "2.0.1"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10365dependencies = [
10366 "proc-macro-error-attr2",
10367 "proc-macro2",
10368 "quote",
10369 "syn 2.0.100",
10370]
10371
10372[[package]]
10373name = "proc-macro2"
10374version = "1.0.94"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10377dependencies = [
10378 "unicode-ident",
10379]
10380
10381[[package]]
10382name = "proc-macro2-diagnostics"
10383version = "0.10.1"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10386dependencies = [
10387 "proc-macro2",
10388 "quote",
10389 "syn 2.0.100",
10390 "version_check",
10391 "yansi",
10392]
10393
10394[[package]]
10395name = "profiling"
10396version = "1.0.16"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10399dependencies = [
10400 "profiling-procmacros",
10401]
10402
10403[[package]]
10404name = "profiling-procmacros"
10405version = "1.0.16"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10408dependencies = [
10409 "quote",
10410 "syn 2.0.100",
10411]
10412
10413[[package]]
10414name = "project"
10415version = "0.1.0"
10416dependencies = [
10417 "aho-corasick",
10418 "anyhow",
10419 "askpass",
10420 "async-trait",
10421 "buffer_diff",
10422 "client",
10423 "clock",
10424 "collections",
10425 "env_logger 0.11.7",
10426 "extension",
10427 "fancy-regex 0.14.0",
10428 "fs",
10429 "futures 0.3.31",
10430 "fuzzy",
10431 "git",
10432 "git2",
10433 "globset",
10434 "gpui",
10435 "http_client",
10436 "image",
10437 "itertools 0.14.0",
10438 "language",
10439 "log",
10440 "lsp",
10441 "node_runtime",
10442 "parking_lot",
10443 "pathdiff",
10444 "paths",
10445 "postage",
10446 "prettier",
10447 "pretty_assertions",
10448 "rand 0.8.5",
10449 "regex",
10450 "release_channel",
10451 "remote",
10452 "rpc",
10453 "schemars",
10454 "serde",
10455 "serde_json",
10456 "settings",
10457 "sha2",
10458 "shellexpand 2.1.2",
10459 "shlex",
10460 "smol",
10461 "snippet",
10462 "snippet_provider",
10463 "task",
10464 "tempfile",
10465 "terminal",
10466 "text",
10467 "toml 0.8.20",
10468 "unindent",
10469 "url",
10470 "util",
10471 "which 6.0.3",
10472 "worktree",
10473]
10474
10475[[package]]
10476name = "project_panel"
10477version = "0.1.0"
10478dependencies = [
10479 "anyhow",
10480 "client",
10481 "collections",
10482 "command_palette_hooks",
10483 "db",
10484 "editor",
10485 "file_icons",
10486 "git",
10487 "gpui",
10488 "indexmap",
10489 "language",
10490 "menu",
10491 "pretty_assertions",
10492 "project",
10493 "schemars",
10494 "search",
10495 "serde",
10496 "serde_derive",
10497 "serde_json",
10498 "settings",
10499 "smallvec",
10500 "theme",
10501 "ui",
10502 "util",
10503 "workspace",
10504 "worktree",
10505 "zed_actions",
10506]
10507
10508[[package]]
10509name = "project_symbols"
10510version = "0.1.0"
10511dependencies = [
10512 "anyhow",
10513 "editor",
10514 "futures 0.3.31",
10515 "fuzzy",
10516 "gpui",
10517 "language",
10518 "lsp",
10519 "ordered-float 2.10.1",
10520 "picker",
10521 "project",
10522 "release_channel",
10523 "serde_json",
10524 "settings",
10525 "theme",
10526 "util",
10527 "workspace",
10528]
10529
10530[[package]]
10531name = "prometheus"
10532version = "0.13.4"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10535dependencies = [
10536 "cfg-if",
10537 "fnv",
10538 "lazy_static",
10539 "memchr",
10540 "parking_lot",
10541 "protobuf",
10542 "thiserror 1.0.69",
10543]
10544
10545[[package]]
10546name = "prompt_library"
10547version = "0.1.0"
10548dependencies = [
10549 "anyhow",
10550 "collections",
10551 "editor",
10552 "gpui",
10553 "language",
10554 "language_model",
10555 "log",
10556 "menu",
10557 "picker",
10558 "prompt_store",
10559 "release_channel",
10560 "rope",
10561 "serde",
10562 "settings",
10563 "theme",
10564 "ui",
10565 "util",
10566 "workspace",
10567 "zed_actions",
10568]
10569
10570[[package]]
10571name = "prompt_store"
10572version = "0.1.0"
10573dependencies = [
10574 "anyhow",
10575 "assets",
10576 "chrono",
10577 "collections",
10578 "fs",
10579 "futures 0.3.31",
10580 "fuzzy",
10581 "gpui",
10582 "handlebars 4.5.0",
10583 "heed",
10584 "language",
10585 "log",
10586 "parking_lot",
10587 "paths",
10588 "rope",
10589 "serde",
10590 "text",
10591 "util",
10592 "uuid",
10593]
10594
10595[[package]]
10596name = "prost"
10597version = "0.9.0"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10600dependencies = [
10601 "bytes 1.10.1",
10602 "prost-derive 0.9.0",
10603]
10604
10605[[package]]
10606name = "prost"
10607version = "0.12.6"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10610dependencies = [
10611 "bytes 1.10.1",
10612 "prost-derive 0.12.6",
10613]
10614
10615[[package]]
10616name = "prost-build"
10617version = "0.9.0"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10620dependencies = [
10621 "bytes 1.10.1",
10622 "heck 0.3.3",
10623 "itertools 0.10.5",
10624 "lazy_static",
10625 "log",
10626 "multimap 0.8.3",
10627 "petgraph",
10628 "prost 0.9.0",
10629 "prost-types 0.9.0",
10630 "regex",
10631 "tempfile",
10632 "which 4.4.2",
10633]
10634
10635[[package]]
10636name = "prost-build"
10637version = "0.12.6"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10640dependencies = [
10641 "bytes 1.10.1",
10642 "heck 0.5.0",
10643 "itertools 0.12.1",
10644 "log",
10645 "multimap 0.10.0",
10646 "once_cell",
10647 "petgraph",
10648 "prettyplease",
10649 "prost 0.12.6",
10650 "prost-types 0.12.6",
10651 "regex",
10652 "syn 2.0.100",
10653 "tempfile",
10654]
10655
10656[[package]]
10657name = "prost-derive"
10658version = "0.9.0"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10661dependencies = [
10662 "anyhow",
10663 "itertools 0.10.5",
10664 "proc-macro2",
10665 "quote",
10666 "syn 1.0.109",
10667]
10668
10669[[package]]
10670name = "prost-derive"
10671version = "0.12.6"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10674dependencies = [
10675 "anyhow",
10676 "itertools 0.12.1",
10677 "proc-macro2",
10678 "quote",
10679 "syn 2.0.100",
10680]
10681
10682[[package]]
10683name = "prost-types"
10684version = "0.9.0"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10687dependencies = [
10688 "bytes 1.10.1",
10689 "prost 0.9.0",
10690]
10691
10692[[package]]
10693name = "prost-types"
10694version = "0.12.6"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10697dependencies = [
10698 "prost 0.12.6",
10699]
10700
10701[[package]]
10702name = "proto"
10703version = "0.1.0"
10704dependencies = [
10705 "anyhow",
10706 "collections",
10707 "prost 0.9.0",
10708 "prost-build 0.9.0",
10709 "serde",
10710]
10711
10712[[package]]
10713name = "protobuf"
10714version = "2.28.0"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10717
10718[[package]]
10719name = "psm"
10720version = "0.1.24"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10723dependencies = [
10724 "cc",
10725]
10726
10727[[package]]
10728name = "ptr_meta"
10729version = "0.1.4"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10732dependencies = [
10733 "ptr_meta_derive",
10734]
10735
10736[[package]]
10737name = "ptr_meta_derive"
10738version = "0.1.4"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10741dependencies = [
10742 "proc-macro2",
10743 "quote",
10744 "syn 1.0.109",
10745]
10746
10747[[package]]
10748name = "pulldown-cmark"
10749version = "0.10.3"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10752dependencies = [
10753 "bitflags 2.8.0",
10754 "memchr",
10755 "pulldown-cmark-escape",
10756 "unicase",
10757]
10758
10759[[package]]
10760name = "pulldown-cmark"
10761version = "0.12.2"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10764dependencies = [
10765 "bitflags 2.8.0",
10766 "memchr",
10767 "unicase",
10768]
10769
10770[[package]]
10771name = "pulldown-cmark-escape"
10772version = "0.10.1"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10775
10776[[package]]
10777name = "pulley-interpreter"
10778version = "29.0.1"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10781dependencies = [
10782 "cranelift-bitset",
10783 "log",
10784 "sptr",
10785 "wasmtime-math",
10786]
10787
10788[[package]]
10789name = "qoi"
10790version = "0.4.1"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10793dependencies = [
10794 "bytemuck",
10795]
10796
10797[[package]]
10798name = "quick-error"
10799version = "2.0.1"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10802
10803[[package]]
10804name = "quick-xml"
10805version = "0.32.0"
10806source = "registry+https://github.com/rust-lang/crates.io-index"
10807checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10808dependencies = [
10809 "memchr",
10810]
10811
10812[[package]]
10813name = "quick-xml"
10814version = "0.37.2"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10817dependencies = [
10818 "memchr",
10819]
10820
10821[[package]]
10822name = "quinn"
10823version = "0.11.6"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10826dependencies = [
10827 "bytes 1.10.1",
10828 "pin-project-lite",
10829 "quinn-proto",
10830 "quinn-udp",
10831 "rustc-hash 2.1.1",
10832 "rustls 0.23.23",
10833 "socket2",
10834 "thiserror 2.0.6",
10835 "tokio",
10836 "tracing",
10837]
10838
10839[[package]]
10840name = "quinn-proto"
10841version = "0.11.9"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10844dependencies = [
10845 "bytes 1.10.1",
10846 "getrandom 0.2.15",
10847 "rand 0.8.5",
10848 "ring",
10849 "rustc-hash 2.1.1",
10850 "rustls 0.23.23",
10851 "rustls-pki-types",
10852 "slab",
10853 "thiserror 2.0.6",
10854 "tinyvec",
10855 "tracing",
10856 "web-time",
10857]
10858
10859[[package]]
10860name = "quinn-udp"
10861version = "0.5.9"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10864dependencies = [
10865 "cfg_aliases 0.2.1",
10866 "libc",
10867 "once_cell",
10868 "socket2",
10869 "tracing",
10870 "windows-sys 0.59.0",
10871]
10872
10873[[package]]
10874name = "quote"
10875version = "1.0.40"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10878dependencies = [
10879 "proc-macro2",
10880]
10881
10882[[package]]
10883name = "radium"
10884version = "0.7.0"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10887
10888[[package]]
10889name = "rand"
10890version = "0.7.3"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10893dependencies = [
10894 "getrandom 0.1.16",
10895 "libc",
10896 "rand_chacha 0.2.2",
10897 "rand_core 0.5.1",
10898 "rand_hc",
10899]
10900
10901[[package]]
10902name = "rand"
10903version = "0.8.5"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10906dependencies = [
10907 "libc",
10908 "rand_chacha 0.3.1",
10909 "rand_core 0.6.4",
10910]
10911
10912[[package]]
10913name = "rand"
10914version = "0.9.0"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10917dependencies = [
10918 "rand_chacha 0.9.0",
10919 "rand_core 0.9.0",
10920 "zerocopy 0.8.18",
10921]
10922
10923[[package]]
10924name = "rand_chacha"
10925version = "0.2.2"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10928dependencies = [
10929 "ppv-lite86",
10930 "rand_core 0.5.1",
10931]
10932
10933[[package]]
10934name = "rand_chacha"
10935version = "0.3.1"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10938dependencies = [
10939 "ppv-lite86",
10940 "rand_core 0.6.4",
10941]
10942
10943[[package]]
10944name = "rand_chacha"
10945version = "0.9.0"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10948dependencies = [
10949 "ppv-lite86",
10950 "rand_core 0.9.0",
10951]
10952
10953[[package]]
10954name = "rand_core"
10955version = "0.5.1"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10958dependencies = [
10959 "getrandom 0.1.16",
10960]
10961
10962[[package]]
10963name = "rand_core"
10964version = "0.6.4"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10967dependencies = [
10968 "getrandom 0.2.15",
10969]
10970
10971[[package]]
10972name = "rand_core"
10973version = "0.9.0"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10976dependencies = [
10977 "getrandom 0.3.1",
10978 "zerocopy 0.8.18",
10979]
10980
10981[[package]]
10982name = "rand_hc"
10983version = "0.2.0"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10986dependencies = [
10987 "rand_core 0.5.1",
10988]
10989
10990[[package]]
10991name = "rangemap"
10992version = "1.5.1"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10995
10996[[package]]
10997name = "rav1e"
10998version = "0.7.1"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11001dependencies = [
11002 "arbitrary",
11003 "arg_enum_proc_macro",
11004 "arrayvec",
11005 "av1-grain",
11006 "bitstream-io",
11007 "built",
11008 "cfg-if",
11009 "interpolate_name",
11010 "itertools 0.12.1",
11011 "libc",
11012 "libfuzzer-sys",
11013 "log",
11014 "maybe-rayon",
11015 "new_debug_unreachable",
11016 "noop_proc_macro",
11017 "num-derive",
11018 "num-traits",
11019 "once_cell",
11020 "paste",
11021 "profiling",
11022 "rand 0.8.5",
11023 "rand_chacha 0.3.1",
11024 "simd_helpers",
11025 "system-deps",
11026 "thiserror 1.0.69",
11027 "v_frame",
11028 "wasm-bindgen",
11029]
11030
11031[[package]]
11032name = "ravif"
11033version = "0.11.11"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11036dependencies = [
11037 "avif-serialize",
11038 "imgref",
11039 "loop9",
11040 "quick-error",
11041 "rav1e",
11042 "rayon",
11043 "rgb",
11044]
11045
11046[[package]]
11047name = "raw-window-handle"
11048version = "0.6.2"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11051
11052[[package]]
11053name = "raw-window-metal"
11054version = "0.4.0"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11057dependencies = [
11058 "cocoa 0.25.0",
11059 "core-graphics 0.23.2",
11060 "objc",
11061 "raw-window-handle",
11062]
11063
11064[[package]]
11065name = "rayon"
11066version = "1.10.0"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11069dependencies = [
11070 "either",
11071 "rayon-core",
11072]
11073
11074[[package]]
11075name = "rayon-core"
11076version = "1.12.1"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11079dependencies = [
11080 "crossbeam-deque",
11081 "crossbeam-utils",
11082]
11083
11084[[package]]
11085name = "read-fonts"
11086version = "0.22.5"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11089dependencies = [
11090 "bytemuck",
11091 "font-types",
11092]
11093
11094[[package]]
11095name = "recent_projects"
11096version = "0.1.0"
11097dependencies = [
11098 "anyhow",
11099 "auto_update",
11100 "editor",
11101 "extension_host",
11102 "file_finder",
11103 "futures 0.3.31",
11104 "fuzzy",
11105 "gpui",
11106 "language",
11107 "log",
11108 "markdown",
11109 "menu",
11110 "ordered-float 2.10.1",
11111 "paths",
11112 "picker",
11113 "project",
11114 "release_channel",
11115 "remote",
11116 "schemars",
11117 "serde",
11118 "serde_json",
11119 "settings",
11120 "smol",
11121 "task",
11122 "telemetry",
11123 "theme",
11124 "ui",
11125 "util",
11126 "workspace",
11127 "zed_actions",
11128]
11129
11130[[package]]
11131name = "redox_syscall"
11132version = "0.2.16"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11135dependencies = [
11136 "bitflags 1.3.2",
11137]
11138
11139[[package]]
11140name = "redox_syscall"
11141version = "0.5.8"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11144dependencies = [
11145 "bitflags 2.8.0",
11146]
11147
11148[[package]]
11149name = "redox_users"
11150version = "0.4.6"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11153dependencies = [
11154 "getrandom 0.2.15",
11155 "libredox",
11156 "thiserror 1.0.69",
11157]
11158
11159[[package]]
11160name = "refineable"
11161version = "0.1.0"
11162dependencies = [
11163 "derive_refineable",
11164]
11165
11166[[package]]
11167name = "regalloc2"
11168version = "0.11.1"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11171dependencies = [
11172 "allocator-api2",
11173 "bumpalo",
11174 "hashbrown 0.15.2",
11175 "log",
11176 "rustc-hash 2.1.1",
11177 "smallvec",
11178]
11179
11180[[package]]
11181name = "regex"
11182version = "1.11.1"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11185dependencies = [
11186 "aho-corasick",
11187 "memchr",
11188 "regex-automata 0.4.9",
11189 "regex-syntax 0.8.5",
11190]
11191
11192[[package]]
11193name = "regex-automata"
11194version = "0.1.10"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11197dependencies = [
11198 "regex-syntax 0.6.29",
11199]
11200
11201[[package]]
11202name = "regex-automata"
11203version = "0.4.9"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11206dependencies = [
11207 "aho-corasick",
11208 "memchr",
11209 "regex-syntax 0.8.5",
11210]
11211
11212[[package]]
11213name = "regex-lite"
11214version = "0.1.6"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11217
11218[[package]]
11219name = "regex-syntax"
11220version = "0.6.29"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11223
11224[[package]]
11225name = "regex-syntax"
11226version = "0.8.5"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11229
11230[[package]]
11231name = "release_channel"
11232version = "0.1.0"
11233dependencies = [
11234 "gpui",
11235]
11236
11237[[package]]
11238name = "remote"
11239version = "0.1.0"
11240dependencies = [
11241 "anyhow",
11242 "askpass",
11243 "async-trait",
11244 "collections",
11245 "fs",
11246 "futures 0.3.31",
11247 "gpui",
11248 "itertools 0.14.0",
11249 "log",
11250 "parking_lot",
11251 "paths",
11252 "prost 0.9.0",
11253 "release_channel",
11254 "rpc",
11255 "schemars",
11256 "serde",
11257 "serde_json",
11258 "shlex",
11259 "smol",
11260 "tempfile",
11261 "thiserror 1.0.69",
11262 "urlencoding",
11263 "util",
11264]
11265
11266[[package]]
11267name = "remote_server"
11268version = "0.1.0"
11269dependencies = [
11270 "anyhow",
11271 "async-watch",
11272 "backtrace",
11273 "cargo_toml",
11274 "chrono",
11275 "clap",
11276 "client",
11277 "clock",
11278 "env_logger 0.11.7",
11279 "extension",
11280 "extension_host",
11281 "fork",
11282 "fs",
11283 "futures 0.3.31",
11284 "git",
11285 "git_hosting_providers",
11286 "gpui",
11287 "gpui_tokio",
11288 "http_client",
11289 "language",
11290 "language_extension",
11291 "languages",
11292 "libc",
11293 "log",
11294 "lsp",
11295 "node_runtime",
11296 "paths",
11297 "project",
11298 "proto",
11299 "release_channel",
11300 "remote",
11301 "reqwest_client",
11302 "rpc",
11303 "rust-embed",
11304 "serde",
11305 "serde_json",
11306 "settings",
11307 "shellexpand 2.1.2",
11308 "smol",
11309 "sysinfo",
11310 "telemetry_events",
11311 "toml 0.8.20",
11312 "unindent",
11313 "util",
11314 "worktree",
11315]
11316
11317[[package]]
11318name = "rend"
11319version = "0.4.2"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11322dependencies = [
11323 "bytecheck",
11324]
11325
11326[[package]]
11327name = "repl"
11328version = "0.1.0"
11329dependencies = [
11330 "alacritty_terminal",
11331 "anyhow",
11332 "async-dispatcher",
11333 "async-tungstenite",
11334 "base64 0.22.1",
11335 "client",
11336 "collections",
11337 "command_palette_hooks",
11338 "editor",
11339 "env_logger 0.11.7",
11340 "feature_flags",
11341 "file_icons",
11342 "futures 0.3.31",
11343 "gpui",
11344 "http_client",
11345 "image",
11346 "indoc",
11347 "jupyter-protocol",
11348 "jupyter-websocket-client",
11349 "language",
11350 "languages",
11351 "log",
11352 "markdown_preview",
11353 "menu",
11354 "multi_buffer",
11355 "nbformat",
11356 "picker",
11357 "project",
11358 "runtimelib",
11359 "schemars",
11360 "serde",
11361 "serde_json",
11362 "settings",
11363 "smol",
11364 "telemetry",
11365 "terminal",
11366 "terminal_view",
11367 "theme",
11368 "tree-sitter-md",
11369 "tree-sitter-python",
11370 "tree-sitter-typescript",
11371 "ui",
11372 "util",
11373 "uuid",
11374 "workspace",
11375]
11376
11377[[package]]
11378name = "reqwest"
11379version = "0.11.27"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11382dependencies = [
11383 "base64 0.21.7",
11384 "bytes 1.10.1",
11385 "encoding_rs",
11386 "futures-core",
11387 "futures-util",
11388 "h2 0.3.26",
11389 "http 0.2.12",
11390 "http-body 0.4.6",
11391 "hyper 0.14.32",
11392 "hyper-rustls 0.24.2",
11393 "hyper-tls",
11394 "ipnet",
11395 "js-sys",
11396 "log",
11397 "mime",
11398 "native-tls",
11399 "once_cell",
11400 "percent-encoding",
11401 "pin-project-lite",
11402 "rustls 0.21.12",
11403 "rustls-native-certs 0.6.3",
11404 "rustls-pemfile 1.0.4",
11405 "serde",
11406 "serde_json",
11407 "serde_urlencoded",
11408 "sync_wrapper 0.1.2",
11409 "system-configuration 0.5.1",
11410 "tokio",
11411 "tokio-native-tls",
11412 "tokio-rustls 0.24.1",
11413 "tower-service",
11414 "url",
11415 "wasm-bindgen",
11416 "wasm-bindgen-futures",
11417 "web-sys",
11418 "winreg 0.50.0",
11419]
11420
11421[[package]]
11422name = "reqwest"
11423version = "0.12.8"
11424source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11425dependencies = [
11426 "base64 0.22.1",
11427 "bytes 1.10.1",
11428 "encoding_rs",
11429 "futures-core",
11430 "futures-util",
11431 "h2 0.4.7",
11432 "http 1.2.0",
11433 "http-body 1.0.1",
11434 "http-body-util",
11435 "hyper 1.5.1",
11436 "hyper-rustls 0.27.3",
11437 "hyper-util",
11438 "ipnet",
11439 "js-sys",
11440 "log",
11441 "mime",
11442 "once_cell",
11443 "percent-encoding",
11444 "pin-project-lite",
11445 "quinn",
11446 "rustls 0.23.23",
11447 "rustls-native-certs 0.8.1",
11448 "rustls-pemfile 2.2.0",
11449 "rustls-pki-types",
11450 "serde",
11451 "serde_json",
11452 "serde_urlencoded",
11453 "sync_wrapper 1.0.2",
11454 "system-configuration 0.6.1",
11455 "tokio",
11456 "tokio-rustls 0.26.1",
11457 "tokio-socks",
11458 "tokio-util",
11459 "tower-service",
11460 "url",
11461 "wasm-bindgen",
11462 "wasm-bindgen-futures",
11463 "wasm-streams",
11464 "web-sys",
11465 "windows-registry",
11466]
11467
11468[[package]]
11469name = "reqwest_client"
11470version = "0.1.0"
11471dependencies = [
11472 "anyhow",
11473 "bytes 1.10.1",
11474 "futures 0.3.31",
11475 "gpui",
11476 "http_client",
11477 "http_client_tls",
11478 "log",
11479 "regex",
11480 "reqwest 0.12.8",
11481 "serde",
11482 "smol",
11483 "tokio",
11484]
11485
11486[[package]]
11487name = "resvg"
11488version = "0.45.0"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11491dependencies = [
11492 "log",
11493 "pico-args",
11494 "rgb",
11495 "svgtypes",
11496 "tiny-skia",
11497 "usvg",
11498]
11499
11500[[package]]
11501name = "rfc6979"
11502version = "0.3.1"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11505dependencies = [
11506 "crypto-bigint 0.4.9",
11507 "hmac",
11508 "zeroize",
11509]
11510
11511[[package]]
11512name = "rgb"
11513version = "0.8.50"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11516dependencies = [
11517 "bytemuck",
11518]
11519
11520[[package]]
11521name = "rich_text"
11522version = "0.1.0"
11523dependencies = [
11524 "futures 0.3.31",
11525 "gpui",
11526 "language",
11527 "linkify",
11528 "pulldown-cmark 0.12.2",
11529 "theme",
11530 "ui",
11531 "util",
11532]
11533
11534[[package]]
11535name = "ring"
11536version = "0.17.8"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11539dependencies = [
11540 "cc",
11541 "cfg-if",
11542 "getrandom 0.2.15",
11543 "libc",
11544 "spin",
11545 "untrusted",
11546 "windows-sys 0.52.0",
11547]
11548
11549[[package]]
11550name = "rkyv"
11551version = "0.7.45"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11554dependencies = [
11555 "bitvec",
11556 "bytecheck",
11557 "bytes 1.10.1",
11558 "hashbrown 0.12.3",
11559 "ptr_meta",
11560 "rend",
11561 "rkyv_derive",
11562 "seahash",
11563 "tinyvec",
11564 "uuid",
11565]
11566
11567[[package]]
11568name = "rkyv_derive"
11569version = "0.7.45"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11572dependencies = [
11573 "proc-macro2",
11574 "quote",
11575 "syn 1.0.109",
11576]
11577
11578[[package]]
11579name = "rmp"
11580version = "0.8.14"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11583dependencies = [
11584 "byteorder",
11585 "num-traits",
11586 "paste",
11587]
11588
11589[[package]]
11590name = "rmpv"
11591version = "1.3.0"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11594dependencies = [
11595 "num-traits",
11596 "rmp",
11597]
11598
11599[[package]]
11600name = "rodio"
11601version = "0.20.1"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11604dependencies = [
11605 "cpal",
11606 "hound",
11607]
11608
11609[[package]]
11610name = "rope"
11611version = "0.1.0"
11612dependencies = [
11613 "arrayvec",
11614 "criterion",
11615 "ctor",
11616 "env_logger 0.11.7",
11617 "gpui",
11618 "log",
11619 "rand 0.8.5",
11620 "rayon",
11621 "smallvec",
11622 "sum_tree",
11623 "unicode-segmentation",
11624 "util",
11625]
11626
11627[[package]]
11628name = "roxmltree"
11629version = "0.20.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11632
11633[[package]]
11634name = "rpc"
11635version = "0.1.0"
11636dependencies = [
11637 "anyhow",
11638 "async-tungstenite",
11639 "base64 0.22.1",
11640 "chrono",
11641 "collections",
11642 "env_logger 0.11.7",
11643 "futures 0.3.31",
11644 "gpui",
11645 "parking_lot",
11646 "proto",
11647 "rand 0.8.5",
11648 "rsa",
11649 "serde",
11650 "serde_json",
11651 "sha2",
11652 "strum",
11653 "tracing",
11654 "util",
11655 "zstd",
11656]
11657
11658[[package]]
11659name = "rsa"
11660version = "0.9.8"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11663dependencies = [
11664 "const-oid",
11665 "digest",
11666 "num-bigint-dig",
11667 "num-integer",
11668 "num-traits",
11669 "pkcs1",
11670 "pkcs8 0.10.2",
11671 "rand_core 0.6.4",
11672 "signature 2.2.0",
11673 "spki 0.7.3",
11674 "subtle",
11675 "zeroize",
11676]
11677
11678[[package]]
11679name = "runtimelib"
11680version = "0.25.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11683dependencies = [
11684 "anyhow",
11685 "async-dispatcher",
11686 "async-std",
11687 "base64 0.22.1",
11688 "bytes 1.10.1",
11689 "chrono",
11690 "data-encoding",
11691 "dirs 5.0.1",
11692 "futures 0.3.31",
11693 "glob",
11694 "jupyter-protocol",
11695 "ring",
11696 "serde",
11697 "serde_json",
11698 "shellexpand 3.1.0",
11699 "smol",
11700 "uuid",
11701 "zeromq",
11702]
11703
11704[[package]]
11705name = "rust-embed"
11706version = "8.5.0"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11709dependencies = [
11710 "rust-embed-impl",
11711 "rust-embed-utils",
11712 "walkdir",
11713]
11714
11715[[package]]
11716name = "rust-embed-impl"
11717version = "8.5.0"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11720dependencies = [
11721 "proc-macro2",
11722 "quote",
11723 "rust-embed-utils",
11724 "syn 2.0.100",
11725 "walkdir",
11726]
11727
11728[[package]]
11729name = "rust-embed-utils"
11730version = "8.5.0"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11733dependencies = [
11734 "globset",
11735 "sha2",
11736 "walkdir",
11737]
11738
11739[[package]]
11740name = "rust_decimal"
11741version = "1.36.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11744dependencies = [
11745 "arrayvec",
11746 "borsh",
11747 "bytes 1.10.1",
11748 "num-traits",
11749 "rand 0.8.5",
11750 "rkyv",
11751 "serde",
11752 "serde_json",
11753]
11754
11755[[package]]
11756name = "rustc-demangle"
11757version = "0.1.24"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11760
11761[[package]]
11762name = "rustc-hash"
11763version = "1.1.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11766
11767[[package]]
11768name = "rustc-hash"
11769version = "2.1.1"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11772
11773[[package]]
11774name = "rustc_version"
11775version = "0.4.1"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11778dependencies = [
11779 "semver",
11780]
11781
11782[[package]]
11783name = "rustix"
11784version = "0.38.42"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11787dependencies = [
11788 "bitflags 2.8.0",
11789 "errno 0.3.10",
11790 "itoa",
11791 "libc",
11792 "linux-raw-sys",
11793 "once_cell",
11794 "windows-sys 0.59.0",
11795]
11796
11797[[package]]
11798name = "rustix-openpty"
11799version = "0.1.1"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11802dependencies = [
11803 "errno 0.3.10",
11804 "libc",
11805 "rustix",
11806]
11807
11808[[package]]
11809name = "rustls"
11810version = "0.21.12"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11813dependencies = [
11814 "log",
11815 "ring",
11816 "rustls-webpki 0.101.7",
11817 "sct",
11818]
11819
11820[[package]]
11821name = "rustls"
11822version = "0.23.23"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11825dependencies = [
11826 "aws-lc-rs",
11827 "log",
11828 "once_cell",
11829 "ring",
11830 "rustls-pki-types",
11831 "rustls-webpki 0.102.8",
11832 "subtle",
11833 "zeroize",
11834]
11835
11836[[package]]
11837name = "rustls-native-certs"
11838version = "0.6.3"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11841dependencies = [
11842 "openssl-probe",
11843 "rustls-pemfile 1.0.4",
11844 "schannel",
11845 "security-framework 2.11.1",
11846]
11847
11848[[package]]
11849name = "rustls-native-certs"
11850version = "0.8.1"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11853dependencies = [
11854 "openssl-probe",
11855 "rustls-pki-types",
11856 "schannel",
11857 "security-framework 3.0.1",
11858]
11859
11860[[package]]
11861name = "rustls-pemfile"
11862version = "1.0.4"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11865dependencies = [
11866 "base64 0.21.7",
11867]
11868
11869[[package]]
11870name = "rustls-pemfile"
11871version = "2.2.0"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11874dependencies = [
11875 "rustls-pki-types",
11876]
11877
11878[[package]]
11879name = "rustls-pki-types"
11880version = "1.10.0"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11883dependencies = [
11884 "web-time",
11885]
11886
11887[[package]]
11888name = "rustls-platform-verifier"
11889version = "0.5.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11892dependencies = [
11893 "core-foundation 0.10.0",
11894 "core-foundation-sys",
11895 "jni",
11896 "log",
11897 "once_cell",
11898 "rustls 0.23.23",
11899 "rustls-native-certs 0.8.1",
11900 "rustls-platform-verifier-android",
11901 "rustls-webpki 0.102.8",
11902 "security-framework 3.0.1",
11903 "security-framework-sys",
11904 "webpki-root-certs",
11905 "windows-sys 0.52.0",
11906]
11907
11908[[package]]
11909name = "rustls-platform-verifier-android"
11910version = "0.1.1"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11913
11914[[package]]
11915name = "rustls-webpki"
11916version = "0.101.7"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11919dependencies = [
11920 "ring",
11921 "untrusted",
11922]
11923
11924[[package]]
11925name = "rustls-webpki"
11926version = "0.102.8"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11929dependencies = [
11930 "aws-lc-rs",
11931 "ring",
11932 "rustls-pki-types",
11933 "untrusted",
11934]
11935
11936[[package]]
11937name = "rustversion"
11938version = "1.0.18"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11941
11942[[package]]
11943name = "rustybuzz"
11944version = "0.14.1"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11947dependencies = [
11948 "bitflags 2.8.0",
11949 "bytemuck",
11950 "libm",
11951 "smallvec",
11952 "ttf-parser 0.21.1",
11953 "unicode-bidi-mirroring 0.2.0",
11954 "unicode-ccc 0.2.0",
11955 "unicode-properties",
11956 "unicode-script",
11957]
11958
11959[[package]]
11960name = "rustybuzz"
11961version = "0.20.1"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11964dependencies = [
11965 "bitflags 2.8.0",
11966 "bytemuck",
11967 "core_maths",
11968 "log",
11969 "smallvec",
11970 "ttf-parser 0.25.1",
11971 "unicode-bidi-mirroring 0.4.0",
11972 "unicode-ccc 0.4.0",
11973 "unicode-properties",
11974 "unicode-script",
11975]
11976
11977[[package]]
11978name = "ryu"
11979version = "1.0.18"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11982
11983[[package]]
11984name = "salsa20"
11985version = "0.10.2"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11988dependencies = [
11989 "cipher",
11990]
11991
11992[[package]]
11993name = "same-file"
11994version = "1.0.6"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11997dependencies = [
11998 "winapi-util",
11999]
12000
12001[[package]]
12002name = "schannel"
12003version = "0.1.27"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12006dependencies = [
12007 "windows-sys 0.59.0",
12008]
12009
12010[[package]]
12011name = "schema_generator"
12012version = "0.1.0"
12013dependencies = [
12014 "anyhow",
12015 "clap",
12016 "env_logger 0.11.7",
12017 "schemars",
12018 "serde",
12019 "serde_json",
12020 "theme",
12021]
12022
12023[[package]]
12024name = "schemars"
12025version = "0.8.22"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12028dependencies = [
12029 "dyn-clone",
12030 "indexmap",
12031 "schemars_derive",
12032 "serde",
12033 "serde_json",
12034]
12035
12036[[package]]
12037name = "schemars_derive"
12038version = "0.8.22"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12041dependencies = [
12042 "proc-macro2",
12043 "quote",
12044 "serde_derive_internals",
12045 "syn 2.0.100",
12046]
12047
12048[[package]]
12049name = "scoped-tls"
12050version = "1.0.1"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12053
12054[[package]]
12055name = "scopeguard"
12056version = "1.2.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12059
12060[[package]]
12061name = "scratch"
12062version = "1.0.7"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12065
12066[[package]]
12067name = "scripting_tool"
12068version = "0.1.0"
12069dependencies = [
12070 "anyhow",
12071 "buffer_diff",
12072 "clock",
12073 "collections",
12074 "futures 0.3.31",
12075 "gpui",
12076 "language",
12077 "log",
12078 "mlua",
12079 "parking_lot",
12080 "project",
12081 "rand 0.8.5",
12082 "regex",
12083 "schemars",
12084 "serde",
12085 "serde_json",
12086 "settings",
12087 "util",
12088]
12089
12090[[package]]
12091name = "scrypt"
12092version = "0.11.0"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12095dependencies = [
12096 "password-hash 0.5.0",
12097 "pbkdf2 0.12.2",
12098 "salsa20",
12099 "sha2",
12100]
12101
12102[[package]]
12103name = "sct"
12104version = "0.7.1"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12107dependencies = [
12108 "ring",
12109 "untrusted",
12110]
12111
12112[[package]]
12113name = "sea-bae"
12114version = "0.2.1"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12117dependencies = [
12118 "heck 0.4.1",
12119 "proc-macro-error2",
12120 "proc-macro2",
12121 "quote",
12122 "syn 2.0.100",
12123]
12124
12125[[package]]
12126name = "sea-orm"
12127version = "1.1.5"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12130dependencies = [
12131 "async-stream",
12132 "async-trait",
12133 "bigdecimal",
12134 "chrono",
12135 "futures 0.3.31",
12136 "log",
12137 "ouroboros",
12138 "rust_decimal",
12139 "sea-orm-macros",
12140 "sea-query",
12141 "sea-query-binder",
12142 "serde",
12143 "serde_json",
12144 "sqlx",
12145 "strum",
12146 "thiserror 1.0.69",
12147 "time",
12148 "tracing",
12149 "url",
12150 "uuid",
12151]
12152
12153[[package]]
12154name = "sea-orm-macros"
12155version = "1.1.5"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12158dependencies = [
12159 "heck 0.4.1",
12160 "proc-macro2",
12161 "quote",
12162 "sea-bae",
12163 "syn 2.0.100",
12164 "unicode-ident",
12165]
12166
12167[[package]]
12168name = "sea-query"
12169version = "0.32.1"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12172dependencies = [
12173 "bigdecimal",
12174 "chrono",
12175 "inherent",
12176 "ordered-float 3.9.2",
12177 "rust_decimal",
12178 "serde_json",
12179 "time",
12180 "uuid",
12181]
12182
12183[[package]]
12184name = "sea-query-binder"
12185version = "0.7.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12188dependencies = [
12189 "bigdecimal",
12190 "chrono",
12191 "rust_decimal",
12192 "sea-query",
12193 "serde_json",
12194 "sqlx",
12195 "time",
12196 "uuid",
12197]
12198
12199[[package]]
12200name = "seahash"
12201version = "4.1.0"
12202source = "registry+https://github.com/rust-lang/crates.io-index"
12203checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12204
12205[[package]]
12206name = "search"
12207version = "0.1.0"
12208dependencies = [
12209 "any_vec",
12210 "anyhow",
12211 "bitflags 2.8.0",
12212 "client",
12213 "collections",
12214 "editor",
12215 "futures 0.3.31",
12216 "gpui",
12217 "language",
12218 "menu",
12219 "project",
12220 "schemars",
12221 "serde",
12222 "serde_json",
12223 "settings",
12224 "smol",
12225 "theme",
12226 "ui",
12227 "unindent",
12228 "util",
12229 "workspace",
12230 "zed_actions",
12231]
12232
12233[[package]]
12234name = "sec1"
12235version = "0.3.0"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12238dependencies = [
12239 "base16ct",
12240 "der 0.6.1",
12241 "generic-array",
12242 "pkcs8 0.9.0",
12243 "subtle",
12244 "zeroize",
12245]
12246
12247[[package]]
12248name = "security-framework"
12249version = "2.11.1"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12252dependencies = [
12253 "bitflags 2.8.0",
12254 "core-foundation 0.9.4",
12255 "core-foundation-sys",
12256 "libc",
12257 "security-framework-sys",
12258]
12259
12260[[package]]
12261name = "security-framework"
12262version = "3.0.1"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12265dependencies = [
12266 "bitflags 2.8.0",
12267 "core-foundation 0.10.0",
12268 "core-foundation-sys",
12269 "libc",
12270 "security-framework-sys",
12271]
12272
12273[[package]]
12274name = "security-framework-sys"
12275version = "2.12.1"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12278dependencies = [
12279 "core-foundation-sys",
12280 "libc",
12281]
12282
12283[[package]]
12284name = "self_cell"
12285version = "1.1.0"
12286source = "registry+https://github.com/rust-lang/crates.io-index"
12287checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12288
12289[[package]]
12290name = "semantic_index"
12291version = "0.1.0"
12292dependencies = [
12293 "anyhow",
12294 "arrayvec",
12295 "blake3",
12296 "client",
12297 "clock",
12298 "collections",
12299 "env_logger 0.11.7",
12300 "feature_flags",
12301 "fs",
12302 "futures 0.3.31",
12303 "futures-batch",
12304 "gpui",
12305 "heed",
12306 "http_client",
12307 "language",
12308 "language_model",
12309 "languages",
12310 "log",
12311 "open_ai",
12312 "parking_lot",
12313 "project",
12314 "reqwest_client",
12315 "serde",
12316 "serde_json",
12317 "settings",
12318 "sha2",
12319 "smol",
12320 "streaming-iterator",
12321 "tempfile",
12322 "theme",
12323 "tree-sitter",
12324 "ui",
12325 "unindent",
12326 "util",
12327 "workspace",
12328 "worktree",
12329]
12330
12331[[package]]
12332name = "semantic_version"
12333version = "0.1.0"
12334dependencies = [
12335 "anyhow",
12336 "serde",
12337]
12338
12339[[package]]
12340name = "semver"
12341version = "1.0.25"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12344dependencies = [
12345 "serde",
12346]
12347
12348[[package]]
12349name = "serde"
12350version = "1.0.218"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12353dependencies = [
12354 "serde_derive",
12355]
12356
12357[[package]]
12358name = "serde_derive"
12359version = "1.0.218"
12360source = "registry+https://github.com/rust-lang/crates.io-index"
12361checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12362dependencies = [
12363 "proc-macro2",
12364 "quote",
12365 "syn 2.0.100",
12366]
12367
12368[[package]]
12369name = "serde_derive_internals"
12370version = "0.29.1"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12373dependencies = [
12374 "proc-macro2",
12375 "quote",
12376 "syn 2.0.100",
12377]
12378
12379[[package]]
12380name = "serde_fmt"
12381version = "1.0.3"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12384dependencies = [
12385 "serde",
12386]
12387
12388[[package]]
12389name = "serde_json"
12390version = "1.0.139"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12393dependencies = [
12394 "indexmap",
12395 "itoa",
12396 "memchr",
12397 "ryu",
12398 "serde",
12399]
12400
12401[[package]]
12402name = "serde_json_lenient"
12403version = "0.2.4"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12406dependencies = [
12407 "indexmap",
12408 "itoa",
12409 "memchr",
12410 "ryu",
12411 "serde",
12412]
12413
12414[[package]]
12415name = "serde_path_to_error"
12416version = "0.1.16"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12419dependencies = [
12420 "itoa",
12421 "serde",
12422]
12423
12424[[package]]
12425name = "serde_qs"
12426version = "0.8.5"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12429dependencies = [
12430 "percent-encoding",
12431 "serde",
12432 "thiserror 1.0.69",
12433]
12434
12435[[package]]
12436name = "serde_qs"
12437version = "0.10.1"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12440dependencies = [
12441 "percent-encoding",
12442 "serde",
12443 "thiserror 1.0.69",
12444]
12445
12446[[package]]
12447name = "serde_repr"
12448version = "0.1.19"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12451dependencies = [
12452 "proc-macro2",
12453 "quote",
12454 "syn 2.0.100",
12455]
12456
12457[[package]]
12458name = "serde_spanned"
12459version = "0.6.8"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12462dependencies = [
12463 "serde",
12464]
12465
12466[[package]]
12467name = "serde_urlencoded"
12468version = "0.7.1"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12471dependencies = [
12472 "form_urlencoded",
12473 "itoa",
12474 "ryu",
12475 "serde",
12476]
12477
12478[[package]]
12479name = "session"
12480version = "0.1.0"
12481dependencies = [
12482 "db",
12483 "gpui",
12484 "serde_json",
12485 "util",
12486 "uuid",
12487]
12488
12489[[package]]
12490name = "settings"
12491version = "0.1.0"
12492dependencies = [
12493 "anyhow",
12494 "collections",
12495 "ec4rs",
12496 "fs",
12497 "futures 0.3.31",
12498 "gpui",
12499 "indoc",
12500 "inventory",
12501 "log",
12502 "paths",
12503 "pretty_assertions",
12504 "release_channel",
12505 "rust-embed",
12506 "schemars",
12507 "serde",
12508 "serde_derive",
12509 "serde_json",
12510 "serde_json_lenient",
12511 "smallvec",
12512 "streaming-iterator",
12513 "tree-sitter",
12514 "tree-sitter-json",
12515 "unindent",
12516 "util",
12517]
12518
12519[[package]]
12520name = "settings_ui"
12521version = "0.1.0"
12522dependencies = [
12523 "command_palette_hooks",
12524 "editor",
12525 "feature_flags",
12526 "gpui",
12527 "settings",
12528 "theme",
12529 "ui",
12530 "workspace",
12531]
12532
12533[[package]]
12534name = "sha1"
12535version = "0.10.6"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12538dependencies = [
12539 "cfg-if",
12540 "cpufeatures",
12541 "digest",
12542]
12543
12544[[package]]
12545name = "sha1_smol"
12546version = "1.0.1"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12549
12550[[package]]
12551name = "sha2"
12552version = "0.10.8"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12555dependencies = [
12556 "cfg-if",
12557 "cpufeatures",
12558 "digest",
12559]
12560
12561[[package]]
12562name = "sharded-slab"
12563version = "0.1.7"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12566dependencies = [
12567 "lazy_static",
12568]
12569
12570[[package]]
12571name = "shell-words"
12572version = "1.1.0"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12575
12576[[package]]
12577name = "shellexpand"
12578version = "2.1.2"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12581dependencies = [
12582 "dirs 4.0.0",
12583]
12584
12585[[package]]
12586name = "shellexpand"
12587version = "3.1.0"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12590dependencies = [
12591 "dirs 5.0.1",
12592]
12593
12594[[package]]
12595name = "shlex"
12596version = "1.3.0"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12599
12600[[package]]
12601name = "signal-hook"
12602version = "0.3.17"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12605dependencies = [
12606 "libc",
12607 "signal-hook-registry",
12608]
12609
12610[[package]]
12611name = "signal-hook-registry"
12612version = "1.4.2"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12615dependencies = [
12616 "libc",
12617]
12618
12619[[package]]
12620name = "signature"
12621version = "1.6.4"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12624dependencies = [
12625 "digest",
12626 "rand_core 0.6.4",
12627]
12628
12629[[package]]
12630name = "signature"
12631version = "2.2.0"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12634dependencies = [
12635 "digest",
12636 "rand_core 0.6.4",
12637]
12638
12639[[package]]
12640name = "simd-adler32"
12641version = "0.3.7"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12644
12645[[package]]
12646name = "simd_helpers"
12647version = "0.1.0"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12650dependencies = [
12651 "quote",
12652]
12653
12654[[package]]
12655name = "simdutf8"
12656version = "0.1.5"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12659
12660[[package]]
12661name = "simple_asn1"
12662version = "0.6.2"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12665dependencies = [
12666 "num-bigint",
12667 "num-traits",
12668 "thiserror 1.0.69",
12669 "time",
12670]
12671
12672[[package]]
12673name = "simplecss"
12674version = "0.2.1"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12677dependencies = [
12678 "log",
12679]
12680
12681[[package]]
12682name = "simplelog"
12683version = "0.12.2"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12686dependencies = [
12687 "log",
12688 "termcolor",
12689 "time",
12690]
12691
12692[[package]]
12693name = "siphasher"
12694version = "0.3.11"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12697
12698[[package]]
12699name = "siphasher"
12700version = "1.0.1"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12703
12704[[package]]
12705name = "skrifa"
12706version = "0.22.3"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12709dependencies = [
12710 "bytemuck",
12711 "read-fonts",
12712]
12713
12714[[package]]
12715name = "slab"
12716version = "0.4.9"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12719dependencies = [
12720 "autocfg",
12721]
12722
12723[[package]]
12724name = "slash_commands_example"
12725version = "0.1.0"
12726dependencies = [
12727 "zed_extension_api 0.1.0",
12728]
12729
12730[[package]]
12731name = "slotmap"
12732version = "1.0.7"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12735dependencies = [
12736 "version_check",
12737]
12738
12739[[package]]
12740name = "smallvec"
12741version = "1.14.0"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12744dependencies = [
12745 "serde",
12746]
12747
12748[[package]]
12749name = "smart-default"
12750version = "0.6.0"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12753dependencies = [
12754 "proc-macro2",
12755 "quote",
12756 "syn 1.0.109",
12757]
12758
12759[[package]]
12760name = "smol"
12761version = "2.0.2"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12764dependencies = [
12765 "async-channel 2.3.1",
12766 "async-executor",
12767 "async-fs",
12768 "async-io",
12769 "async-lock",
12770 "async-net",
12771 "async-process",
12772 "blocking",
12773 "futures-lite 2.6.0",
12774]
12775
12776[[package]]
12777name = "smol_str"
12778version = "0.1.24"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12781dependencies = [
12782 "serde",
12783]
12784
12785[[package]]
12786name = "snippet"
12787version = "0.1.0"
12788dependencies = [
12789 "anyhow",
12790 "smallvec",
12791]
12792
12793[[package]]
12794name = "snippet_provider"
12795version = "0.1.0"
12796dependencies = [
12797 "anyhow",
12798 "collections",
12799 "extension",
12800 "fs",
12801 "futures 0.3.31",
12802 "gpui",
12803 "parking_lot",
12804 "paths",
12805 "schemars",
12806 "serde",
12807 "serde_json_lenient",
12808 "snippet",
12809 "util",
12810]
12811
12812[[package]]
12813name = "snippets_ui"
12814version = "0.1.0"
12815dependencies = [
12816 "fuzzy",
12817 "gpui",
12818 "language",
12819 "paths",
12820 "picker",
12821 "ui",
12822 "util",
12823 "workspace",
12824]
12825
12826[[package]]
12827name = "socket2"
12828version = "0.5.8"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12831dependencies = [
12832 "libc",
12833 "windows-sys 0.52.0",
12834]
12835
12836[[package]]
12837name = "spdx"
12838version = "0.10.7"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12841dependencies = [
12842 "smallvec",
12843]
12844
12845[[package]]
12846name = "spin"
12847version = "0.9.8"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12850dependencies = [
12851 "lock_api",
12852]
12853
12854[[package]]
12855name = "spirv"
12856version = "0.3.0+sdk-1.3.268.0"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12859dependencies = [
12860 "bitflags 2.8.0",
12861]
12862
12863[[package]]
12864name = "spki"
12865version = "0.6.0"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12868dependencies = [
12869 "base64ct",
12870 "der 0.6.1",
12871]
12872
12873[[package]]
12874name = "spki"
12875version = "0.7.3"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12878dependencies = [
12879 "base64ct",
12880 "der 0.7.9",
12881]
12882
12883[[package]]
12884name = "sptr"
12885version = "0.3.2"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12888
12889[[package]]
12890name = "sqlez"
12891version = "0.1.0"
12892dependencies = [
12893 "anyhow",
12894 "collections",
12895 "futures 0.3.31",
12896 "indoc",
12897 "libsqlite3-sys",
12898 "parking_lot",
12899 "smol",
12900 "sqlformat",
12901 "thread_local",
12902 "util",
12903 "uuid",
12904]
12905
12906[[package]]
12907name = "sqlez_macros"
12908version = "0.1.0"
12909dependencies = [
12910 "sqlez",
12911 "sqlformat",
12912 "syn 1.0.109",
12913]
12914
12915[[package]]
12916name = "sqlformat"
12917version = "0.2.6"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12920dependencies = [
12921 "nom",
12922 "unicode_categories",
12923]
12924
12925[[package]]
12926name = "sqlx"
12927version = "0.8.3"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12930dependencies = [
12931 "sqlx-core",
12932 "sqlx-macros",
12933 "sqlx-mysql",
12934 "sqlx-postgres",
12935 "sqlx-sqlite",
12936]
12937
12938[[package]]
12939name = "sqlx-core"
12940version = "0.8.3"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12943dependencies = [
12944 "bigdecimal",
12945 "bytes 1.10.1",
12946 "chrono",
12947 "crc",
12948 "crossbeam-queue",
12949 "either",
12950 "event-listener 5.3.1",
12951 "futures-core",
12952 "futures-intrusive",
12953 "futures-io",
12954 "futures-util",
12955 "hashbrown 0.15.2",
12956 "hashlink 0.10.0",
12957 "indexmap",
12958 "log",
12959 "memchr",
12960 "once_cell",
12961 "percent-encoding",
12962 "rust_decimal",
12963 "rustls 0.23.23",
12964 "rustls-pemfile 2.2.0",
12965 "serde",
12966 "serde_json",
12967 "sha2",
12968 "smallvec",
12969 "thiserror 2.0.6",
12970 "time",
12971 "tokio",
12972 "tokio-stream",
12973 "tracing",
12974 "url",
12975 "uuid",
12976 "webpki-roots",
12977]
12978
12979[[package]]
12980name = "sqlx-macros"
12981version = "0.8.3"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12984dependencies = [
12985 "proc-macro2",
12986 "quote",
12987 "sqlx-core",
12988 "sqlx-macros-core",
12989 "syn 2.0.100",
12990]
12991
12992[[package]]
12993name = "sqlx-macros-core"
12994version = "0.8.3"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12997dependencies = [
12998 "dotenvy",
12999 "either",
13000 "heck 0.5.0",
13001 "hex",
13002 "once_cell",
13003 "proc-macro2",
13004 "quote",
13005 "serde",
13006 "serde_json",
13007 "sha2",
13008 "sqlx-core",
13009 "sqlx-mysql",
13010 "sqlx-postgres",
13011 "sqlx-sqlite",
13012 "syn 2.0.100",
13013 "tempfile",
13014 "tokio",
13015 "url",
13016]
13017
13018[[package]]
13019name = "sqlx-mysql"
13020version = "0.8.3"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13023dependencies = [
13024 "atoi",
13025 "base64 0.22.1",
13026 "bigdecimal",
13027 "bitflags 2.8.0",
13028 "byteorder",
13029 "bytes 1.10.1",
13030 "chrono",
13031 "crc",
13032 "digest",
13033 "dotenvy",
13034 "either",
13035 "futures-channel",
13036 "futures-core",
13037 "futures-io",
13038 "futures-util",
13039 "generic-array",
13040 "hex",
13041 "hkdf",
13042 "hmac",
13043 "itoa",
13044 "log",
13045 "md-5",
13046 "memchr",
13047 "once_cell",
13048 "percent-encoding",
13049 "rand 0.8.5",
13050 "rsa",
13051 "rust_decimal",
13052 "serde",
13053 "sha1",
13054 "sha2",
13055 "smallvec",
13056 "sqlx-core",
13057 "stringprep",
13058 "thiserror 2.0.6",
13059 "time",
13060 "tracing",
13061 "uuid",
13062 "whoami",
13063]
13064
13065[[package]]
13066name = "sqlx-postgres"
13067version = "0.8.3"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13070dependencies = [
13071 "atoi",
13072 "base64 0.22.1",
13073 "bigdecimal",
13074 "bitflags 2.8.0",
13075 "byteorder",
13076 "chrono",
13077 "crc",
13078 "dotenvy",
13079 "etcetera",
13080 "futures-channel",
13081 "futures-core",
13082 "futures-util",
13083 "hex",
13084 "hkdf",
13085 "hmac",
13086 "home",
13087 "itoa",
13088 "log",
13089 "md-5",
13090 "memchr",
13091 "num-bigint",
13092 "once_cell",
13093 "rand 0.8.5",
13094 "rust_decimal",
13095 "serde",
13096 "serde_json",
13097 "sha2",
13098 "smallvec",
13099 "sqlx-core",
13100 "stringprep",
13101 "thiserror 2.0.6",
13102 "time",
13103 "tracing",
13104 "uuid",
13105 "whoami",
13106]
13107
13108[[package]]
13109name = "sqlx-sqlite"
13110version = "0.8.3"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13113dependencies = [
13114 "atoi",
13115 "chrono",
13116 "flume",
13117 "futures-channel",
13118 "futures-core",
13119 "futures-executor",
13120 "futures-intrusive",
13121 "futures-util",
13122 "libsqlite3-sys",
13123 "log",
13124 "percent-encoding",
13125 "serde",
13126 "serde_urlencoded",
13127 "sqlx-core",
13128 "time",
13129 "tracing",
13130 "url",
13131 "uuid",
13132]
13133
13134[[package]]
13135name = "stable_deref_trait"
13136version = "1.2.0"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13139
13140[[package]]
13141name = "static_assertions"
13142version = "1.1.0"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13145
13146[[package]]
13147name = "story"
13148version = "0.1.0"
13149dependencies = [
13150 "gpui",
13151 "itertools 0.14.0",
13152 "smallvec",
13153]
13154
13155[[package]]
13156name = "storybook"
13157version = "0.1.0"
13158dependencies = [
13159 "anyhow",
13160 "clap",
13161 "collab_ui",
13162 "ctrlc",
13163 "dialoguer",
13164 "editor",
13165 "fuzzy",
13166 "gpui",
13167 "indoc",
13168 "language",
13169 "log",
13170 "menu",
13171 "picker",
13172 "project",
13173 "reqwest_client",
13174 "rust-embed",
13175 "settings",
13176 "simplelog",
13177 "story",
13178 "strum",
13179 "theme",
13180 "title_bar",
13181 "ui",
13182]
13183
13184[[package]]
13185name = "streaming-iterator"
13186version = "0.1.9"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13189
13190[[package]]
13191name = "streaming_diff"
13192version = "0.1.0"
13193dependencies = [
13194 "ordered-float 2.10.1",
13195 "rand 0.8.5",
13196 "rope",
13197 "util",
13198]
13199
13200[[package]]
13201name = "strict-num"
13202version = "0.1.1"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13205dependencies = [
13206 "float-cmp",
13207]
13208
13209[[package]]
13210name = "string_cache"
13211version = "0.8.7"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13214dependencies = [
13215 "new_debug_unreachable",
13216 "once_cell",
13217 "parking_lot",
13218 "phf_shared 0.10.0",
13219 "precomputed-hash",
13220 "serde",
13221]
13222
13223[[package]]
13224name = "string_cache_codegen"
13225version = "0.5.2"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13228dependencies = [
13229 "phf_generator 0.10.0",
13230 "phf_shared 0.10.0",
13231 "proc-macro2",
13232 "quote",
13233]
13234
13235[[package]]
13236name = "stringprep"
13237version = "0.1.5"
13238source = "registry+https://github.com/rust-lang/crates.io-index"
13239checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13240dependencies = [
13241 "unicode-bidi",
13242 "unicode-normalization",
13243 "unicode-properties",
13244]
13245
13246[[package]]
13247name = "strsim"
13248version = "0.11.1"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13251
13252[[package]]
13253name = "strum"
13254version = "0.26.3"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13257dependencies = [
13258 "strum_macros",
13259]
13260
13261[[package]]
13262name = "strum_macros"
13263version = "0.26.4"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13266dependencies = [
13267 "heck 0.5.0",
13268 "proc-macro2",
13269 "quote",
13270 "rustversion",
13271 "syn 2.0.100",
13272]
13273
13274[[package]]
13275name = "subtle"
13276version = "2.6.1"
13277source = "registry+https://github.com/rust-lang/crates.io-index"
13278checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13279
13280[[package]]
13281name = "sum_tree"
13282version = "0.1.0"
13283dependencies = [
13284 "arrayvec",
13285 "ctor",
13286 "env_logger 0.11.7",
13287 "log",
13288 "rand 0.8.5",
13289 "rayon",
13290]
13291
13292[[package]]
13293name = "supermaven"
13294version = "0.1.0"
13295dependencies = [
13296 "anyhow",
13297 "client",
13298 "collections",
13299 "editor",
13300 "env_logger 0.11.7",
13301 "futures 0.3.31",
13302 "gpui",
13303 "http_client",
13304 "inline_completion",
13305 "language",
13306 "log",
13307 "postage",
13308 "project",
13309 "serde",
13310 "serde_json",
13311 "settings",
13312 "smol",
13313 "supermaven_api",
13314 "text",
13315 "theme",
13316 "ui",
13317 "unicode-segmentation",
13318 "util",
13319]
13320
13321[[package]]
13322name = "supermaven_api"
13323version = "0.1.0"
13324dependencies = [
13325 "anyhow",
13326 "futures 0.3.31",
13327 "http_client",
13328 "paths",
13329 "serde",
13330 "serde_json",
13331 "smol",
13332]
13333
13334[[package]]
13335name = "sval"
13336version = "2.13.2"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13339
13340[[package]]
13341name = "sval_buffer"
13342version = "2.13.2"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13345dependencies = [
13346 "sval",
13347 "sval_ref",
13348]
13349
13350[[package]]
13351name = "sval_dynamic"
13352version = "2.13.2"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13355dependencies = [
13356 "sval",
13357]
13358
13359[[package]]
13360name = "sval_fmt"
13361version = "2.13.2"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13364dependencies = [
13365 "itoa",
13366 "ryu",
13367 "sval",
13368]
13369
13370[[package]]
13371name = "sval_json"
13372version = "2.13.2"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13375dependencies = [
13376 "itoa",
13377 "ryu",
13378 "sval",
13379]
13380
13381[[package]]
13382name = "sval_nested"
13383version = "2.13.2"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13386dependencies = [
13387 "sval",
13388 "sval_buffer",
13389 "sval_ref",
13390]
13391
13392[[package]]
13393name = "sval_ref"
13394version = "2.13.2"
13395source = "registry+https://github.com/rust-lang/crates.io-index"
13396checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13397dependencies = [
13398 "sval",
13399]
13400
13401[[package]]
13402name = "sval_serde"
13403version = "2.13.2"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13406dependencies = [
13407 "serde",
13408 "sval",
13409 "sval_nested",
13410]
13411
13412[[package]]
13413name = "svg_fmt"
13414version = "0.4.4"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13417
13418[[package]]
13419name = "svgtypes"
13420version = "0.15.3"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13423dependencies = [
13424 "kurbo",
13425 "siphasher 1.0.1",
13426]
13427
13428[[package]]
13429name = "swash"
13430version = "0.1.19"
13431source = "registry+https://github.com/rust-lang/crates.io-index"
13432checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13433dependencies = [
13434 "skrifa",
13435 "yazi",
13436 "zeno",
13437]
13438
13439[[package]]
13440name = "syn"
13441version = "1.0.109"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13444dependencies = [
13445 "proc-macro2",
13446 "quote",
13447 "unicode-ident",
13448]
13449
13450[[package]]
13451name = "syn"
13452version = "2.0.100"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13455dependencies = [
13456 "proc-macro2",
13457 "quote",
13458 "unicode-ident",
13459]
13460
13461[[package]]
13462name = "sync_wrapper"
13463version = "0.1.2"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13466
13467[[package]]
13468name = "sync_wrapper"
13469version = "1.0.2"
13470source = "registry+https://github.com/rust-lang/crates.io-index"
13471checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13472dependencies = [
13473 "futures-core",
13474]
13475
13476[[package]]
13477name = "synchronoise"
13478version = "1.0.1"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13481dependencies = [
13482 "crossbeam-queue",
13483]
13484
13485[[package]]
13486name = "synstructure"
13487version = "0.13.1"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13490dependencies = [
13491 "proc-macro2",
13492 "quote",
13493 "syn 2.0.100",
13494]
13495
13496[[package]]
13497name = "sys-locale"
13498version = "0.3.2"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13501dependencies = [
13502 "libc",
13503]
13504
13505[[package]]
13506name = "sysinfo"
13507version = "0.31.4"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13510dependencies = [
13511 "core-foundation-sys",
13512 "libc",
13513 "memchr",
13514 "ntapi",
13515 "rayon",
13516 "windows 0.57.0",
13517]
13518
13519[[package]]
13520name = "system-configuration"
13521version = "0.5.1"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13524dependencies = [
13525 "bitflags 1.3.2",
13526 "core-foundation 0.9.4",
13527 "system-configuration-sys 0.5.0",
13528]
13529
13530[[package]]
13531name = "system-configuration"
13532version = "0.6.1"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13535dependencies = [
13536 "bitflags 2.8.0",
13537 "core-foundation 0.9.4",
13538 "system-configuration-sys 0.6.0",
13539]
13540
13541[[package]]
13542name = "system-configuration-sys"
13543version = "0.5.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13546dependencies = [
13547 "core-foundation-sys",
13548 "libc",
13549]
13550
13551[[package]]
13552name = "system-configuration-sys"
13553version = "0.6.0"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13556dependencies = [
13557 "core-foundation-sys",
13558 "libc",
13559]
13560
13561[[package]]
13562name = "system-deps"
13563version = "6.2.2"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13566dependencies = [
13567 "cfg-expr",
13568 "heck 0.5.0",
13569 "pkg-config",
13570 "toml 0.8.20",
13571 "version-compare",
13572]
13573
13574[[package]]
13575name = "system-interface"
13576version = "0.27.3"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13579dependencies = [
13580 "bitflags 2.8.0",
13581 "cap-fs-ext",
13582 "cap-std",
13583 "fd-lock",
13584 "io-lifetimes",
13585 "rustix",
13586 "windows-sys 0.59.0",
13587 "winx",
13588]
13589
13590[[package]]
13591name = "tab_switcher"
13592version = "0.1.0"
13593dependencies = [
13594 "anyhow",
13595 "collections",
13596 "ctor",
13597 "editor",
13598 "env_logger 0.11.7",
13599 "gpui",
13600 "language",
13601 "menu",
13602 "picker",
13603 "project",
13604 "schemars",
13605 "serde",
13606 "serde_json",
13607 "settings",
13608 "theme",
13609 "ui",
13610 "util",
13611 "workspace",
13612]
13613
13614[[package]]
13615name = "taffy"
13616version = "0.4.4"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13619dependencies = [
13620 "arrayvec",
13621 "grid",
13622 "num-traits",
13623 "serde",
13624 "slotmap",
13625]
13626
13627[[package]]
13628name = "take-until"
13629version = "0.2.0"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13632
13633[[package]]
13634name = "tap"
13635version = "1.0.1"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13638
13639[[package]]
13640name = "target-lexicon"
13641version = "0.12.16"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13644
13645[[package]]
13646name = "target-lexicon"
13647version = "0.13.2"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13650
13651[[package]]
13652name = "task"
13653version = "0.1.0"
13654dependencies = [
13655 "anyhow",
13656 "collections",
13657 "futures 0.3.31",
13658 "gpui",
13659 "hex",
13660 "parking_lot",
13661 "schemars",
13662 "serde",
13663 "serde_json_lenient",
13664 "sha2",
13665 "shellexpand 2.1.2",
13666 "util",
13667 "zed_actions",
13668]
13669
13670[[package]]
13671name = "tasks_ui"
13672version = "0.1.0"
13673dependencies = [
13674 "anyhow",
13675 "editor",
13676 "file_icons",
13677 "fuzzy",
13678 "gpui",
13679 "language",
13680 "menu",
13681 "picker",
13682 "project",
13683 "schemars",
13684 "serde",
13685 "serde_json",
13686 "settings",
13687 "task",
13688 "tree-sitter-rust",
13689 "tree-sitter-typescript",
13690 "ui",
13691 "util",
13692 "workspace",
13693 "zed_actions",
13694]
13695
13696[[package]]
13697name = "telemetry"
13698version = "0.1.0"
13699dependencies = [
13700 "futures 0.3.31",
13701 "serde",
13702 "serde_json",
13703 "telemetry_events",
13704]
13705
13706[[package]]
13707name = "telemetry_events"
13708version = "0.1.0"
13709dependencies = [
13710 "semantic_version",
13711 "serde",
13712 "serde_json",
13713]
13714
13715[[package]]
13716name = "tempfile"
13717version = "3.17.1"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13720dependencies = [
13721 "cfg-if",
13722 "fastrand 2.3.0",
13723 "getrandom 0.3.1",
13724 "once_cell",
13725 "rustix",
13726 "windows-sys 0.59.0",
13727]
13728
13729[[package]]
13730name = "tendril"
13731version = "0.4.3"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13734dependencies = [
13735 "futf",
13736 "mac",
13737 "utf-8",
13738]
13739
13740[[package]]
13741name = "termcolor"
13742version = "1.4.1"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13745dependencies = [
13746 "winapi-util",
13747]
13748
13749[[package]]
13750name = "terminal"
13751version = "0.1.0"
13752dependencies = [
13753 "alacritty_terminal",
13754 "anyhow",
13755 "collections",
13756 "dirs 4.0.0",
13757 "futures 0.3.31",
13758 "gpui",
13759 "libc",
13760 "rand 0.8.5",
13761 "regex",
13762 "release_channel",
13763 "schemars",
13764 "serde",
13765 "serde_derive",
13766 "settings",
13767 "smol",
13768 "sysinfo",
13769 "task",
13770 "theme",
13771 "thiserror 1.0.69",
13772 "util",
13773 "windows 0.60.0",
13774]
13775
13776[[package]]
13777name = "terminal_size"
13778version = "0.4.1"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13781dependencies = [
13782 "rustix",
13783 "windows-sys 0.59.0",
13784]
13785
13786[[package]]
13787name = "terminal_view"
13788version = "0.1.0"
13789dependencies = [
13790 "anyhow",
13791 "async-recursion 1.1.1",
13792 "breadcrumbs",
13793 "client",
13794 "collections",
13795 "db",
13796 "dirs 4.0.0",
13797 "editor",
13798 "futures 0.3.31",
13799 "gpui",
13800 "itertools 0.14.0",
13801 "language",
13802 "log",
13803 "project",
13804 "rand 0.8.5",
13805 "schemars",
13806 "search",
13807 "serde",
13808 "serde_json",
13809 "settings",
13810 "shellexpand 2.1.2",
13811 "smol",
13812 "task",
13813 "terminal",
13814 "theme",
13815 "ui",
13816 "util",
13817 "workspace",
13818 "zed_actions",
13819]
13820
13821[[package]]
13822name = "text"
13823version = "0.1.0"
13824dependencies = [
13825 "anyhow",
13826 "clock",
13827 "collections",
13828 "ctor",
13829 "env_logger 0.11.7",
13830 "gpui",
13831 "http_client",
13832 "log",
13833 "parking_lot",
13834 "postage",
13835 "rand 0.8.5",
13836 "regex",
13837 "rope",
13838 "smallvec",
13839 "sum_tree",
13840 "util",
13841]
13842
13843[[package]]
13844name = "theme"
13845version = "0.1.0"
13846dependencies = [
13847 "anyhow",
13848 "collections",
13849 "derive_more",
13850 "fs",
13851 "futures 0.3.31",
13852 "gpui",
13853 "indexmap",
13854 "log",
13855 "palette",
13856 "parking_lot",
13857 "refineable",
13858 "schemars",
13859 "serde",
13860 "serde_derive",
13861 "serde_json",
13862 "serde_json_lenient",
13863 "serde_repr",
13864 "settings",
13865 "strum",
13866 "thiserror 1.0.69",
13867 "util",
13868 "uuid",
13869]
13870
13871[[package]]
13872name = "theme_extension"
13873version = "0.1.0"
13874dependencies = [
13875 "anyhow",
13876 "extension",
13877 "fs",
13878 "gpui",
13879 "theme",
13880]
13881
13882[[package]]
13883name = "theme_importer"
13884version = "0.1.0"
13885dependencies = [
13886 "anyhow",
13887 "clap",
13888 "gpui",
13889 "indexmap",
13890 "log",
13891 "palette",
13892 "rust-embed",
13893 "serde",
13894 "serde_json",
13895 "serde_json_lenient",
13896 "simplelog",
13897 "strum",
13898 "theme",
13899 "vscode_theme",
13900]
13901
13902[[package]]
13903name = "theme_selector"
13904version = "0.1.0"
13905dependencies = [
13906 "fs",
13907 "fuzzy",
13908 "gpui",
13909 "log",
13910 "picker",
13911 "serde",
13912 "settings",
13913 "telemetry",
13914 "theme",
13915 "ui",
13916 "util",
13917 "workspace",
13918 "zed_actions",
13919]
13920
13921[[package]]
13922name = "thiserror"
13923version = "1.0.69"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13926dependencies = [
13927 "thiserror-impl 1.0.69",
13928]
13929
13930[[package]]
13931name = "thiserror"
13932version = "2.0.6"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13935dependencies = [
13936 "thiserror-impl 2.0.6",
13937]
13938
13939[[package]]
13940name = "thiserror-impl"
13941version = "1.0.69"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13944dependencies = [
13945 "proc-macro2",
13946 "quote",
13947 "syn 2.0.100",
13948]
13949
13950[[package]]
13951name = "thiserror-impl"
13952version = "2.0.6"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13955dependencies = [
13956 "proc-macro2",
13957 "quote",
13958 "syn 2.0.100",
13959]
13960
13961[[package]]
13962name = "thread_local"
13963version = "1.1.8"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13966dependencies = [
13967 "cfg-if",
13968 "once_cell",
13969]
13970
13971[[package]]
13972name = "tiff"
13973version = "0.9.1"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13976dependencies = [
13977 "flate2",
13978 "jpeg-decoder",
13979 "weezl",
13980]
13981
13982[[package]]
13983name = "tiktoken-rs"
13984version = "0.6.0"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13987dependencies = [
13988 "anyhow",
13989 "base64 0.21.7",
13990 "bstr",
13991 "fancy-regex 0.13.0",
13992 "lazy_static",
13993 "parking_lot",
13994 "regex",
13995 "rustc-hash 1.1.0",
13996]
13997
13998[[package]]
13999name = "time"
14000version = "0.3.37"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14003dependencies = [
14004 "deranged",
14005 "itoa",
14006 "libc",
14007 "num-conv",
14008 "num_threads",
14009 "powerfmt",
14010 "serde",
14011 "time-core",
14012 "time-macros",
14013]
14014
14015[[package]]
14016name = "time-core"
14017version = "0.1.2"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14020
14021[[package]]
14022name = "time-macros"
14023version = "0.2.19"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14026dependencies = [
14027 "num-conv",
14028 "time-core",
14029]
14030
14031[[package]]
14032name = "time_format"
14033version = "0.1.0"
14034dependencies = [
14035 "core-foundation 0.9.4",
14036 "core-foundation-sys",
14037 "sys-locale",
14038 "time",
14039]
14040
14041[[package]]
14042name = "tiny-keccak"
14043version = "2.0.2"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14046dependencies = [
14047 "crunchy",
14048]
14049
14050[[package]]
14051name = "tiny-skia"
14052version = "0.11.4"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14055dependencies = [
14056 "arrayref",
14057 "arrayvec",
14058 "bytemuck",
14059 "cfg-if",
14060 "log",
14061 "png",
14062 "tiny-skia-path",
14063]
14064
14065[[package]]
14066name = "tiny-skia-path"
14067version = "0.11.4"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14070dependencies = [
14071 "arrayref",
14072 "bytemuck",
14073 "strict-num",
14074]
14075
14076[[package]]
14077name = "tiny_http"
14078version = "0.8.2"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14081dependencies = [
14082 "ascii",
14083 "chrono",
14084 "chunked_transfer",
14085 "log",
14086 "url",
14087]
14088
14089[[package]]
14090name = "tinystr"
14091version = "0.7.6"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14094dependencies = [
14095 "displaydoc",
14096 "zerovec",
14097]
14098
14099[[package]]
14100name = "tinytemplate"
14101version = "1.2.1"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14104dependencies = [
14105 "serde",
14106 "serde_json",
14107]
14108
14109[[package]]
14110name = "tinyvec"
14111version = "1.8.0"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14114dependencies = [
14115 "tinyvec_macros",
14116]
14117
14118[[package]]
14119name = "tinyvec_macros"
14120version = "0.1.1"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14123
14124[[package]]
14125name = "title_bar"
14126version = "0.1.0"
14127dependencies = [
14128 "auto_update",
14129 "call",
14130 "client",
14131 "collections",
14132 "feature_flags",
14133 "git_ui",
14134 "gpui",
14135 "http_client",
14136 "notifications",
14137 "pretty_assertions",
14138 "project",
14139 "remote",
14140 "rpc",
14141 "schemars",
14142 "serde",
14143 "settings",
14144 "smallvec",
14145 "story",
14146 "telemetry",
14147 "theme",
14148 "tree-sitter-md",
14149 "ui",
14150 "util",
14151 "windows 0.60.0",
14152 "workspace",
14153 "zed_actions",
14154 "zeta",
14155]
14156
14157[[package]]
14158name = "tokio"
14159version = "1.43.0"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14162dependencies = [
14163 "backtrace",
14164 "bytes 1.10.1",
14165 "libc",
14166 "mio 1.0.3",
14167 "parking_lot",
14168 "pin-project-lite",
14169 "signal-hook-registry",
14170 "socket2",
14171 "tokio-macros",
14172 "windows-sys 0.52.0",
14173]
14174
14175[[package]]
14176name = "tokio-io"
14177version = "0.1.13"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14180dependencies = [
14181 "bytes 0.4.12",
14182 "futures 0.1.31",
14183 "log",
14184]
14185
14186[[package]]
14187name = "tokio-macros"
14188version = "2.5.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14191dependencies = [
14192 "proc-macro2",
14193 "quote",
14194 "syn 2.0.100",
14195]
14196
14197[[package]]
14198name = "tokio-native-tls"
14199version = "0.3.1"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14202dependencies = [
14203 "native-tls",
14204 "tokio",
14205]
14206
14207[[package]]
14208name = "tokio-rustls"
14209version = "0.24.1"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14212dependencies = [
14213 "rustls 0.21.12",
14214 "tokio",
14215]
14216
14217[[package]]
14218name = "tokio-rustls"
14219version = "0.26.1"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14222dependencies = [
14223 "rustls 0.23.23",
14224 "tokio",
14225]
14226
14227[[package]]
14228name = "tokio-socks"
14229version = "0.5.2"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14232dependencies = [
14233 "either",
14234 "futures-io",
14235 "futures-util",
14236 "thiserror 1.0.69",
14237 "tokio",
14238]
14239
14240[[package]]
14241name = "tokio-stream"
14242version = "0.1.17"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14245dependencies = [
14246 "futures-core",
14247 "pin-project-lite",
14248 "tokio",
14249]
14250
14251[[package]]
14252name = "tokio-tungstenite"
14253version = "0.20.1"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14256dependencies = [
14257 "futures-util",
14258 "log",
14259 "rustls 0.21.12",
14260 "rustls-native-certs 0.6.3",
14261 "tokio",
14262 "tokio-rustls 0.24.1",
14263 "tungstenite 0.20.1",
14264]
14265
14266[[package]]
14267name = "tokio-tungstenite"
14268version = "0.21.0"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14271dependencies = [
14272 "futures-util",
14273 "log",
14274 "tokio",
14275 "tungstenite 0.21.0",
14276]
14277
14278[[package]]
14279name = "tokio-util"
14280version = "0.7.13"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14283dependencies = [
14284 "bytes 1.10.1",
14285 "futures-core",
14286 "futures-io",
14287 "futures-sink",
14288 "pin-project-lite",
14289 "tokio",
14290]
14291
14292[[package]]
14293name = "toml"
14294version = "0.5.11"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14297dependencies = [
14298 "serde",
14299]
14300
14301[[package]]
14302name = "toml"
14303version = "0.8.20"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14306dependencies = [
14307 "serde",
14308 "serde_spanned",
14309 "toml_datetime",
14310 "toml_edit",
14311]
14312
14313[[package]]
14314name = "toml_datetime"
14315version = "0.6.8"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14318dependencies = [
14319 "serde",
14320]
14321
14322[[package]]
14323name = "toml_edit"
14324version = "0.22.23"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14327dependencies = [
14328 "indexmap",
14329 "serde",
14330 "serde_spanned",
14331 "toml_datetime",
14332 "winnow 0.7.1",
14333]
14334
14335[[package]]
14336name = "toolchain_selector"
14337version = "0.1.0"
14338dependencies = [
14339 "editor",
14340 "fuzzy",
14341 "gpui",
14342 "language",
14343 "picker",
14344 "project",
14345 "ui",
14346 "util",
14347 "workspace",
14348]
14349
14350[[package]]
14351name = "topological-sort"
14352version = "0.2.2"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14355
14356[[package]]
14357name = "tower"
14358version = "0.4.13"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14361dependencies = [
14362 "futures-core",
14363 "futures-util",
14364 "pin-project",
14365 "pin-project-lite",
14366 "tokio",
14367 "tower-layer",
14368 "tower-service",
14369 "tracing",
14370]
14371
14372[[package]]
14373name = "tower-http"
14374version = "0.3.5"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14377dependencies = [
14378 "bitflags 1.3.2",
14379 "bytes 1.10.1",
14380 "futures-core",
14381 "futures-util",
14382 "http 0.2.12",
14383 "http-body 0.4.6",
14384 "http-range-header",
14385 "pin-project-lite",
14386 "tower-layer",
14387 "tower-service",
14388]
14389
14390[[package]]
14391name = "tower-http"
14392version = "0.4.4"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14395dependencies = [
14396 "bitflags 2.8.0",
14397 "bytes 1.10.1",
14398 "futures-core",
14399 "futures-util",
14400 "http 0.2.12",
14401 "http-body 0.4.6",
14402 "http-range-header",
14403 "pin-project-lite",
14404 "tower-layer",
14405 "tower-service",
14406 "tracing",
14407]
14408
14409[[package]]
14410name = "tower-layer"
14411version = "0.3.3"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14414
14415[[package]]
14416name = "tower-service"
14417version = "0.3.3"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14420
14421[[package]]
14422name = "tracing"
14423version = "0.1.41"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14426dependencies = [
14427 "log",
14428 "pin-project-lite",
14429 "tracing-attributes",
14430 "tracing-core",
14431]
14432
14433[[package]]
14434name = "tracing-attributes"
14435version = "0.1.28"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14438dependencies = [
14439 "proc-macro2",
14440 "quote",
14441 "syn 2.0.100",
14442]
14443
14444[[package]]
14445name = "tracing-core"
14446version = "0.1.33"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14449dependencies = [
14450 "once_cell",
14451 "valuable",
14452]
14453
14454[[package]]
14455name = "tracing-log"
14456version = "0.2.0"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14459dependencies = [
14460 "log",
14461 "once_cell",
14462 "tracing-core",
14463]
14464
14465[[package]]
14466name = "tracing-serde"
14467version = "0.2.0"
14468source = "registry+https://github.com/rust-lang/crates.io-index"
14469checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14470dependencies = [
14471 "serde",
14472 "tracing-core",
14473]
14474
14475[[package]]
14476name = "tracing-subscriber"
14477version = "0.3.19"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14480dependencies = [
14481 "matchers",
14482 "nu-ansi-term",
14483 "once_cell",
14484 "regex",
14485 "serde",
14486 "serde_json",
14487 "sharded-slab",
14488 "smallvec",
14489 "thread_local",
14490 "tracing",
14491 "tracing-core",
14492 "tracing-log",
14493 "tracing-serde",
14494]
14495
14496[[package]]
14497name = "trait-variant"
14498version = "0.1.2"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14501dependencies = [
14502 "proc-macro2",
14503 "quote",
14504 "syn 2.0.100",
14505]
14506
14507[[package]]
14508name = "tree-sitter"
14509version = "0.25.3"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14512dependencies = [
14513 "cc",
14514 "regex",
14515 "regex-syntax 0.8.5",
14516 "serde_json",
14517 "streaming-iterator",
14518 "tree-sitter-language",
14519 "wasmtime-c-api-impl",
14520]
14521
14522[[package]]
14523name = "tree-sitter-bash"
14524version = "0.23.3"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14527dependencies = [
14528 "cc",
14529 "tree-sitter-language",
14530]
14531
14532[[package]]
14533name = "tree-sitter-c"
14534version = "0.23.4"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14537dependencies = [
14538 "cc",
14539 "tree-sitter-language",
14540]
14541
14542[[package]]
14543name = "tree-sitter-cpp"
14544version = "0.23.4"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14547dependencies = [
14548 "cc",
14549 "tree-sitter-language",
14550]
14551
14552[[package]]
14553name = "tree-sitter-css"
14554version = "0.23.2"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14557dependencies = [
14558 "cc",
14559 "tree-sitter-language",
14560]
14561
14562[[package]]
14563name = "tree-sitter-diff"
14564version = "0.1.0"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14567dependencies = [
14568 "cc",
14569 "tree-sitter-language",
14570]
14571
14572[[package]]
14573name = "tree-sitter-elixir"
14574version = "0.3.4"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14577dependencies = [
14578 "cc",
14579 "tree-sitter-language",
14580]
14581
14582[[package]]
14583name = "tree-sitter-embedded-template"
14584version = "0.23.2"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14587dependencies = [
14588 "cc",
14589 "tree-sitter-language",
14590]
14591
14592[[package]]
14593name = "tree-sitter-gitcommit"
14594version = "0.0.1"
14595source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14596dependencies = [
14597 "cc",
14598 "tree-sitter-language",
14599]
14600
14601[[package]]
14602name = "tree-sitter-go"
14603version = "0.23.4"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14606dependencies = [
14607 "cc",
14608 "tree-sitter-language",
14609]
14610
14611[[package]]
14612name = "tree-sitter-gomod"
14613version = "1.1.1"
14614source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14615dependencies = [
14616 "cc",
14617 "tree-sitter-language",
14618]
14619
14620[[package]]
14621name = "tree-sitter-gowork"
14622version = "0.0.1"
14623source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14624dependencies = [
14625 "cc",
14626 "tree-sitter-language",
14627]
14628
14629[[package]]
14630name = "tree-sitter-heex"
14631version = "0.0.1"
14632source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14633dependencies = [
14634 "cc",
14635 "tree-sitter-language",
14636]
14637
14638[[package]]
14639name = "tree-sitter-html"
14640version = "0.23.2"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14643dependencies = [
14644 "cc",
14645 "tree-sitter-language",
14646]
14647
14648[[package]]
14649name = "tree-sitter-jsdoc"
14650version = "0.23.2"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14653dependencies = [
14654 "cc",
14655 "tree-sitter-language",
14656]
14657
14658[[package]]
14659name = "tree-sitter-json"
14660version = "0.24.8"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14663dependencies = [
14664 "cc",
14665 "tree-sitter-language",
14666]
14667
14668[[package]]
14669name = "tree-sitter-language"
14670version = "0.1.3"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14673
14674[[package]]
14675name = "tree-sitter-md"
14676version = "0.3.2"
14677source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14678dependencies = [
14679 "cc",
14680 "tree-sitter-language",
14681]
14682
14683[[package]]
14684name = "tree-sitter-python"
14685version = "0.23.6"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14688dependencies = [
14689 "cc",
14690 "tree-sitter-language",
14691]
14692
14693[[package]]
14694name = "tree-sitter-regex"
14695version = "0.24.3"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14698dependencies = [
14699 "cc",
14700 "tree-sitter-language",
14701]
14702
14703[[package]]
14704name = "tree-sitter-ruby"
14705version = "0.23.1"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14708dependencies = [
14709 "cc",
14710 "tree-sitter-language",
14711]
14712
14713[[package]]
14714name = "tree-sitter-rust"
14715version = "0.23.2"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14718dependencies = [
14719 "cc",
14720 "tree-sitter-language",
14721]
14722
14723[[package]]
14724name = "tree-sitter-typescript"
14725version = "0.23.2"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14728dependencies = [
14729 "cc",
14730 "tree-sitter-language",
14731]
14732
14733[[package]]
14734name = "tree-sitter-yaml"
14735version = "0.6.1"
14736source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14737dependencies = [
14738 "cc",
14739 "tree-sitter-language",
14740]
14741
14742[[package]]
14743name = "try-lock"
14744version = "0.2.5"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14747
14748[[package]]
14749name = "ttf-parser"
14750version = "0.21.1"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14753
14754[[package]]
14755name = "ttf-parser"
14756version = "0.25.1"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14759dependencies = [
14760 "core_maths",
14761]
14762
14763[[package]]
14764name = "tungstenite"
14765version = "0.20.1"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14768dependencies = [
14769 "byteorder",
14770 "bytes 1.10.1",
14771 "data-encoding",
14772 "http 0.2.12",
14773 "httparse",
14774 "log",
14775 "rand 0.8.5",
14776 "rustls 0.21.12",
14777 "sha1",
14778 "thiserror 1.0.69",
14779 "url",
14780 "utf-8",
14781]
14782
14783[[package]]
14784name = "tungstenite"
14785version = "0.21.0"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14788dependencies = [
14789 "byteorder",
14790 "bytes 1.10.1",
14791 "data-encoding",
14792 "http 1.2.0",
14793 "httparse",
14794 "log",
14795 "rand 0.8.5",
14796 "sha1",
14797 "thiserror 1.0.69",
14798 "url",
14799 "utf-8",
14800]
14801
14802[[package]]
14803name = "tungstenite"
14804version = "0.24.0"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14807dependencies = [
14808 "byteorder",
14809 "bytes 1.10.1",
14810 "data-encoding",
14811 "http 1.2.0",
14812 "httparse",
14813 "log",
14814 "rand 0.8.5",
14815 "sha1",
14816 "thiserror 1.0.69",
14817 "utf-8",
14818]
14819
14820[[package]]
14821name = "typeid"
14822version = "1.0.2"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14825
14826[[package]]
14827name = "typenum"
14828version = "1.17.0"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14831
14832[[package]]
14833name = "ucd-trie"
14834version = "0.1.7"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14837
14838[[package]]
14839name = "uds_windows"
14840version = "1.1.0"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14843dependencies = [
14844 "memoffset",
14845 "tempfile",
14846 "winapi",
14847]
14848
14849[[package]]
14850name = "ui"
14851version = "0.1.0"
14852dependencies = [
14853 "chrono",
14854 "component",
14855 "gpui",
14856 "itertools 0.14.0",
14857 "linkme",
14858 "menu",
14859 "serde",
14860 "settings",
14861 "smallvec",
14862 "story",
14863 "strum",
14864 "theme",
14865 "ui_macros",
14866 "util",
14867 "windows 0.60.0",
14868]
14869
14870[[package]]
14871name = "ui_input"
14872version = "0.1.0"
14873dependencies = [
14874 "editor",
14875 "gpui",
14876 "settings",
14877 "theme",
14878 "ui",
14879]
14880
14881[[package]]
14882name = "ui_macros"
14883version = "0.1.0"
14884dependencies = [
14885 "convert_case 0.8.0",
14886 "linkme",
14887 "proc-macro2",
14888 "quote",
14889 "syn 1.0.109",
14890]
14891
14892[[package]]
14893name = "unicase"
14894version = "2.8.1"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14897
14898[[package]]
14899name = "unicode-bidi"
14900version = "0.3.17"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14903
14904[[package]]
14905name = "unicode-bidi-mirroring"
14906version = "0.2.0"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14909
14910[[package]]
14911name = "unicode-bidi-mirroring"
14912version = "0.4.0"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14915
14916[[package]]
14917name = "unicode-ccc"
14918version = "0.2.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14921
14922[[package]]
14923name = "unicode-ccc"
14924version = "0.4.0"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14927
14928[[package]]
14929name = "unicode-ident"
14930version = "1.0.14"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14933
14934[[package]]
14935name = "unicode-linebreak"
14936version = "0.1.5"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14939
14940[[package]]
14941name = "unicode-normalization"
14942version = "0.1.24"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14945dependencies = [
14946 "tinyvec",
14947]
14948
14949[[package]]
14950name = "unicode-properties"
14951version = "0.1.3"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14954
14955[[package]]
14956name = "unicode-script"
14957version = "0.5.7"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14960
14961[[package]]
14962name = "unicode-segmentation"
14963version = "1.12.0"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14966
14967[[package]]
14968name = "unicode-vo"
14969version = "0.1.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14972
14973[[package]]
14974name = "unicode-width"
14975version = "0.1.14"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14978
14979[[package]]
14980name = "unicode-xid"
14981version = "0.2.6"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14984
14985[[package]]
14986name = "unicode_categories"
14987version = "0.1.1"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14990
14991[[package]]
14992name = "unindent"
14993version = "0.2.3"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14996
14997[[package]]
14998name = "untrusted"
14999version = "0.9.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15002
15003[[package]]
15004name = "url"
15005version = "2.5.4"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15008dependencies = [
15009 "form_urlencoded",
15010 "idna",
15011 "percent-encoding",
15012 "serde",
15013]
15014
15015[[package]]
15016name = "urlencoding"
15017version = "2.1.3"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15020
15021[[package]]
15022name = "usvg"
15023version = "0.45.0"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15026dependencies = [
15027 "base64 0.22.1",
15028 "data-url",
15029 "flate2",
15030 "fontdb 0.23.0",
15031 "imagesize",
15032 "kurbo",
15033 "log",
15034 "pico-args",
15035 "roxmltree",
15036 "rustybuzz 0.20.1",
15037 "simplecss",
15038 "siphasher 1.0.1",
15039 "strict-num",
15040 "svgtypes",
15041 "tiny-skia-path",
15042 "unicode-bidi",
15043 "unicode-script",
15044 "unicode-vo",
15045 "xmlwriter",
15046]
15047
15048[[package]]
15049name = "utf-8"
15050version = "0.7.6"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15053
15054[[package]]
15055name = "utf16_iter"
15056version = "1.0.5"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15059
15060[[package]]
15061name = "utf8_iter"
15062version = "1.0.4"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15065
15066[[package]]
15067name = "utf8parse"
15068version = "0.2.2"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15071
15072[[package]]
15073name = "util"
15074version = "0.1.0"
15075dependencies = [
15076 "anyhow",
15077 "async-fs",
15078 "collections",
15079 "dirs 4.0.0",
15080 "dunce",
15081 "futures 0.3.31",
15082 "futures-lite 1.13.0",
15083 "git2",
15084 "globset",
15085 "itertools 0.14.0",
15086 "libc",
15087 "log",
15088 "rand 0.8.5",
15089 "regex",
15090 "rust-embed",
15091 "serde",
15092 "serde_json",
15093 "smol",
15094 "take-until",
15095 "tempfile",
15096 "tendril",
15097 "unicase",
15098 "util_macros",
15099]
15100
15101[[package]]
15102name = "util_macros"
15103version = "0.1.0"
15104dependencies = [
15105 "quote",
15106 "syn 1.0.109",
15107]
15108
15109[[package]]
15110name = "uuid"
15111version = "1.13.2"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15114dependencies = [
15115 "getrandom 0.3.1",
15116 "serde",
15117 "sha1_smol",
15118]
15119
15120[[package]]
15121name = "v_frame"
15122version = "0.3.8"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15125dependencies = [
15126 "aligned-vec",
15127 "num-traits",
15128 "wasm-bindgen",
15129]
15130
15131[[package]]
15132name = "valuable"
15133version = "0.1.0"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15136
15137[[package]]
15138name = "value-bag"
15139version = "1.10.0"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15142dependencies = [
15143 "value-bag-serde1",
15144 "value-bag-sval2",
15145]
15146
15147[[package]]
15148name = "value-bag-serde1"
15149version = "1.10.0"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15152dependencies = [
15153 "erased-serde",
15154 "serde",
15155 "serde_fmt",
15156]
15157
15158[[package]]
15159name = "value-bag-sval2"
15160version = "1.10.0"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15163dependencies = [
15164 "sval",
15165 "sval_buffer",
15166 "sval_dynamic",
15167 "sval_fmt",
15168 "sval_json",
15169 "sval_ref",
15170 "sval_serde",
15171]
15172
15173[[package]]
15174name = "vcpkg"
15175version = "0.2.15"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15178
15179[[package]]
15180name = "version-compare"
15181version = "0.2.0"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15184
15185[[package]]
15186name = "version_check"
15187version = "0.9.5"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15190
15191[[package]]
15192name = "vim"
15193version = "0.1.0"
15194dependencies = [
15195 "anyhow",
15196 "assets",
15197 "async-compat",
15198 "async-trait",
15199 "collections",
15200 "command_palette",
15201 "command_palette_hooks",
15202 "db",
15203 "editor",
15204 "futures 0.3.31",
15205 "git_ui",
15206 "gpui",
15207 "indoc",
15208 "itertools 0.14.0",
15209 "language",
15210 "libc",
15211 "log",
15212 "lsp",
15213 "multi_buffer",
15214 "nvim-rs",
15215 "parking_lot",
15216 "picker",
15217 "project",
15218 "project_panel",
15219 "regex",
15220 "release_channel",
15221 "schemars",
15222 "search",
15223 "serde",
15224 "serde_derive",
15225 "serde_json",
15226 "settings",
15227 "task",
15228 "text",
15229 "theme",
15230 "tokio",
15231 "ui",
15232 "util",
15233 "vim_mode_setting",
15234 "workspace",
15235 "zed_actions",
15236]
15237
15238[[package]]
15239name = "vim_mode_setting"
15240version = "0.1.0"
15241dependencies = [
15242 "anyhow",
15243 "gpui",
15244 "settings",
15245]
15246
15247[[package]]
15248name = "vscode_theme"
15249version = "0.2.0"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15252dependencies = [
15253 "serde",
15254]
15255
15256[[package]]
15257name = "vsimd"
15258version = "0.8.0"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15261
15262[[package]]
15263name = "vswhom"
15264version = "0.1.0"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15267dependencies = [
15268 "libc",
15269 "vswhom-sys",
15270]
15271
15272[[package]]
15273name = "vswhom-sys"
15274version = "0.1.2"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15277dependencies = [
15278 "cc",
15279 "libc",
15280]
15281
15282[[package]]
15283name = "vte"
15284version = "0.15.0"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15287dependencies = [
15288 "arrayvec",
15289 "bitflags 2.8.0",
15290 "cursor-icon",
15291 "log",
15292 "memchr",
15293 "serde",
15294]
15295
15296[[package]]
15297name = "waker-fn"
15298version = "1.2.0"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15301
15302[[package]]
15303name = "walkdir"
15304version = "2.5.0"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15307dependencies = [
15308 "same-file",
15309 "winapi-util",
15310]
15311
15312[[package]]
15313name = "want"
15314version = "0.3.1"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15317dependencies = [
15318 "try-lock",
15319]
15320
15321[[package]]
15322name = "warp"
15323version = "0.3.7"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15326dependencies = [
15327 "bytes 1.10.1",
15328 "futures-channel",
15329 "futures-util",
15330 "headers",
15331 "http 0.2.12",
15332 "hyper 0.14.32",
15333 "log",
15334 "mime",
15335 "mime_guess",
15336 "percent-encoding",
15337 "pin-project",
15338 "scoped-tls",
15339 "serde",
15340 "serde_json",
15341 "serde_urlencoded",
15342 "tokio",
15343 "tokio-tungstenite 0.21.0",
15344 "tokio-util",
15345 "tower-service",
15346 "tracing",
15347]
15348
15349[[package]]
15350name = "wasi"
15351version = "0.9.0+wasi-snapshot-preview1"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15354
15355[[package]]
15356name = "wasi"
15357version = "0.11.0+wasi-snapshot-preview1"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15360
15361[[package]]
15362name = "wasi"
15363version = "0.13.3+wasi-0.2.2"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15366dependencies = [
15367 "wit-bindgen-rt 0.33.0",
15368]
15369
15370[[package]]
15371name = "wasite"
15372version = "0.1.0"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15375
15376[[package]]
15377name = "wasm-bindgen"
15378version = "0.2.99"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15381dependencies = [
15382 "cfg-if",
15383 "once_cell",
15384 "wasm-bindgen-macro",
15385]
15386
15387[[package]]
15388name = "wasm-bindgen-backend"
15389version = "0.2.99"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15392dependencies = [
15393 "bumpalo",
15394 "log",
15395 "proc-macro2",
15396 "quote",
15397 "syn 2.0.100",
15398 "wasm-bindgen-shared",
15399]
15400
15401[[package]]
15402name = "wasm-bindgen-futures"
15403version = "0.4.49"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15406dependencies = [
15407 "cfg-if",
15408 "js-sys",
15409 "once_cell",
15410 "wasm-bindgen",
15411 "web-sys",
15412]
15413
15414[[package]]
15415name = "wasm-bindgen-macro"
15416version = "0.2.99"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15419dependencies = [
15420 "quote",
15421 "wasm-bindgen-macro-support",
15422]
15423
15424[[package]]
15425name = "wasm-bindgen-macro-support"
15426version = "0.2.99"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15429dependencies = [
15430 "proc-macro2",
15431 "quote",
15432 "syn 2.0.100",
15433 "wasm-bindgen-backend",
15434 "wasm-bindgen-shared",
15435]
15436
15437[[package]]
15438name = "wasm-bindgen-shared"
15439version = "0.2.99"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15442
15443[[package]]
15444name = "wasm-encoder"
15445version = "0.201.0"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15448dependencies = [
15449 "leb128",
15450]
15451
15452[[package]]
15453name = "wasm-encoder"
15454version = "0.221.3"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15457dependencies = [
15458 "leb128",
15459 "wasmparser 0.221.3",
15460]
15461
15462[[package]]
15463name = "wasm-metadata"
15464version = "0.201.0"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15467dependencies = [
15468 "anyhow",
15469 "indexmap",
15470 "serde",
15471 "serde_derive",
15472 "serde_json",
15473 "spdx",
15474 "wasm-encoder 0.201.0",
15475 "wasmparser 0.201.0",
15476]
15477
15478[[package]]
15479name = "wasm-metadata"
15480version = "0.221.3"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15483dependencies = [
15484 "anyhow",
15485 "indexmap",
15486 "serde",
15487 "serde_derive",
15488 "serde_json",
15489 "spdx",
15490 "wasm-encoder 0.221.3",
15491 "wasmparser 0.221.3",
15492]
15493
15494[[package]]
15495name = "wasm-streams"
15496version = "0.4.2"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15499dependencies = [
15500 "futures-util",
15501 "js-sys",
15502 "wasm-bindgen",
15503 "wasm-bindgen-futures",
15504 "web-sys",
15505]
15506
15507[[package]]
15508name = "wasmparser"
15509version = "0.201.0"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15512dependencies = [
15513 "bitflags 2.8.0",
15514 "indexmap",
15515 "semver",
15516]
15517
15518[[package]]
15519name = "wasmparser"
15520version = "0.221.3"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15523dependencies = [
15524 "bitflags 2.8.0",
15525 "hashbrown 0.15.2",
15526 "indexmap",
15527 "semver",
15528 "serde",
15529]
15530
15531[[package]]
15532name = "wasmprinter"
15533version = "0.221.3"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15536dependencies = [
15537 "anyhow",
15538 "termcolor",
15539 "wasmparser 0.221.3",
15540]
15541
15542[[package]]
15543name = "wasmtime"
15544version = "29.0.1"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15547dependencies = [
15548 "anyhow",
15549 "async-trait",
15550 "bitflags 2.8.0",
15551 "bumpalo",
15552 "cc",
15553 "cfg-if",
15554 "encoding_rs",
15555 "hashbrown 0.14.5",
15556 "indexmap",
15557 "libc",
15558 "log",
15559 "mach2",
15560 "memfd",
15561 "object",
15562 "once_cell",
15563 "paste",
15564 "postcard",
15565 "psm",
15566 "pulley-interpreter",
15567 "rustix",
15568 "semver",
15569 "serde",
15570 "serde_derive",
15571 "smallvec",
15572 "sptr",
15573 "target-lexicon 0.13.2",
15574 "trait-variant",
15575 "wasmparser 0.221.3",
15576 "wasmtime-asm-macros",
15577 "wasmtime-component-macro",
15578 "wasmtime-component-util",
15579 "wasmtime-cranelift",
15580 "wasmtime-environ",
15581 "wasmtime-fiber",
15582 "wasmtime-jit-icache-coherence",
15583 "wasmtime-math",
15584 "wasmtime-slab",
15585 "wasmtime-versioned-export-macros",
15586 "wasmtime-winch",
15587 "windows-sys 0.59.0",
15588]
15589
15590[[package]]
15591name = "wasmtime-asm-macros"
15592version = "29.0.1"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15595dependencies = [
15596 "cfg-if",
15597]
15598
15599[[package]]
15600name = "wasmtime-c-api-impl"
15601version = "29.0.1"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15604dependencies = [
15605 "anyhow",
15606 "log",
15607 "tracing",
15608 "wasmtime",
15609 "wasmtime-c-api-macros",
15610]
15611
15612[[package]]
15613name = "wasmtime-c-api-macros"
15614version = "29.0.1"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15617dependencies = [
15618 "proc-macro2",
15619 "quote",
15620]
15621
15622[[package]]
15623name = "wasmtime-component-macro"
15624version = "29.0.1"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15627dependencies = [
15628 "anyhow",
15629 "proc-macro2",
15630 "quote",
15631 "syn 2.0.100",
15632 "wasmtime-component-util",
15633 "wasmtime-wit-bindgen",
15634 "wit-parser 0.221.3",
15635]
15636
15637[[package]]
15638name = "wasmtime-component-util"
15639version = "29.0.1"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15642
15643[[package]]
15644name = "wasmtime-cranelift"
15645version = "29.0.1"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15648dependencies = [
15649 "anyhow",
15650 "cfg-if",
15651 "cranelift-codegen",
15652 "cranelift-control",
15653 "cranelift-entity",
15654 "cranelift-frontend",
15655 "cranelift-native",
15656 "gimli",
15657 "itertools 0.12.1",
15658 "log",
15659 "object",
15660 "smallvec",
15661 "target-lexicon 0.13.2",
15662 "thiserror 1.0.69",
15663 "wasmparser 0.221.3",
15664 "wasmtime-environ",
15665 "wasmtime-versioned-export-macros",
15666]
15667
15668[[package]]
15669name = "wasmtime-environ"
15670version = "29.0.1"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15673dependencies = [
15674 "anyhow",
15675 "cpp_demangle",
15676 "cranelift-bitset",
15677 "cranelift-entity",
15678 "gimli",
15679 "indexmap",
15680 "log",
15681 "object",
15682 "postcard",
15683 "rustc-demangle",
15684 "semver",
15685 "serde",
15686 "serde_derive",
15687 "smallvec",
15688 "target-lexicon 0.13.2",
15689 "wasm-encoder 0.221.3",
15690 "wasmparser 0.221.3",
15691 "wasmprinter",
15692 "wasmtime-component-util",
15693]
15694
15695[[package]]
15696name = "wasmtime-fiber"
15697version = "29.0.1"
15698source = "registry+https://github.com/rust-lang/crates.io-index"
15699checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15700dependencies = [
15701 "anyhow",
15702 "cc",
15703 "cfg-if",
15704 "rustix",
15705 "wasmtime-asm-macros",
15706 "wasmtime-versioned-export-macros",
15707 "windows-sys 0.59.0",
15708]
15709
15710[[package]]
15711name = "wasmtime-jit-icache-coherence"
15712version = "29.0.1"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15715dependencies = [
15716 "anyhow",
15717 "cfg-if",
15718 "libc",
15719 "windows-sys 0.59.0",
15720]
15721
15722[[package]]
15723name = "wasmtime-math"
15724version = "29.0.1"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15727dependencies = [
15728 "libm",
15729]
15730
15731[[package]]
15732name = "wasmtime-slab"
15733version = "29.0.1"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15736
15737[[package]]
15738name = "wasmtime-versioned-export-macros"
15739version = "29.0.1"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15742dependencies = [
15743 "proc-macro2",
15744 "quote",
15745 "syn 2.0.100",
15746]
15747
15748[[package]]
15749name = "wasmtime-wasi"
15750version = "29.0.1"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15753dependencies = [
15754 "anyhow",
15755 "async-trait",
15756 "bitflags 2.8.0",
15757 "bytes 1.10.1",
15758 "cap-fs-ext",
15759 "cap-net-ext",
15760 "cap-rand",
15761 "cap-std",
15762 "cap-time-ext",
15763 "fs-set-times",
15764 "futures 0.3.31",
15765 "io-extras",
15766 "io-lifetimes",
15767 "rustix",
15768 "system-interface",
15769 "thiserror 1.0.69",
15770 "tokio",
15771 "tracing",
15772 "trait-variant",
15773 "url",
15774 "wasmtime",
15775 "wiggle",
15776 "windows-sys 0.59.0",
15777]
15778
15779[[package]]
15780name = "wasmtime-winch"
15781version = "29.0.1"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15784dependencies = [
15785 "anyhow",
15786 "cranelift-codegen",
15787 "gimli",
15788 "object",
15789 "target-lexicon 0.13.2",
15790 "wasmparser 0.221.3",
15791 "wasmtime-cranelift",
15792 "wasmtime-environ",
15793 "winch-codegen",
15794]
15795
15796[[package]]
15797name = "wasmtime-wit-bindgen"
15798version = "29.0.1"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15801dependencies = [
15802 "anyhow",
15803 "heck 0.5.0",
15804 "indexmap",
15805 "wit-parser 0.221.3",
15806]
15807
15808[[package]]
15809name = "wast"
15810version = "35.0.2"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15813dependencies = [
15814 "leb128",
15815]
15816
15817[[package]]
15818name = "wayland-backend"
15819version = "0.3.8"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15822dependencies = [
15823 "cc",
15824 "downcast-rs",
15825 "rustix",
15826 "scoped-tls",
15827 "smallvec",
15828 "wayland-sys",
15829]
15830
15831[[package]]
15832name = "wayland-client"
15833version = "0.31.8"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15836dependencies = [
15837 "bitflags 2.8.0",
15838 "rustix",
15839 "wayland-backend",
15840 "wayland-scanner",
15841]
15842
15843[[package]]
15844name = "wayland-cursor"
15845version = "0.31.8"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15848dependencies = [
15849 "rustix",
15850 "wayland-client",
15851 "xcursor",
15852]
15853
15854[[package]]
15855name = "wayland-protocols"
15856version = "0.31.2"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15859dependencies = [
15860 "bitflags 2.8.0",
15861 "wayland-backend",
15862 "wayland-client",
15863 "wayland-scanner",
15864]
15865
15866[[package]]
15867name = "wayland-protocols-plasma"
15868version = "0.2.0"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15871dependencies = [
15872 "bitflags 2.8.0",
15873 "wayland-backend",
15874 "wayland-client",
15875 "wayland-protocols",
15876 "wayland-scanner",
15877]
15878
15879[[package]]
15880name = "wayland-scanner"
15881version = "0.31.6"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15884dependencies = [
15885 "proc-macro2",
15886 "quick-xml 0.37.2",
15887 "quote",
15888]
15889
15890[[package]]
15891name = "wayland-sys"
15892version = "0.31.6"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15895dependencies = [
15896 "dlib",
15897 "log",
15898 "once_cell",
15899 "pkg-config",
15900]
15901
15902[[package]]
15903name = "web-sys"
15904version = "0.3.76"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15907dependencies = [
15908 "js-sys",
15909 "wasm-bindgen",
15910]
15911
15912[[package]]
15913name = "web-time"
15914version = "1.1.0"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15917dependencies = [
15918 "js-sys",
15919 "wasm-bindgen",
15920]
15921
15922[[package]]
15923name = "webpki-root-certs"
15924version = "0.26.8"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15927dependencies = [
15928 "rustls-pki-types",
15929]
15930
15931[[package]]
15932name = "webpki-roots"
15933version = "0.26.7"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15936dependencies = [
15937 "rustls-pki-types",
15938]
15939
15940[[package]]
15941name = "webrtc-sys"
15942version = "0.3.5"
15943source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15944dependencies = [
15945 "cc",
15946 "cxx",
15947 "cxx-build",
15948 "glob",
15949 "log",
15950 "webrtc-sys-build",
15951]
15952
15953[[package]]
15954name = "webrtc-sys-build"
15955version = "0.3.5"
15956source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15957dependencies = [
15958 "fs2",
15959 "regex",
15960 "reqwest 0.11.27",
15961 "scratch",
15962 "semver",
15963 "zip",
15964]
15965
15966[[package]]
15967name = "weezl"
15968version = "0.1.8"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15971
15972[[package]]
15973name = "welcome"
15974version = "0.1.0"
15975dependencies = [
15976 "anyhow",
15977 "client",
15978 "db",
15979 "editor",
15980 "fuzzy",
15981 "gpui",
15982 "install_cli",
15983 "language",
15984 "picker",
15985 "project",
15986 "schemars",
15987 "serde",
15988 "settings",
15989 "telemetry",
15990 "ui",
15991 "util",
15992 "vim_mode_setting",
15993 "workspace",
15994 "zed_actions",
15995]
15996
15997[[package]]
15998name = "which"
15999version = "4.4.2"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16002dependencies = [
16003 "either",
16004 "home",
16005 "once_cell",
16006 "rustix",
16007]
16008
16009[[package]]
16010name = "which"
16011version = "6.0.3"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16014dependencies = [
16015 "either",
16016 "home",
16017 "rustix",
16018 "winsafe",
16019]
16020
16021[[package]]
16022name = "which"
16023version = "7.0.2"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16026dependencies = [
16027 "either",
16028 "env_home",
16029 "rustix",
16030 "winsafe",
16031]
16032
16033[[package]]
16034name = "whoami"
16035version = "1.5.2"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16038dependencies = [
16039 "redox_syscall 0.5.8",
16040 "wasite",
16041]
16042
16043[[package]]
16044name = "wiggle"
16045version = "29.0.1"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16048dependencies = [
16049 "anyhow",
16050 "async-trait",
16051 "bitflags 2.8.0",
16052 "thiserror 1.0.69",
16053 "tracing",
16054 "wasmtime",
16055 "wiggle-macro",
16056]
16057
16058[[package]]
16059name = "wiggle-generate"
16060version = "29.0.1"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16063dependencies = [
16064 "anyhow",
16065 "heck 0.5.0",
16066 "proc-macro2",
16067 "quote",
16068 "shellexpand 2.1.2",
16069 "syn 2.0.100",
16070 "witx",
16071]
16072
16073[[package]]
16074name = "wiggle-macro"
16075version = "29.0.1"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16078dependencies = [
16079 "proc-macro2",
16080 "quote",
16081 "syn 2.0.100",
16082 "wiggle-generate",
16083]
16084
16085[[package]]
16086name = "winapi"
16087version = "0.3.9"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16090dependencies = [
16091 "winapi-i686-pc-windows-gnu",
16092 "winapi-x86_64-pc-windows-gnu",
16093]
16094
16095[[package]]
16096name = "winapi-i686-pc-windows-gnu"
16097version = "0.4.0"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16100
16101[[package]]
16102name = "winapi-util"
16103version = "0.1.9"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16106dependencies = [
16107 "windows-sys 0.59.0",
16108]
16109
16110[[package]]
16111name = "winapi-x86_64-pc-windows-gnu"
16112version = "0.4.0"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16115
16116[[package]]
16117name = "winch-codegen"
16118version = "29.0.1"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16121dependencies = [
16122 "anyhow",
16123 "cranelift-codegen",
16124 "gimli",
16125 "regalloc2",
16126 "smallvec",
16127 "target-lexicon 0.13.2",
16128 "thiserror 1.0.69",
16129 "wasmparser 0.221.3",
16130 "wasmtime-cranelift",
16131 "wasmtime-environ",
16132]
16133
16134[[package]]
16135name = "windows"
16136version = "0.54.0"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16139dependencies = [
16140 "windows-core 0.54.0",
16141 "windows-targets 0.52.6",
16142]
16143
16144[[package]]
16145name = "windows"
16146version = "0.57.0"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16149dependencies = [
16150 "windows-core 0.57.0",
16151 "windows-targets 0.52.6",
16152]
16153
16154[[package]]
16155name = "windows"
16156version = "0.58.0"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16159dependencies = [
16160 "windows-core 0.58.0",
16161 "windows-targets 0.52.6",
16162]
16163
16164[[package]]
16165name = "windows"
16166version = "0.60.0"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16169dependencies = [
16170 "windows-collections",
16171 "windows-core 0.60.1",
16172 "windows-future",
16173 "windows-link",
16174 "windows-numerics",
16175]
16176
16177[[package]]
16178name = "windows-collections"
16179version = "0.1.1"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16182dependencies = [
16183 "windows-core 0.60.1",
16184]
16185
16186[[package]]
16187name = "windows-core"
16188version = "0.52.0"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16191dependencies = [
16192 "windows-targets 0.52.6",
16193]
16194
16195[[package]]
16196name = "windows-core"
16197version = "0.54.0"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16200dependencies = [
16201 "windows-result 0.1.2",
16202 "windows-targets 0.52.6",
16203]
16204
16205[[package]]
16206name = "windows-core"
16207version = "0.57.0"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16210dependencies = [
16211 "windows-implement 0.57.0",
16212 "windows-interface 0.57.0",
16213 "windows-result 0.1.2",
16214 "windows-targets 0.52.6",
16215]
16216
16217[[package]]
16218name = "windows-core"
16219version = "0.58.0"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16222dependencies = [
16223 "windows-implement 0.58.0",
16224 "windows-interface 0.58.0",
16225 "windows-result 0.2.0",
16226 "windows-strings 0.1.0",
16227 "windows-targets 0.52.6",
16228]
16229
16230[[package]]
16231name = "windows-core"
16232version = "0.60.1"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16235dependencies = [
16236 "windows-implement 0.59.0",
16237 "windows-interface 0.59.0",
16238 "windows-link",
16239 "windows-result 0.3.1",
16240 "windows-strings 0.3.1",
16241]
16242
16243[[package]]
16244name = "windows-future"
16245version = "0.1.1"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16248dependencies = [
16249 "windows-core 0.60.1",
16250 "windows-link",
16251]
16252
16253[[package]]
16254name = "windows-implement"
16255version = "0.57.0"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16258dependencies = [
16259 "proc-macro2",
16260 "quote",
16261 "syn 2.0.100",
16262]
16263
16264[[package]]
16265name = "windows-implement"
16266version = "0.58.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16269dependencies = [
16270 "proc-macro2",
16271 "quote",
16272 "syn 2.0.100",
16273]
16274
16275[[package]]
16276name = "windows-implement"
16277version = "0.59.0"
16278source = "registry+https://github.com/rust-lang/crates.io-index"
16279checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16280dependencies = [
16281 "proc-macro2",
16282 "quote",
16283 "syn 2.0.100",
16284]
16285
16286[[package]]
16287name = "windows-interface"
16288version = "0.57.0"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16291dependencies = [
16292 "proc-macro2",
16293 "quote",
16294 "syn 2.0.100",
16295]
16296
16297[[package]]
16298name = "windows-interface"
16299version = "0.58.0"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16302dependencies = [
16303 "proc-macro2",
16304 "quote",
16305 "syn 2.0.100",
16306]
16307
16308[[package]]
16309name = "windows-interface"
16310version = "0.59.0"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16313dependencies = [
16314 "proc-macro2",
16315 "quote",
16316 "syn 2.0.100",
16317]
16318
16319[[package]]
16320name = "windows-link"
16321version = "0.1.0"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16324
16325[[package]]
16326name = "windows-numerics"
16327version = "0.1.1"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16330dependencies = [
16331 "windows-core 0.60.1",
16332 "windows-link",
16333]
16334
16335[[package]]
16336name = "windows-registry"
16337version = "0.2.0"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16340dependencies = [
16341 "windows-result 0.2.0",
16342 "windows-strings 0.1.0",
16343 "windows-targets 0.52.6",
16344]
16345
16346[[package]]
16347name = "windows-result"
16348version = "0.1.2"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16351dependencies = [
16352 "windows-targets 0.52.6",
16353]
16354
16355[[package]]
16356name = "windows-result"
16357version = "0.2.0"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16360dependencies = [
16361 "windows-targets 0.52.6",
16362]
16363
16364[[package]]
16365name = "windows-result"
16366version = "0.3.1"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16369dependencies = [
16370 "windows-link",
16371]
16372
16373[[package]]
16374name = "windows-strings"
16375version = "0.1.0"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16378dependencies = [
16379 "windows-result 0.2.0",
16380 "windows-targets 0.52.6",
16381]
16382
16383[[package]]
16384name = "windows-strings"
16385version = "0.3.1"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16388dependencies = [
16389 "windows-link",
16390]
16391
16392[[package]]
16393name = "windows-sys"
16394version = "0.45.0"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16397dependencies = [
16398 "windows-targets 0.42.2",
16399]
16400
16401[[package]]
16402name = "windows-sys"
16403version = "0.48.0"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16406dependencies = [
16407 "windows-targets 0.48.5",
16408]
16409
16410[[package]]
16411name = "windows-sys"
16412version = "0.52.0"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16415dependencies = [
16416 "windows-targets 0.52.6",
16417]
16418
16419[[package]]
16420name = "windows-sys"
16421version = "0.59.0"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16424dependencies = [
16425 "windows-targets 0.52.6",
16426]
16427
16428[[package]]
16429name = "windows-targets"
16430version = "0.42.2"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16433dependencies = [
16434 "windows_aarch64_gnullvm 0.42.2",
16435 "windows_aarch64_msvc 0.42.2",
16436 "windows_i686_gnu 0.42.2",
16437 "windows_i686_msvc 0.42.2",
16438 "windows_x86_64_gnu 0.42.2",
16439 "windows_x86_64_gnullvm 0.42.2",
16440 "windows_x86_64_msvc 0.42.2",
16441]
16442
16443[[package]]
16444name = "windows-targets"
16445version = "0.48.5"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16448dependencies = [
16449 "windows_aarch64_gnullvm 0.48.5",
16450 "windows_aarch64_msvc 0.48.5",
16451 "windows_i686_gnu 0.48.5",
16452 "windows_i686_msvc 0.48.5",
16453 "windows_x86_64_gnu 0.48.5",
16454 "windows_x86_64_gnullvm 0.48.5",
16455 "windows_x86_64_msvc 0.48.5",
16456]
16457
16458[[package]]
16459name = "windows-targets"
16460version = "0.52.6"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16463dependencies = [
16464 "windows_aarch64_gnullvm 0.52.6",
16465 "windows_aarch64_msvc 0.52.6",
16466 "windows_i686_gnu 0.52.6",
16467 "windows_i686_gnullvm",
16468 "windows_i686_msvc 0.52.6",
16469 "windows_x86_64_gnu 0.52.6",
16470 "windows_x86_64_gnullvm 0.52.6",
16471 "windows_x86_64_msvc 0.52.6",
16472]
16473
16474[[package]]
16475name = "windows_aarch64_gnullvm"
16476version = "0.42.2"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16479
16480[[package]]
16481name = "windows_aarch64_gnullvm"
16482version = "0.48.5"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16485
16486[[package]]
16487name = "windows_aarch64_gnullvm"
16488version = "0.52.6"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16491
16492[[package]]
16493name = "windows_aarch64_msvc"
16494version = "0.42.2"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16497
16498[[package]]
16499name = "windows_aarch64_msvc"
16500version = "0.48.5"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16503
16504[[package]]
16505name = "windows_aarch64_msvc"
16506version = "0.52.6"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16509
16510[[package]]
16511name = "windows_i686_gnu"
16512version = "0.42.2"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16515
16516[[package]]
16517name = "windows_i686_gnu"
16518version = "0.48.5"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16521
16522[[package]]
16523name = "windows_i686_gnu"
16524version = "0.52.6"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16527
16528[[package]]
16529name = "windows_i686_gnullvm"
16530version = "0.52.6"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16533
16534[[package]]
16535name = "windows_i686_msvc"
16536version = "0.42.2"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16539
16540[[package]]
16541name = "windows_i686_msvc"
16542version = "0.48.5"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16545
16546[[package]]
16547name = "windows_i686_msvc"
16548version = "0.52.6"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16551
16552[[package]]
16553name = "windows_x86_64_gnu"
16554version = "0.42.2"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16557
16558[[package]]
16559name = "windows_x86_64_gnu"
16560version = "0.48.5"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16563
16564[[package]]
16565name = "windows_x86_64_gnu"
16566version = "0.52.6"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16569
16570[[package]]
16571name = "windows_x86_64_gnullvm"
16572version = "0.42.2"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16575
16576[[package]]
16577name = "windows_x86_64_gnullvm"
16578version = "0.48.5"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16581
16582[[package]]
16583name = "windows_x86_64_gnullvm"
16584version = "0.52.6"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16587
16588[[package]]
16589name = "windows_x86_64_msvc"
16590version = "0.42.2"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16593
16594[[package]]
16595name = "windows_x86_64_msvc"
16596version = "0.48.5"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16599
16600[[package]]
16601name = "windows_x86_64_msvc"
16602version = "0.52.6"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16605
16606[[package]]
16607name = "winnow"
16608version = "0.6.20"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16611dependencies = [
16612 "memchr",
16613]
16614
16615[[package]]
16616name = "winnow"
16617version = "0.7.1"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16620dependencies = [
16621 "memchr",
16622]
16623
16624[[package]]
16625name = "winreg"
16626version = "0.50.0"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16629dependencies = [
16630 "cfg-if",
16631 "windows-sys 0.48.0",
16632]
16633
16634[[package]]
16635name = "winreg"
16636version = "0.52.0"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16639dependencies = [
16640 "cfg-if",
16641 "windows-sys 0.48.0",
16642]
16643
16644[[package]]
16645name = "winresource"
16646version = "0.1.19"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16649dependencies = [
16650 "toml 0.8.20",
16651 "version_check",
16652]
16653
16654[[package]]
16655name = "winsafe"
16656version = "0.0.19"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16659
16660[[package]]
16661name = "winx"
16662version = "0.36.4"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16665dependencies = [
16666 "bitflags 2.8.0",
16667 "windows-sys 0.59.0",
16668]
16669
16670[[package]]
16671name = "wio"
16672version = "0.2.2"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16675dependencies = [
16676 "winapi",
16677]
16678
16679[[package]]
16680name = "wit-bindgen"
16681version = "0.22.0"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16684dependencies = [
16685 "bitflags 2.8.0",
16686 "wit-bindgen-rt 0.22.0",
16687 "wit-bindgen-rust-macro",
16688]
16689
16690[[package]]
16691name = "wit-bindgen-core"
16692version = "0.22.0"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16695dependencies = [
16696 "anyhow",
16697 "wit-parser 0.201.0",
16698]
16699
16700[[package]]
16701name = "wit-bindgen-rt"
16702version = "0.22.0"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16705
16706[[package]]
16707name = "wit-bindgen-rt"
16708version = "0.33.0"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16711dependencies = [
16712 "bitflags 2.8.0",
16713]
16714
16715[[package]]
16716name = "wit-bindgen-rust"
16717version = "0.22.0"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16720dependencies = [
16721 "anyhow",
16722 "heck 0.4.1",
16723 "indexmap",
16724 "wasm-metadata 0.201.0",
16725 "wit-bindgen-core",
16726 "wit-component 0.201.0",
16727]
16728
16729[[package]]
16730name = "wit-bindgen-rust-macro"
16731version = "0.22.0"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16734dependencies = [
16735 "anyhow",
16736 "proc-macro2",
16737 "quote",
16738 "syn 2.0.100",
16739 "wit-bindgen-core",
16740 "wit-bindgen-rust",
16741]
16742
16743[[package]]
16744name = "wit-component"
16745version = "0.201.0"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16748dependencies = [
16749 "anyhow",
16750 "bitflags 2.8.0",
16751 "indexmap",
16752 "log",
16753 "serde",
16754 "serde_derive",
16755 "serde_json",
16756 "wasm-encoder 0.201.0",
16757 "wasm-metadata 0.201.0",
16758 "wasmparser 0.201.0",
16759 "wit-parser 0.201.0",
16760]
16761
16762[[package]]
16763name = "wit-component"
16764version = "0.221.3"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16767dependencies = [
16768 "anyhow",
16769 "bitflags 2.8.0",
16770 "indexmap",
16771 "log",
16772 "serde",
16773 "serde_derive",
16774 "serde_json",
16775 "wasm-encoder 0.221.3",
16776 "wasm-metadata 0.221.3",
16777 "wasmparser 0.221.3",
16778 "wit-parser 0.221.3",
16779]
16780
16781[[package]]
16782name = "wit-parser"
16783version = "0.201.0"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16786dependencies = [
16787 "anyhow",
16788 "id-arena",
16789 "indexmap",
16790 "log",
16791 "semver",
16792 "serde",
16793 "serde_derive",
16794 "serde_json",
16795 "unicode-xid",
16796 "wasmparser 0.201.0",
16797]
16798
16799[[package]]
16800name = "wit-parser"
16801version = "0.221.3"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16804dependencies = [
16805 "anyhow",
16806 "id-arena",
16807 "indexmap",
16808 "log",
16809 "semver",
16810 "serde",
16811 "serde_derive",
16812 "serde_json",
16813 "unicode-xid",
16814 "wasmparser 0.221.3",
16815]
16816
16817[[package]]
16818name = "witx"
16819version = "0.9.1"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16822dependencies = [
16823 "anyhow",
16824 "log",
16825 "thiserror 1.0.69",
16826 "wast",
16827]
16828
16829[[package]]
16830name = "workspace"
16831version = "0.1.0"
16832dependencies = [
16833 "any_vec",
16834 "anyhow",
16835 "async-recursion 1.1.1",
16836 "bincode",
16837 "call",
16838 "client",
16839 "clock",
16840 "collections",
16841 "component",
16842 "db",
16843 "derive_more",
16844 "env_logger 0.11.7",
16845 "fs",
16846 "futures 0.3.31",
16847 "gpui",
16848 "http_client",
16849 "itertools 0.14.0",
16850 "language",
16851 "log",
16852 "node_runtime",
16853 "parking_lot",
16854 "postage",
16855 "project",
16856 "remote",
16857 "schemars",
16858 "serde",
16859 "serde_json",
16860 "session",
16861 "settings",
16862 "smallvec",
16863 "sqlez",
16864 "strum",
16865 "task",
16866 "telemetry",
16867 "tempfile",
16868 "theme",
16869 "ui",
16870 "util",
16871 "uuid",
16872 "zed_actions",
16873]
16874
16875[[package]]
16876name = "worktree"
16877version = "0.1.0"
16878dependencies = [
16879 "anyhow",
16880 "clock",
16881 "collections",
16882 "env_logger 0.11.7",
16883 "fs",
16884 "futures 0.3.31",
16885 "fuzzy",
16886 "git",
16887 "git2",
16888 "git_hosting_providers",
16889 "gpui",
16890 "http_client",
16891 "ignore",
16892 "language",
16893 "log",
16894 "parking_lot",
16895 "paths",
16896 "postage",
16897 "pretty_assertions",
16898 "rand 0.8.5",
16899 "rpc",
16900 "schemars",
16901 "serde",
16902 "serde_json",
16903 "settings",
16904 "smallvec",
16905 "smol",
16906 "sum_tree",
16907 "text",
16908 "util",
16909]
16910
16911[[package]]
16912name = "write16"
16913version = "1.0.0"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16916
16917[[package]]
16918name = "writeable"
16919version = "0.5.5"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16922
16923[[package]]
16924name = "wyz"
16925version = "0.5.1"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16928dependencies = [
16929 "tap",
16930]
16931
16932[[package]]
16933name = "x11-clipboard"
16934version = "0.9.3"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16937dependencies = [
16938 "libc",
16939 "x11rb",
16940]
16941
16942[[package]]
16943name = "x11rb"
16944version = "0.13.1"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16947dependencies = [
16948 "as-raw-xcb-connection",
16949 "gethostname",
16950 "libc",
16951 "rustix",
16952 "x11rb-protocol",
16953]
16954
16955[[package]]
16956name = "x11rb-protocol"
16957version = "0.13.1"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16960
16961[[package]]
16962name = "xattr"
16963version = "0.2.3"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16966dependencies = [
16967 "libc",
16968]
16969
16970[[package]]
16971name = "xcursor"
16972version = "0.3.8"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16975
16976[[package]]
16977name = "xdg-home"
16978version = "1.3.0"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16981dependencies = [
16982 "libc",
16983 "windows-sys 0.59.0",
16984]
16985
16986[[package]]
16987name = "xim"
16988version = "0.4.0"
16989source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16990dependencies = [
16991 "ahash 0.8.11",
16992 "hashbrown 0.14.5",
16993 "log",
16994 "x11rb",
16995 "xim-ctext",
16996 "xim-parser",
16997]
16998
16999[[package]]
17000name = "xim-ctext"
17001version = "0.3.0"
17002source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17003dependencies = [
17004 "encoding_rs",
17005]
17006
17007[[package]]
17008name = "xim-parser"
17009version = "0.2.1"
17010source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17011dependencies = [
17012 "bitflags 2.8.0",
17013]
17014
17015[[package]]
17016name = "xkbcommon"
17017version = "0.7.0"
17018source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17019dependencies = [
17020 "as-raw-xcb-connection",
17021 "libc",
17022 "memmap2",
17023 "xkeysym",
17024]
17025
17026[[package]]
17027name = "xkeysym"
17028version = "0.2.1"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17031
17032[[package]]
17033name = "xml5ever"
17034version = "0.18.1"
17035source = "registry+https://github.com/rust-lang/crates.io-index"
17036checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17037dependencies = [
17038 "log",
17039 "mac",
17040 "markup5ever",
17041]
17042
17043[[package]]
17044name = "xmlparser"
17045version = "0.13.6"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17048
17049[[package]]
17050name = "xmlwriter"
17051version = "0.1.0"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17054
17055[[package]]
17056name = "xtask"
17057version = "0.1.0"
17058dependencies = [
17059 "anyhow",
17060 "cargo_metadata",
17061 "cargo_toml",
17062 "clap",
17063]
17064
17065[[package]]
17066name = "yaml-rust2"
17067version = "0.8.1"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17070dependencies = [
17071 "arraydeque",
17072 "encoding_rs",
17073 "hashlink 0.8.4",
17074]
17075
17076[[package]]
17077name = "yansi"
17078version = "1.0.1"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17081
17082[[package]]
17083name = "yazi"
17084version = "0.1.6"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17087
17088[[package]]
17089name = "yeslogic-fontconfig-sys"
17090version = "6.0.0"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17093dependencies = [
17094 "dlib",
17095 "once_cell",
17096 "pkg-config",
17097]
17098
17099[[package]]
17100name = "yoke"
17101version = "0.7.5"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17104dependencies = [
17105 "serde",
17106 "stable_deref_trait",
17107 "yoke-derive",
17108 "zerofrom",
17109]
17110
17111[[package]]
17112name = "yoke-derive"
17113version = "0.7.5"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17116dependencies = [
17117 "proc-macro2",
17118 "quote",
17119 "syn 2.0.100",
17120 "synstructure",
17121]
17122
17123[[package]]
17124name = "zbus"
17125version = "5.5.0"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17128dependencies = [
17129 "async-broadcast",
17130 "async-executor",
17131 "async-fs",
17132 "async-io",
17133 "async-lock",
17134 "async-process",
17135 "async-recursion 1.1.1",
17136 "async-task",
17137 "async-trait",
17138 "blocking",
17139 "enumflags2",
17140 "event-listener 5.3.1",
17141 "futures-core",
17142 "futures-lite 2.6.0",
17143 "hex",
17144 "nix",
17145 "ordered-stream",
17146 "serde",
17147 "serde_repr",
17148 "static_assertions",
17149 "tracing",
17150 "uds_windows",
17151 "windows-sys 0.59.0",
17152 "winnow 0.7.1",
17153 "xdg-home",
17154 "zbus_macros",
17155 "zbus_names",
17156 "zvariant",
17157]
17158
17159[[package]]
17160name = "zbus_macros"
17161version = "5.5.0"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17164dependencies = [
17165 "proc-macro-crate",
17166 "proc-macro2",
17167 "quote",
17168 "syn 2.0.100",
17169 "zbus_names",
17170 "zvariant",
17171 "zvariant_utils",
17172]
17173
17174[[package]]
17175name = "zbus_names"
17176version = "4.1.0"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17179dependencies = [
17180 "serde",
17181 "static_assertions",
17182 "winnow 0.6.20",
17183 "zvariant",
17184]
17185
17186[[package]]
17187name = "zed"
17188version = "0.179.0"
17189dependencies = [
17190 "activity_indicator",
17191 "anyhow",
17192 "ashpd",
17193 "assets",
17194 "assistant",
17195 "assistant2",
17196 "assistant_context_editor",
17197 "assistant_settings",
17198 "assistant_tools",
17199 "async-watch",
17200 "audio",
17201 "auto_update",
17202 "auto_update_ui",
17203 "backtrace",
17204 "breadcrumbs",
17205 "call",
17206 "channel",
17207 "chrono",
17208 "clap",
17209 "cli",
17210 "client",
17211 "collab_ui",
17212 "collections",
17213 "command_palette",
17214 "command_palette_hooks",
17215 "component_preview",
17216 "copilot",
17217 "db",
17218 "diagnostics",
17219 "editor",
17220 "env_logger 0.11.7",
17221 "extension",
17222 "extension_host",
17223 "extensions_ui",
17224 "feature_flags",
17225 "feedback",
17226 "file_finder",
17227 "fs",
17228 "futures 0.3.31",
17229 "git",
17230 "git_hosting_providers",
17231 "git_ui",
17232 "go_to_line",
17233 "gpui",
17234 "gpui_tokio",
17235 "http_client",
17236 "image_viewer",
17237 "inline_completion_button",
17238 "install_cli",
17239 "journal",
17240 "language",
17241 "language_extension",
17242 "language_model",
17243 "language_models",
17244 "language_selector",
17245 "language_tools",
17246 "languages",
17247 "libc",
17248 "log",
17249 "markdown",
17250 "markdown_preview",
17251 "menu",
17252 "migrator",
17253 "mimalloc",
17254 "nix",
17255 "node_runtime",
17256 "notifications",
17257 "outline",
17258 "outline_panel",
17259 "parking_lot",
17260 "paths",
17261 "picker",
17262 "profiling",
17263 "project",
17264 "project_panel",
17265 "project_symbols",
17266 "prompt_store",
17267 "proto",
17268 "recent_projects",
17269 "release_channel",
17270 "remote",
17271 "repl",
17272 "reqwest_client",
17273 "rope",
17274 "search",
17275 "serde",
17276 "serde_json",
17277 "session",
17278 "settings",
17279 "settings_ui",
17280 "shellexpand 2.1.2",
17281 "simplelog",
17282 "smol",
17283 "snippet_provider",
17284 "snippets_ui",
17285 "supermaven",
17286 "sysinfo",
17287 "tab_switcher",
17288 "task",
17289 "tasks_ui",
17290 "telemetry",
17291 "telemetry_events",
17292 "terminal_view",
17293 "theme",
17294 "theme_extension",
17295 "theme_selector",
17296 "time",
17297 "toolchain_selector",
17298 "tree-sitter-md",
17299 "tree-sitter-rust",
17300 "ui",
17301 "url",
17302 "urlencoding",
17303 "util",
17304 "uuid",
17305 "vim",
17306 "vim_mode_setting",
17307 "welcome",
17308 "windows 0.60.0",
17309 "winresource",
17310 "workspace",
17311 "zed_actions",
17312 "zeta",
17313]
17314
17315[[package]]
17316name = "zed_actions"
17317version = "0.1.0"
17318dependencies = [
17319 "gpui",
17320 "schemars",
17321 "serde",
17322]
17323
17324[[package]]
17325name = "zed_emmet"
17326version = "0.0.3"
17327dependencies = [
17328 "zed_extension_api 0.1.0",
17329]
17330
17331[[package]]
17332name = "zed_extension_api"
17333version = "0.1.0"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17336dependencies = [
17337 "serde",
17338 "serde_json",
17339 "wit-bindgen",
17340]
17341
17342[[package]]
17343name = "zed_extension_api"
17344version = "0.3.0"
17345dependencies = [
17346 "serde",
17347 "serde_json",
17348 "wit-bindgen",
17349]
17350
17351[[package]]
17352name = "zed_glsl"
17353version = "0.1.0"
17354dependencies = [
17355 "zed_extension_api 0.1.0",
17356]
17357
17358[[package]]
17359name = "zed_html"
17360version = "0.1.6"
17361dependencies = [
17362 "zed_extension_api 0.1.0",
17363]
17364
17365[[package]]
17366name = "zed_llm_client"
17367version = "0.4.1"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17370dependencies = [
17371 "serde",
17372 "serde_json",
17373 "uuid",
17374]
17375
17376[[package]]
17377name = "zed_proto"
17378version = "0.2.1"
17379dependencies = [
17380 "zed_extension_api 0.1.0",
17381]
17382
17383[[package]]
17384name = "zed_ruff"
17385version = "0.1.0"
17386dependencies = [
17387 "zed_extension_api 0.1.0",
17388]
17389
17390[[package]]
17391name = "zed_snippets"
17392version = "0.0.5"
17393dependencies = [
17394 "serde_json",
17395 "zed_extension_api 0.1.0",
17396]
17397
17398[[package]]
17399name = "zed_test_extension"
17400version = "0.1.0"
17401dependencies = [
17402 "zed_extension_api 0.3.0",
17403]
17404
17405[[package]]
17406name = "zed_toml"
17407version = "0.1.3"
17408dependencies = [
17409 "zed_extension_api 0.1.0",
17410]
17411
17412[[package]]
17413name = "zeno"
17414version = "0.2.3"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17417
17418[[package]]
17419name = "zerocopy"
17420version = "0.7.35"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17423dependencies = [
17424 "byteorder",
17425 "zerocopy-derive 0.7.35",
17426]
17427
17428[[package]]
17429name = "zerocopy"
17430version = "0.8.18"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17433dependencies = [
17434 "zerocopy-derive 0.8.18",
17435]
17436
17437[[package]]
17438name = "zerocopy-derive"
17439version = "0.7.35"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17442dependencies = [
17443 "proc-macro2",
17444 "quote",
17445 "syn 2.0.100",
17446]
17447
17448[[package]]
17449name = "zerocopy-derive"
17450version = "0.8.18"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17453dependencies = [
17454 "proc-macro2",
17455 "quote",
17456 "syn 2.0.100",
17457]
17458
17459[[package]]
17460name = "zerofrom"
17461version = "0.1.5"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17464dependencies = [
17465 "zerofrom-derive",
17466]
17467
17468[[package]]
17469name = "zerofrom-derive"
17470version = "0.1.5"
17471source = "registry+https://github.com/rust-lang/crates.io-index"
17472checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17473dependencies = [
17474 "proc-macro2",
17475 "quote",
17476 "syn 2.0.100",
17477 "synstructure",
17478]
17479
17480[[package]]
17481name = "zeroize"
17482version = "1.8.1"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17485dependencies = [
17486 "zeroize_derive",
17487]
17488
17489[[package]]
17490name = "zeroize_derive"
17491version = "1.4.2"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17494dependencies = [
17495 "proc-macro2",
17496 "quote",
17497 "syn 2.0.100",
17498]
17499
17500[[package]]
17501name = "zeromq"
17502version = "0.5.0-pre"
17503source = "registry+https://github.com/rust-lang/crates.io-index"
17504checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17505dependencies = [
17506 "async-dispatcher",
17507 "async-std",
17508 "async-trait",
17509 "asynchronous-codec",
17510 "bytes 1.10.1",
17511 "crossbeam-queue",
17512 "dashmap 5.5.3",
17513 "futures 0.3.31",
17514 "log",
17515 "num-traits",
17516 "once_cell",
17517 "parking_lot",
17518 "rand 0.8.5",
17519 "regex",
17520 "thiserror 1.0.69",
17521 "uuid",
17522]
17523
17524[[package]]
17525name = "zerovec"
17526version = "0.10.4"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17529dependencies = [
17530 "yoke",
17531 "zerofrom",
17532 "zerovec-derive",
17533]
17534
17535[[package]]
17536name = "zerovec-derive"
17537version = "0.10.3"
17538source = "registry+https://github.com/rust-lang/crates.io-index"
17539checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17540dependencies = [
17541 "proc-macro2",
17542 "quote",
17543 "syn 2.0.100",
17544]
17545
17546[[package]]
17547name = "zeta"
17548version = "0.1.0"
17549dependencies = [
17550 "anyhow",
17551 "arrayvec",
17552 "call",
17553 "chrono",
17554 "client",
17555 "clock",
17556 "collections",
17557 "command_palette_hooks",
17558 "ctor",
17559 "db",
17560 "editor",
17561 "env_logger 0.11.7",
17562 "feature_flags",
17563 "fs",
17564 "futures 0.3.31",
17565 "gpui",
17566 "http_client",
17567 "indoc",
17568 "inline_completion",
17569 "language",
17570 "language_model",
17571 "log",
17572 "menu",
17573 "migrator",
17574 "paths",
17575 "postage",
17576 "project",
17577 "regex",
17578 "release_channel",
17579 "reqwest_client",
17580 "rpc",
17581 "serde",
17582 "serde_json",
17583 "settings",
17584 "telemetry",
17585 "telemetry_events",
17586 "theme",
17587 "thiserror 1.0.69",
17588 "tree-sitter-go",
17589 "tree-sitter-rust",
17590 "ui",
17591 "unindent",
17592 "util",
17593 "uuid",
17594 "workspace",
17595 "worktree",
17596 "zed_actions",
17597 "zed_llm_client",
17598]
17599
17600[[package]]
17601name = "zip"
17602version = "0.6.6"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17605dependencies = [
17606 "aes",
17607 "byteorder",
17608 "bzip2",
17609 "constant_time_eq 0.1.5",
17610 "crc32fast",
17611 "crossbeam-utils",
17612 "flate2",
17613 "hmac",
17614 "pbkdf2 0.11.0",
17615 "sha1",
17616 "time",
17617 "zstd",
17618]
17619
17620[[package]]
17621name = "zstd"
17622version = "0.11.2+zstd.1.5.2"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17625dependencies = [
17626 "zstd-safe",
17627]
17628
17629[[package]]
17630name = "zstd-safe"
17631version = "5.0.2+zstd.1.5.2"
17632source = "registry+https://github.com/rust-lang/crates.io-index"
17633checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17634dependencies = [
17635 "libc",
17636 "zstd-sys",
17637]
17638
17639[[package]]
17640name = "zstd-sys"
17641version = "2.0.13+zstd.1.5.6"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17644dependencies = [
17645 "cc",
17646 "pkg-config",
17647]
17648
17649[[package]]
17650name = "zune-core"
17651version = "0.4.12"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17654
17655[[package]]
17656name = "zune-inflate"
17657version = "0.2.54"
17658source = "registry+https://github.com/rust-lang/crates.io-index"
17659checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17660dependencies = [
17661 "simd-adler32",
17662]
17663
17664[[package]]
17665name = "zune-jpeg"
17666version = "0.4.13"
17667source = "registry+https://github.com/rust-lang/crates.io-index"
17668checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17669dependencies = [
17670 "zune-core",
17671]
17672
17673[[package]]
17674name = "zvariant"
17675version = "5.4.0"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17678dependencies = [
17679 "endi",
17680 "enumflags2",
17681 "serde",
17682 "static_assertions",
17683 "url",
17684 "winnow 0.7.1",
17685 "zvariant_derive",
17686 "zvariant_utils",
17687]
17688
17689[[package]]
17690name = "zvariant_derive"
17691version = "5.4.0"
17692source = "registry+https://github.com/rust-lang/crates.io-index"
17693checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17694dependencies = [
17695 "proc-macro-crate",
17696 "proc-macro2",
17697 "quote",
17698 "syn 2.0.100",
17699 "zvariant_utils",
17700]
17701
17702[[package]]
17703name = "zvariant_utils"
17704version = "3.2.0"
17705source = "registry+https://github.com/rust-lang/crates.io-index"
17706checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17707dependencies = [
17708 "proc-macro2",
17709 "quote",
17710 "serde",
17711 "static_assertions",
17712 "syn 2.0.100",
17713 "winnow 0.7.1",
17714]