1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy 0.7.35",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.1-dev"
87source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.96"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.90",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.6",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_settings",
454 "assistant_slash_command",
455 "assistant_tool",
456 "async-watch",
457 "chrono",
458 "client",
459 "clock",
460 "collections",
461 "command_palette_hooks",
462 "context_server",
463 "db",
464 "editor",
465 "feature_flags",
466 "file_icons",
467 "fs",
468 "futures 0.3.31",
469 "fuzzy",
470 "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.6",
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.6",
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 "collections",
696 "derive_more",
697 "gpui",
698 "language",
699 "language_model",
700 "parking_lot",
701 "project",
702 "serde",
703 "serde_json",
704]
705
706[[package]]
707name = "assistant_tools"
708version = "0.1.0"
709dependencies = [
710 "anyhow",
711 "assistant_tool",
712 "chrono",
713 "collections",
714 "feature_flags",
715 "futures 0.3.31",
716 "gpui",
717 "language",
718 "language_model",
719 "project",
720 "rand 0.8.5",
721 "release_channel",
722 "schemars",
723 "serde",
724 "serde_json",
725 "settings",
726 "theme",
727 "ui",
728 "util",
729 "workspace",
730]
731
732[[package]]
733name = "async-attributes"
734version = "1.1.2"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
737dependencies = [
738 "quote",
739 "syn 1.0.109",
740]
741
742[[package]]
743name = "async-broadcast"
744version = "0.7.2"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
747dependencies = [
748 "event-listener 5.3.1",
749 "event-listener-strategy",
750 "futures-core",
751 "pin-project-lite",
752]
753
754[[package]]
755name = "async-channel"
756version = "1.9.0"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
759dependencies = [
760 "concurrent-queue",
761 "event-listener 2.5.3",
762 "futures-core",
763]
764
765[[package]]
766name = "async-channel"
767version = "2.3.1"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
770dependencies = [
771 "concurrent-queue",
772 "event-listener-strategy",
773 "futures-core",
774 "pin-project-lite",
775]
776
777[[package]]
778name = "async-compat"
779version = "0.2.4"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
782dependencies = [
783 "futures-core",
784 "futures-io",
785 "once_cell",
786 "pin-project-lite",
787 "tokio",
788]
789
790[[package]]
791name = "async-compression"
792version = "0.4.20"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
795dependencies = [
796 "deflate64",
797 "flate2",
798 "futures-core",
799 "futures-io",
800 "memchr",
801 "pin-project-lite",
802]
803
804[[package]]
805name = "async-dispatcher"
806version = "0.1.2"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
809dependencies = [
810 "async-task",
811 "futures-lite 1.13.0",
812]
813
814[[package]]
815name = "async-executor"
816version = "1.13.1"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
819dependencies = [
820 "async-task",
821 "concurrent-queue",
822 "fastrand 2.3.0",
823 "futures-lite 2.6.0",
824 "slab",
825]
826
827[[package]]
828name = "async-fs"
829version = "2.1.2"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
832dependencies = [
833 "async-lock",
834 "blocking",
835 "futures-lite 2.6.0",
836]
837
838[[package]]
839name = "async-global-executor"
840version = "2.4.1"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
843dependencies = [
844 "async-channel 2.3.1",
845 "async-executor",
846 "async-io",
847 "async-lock",
848 "blocking",
849 "futures-lite 2.6.0",
850 "once_cell",
851]
852
853[[package]]
854name = "async-io"
855version = "2.4.0"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
858dependencies = [
859 "async-lock",
860 "cfg-if",
861 "concurrent-queue",
862 "futures-io",
863 "futures-lite 2.6.0",
864 "parking",
865 "polling",
866 "rustix",
867 "slab",
868 "tracing",
869 "windows-sys 0.59.0",
870]
871
872[[package]]
873name = "async-lock"
874version = "3.4.0"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
877dependencies = [
878 "event-listener 5.3.1",
879 "event-listener-strategy",
880 "pin-project-lite",
881]
882
883[[package]]
884name = "async-native-tls"
885version = "0.5.0"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
888dependencies = [
889 "futures-util",
890 "native-tls",
891 "thiserror 1.0.69",
892 "url",
893]
894
895[[package]]
896name = "async-net"
897version = "2.0.0"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
900dependencies = [
901 "async-io",
902 "blocking",
903 "futures-lite 2.6.0",
904]
905
906[[package]]
907name = "async-pipe"
908version = "0.1.3"
909source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
910dependencies = [
911 "futures 0.3.31",
912 "log",
913]
914
915[[package]]
916name = "async-process"
917version = "2.3.0"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
920dependencies = [
921 "async-channel 2.3.1",
922 "async-io",
923 "async-lock",
924 "async-signal",
925 "async-task",
926 "blocking",
927 "cfg-if",
928 "event-listener 5.3.1",
929 "futures-lite 2.6.0",
930 "rustix",
931 "tracing",
932]
933
934[[package]]
935name = "async-recursion"
936version = "0.3.2"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
939dependencies = [
940 "proc-macro2",
941 "quote",
942 "syn 1.0.109",
943]
944
945[[package]]
946name = "async-recursion"
947version = "1.1.1"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
950dependencies = [
951 "proc-macro2",
952 "quote",
953 "syn 2.0.90",
954]
955
956[[package]]
957name = "async-signal"
958version = "0.2.10"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
961dependencies = [
962 "async-io",
963 "async-lock",
964 "atomic-waker",
965 "cfg-if",
966 "futures-core",
967 "futures-io",
968 "rustix",
969 "signal-hook-registry",
970 "slab",
971 "windows-sys 0.59.0",
972]
973
974[[package]]
975name = "async-std"
976version = "1.13.0"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
979dependencies = [
980 "async-attributes",
981 "async-channel 1.9.0",
982 "async-global-executor",
983 "async-io",
984 "async-lock",
985 "async-process",
986 "crossbeam-utils",
987 "futures-channel",
988 "futures-core",
989 "futures-io",
990 "futures-lite 2.6.0",
991 "gloo-timers",
992 "kv-log-macro",
993 "log",
994 "memchr",
995 "once_cell",
996 "pin-project-lite",
997 "pin-utils",
998 "slab",
999 "wasm-bindgen-futures",
1000]
1001
1002[[package]]
1003name = "async-stream"
1004version = "0.3.6"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1007dependencies = [
1008 "async-stream-impl",
1009 "futures-core",
1010 "pin-project-lite",
1011]
1012
1013[[package]]
1014name = "async-stream-impl"
1015version = "0.3.6"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1018dependencies = [
1019 "proc-macro2",
1020 "quote",
1021 "syn 2.0.90",
1022]
1023
1024[[package]]
1025name = "async-stripe"
1026version = "0.40.0"
1027source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1028dependencies = [
1029 "chrono",
1030 "futures-util",
1031 "http-types",
1032 "hyper 0.14.32",
1033 "hyper-rustls 0.24.2",
1034 "serde",
1035 "serde_json",
1036 "serde_path_to_error",
1037 "serde_qs 0.10.1",
1038 "smart-default",
1039 "smol_str",
1040 "thiserror 1.0.69",
1041 "tokio",
1042]
1043
1044[[package]]
1045name = "async-tar"
1046version = "0.5.0"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1049dependencies = [
1050 "async-std",
1051 "filetime",
1052 "libc",
1053 "pin-project",
1054 "redox_syscall 0.2.16",
1055 "xattr",
1056]
1057
1058[[package]]
1059name = "async-task"
1060version = "4.7.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1063
1064[[package]]
1065name = "async-tls"
1066version = "0.13.0"
1067source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1068dependencies = [
1069 "futures-core",
1070 "futures-io",
1071 "rustls 0.23.23",
1072 "rustls-pemfile 2.2.0",
1073 "webpki-roots",
1074]
1075
1076[[package]]
1077name = "async-trait"
1078version = "0.1.86"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
1081dependencies = [
1082 "proc-macro2",
1083 "quote",
1084 "syn 2.0.90",
1085]
1086
1087[[package]]
1088name = "async-tungstenite"
1089version = "0.28.2"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1092dependencies = [
1093 "async-std",
1094 "async-tls",
1095 "atomic-waker",
1096 "futures-core",
1097 "futures-io",
1098 "futures-task",
1099 "futures-util",
1100 "log",
1101 "pin-project-lite",
1102 "tungstenite 0.24.0",
1103]
1104
1105[[package]]
1106name = "async-watch"
1107version = "0.3.1"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1110dependencies = [
1111 "event-listener 2.5.3",
1112]
1113
1114[[package]]
1115name = "async_zip"
1116version = "0.0.17"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1119dependencies = [
1120 "async-compression",
1121 "crc32fast",
1122 "futures-lite 2.6.0",
1123 "pin-project",
1124 "thiserror 1.0.69",
1125]
1126
1127[[package]]
1128name = "asynchronous-codec"
1129version = "0.7.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1132dependencies = [
1133 "bytes 1.10.1",
1134 "futures-sink",
1135 "futures-util",
1136 "memchr",
1137 "pin-project-lite",
1138]
1139
1140[[package]]
1141name = "atoi"
1142version = "2.0.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1145dependencies = [
1146 "num-traits",
1147]
1148
1149[[package]]
1150name = "atomic"
1151version = "0.5.3"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1154
1155[[package]]
1156name = "atomic-waker"
1157version = "1.1.2"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1160
1161[[package]]
1162name = "audio"
1163version = "0.1.0"
1164dependencies = [
1165 "anyhow",
1166 "collections",
1167 "derive_more",
1168 "gpui",
1169 "parking_lot",
1170 "rodio",
1171 "util",
1172]
1173
1174[[package]]
1175name = "auto_update"
1176version = "0.1.0"
1177dependencies = [
1178 "anyhow",
1179 "client",
1180 "db",
1181 "gpui",
1182 "http_client",
1183 "log",
1184 "paths",
1185 "release_channel",
1186 "schemars",
1187 "serde",
1188 "serde_json",
1189 "settings",
1190 "smol",
1191 "tempfile",
1192 "which 6.0.3",
1193 "workspace",
1194]
1195
1196[[package]]
1197name = "auto_update_ui"
1198version = "0.1.0"
1199dependencies = [
1200 "anyhow",
1201 "auto_update",
1202 "client",
1203 "editor",
1204 "gpui",
1205 "http_client",
1206 "markdown_preview",
1207 "release_channel",
1208 "serde",
1209 "serde_json",
1210 "smol",
1211 "util",
1212 "workspace",
1213]
1214
1215[[package]]
1216name = "autocfg"
1217version = "1.4.0"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1220
1221[[package]]
1222name = "av1-grain"
1223version = "0.2.3"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1226dependencies = [
1227 "anyhow",
1228 "arrayvec",
1229 "log",
1230 "nom",
1231 "num-rational",
1232 "v_frame",
1233]
1234
1235[[package]]
1236name = "avif-serialize"
1237version = "0.8.2"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1240dependencies = [
1241 "arrayvec",
1242]
1243
1244[[package]]
1245name = "aws-config"
1246version = "1.5.16"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1249dependencies = [
1250 "aws-credential-types",
1251 "aws-runtime",
1252 "aws-sdk-sso",
1253 "aws-sdk-ssooidc",
1254 "aws-sdk-sts",
1255 "aws-smithy-async",
1256 "aws-smithy-http",
1257 "aws-smithy-json",
1258 "aws-smithy-runtime",
1259 "aws-smithy-runtime-api",
1260 "aws-smithy-types",
1261 "aws-types",
1262 "bytes 1.10.1",
1263 "fastrand 2.3.0",
1264 "hex",
1265 "http 0.2.12",
1266 "ring",
1267 "time",
1268 "tokio",
1269 "tracing",
1270 "url",
1271 "zeroize",
1272]
1273
1274[[package]]
1275name = "aws-credential-types"
1276version = "1.2.1"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1279dependencies = [
1280 "aws-smithy-async",
1281 "aws-smithy-runtime-api",
1282 "aws-smithy-types",
1283 "zeroize",
1284]
1285
1286[[package]]
1287name = "aws-lc-rs"
1288version = "1.12.2"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "4c2b7ddaa2c56a367ad27a094ad8ef4faacf8a617c2575acb2ba88949df999ca"
1291dependencies = [
1292 "aws-lc-sys",
1293 "paste",
1294 "zeroize",
1295]
1296
1297[[package]]
1298name = "aws-lc-sys"
1299version = "0.25.0"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "71b2ddd3ada61a305e1d8bb6c005d1eaa7d14d903681edfc400406d523a9b491"
1302dependencies = [
1303 "bindgen 0.69.5",
1304 "cc",
1305 "cmake",
1306 "dunce",
1307 "fs_extra",
1308 "paste",
1309]
1310
1311[[package]]
1312name = "aws-runtime"
1313version = "1.5.5"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1316dependencies = [
1317 "aws-credential-types",
1318 "aws-sigv4",
1319 "aws-smithy-async",
1320 "aws-smithy-eventstream",
1321 "aws-smithy-http",
1322 "aws-smithy-runtime",
1323 "aws-smithy-runtime-api",
1324 "aws-smithy-types",
1325 "aws-types",
1326 "bytes 1.10.1",
1327 "fastrand 2.3.0",
1328 "http 0.2.12",
1329 "http-body 0.4.6",
1330 "once_cell",
1331 "percent-encoding",
1332 "pin-project-lite",
1333 "tracing",
1334 "uuid",
1335]
1336
1337[[package]]
1338name = "aws-sdk-bedrockruntime"
1339version = "1.74.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1342dependencies = [
1343 "aws-credential-types",
1344 "aws-runtime",
1345 "aws-smithy-async",
1346 "aws-smithy-eventstream",
1347 "aws-smithy-http",
1348 "aws-smithy-json",
1349 "aws-smithy-runtime",
1350 "aws-smithy-runtime-api",
1351 "aws-smithy-types",
1352 "aws-types",
1353 "bytes 1.10.1",
1354 "fastrand 2.3.0",
1355 "http 0.2.12",
1356 "once_cell",
1357 "regex-lite",
1358 "tracing",
1359]
1360
1361[[package]]
1362name = "aws-sdk-kinesis"
1363version = "1.61.0"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1366dependencies = [
1367 "aws-credential-types",
1368 "aws-runtime",
1369 "aws-smithy-async",
1370 "aws-smithy-http",
1371 "aws-smithy-json",
1372 "aws-smithy-runtime",
1373 "aws-smithy-runtime-api",
1374 "aws-smithy-types",
1375 "aws-types",
1376 "bytes 1.10.1",
1377 "http 0.2.12",
1378 "once_cell",
1379 "regex-lite",
1380 "tracing",
1381]
1382
1383[[package]]
1384name = "aws-sdk-s3"
1385version = "1.76.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1388dependencies = [
1389 "aws-credential-types",
1390 "aws-runtime",
1391 "aws-sigv4",
1392 "aws-smithy-async",
1393 "aws-smithy-checksums",
1394 "aws-smithy-eventstream",
1395 "aws-smithy-http",
1396 "aws-smithy-json",
1397 "aws-smithy-runtime",
1398 "aws-smithy-runtime-api",
1399 "aws-smithy-types",
1400 "aws-smithy-xml",
1401 "aws-types",
1402 "bytes 1.10.1",
1403 "fastrand 2.3.0",
1404 "hex",
1405 "hmac",
1406 "http 0.2.12",
1407 "http-body 0.4.6",
1408 "lru",
1409 "once_cell",
1410 "percent-encoding",
1411 "regex-lite",
1412 "sha2",
1413 "tracing",
1414 "url",
1415]
1416
1417[[package]]
1418name = "aws-sdk-sso"
1419version = "1.58.0"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1422dependencies = [
1423 "aws-credential-types",
1424 "aws-runtime",
1425 "aws-smithy-async",
1426 "aws-smithy-http",
1427 "aws-smithy-json",
1428 "aws-smithy-runtime",
1429 "aws-smithy-runtime-api",
1430 "aws-smithy-types",
1431 "aws-types",
1432 "bytes 1.10.1",
1433 "http 0.2.12",
1434 "once_cell",
1435 "regex-lite",
1436 "tracing",
1437]
1438
1439[[package]]
1440name = "aws-sdk-ssooidc"
1441version = "1.59.0"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1444dependencies = [
1445 "aws-credential-types",
1446 "aws-runtime",
1447 "aws-smithy-async",
1448 "aws-smithy-http",
1449 "aws-smithy-json",
1450 "aws-smithy-runtime",
1451 "aws-smithy-runtime-api",
1452 "aws-smithy-types",
1453 "aws-types",
1454 "bytes 1.10.1",
1455 "http 0.2.12",
1456 "once_cell",
1457 "regex-lite",
1458 "tracing",
1459]
1460
1461[[package]]
1462name = "aws-sdk-sts"
1463version = "1.59.0"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1466dependencies = [
1467 "aws-credential-types",
1468 "aws-runtime",
1469 "aws-smithy-async",
1470 "aws-smithy-http",
1471 "aws-smithy-json",
1472 "aws-smithy-query",
1473 "aws-smithy-runtime",
1474 "aws-smithy-runtime-api",
1475 "aws-smithy-types",
1476 "aws-smithy-xml",
1477 "aws-types",
1478 "http 0.2.12",
1479 "once_cell",
1480 "regex-lite",
1481 "tracing",
1482]
1483
1484[[package]]
1485name = "aws-sigv4"
1486version = "1.2.9"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1489dependencies = [
1490 "aws-credential-types",
1491 "aws-smithy-eventstream",
1492 "aws-smithy-http",
1493 "aws-smithy-runtime-api",
1494 "aws-smithy-types",
1495 "bytes 1.10.1",
1496 "crypto-bigint 0.5.5",
1497 "form_urlencoded",
1498 "hex",
1499 "hmac",
1500 "http 0.2.12",
1501 "http 1.2.0",
1502 "once_cell",
1503 "p256",
1504 "percent-encoding",
1505 "ring",
1506 "sha2",
1507 "subtle",
1508 "time",
1509 "tracing",
1510 "zeroize",
1511]
1512
1513[[package]]
1514name = "aws-smithy-async"
1515version = "1.2.4"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1518dependencies = [
1519 "futures-util",
1520 "pin-project-lite",
1521 "tokio",
1522]
1523
1524[[package]]
1525name = "aws-smithy-checksums"
1526version = "0.62.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1529dependencies = [
1530 "aws-smithy-http",
1531 "aws-smithy-types",
1532 "bytes 1.10.1",
1533 "crc32c",
1534 "crc32fast",
1535 "crc64fast-nvme",
1536 "hex",
1537 "http 0.2.12",
1538 "http-body 0.4.6",
1539 "md-5",
1540 "pin-project-lite",
1541 "sha1",
1542 "sha2",
1543 "tracing",
1544]
1545
1546[[package]]
1547name = "aws-smithy-eventstream"
1548version = "0.60.6"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1551dependencies = [
1552 "aws-smithy-types",
1553 "bytes 1.10.1",
1554 "crc32fast",
1555]
1556
1557[[package]]
1558name = "aws-smithy-http"
1559version = "0.60.12"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1562dependencies = [
1563 "aws-smithy-eventstream",
1564 "aws-smithy-runtime-api",
1565 "aws-smithy-types",
1566 "bytes 1.10.1",
1567 "bytes-utils",
1568 "futures-core",
1569 "http 0.2.12",
1570 "http-body 0.4.6",
1571 "once_cell",
1572 "percent-encoding",
1573 "pin-project-lite",
1574 "pin-utils",
1575 "tracing",
1576]
1577
1578[[package]]
1579name = "aws-smithy-json"
1580version = "0.61.2"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1583dependencies = [
1584 "aws-smithy-types",
1585]
1586
1587[[package]]
1588name = "aws-smithy-query"
1589version = "0.60.7"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1592dependencies = [
1593 "aws-smithy-types",
1594 "urlencoding",
1595]
1596
1597[[package]]
1598name = "aws-smithy-runtime"
1599version = "1.7.8"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1602dependencies = [
1603 "aws-smithy-async",
1604 "aws-smithy-http",
1605 "aws-smithy-runtime-api",
1606 "aws-smithy-types",
1607 "bytes 1.10.1",
1608 "fastrand 2.3.0",
1609 "h2 0.3.26",
1610 "http 0.2.12",
1611 "http-body 0.4.6",
1612 "http-body 1.0.1",
1613 "httparse",
1614 "hyper 0.14.32",
1615 "hyper-rustls 0.24.2",
1616 "once_cell",
1617 "pin-project-lite",
1618 "pin-utils",
1619 "rustls 0.21.12",
1620 "tokio",
1621 "tracing",
1622]
1623
1624[[package]]
1625name = "aws-smithy-runtime-api"
1626version = "1.7.3"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1629dependencies = [
1630 "aws-smithy-async",
1631 "aws-smithy-types",
1632 "bytes 1.10.1",
1633 "http 0.2.12",
1634 "http 1.2.0",
1635 "pin-project-lite",
1636 "tokio",
1637 "tracing",
1638 "zeroize",
1639]
1640
1641[[package]]
1642name = "aws-smithy-types"
1643version = "1.2.13"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1646dependencies = [
1647 "base64-simd",
1648 "bytes 1.10.1",
1649 "bytes-utils",
1650 "futures-core",
1651 "http 0.2.12",
1652 "http 1.2.0",
1653 "http-body 0.4.6",
1654 "http-body 1.0.1",
1655 "http-body-util",
1656 "itoa",
1657 "num-integer",
1658 "pin-project-lite",
1659 "pin-utils",
1660 "ryu",
1661 "serde",
1662 "time",
1663 "tokio",
1664 "tokio-util",
1665]
1666
1667[[package]]
1668name = "aws-smithy-xml"
1669version = "0.60.9"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1672dependencies = [
1673 "xmlparser",
1674]
1675
1676[[package]]
1677name = "aws-types"
1678version = "1.3.5"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1681dependencies = [
1682 "aws-credential-types",
1683 "aws-smithy-async",
1684 "aws-smithy-runtime-api",
1685 "aws-smithy-types",
1686 "rustc_version",
1687 "tracing",
1688]
1689
1690[[package]]
1691name = "aws_http_client"
1692version = "0.1.0"
1693dependencies = [
1694 "aws-smithy-runtime-api",
1695 "aws-smithy-types",
1696 "futures 0.3.31",
1697 "http_client",
1698 "tokio",
1699]
1700
1701[[package]]
1702name = "axum"
1703version = "0.6.20"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1706dependencies = [
1707 "async-trait",
1708 "axum-core",
1709 "base64 0.21.7",
1710 "bitflags 1.3.2",
1711 "bytes 1.10.1",
1712 "futures-util",
1713 "headers",
1714 "http 0.2.12",
1715 "http-body 0.4.6",
1716 "hyper 0.14.32",
1717 "itoa",
1718 "matchit",
1719 "memchr",
1720 "mime",
1721 "percent-encoding",
1722 "pin-project-lite",
1723 "rustversion",
1724 "serde",
1725 "serde_json",
1726 "serde_path_to_error",
1727 "serde_urlencoded",
1728 "sha1",
1729 "sync_wrapper 0.1.2",
1730 "tokio",
1731 "tokio-tungstenite 0.20.1",
1732 "tower",
1733 "tower-layer",
1734 "tower-service",
1735]
1736
1737[[package]]
1738name = "axum-core"
1739version = "0.3.4"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1742dependencies = [
1743 "async-trait",
1744 "bytes 1.10.1",
1745 "futures-util",
1746 "http 0.2.12",
1747 "http-body 0.4.6",
1748 "mime",
1749 "rustversion",
1750 "tower-layer",
1751 "tower-service",
1752]
1753
1754[[package]]
1755name = "axum-extra"
1756version = "0.4.2"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1759dependencies = [
1760 "axum",
1761 "bytes 1.10.1",
1762 "futures-util",
1763 "http 0.2.12",
1764 "mime",
1765 "pin-project-lite",
1766 "serde",
1767 "serde_json",
1768 "tokio",
1769 "tower",
1770 "tower-http 0.3.5",
1771 "tower-layer",
1772 "tower-service",
1773]
1774
1775[[package]]
1776name = "backtrace"
1777version = "0.3.74"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1780dependencies = [
1781 "addr2line",
1782 "cfg-if",
1783 "libc",
1784 "miniz_oxide",
1785 "object",
1786 "rustc-demangle",
1787 "windows-targets 0.52.6",
1788]
1789
1790[[package]]
1791name = "base16ct"
1792version = "0.1.1"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1795
1796[[package]]
1797name = "base64"
1798version = "0.13.1"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1801
1802[[package]]
1803name = "base64"
1804version = "0.21.7"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1807
1808[[package]]
1809name = "base64"
1810version = "0.22.1"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1813
1814[[package]]
1815name = "base64-simd"
1816version = "0.8.0"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1819dependencies = [
1820 "outref",
1821 "vsimd",
1822]
1823
1824[[package]]
1825name = "base64ct"
1826version = "1.6.0"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1829
1830[[package]]
1831name = "bedrock"
1832version = "0.1.0"
1833dependencies = [
1834 "anyhow",
1835 "aws-sdk-bedrockruntime",
1836 "aws-smithy-types",
1837 "futures 0.3.31",
1838 "schemars",
1839 "serde",
1840 "serde_json",
1841 "strum",
1842 "thiserror 1.0.69",
1843 "tokio",
1844]
1845
1846[[package]]
1847name = "bigdecimal"
1848version = "0.4.7"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1851dependencies = [
1852 "autocfg",
1853 "libm",
1854 "num-bigint",
1855 "num-integer",
1856 "num-traits",
1857 "serde",
1858]
1859
1860[[package]]
1861name = "bincode"
1862version = "1.3.3"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1865dependencies = [
1866 "serde",
1867]
1868
1869[[package]]
1870name = "bindgen"
1871version = "0.69.5"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1874dependencies = [
1875 "bitflags 2.8.0",
1876 "cexpr",
1877 "clang-sys",
1878 "itertools 0.12.1",
1879 "lazy_static",
1880 "lazycell",
1881 "log",
1882 "prettyplease",
1883 "proc-macro2",
1884 "quote",
1885 "regex",
1886 "rustc-hash 1.1.0",
1887 "shlex",
1888 "syn 2.0.90",
1889 "which 4.4.2",
1890]
1891
1892[[package]]
1893name = "bindgen"
1894version = "0.70.1"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1897dependencies = [
1898 "bitflags 2.8.0",
1899 "cexpr",
1900 "clang-sys",
1901 "itertools 0.12.1",
1902 "log",
1903 "prettyplease",
1904 "proc-macro2",
1905 "quote",
1906 "regex",
1907 "rustc-hash 1.1.0",
1908 "shlex",
1909 "syn 2.0.90",
1910]
1911
1912[[package]]
1913name = "bit-set"
1914version = "0.5.3"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1917dependencies = [
1918 "bit-vec 0.6.3",
1919]
1920
1921[[package]]
1922name = "bit-set"
1923version = "0.8.0"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1926dependencies = [
1927 "bit-vec 0.8.0",
1928]
1929
1930[[package]]
1931name = "bit-vec"
1932version = "0.6.3"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1935
1936[[package]]
1937name = "bit-vec"
1938version = "0.8.0"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1941
1942[[package]]
1943name = "bit_field"
1944version = "0.10.2"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1947
1948[[package]]
1949name = "bitflags"
1950version = "1.3.2"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1953
1954[[package]]
1955name = "bitflags"
1956version = "2.8.0"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1959dependencies = [
1960 "serde",
1961]
1962
1963[[package]]
1964name = "bitstream-io"
1965version = "2.6.0"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1968
1969[[package]]
1970name = "bitvec"
1971version = "1.0.1"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1974dependencies = [
1975 "funty",
1976 "radium",
1977 "tap",
1978 "wyz",
1979]
1980
1981[[package]]
1982name = "blade-graphics"
1983version = "0.6.0"
1984source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1985dependencies = [
1986 "ash",
1987 "ash-window",
1988 "bitflags 2.8.0",
1989 "bytemuck",
1990 "codespan-reporting",
1991 "glow",
1992 "gpu-alloc",
1993 "gpu-alloc-ash",
1994 "hidden-trait",
1995 "js-sys",
1996 "khronos-egl",
1997 "libloading",
1998 "log",
1999 "mint",
2000 "naga",
2001 "objc2",
2002 "objc2-app-kit",
2003 "objc2-foundation",
2004 "objc2-metal",
2005 "objc2-quartz-core",
2006 "objc2-ui-kit",
2007 "raw-window-handle",
2008 "slab",
2009 "wasm-bindgen",
2010 "web-sys",
2011]
2012
2013[[package]]
2014name = "blade-macros"
2015version = "0.3.0"
2016source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2017dependencies = [
2018 "proc-macro2",
2019 "quote",
2020 "syn 2.0.90",
2021]
2022
2023[[package]]
2024name = "blade-util"
2025version = "0.2.0"
2026source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2027dependencies = [
2028 "blade-graphics",
2029 "bytemuck",
2030 "log",
2031 "profiling",
2032]
2033
2034[[package]]
2035name = "blake3"
2036version = "1.6.1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2039dependencies = [
2040 "arrayref",
2041 "arrayvec",
2042 "cc",
2043 "cfg-if",
2044 "constant_time_eq 0.3.1",
2045]
2046
2047[[package]]
2048name = "block"
2049version = "0.1.6"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2052
2053[[package]]
2054name = "block-buffer"
2055version = "0.10.4"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2058dependencies = [
2059 "generic-array",
2060]
2061
2062[[package]]
2063name = "block-padding"
2064version = "0.3.3"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2067dependencies = [
2068 "generic-array",
2069]
2070
2071[[package]]
2072name = "block2"
2073version = "0.5.1"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2076dependencies = [
2077 "objc2",
2078]
2079
2080[[package]]
2081name = "blocking"
2082version = "1.6.1"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2085dependencies = [
2086 "async-channel 2.3.1",
2087 "async-task",
2088 "futures-io",
2089 "futures-lite 2.6.0",
2090 "piper",
2091]
2092
2093[[package]]
2094name = "borsh"
2095version = "1.5.3"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2098dependencies = [
2099 "borsh-derive",
2100 "cfg_aliases 0.2.1",
2101]
2102
2103[[package]]
2104name = "borsh-derive"
2105version = "1.5.3"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2108dependencies = [
2109 "once_cell",
2110 "proc-macro-crate",
2111 "proc-macro2",
2112 "quote",
2113 "syn 2.0.90",
2114]
2115
2116[[package]]
2117name = "breadcrumbs"
2118version = "0.1.0"
2119dependencies = [
2120 "editor",
2121 "gpui",
2122 "itertools 0.14.0",
2123 "theme",
2124 "ui",
2125 "workspace",
2126 "zed_actions",
2127]
2128
2129[[package]]
2130name = "bstr"
2131version = "1.11.1"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2134dependencies = [
2135 "memchr",
2136 "regex-automata 0.4.9",
2137 "serde",
2138]
2139
2140[[package]]
2141name = "buffer_diff"
2142version = "0.1.0"
2143dependencies = [
2144 "anyhow",
2145 "clock",
2146 "ctor",
2147 "env_logger 0.11.6",
2148 "futures 0.3.31",
2149 "git2",
2150 "gpui",
2151 "language",
2152 "log",
2153 "pretty_assertions",
2154 "rand 0.8.5",
2155 "rope",
2156 "serde_json",
2157 "sum_tree",
2158 "text",
2159 "unindent",
2160 "util",
2161]
2162
2163[[package]]
2164name = "built"
2165version = "0.7.5"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2168
2169[[package]]
2170name = "bumpalo"
2171version = "3.16.0"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2174dependencies = [
2175 "allocator-api2",
2176]
2177
2178[[package]]
2179name = "by_address"
2180version = "1.2.1"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2183
2184[[package]]
2185name = "bytecheck"
2186version = "0.6.12"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2189dependencies = [
2190 "bytecheck_derive",
2191 "ptr_meta",
2192 "simdutf8",
2193]
2194
2195[[package]]
2196name = "bytecheck_derive"
2197version = "0.6.12"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2200dependencies = [
2201 "proc-macro2",
2202 "quote",
2203 "syn 1.0.109",
2204]
2205
2206[[package]]
2207name = "bytemuck"
2208version = "1.21.0"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2211dependencies = [
2212 "bytemuck_derive",
2213]
2214
2215[[package]]
2216name = "bytemuck_derive"
2217version = "1.8.0"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2220dependencies = [
2221 "proc-macro2",
2222 "quote",
2223 "syn 2.0.90",
2224]
2225
2226[[package]]
2227name = "byteorder"
2228version = "1.5.0"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2231
2232[[package]]
2233name = "byteorder-lite"
2234version = "0.1.0"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2237
2238[[package]]
2239name = "bytes"
2240version = "0.4.12"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2243dependencies = [
2244 "byteorder",
2245 "iovec",
2246]
2247
2248[[package]]
2249name = "bytes"
2250version = "1.10.1"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2253
2254[[package]]
2255name = "bytes-utils"
2256version = "0.1.4"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2259dependencies = [
2260 "bytes 1.10.1",
2261 "either",
2262]
2263
2264[[package]]
2265name = "bzip2"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2269dependencies = [
2270 "bzip2-sys",
2271 "libc",
2272]
2273
2274[[package]]
2275name = "bzip2-sys"
2276version = "0.1.11+1.0.8"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2279dependencies = [
2280 "cc",
2281 "libc",
2282 "pkg-config",
2283]
2284
2285[[package]]
2286name = "call"
2287version = "0.1.0"
2288dependencies = [
2289 "anyhow",
2290 "audio",
2291 "client",
2292 "collections",
2293 "fs",
2294 "futures 0.3.31",
2295 "gpui",
2296 "http_client",
2297 "language",
2298 "livekit_client",
2299 "livekit_client_macos",
2300 "log",
2301 "postage",
2302 "project",
2303 "schemars",
2304 "serde",
2305 "serde_derive",
2306 "settings",
2307 "telemetry",
2308 "util",
2309]
2310
2311[[package]]
2312name = "calloop"
2313version = "0.13.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2316dependencies = [
2317 "bitflags 2.8.0",
2318 "log",
2319 "polling",
2320 "rustix",
2321 "slab",
2322 "thiserror 1.0.69",
2323]
2324
2325[[package]]
2326name = "calloop-wayland-source"
2327version = "0.3.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2330dependencies = [
2331 "calloop",
2332 "rustix",
2333 "wayland-backend",
2334 "wayland-client",
2335]
2336
2337[[package]]
2338name = "camino"
2339version = "1.1.9"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2342dependencies = [
2343 "serde",
2344]
2345
2346[[package]]
2347name = "cap-fs-ext"
2348version = "3.4.2"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2351dependencies = [
2352 "cap-primitives",
2353 "cap-std",
2354 "io-lifetimes",
2355 "windows-sys 0.59.0",
2356]
2357
2358[[package]]
2359name = "cap-net-ext"
2360version = "3.4.2"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2363dependencies = [
2364 "cap-primitives",
2365 "cap-std",
2366 "rustix",
2367 "smallvec",
2368]
2369
2370[[package]]
2371name = "cap-primitives"
2372version = "3.4.2"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2375dependencies = [
2376 "ambient-authority",
2377 "fs-set-times",
2378 "io-extras",
2379 "io-lifetimes",
2380 "ipnet",
2381 "maybe-owned",
2382 "rustix",
2383 "windows-sys 0.59.0",
2384 "winx",
2385]
2386
2387[[package]]
2388name = "cap-rand"
2389version = "3.4.2"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2392dependencies = [
2393 "ambient-authority",
2394 "rand 0.8.5",
2395]
2396
2397[[package]]
2398name = "cap-std"
2399version = "3.4.2"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2402dependencies = [
2403 "cap-primitives",
2404 "io-extras",
2405 "io-lifetimes",
2406 "rustix",
2407]
2408
2409[[package]]
2410name = "cap-time-ext"
2411version = "3.4.2"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2414dependencies = [
2415 "ambient-authority",
2416 "cap-primitives",
2417 "iana-time-zone",
2418 "once_cell",
2419 "rustix",
2420 "winx",
2421]
2422
2423[[package]]
2424name = "cargo-platform"
2425version = "0.1.9"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2428dependencies = [
2429 "serde",
2430]
2431
2432[[package]]
2433name = "cargo_metadata"
2434version = "0.19.2"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2437dependencies = [
2438 "camino",
2439 "cargo-platform",
2440 "semver",
2441 "serde",
2442 "serde_json",
2443 "thiserror 2.0.6",
2444]
2445
2446[[package]]
2447name = "cargo_toml"
2448version = "0.21.0"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2451dependencies = [
2452 "serde",
2453 "toml 0.8.20",
2454]
2455
2456[[package]]
2457name = "cast"
2458version = "0.3.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2461
2462[[package]]
2463name = "cbc"
2464version = "0.1.2"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2467dependencies = [
2468 "cipher",
2469]
2470
2471[[package]]
2472name = "cbindgen"
2473version = "0.27.0"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2476dependencies = [
2477 "clap",
2478 "heck 0.4.1",
2479 "indexmap",
2480 "log",
2481 "proc-macro2",
2482 "quote",
2483 "serde",
2484 "serde_json",
2485 "syn 2.0.90",
2486 "tempfile",
2487 "toml 0.8.20",
2488]
2489
2490[[package]]
2491name = "cbindgen"
2492version = "0.28.0"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2495dependencies = [
2496 "heck 0.4.1",
2497 "indexmap",
2498 "log",
2499 "proc-macro2",
2500 "quote",
2501 "serde",
2502 "serde_json",
2503 "syn 2.0.90",
2504 "tempfile",
2505 "toml 0.8.20",
2506]
2507
2508[[package]]
2509name = "cc"
2510version = "1.2.12"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2513dependencies = [
2514 "jobserver",
2515 "libc",
2516 "shlex",
2517]
2518
2519[[package]]
2520name = "cesu8"
2521version = "1.1.0"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2524
2525[[package]]
2526name = "cexpr"
2527version = "0.6.0"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2530dependencies = [
2531 "nom",
2532]
2533
2534[[package]]
2535name = "cfg-expr"
2536version = "0.15.8"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2539dependencies = [
2540 "smallvec",
2541 "target-lexicon 0.12.16",
2542]
2543
2544[[package]]
2545name = "cfg-if"
2546version = "1.0.0"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2549
2550[[package]]
2551name = "cfg_aliases"
2552version = "0.1.1"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2555
2556[[package]]
2557name = "cfg_aliases"
2558version = "0.2.1"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2561
2562[[package]]
2563name = "channel"
2564version = "0.1.0"
2565dependencies = [
2566 "anyhow",
2567 "client",
2568 "clock",
2569 "collections",
2570 "futures 0.3.31",
2571 "gpui",
2572 "http_client",
2573 "language",
2574 "log",
2575 "rand 0.8.5",
2576 "release_channel",
2577 "rpc",
2578 "settings",
2579 "sum_tree",
2580 "text",
2581 "time",
2582 "util",
2583]
2584
2585[[package]]
2586name = "chrono"
2587version = "0.4.40"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2590dependencies = [
2591 "android-tzdata",
2592 "iana-time-zone",
2593 "js-sys",
2594 "num-traits",
2595 "serde",
2596 "wasm-bindgen",
2597 "windows-link",
2598]
2599
2600[[package]]
2601name = "chunked_transfer"
2602version = "1.5.0"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2605
2606[[package]]
2607name = "ciborium"
2608version = "0.2.2"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2611dependencies = [
2612 "ciborium-io",
2613 "ciborium-ll",
2614 "serde",
2615]
2616
2617[[package]]
2618name = "ciborium-io"
2619version = "0.2.2"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2622
2623[[package]]
2624name = "ciborium-ll"
2625version = "0.2.2"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2628dependencies = [
2629 "ciborium-io",
2630 "half",
2631]
2632
2633[[package]]
2634name = "cipher"
2635version = "0.4.4"
2636source = "registry+https://github.com/rust-lang/crates.io-index"
2637checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2638dependencies = [
2639 "crypto-common",
2640 "inout",
2641 "zeroize",
2642]
2643
2644[[package]]
2645name = "clang-sys"
2646version = "1.8.1"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2649dependencies = [
2650 "glob",
2651 "libc",
2652 "libloading",
2653]
2654
2655[[package]]
2656name = "clap"
2657version = "4.5.31"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
2660dependencies = [
2661 "clap_builder",
2662 "clap_derive",
2663]
2664
2665[[package]]
2666name = "clap_builder"
2667version = "4.5.31"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
2670dependencies = [
2671 "anstream",
2672 "anstyle",
2673 "clap_lex",
2674 "strsim",
2675 "terminal_size",
2676]
2677
2678[[package]]
2679name = "clap_complete"
2680version = "4.5.38"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2683dependencies = [
2684 "clap",
2685]
2686
2687[[package]]
2688name = "clap_derive"
2689version = "4.5.28"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
2692dependencies = [
2693 "heck 0.5.0",
2694 "proc-macro2",
2695 "quote",
2696 "syn 2.0.90",
2697]
2698
2699[[package]]
2700name = "clap_lex"
2701version = "0.7.4"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2704
2705[[package]]
2706name = "cli"
2707version = "0.1.0"
2708dependencies = [
2709 "anyhow",
2710 "clap",
2711 "collections",
2712 "core-foundation 0.9.4",
2713 "core-services",
2714 "exec",
2715 "fork",
2716 "ipc-channel",
2717 "parking_lot",
2718 "paths",
2719 "plist",
2720 "release_channel",
2721 "serde",
2722 "tempfile",
2723 "util",
2724 "windows 0.60.0",
2725]
2726
2727[[package]]
2728name = "client"
2729version = "0.1.0"
2730dependencies = [
2731 "anyhow",
2732 "async-native-tls",
2733 "async-recursion 0.3.2",
2734 "async-tungstenite",
2735 "chrono",
2736 "clock",
2737 "cocoa 0.26.0",
2738 "collections",
2739 "credentials_provider",
2740 "feature_flags",
2741 "futures 0.3.31",
2742 "gpui",
2743 "http_client",
2744 "log",
2745 "parking_lot",
2746 "paths",
2747 "postage",
2748 "rand 0.8.5",
2749 "release_channel",
2750 "rpc",
2751 "schemars",
2752 "serde",
2753 "serde_json",
2754 "settings",
2755 "sha2",
2756 "smol",
2757 "telemetry",
2758 "telemetry_events",
2759 "text",
2760 "thiserror 1.0.69",
2761 "time",
2762 "tiny_http",
2763 "tokio-socks",
2764 "url",
2765 "util",
2766 "windows 0.60.0",
2767 "worktree",
2768]
2769
2770[[package]]
2771name = "clock"
2772version = "0.1.0"
2773dependencies = [
2774 "parking_lot",
2775 "serde",
2776 "smallvec",
2777]
2778
2779[[package]]
2780name = "cmake"
2781version = "0.1.53"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2784dependencies = [
2785 "cc",
2786]
2787
2788[[package]]
2789name = "cobs"
2790version = "0.2.3"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2793
2794[[package]]
2795name = "cocoa"
2796version = "0.25.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2799dependencies = [
2800 "bitflags 1.3.2",
2801 "block",
2802 "cocoa-foundation 0.1.2",
2803 "core-foundation 0.9.4",
2804 "core-graphics 0.23.2",
2805 "foreign-types 0.5.0",
2806 "libc",
2807 "objc",
2808]
2809
2810[[package]]
2811name = "cocoa"
2812version = "0.26.0"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2815dependencies = [
2816 "bitflags 2.8.0",
2817 "block",
2818 "cocoa-foundation 0.2.0",
2819 "core-foundation 0.10.0",
2820 "core-graphics 0.24.0",
2821 "foreign-types 0.5.0",
2822 "libc",
2823 "objc",
2824]
2825
2826[[package]]
2827name = "cocoa-foundation"
2828version = "0.1.2"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2831dependencies = [
2832 "bitflags 1.3.2",
2833 "block",
2834 "core-foundation 0.9.4",
2835 "core-graphics-types 0.1.3",
2836 "libc",
2837 "objc",
2838]
2839
2840[[package]]
2841name = "cocoa-foundation"
2842version = "0.2.0"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2845dependencies = [
2846 "bitflags 2.8.0",
2847 "block",
2848 "core-foundation 0.10.0",
2849 "core-graphics-types 0.2.0",
2850 "libc",
2851 "objc",
2852]
2853
2854[[package]]
2855name = "codespan-reporting"
2856version = "0.11.1"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2859dependencies = [
2860 "termcolor",
2861 "unicode-width",
2862]
2863
2864[[package]]
2865name = "collab"
2866version = "0.44.0"
2867dependencies = [
2868 "anthropic",
2869 "anyhow",
2870 "assistant",
2871 "assistant_context_editor",
2872 "assistant_slash_command",
2873 "assistant_tool",
2874 "async-stripe",
2875 "async-trait",
2876 "async-tungstenite",
2877 "audio",
2878 "aws-config",
2879 "aws-sdk-kinesis",
2880 "aws-sdk-s3",
2881 "axum",
2882 "axum-extra",
2883 "base64 0.22.1",
2884 "buffer_diff",
2885 "call",
2886 "channel",
2887 "chrono",
2888 "client",
2889 "clock",
2890 "collab_ui",
2891 "collections",
2892 "context_server",
2893 "ctor",
2894 "dashmap 6.1.0",
2895 "derive_more",
2896 "editor",
2897 "env_logger 0.11.6",
2898 "envy",
2899 "extension",
2900 "file_finder",
2901 "fs",
2902 "futures 0.3.31",
2903 "git",
2904 "git_hosting_providers",
2905 "git_ui",
2906 "google_ai",
2907 "gpui",
2908 "hex",
2909 "http_client",
2910 "hyper 0.14.32",
2911 "indoc",
2912 "jsonwebtoken",
2913 "language",
2914 "language_model",
2915 "livekit_api",
2916 "livekit_client",
2917 "livekit_client_macos",
2918 "log",
2919 "lsp",
2920 "menu",
2921 "multi_buffer",
2922 "nanoid",
2923 "node_runtime",
2924 "notifications",
2925 "open_ai",
2926 "parking_lot",
2927 "pretty_assertions",
2928 "project",
2929 "prometheus",
2930 "prompt_store",
2931 "prost 0.9.0",
2932 "rand 0.8.5",
2933 "recent_projects",
2934 "release_channel",
2935 "remote",
2936 "remote_server",
2937 "reqwest 0.11.27",
2938 "reqwest_client",
2939 "rpc",
2940 "rustc-demangle",
2941 "scrypt",
2942 "sea-orm",
2943 "semantic_version",
2944 "semver",
2945 "serde",
2946 "serde_derive",
2947 "serde_json",
2948 "session",
2949 "settings",
2950 "sha2",
2951 "sqlx",
2952 "strum",
2953 "subtle",
2954 "supermaven_api",
2955 "telemetry_events",
2956 "text",
2957 "theme",
2958 "thiserror 1.0.69",
2959 "time",
2960 "tokio",
2961 "toml 0.8.20",
2962 "tower",
2963 "tower-http 0.4.4",
2964 "tracing",
2965 "tracing-subscriber",
2966 "unindent",
2967 "util",
2968 "uuid",
2969 "workspace",
2970 "worktree",
2971]
2972
2973[[package]]
2974name = "collab_ui"
2975version = "0.1.0"
2976dependencies = [
2977 "anyhow",
2978 "call",
2979 "channel",
2980 "chrono",
2981 "client",
2982 "collections",
2983 "db",
2984 "editor",
2985 "emojis",
2986 "futures 0.3.31",
2987 "fuzzy",
2988 "gpui",
2989 "http_client",
2990 "language",
2991 "menu",
2992 "notifications",
2993 "picker",
2994 "pretty_assertions",
2995 "project",
2996 "release_channel",
2997 "rich_text",
2998 "rpc",
2999 "schemars",
3000 "serde",
3001 "serde_derive",
3002 "serde_json",
3003 "settings",
3004 "smallvec",
3005 "story",
3006 "telemetry",
3007 "theme",
3008 "time",
3009 "time_format",
3010 "title_bar",
3011 "tree-sitter-md",
3012 "ui",
3013 "util",
3014 "workspace",
3015]
3016
3017[[package]]
3018name = "collections"
3019version = "0.1.0"
3020dependencies = [
3021 "indexmap",
3022 "rustc-hash 2.1.1",
3023]
3024
3025[[package]]
3026name = "color_quant"
3027version = "1.1.0"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3030
3031[[package]]
3032name = "colorchoice"
3033version = "1.0.3"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3036
3037[[package]]
3038name = "combine"
3039version = "4.6.7"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3042dependencies = [
3043 "bytes 1.10.1",
3044 "memchr",
3045]
3046
3047[[package]]
3048name = "command_palette"
3049version = "0.1.0"
3050dependencies = [
3051 "client",
3052 "collections",
3053 "command_palette_hooks",
3054 "ctor",
3055 "editor",
3056 "env_logger 0.11.6",
3057 "fuzzy",
3058 "go_to_line",
3059 "gpui",
3060 "language",
3061 "menu",
3062 "picker",
3063 "postage",
3064 "project",
3065 "serde",
3066 "serde_json",
3067 "settings",
3068 "telemetry",
3069 "theme",
3070 "ui",
3071 "util",
3072 "workspace",
3073 "zed_actions",
3074]
3075
3076[[package]]
3077name = "command_palette_hooks"
3078version = "0.1.0"
3079dependencies = [
3080 "collections",
3081 "derive_more",
3082 "gpui",
3083]
3084
3085[[package]]
3086name = "component"
3087version = "0.1.0"
3088dependencies = [
3089 "collections",
3090 "gpui",
3091 "linkme",
3092 "parking_lot",
3093 "theme",
3094]
3095
3096[[package]]
3097name = "component_preview"
3098version = "0.1.0"
3099dependencies = [
3100 "client",
3101 "collections",
3102 "component",
3103 "gpui",
3104 "languages",
3105 "notifications",
3106 "project",
3107 "ui",
3108 "workspace",
3109]
3110
3111[[package]]
3112name = "concurrent-queue"
3113version = "2.5.0"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3116dependencies = [
3117 "crossbeam-utils",
3118]
3119
3120[[package]]
3121name = "console"
3122version = "0.15.8"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3125dependencies = [
3126 "encode_unicode",
3127 "lazy_static",
3128 "libc",
3129 "unicode-width",
3130 "windows-sys 0.52.0",
3131]
3132
3133[[package]]
3134name = "const-oid"
3135version = "0.9.6"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3138
3139[[package]]
3140name = "const-random"
3141version = "0.1.18"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3144dependencies = [
3145 "const-random-macro",
3146]
3147
3148[[package]]
3149name = "const-random-macro"
3150version = "0.1.16"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3153dependencies = [
3154 "getrandom 0.2.15",
3155 "once_cell",
3156 "tiny-keccak",
3157]
3158
3159[[package]]
3160name = "constant_time_eq"
3161version = "0.1.5"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3164
3165[[package]]
3166name = "constant_time_eq"
3167version = "0.3.1"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3170
3171[[package]]
3172name = "context_server"
3173version = "0.1.0"
3174dependencies = [
3175 "anyhow",
3176 "assistant_tool",
3177 "async-trait",
3178 "collections",
3179 "command_palette_hooks",
3180 "context_server_settings",
3181 "extension",
3182 "futures 0.3.31",
3183 "gpui",
3184 "language_model",
3185 "log",
3186 "parking_lot",
3187 "postage",
3188 "project",
3189 "serde",
3190 "serde_json",
3191 "settings",
3192 "smol",
3193 "url",
3194 "util",
3195]
3196
3197[[package]]
3198name = "context_server_settings"
3199version = "0.1.0"
3200dependencies = [
3201 "anyhow",
3202 "collections",
3203 "gpui",
3204 "schemars",
3205 "serde",
3206 "serde_json",
3207 "settings",
3208]
3209
3210[[package]]
3211name = "convert_case"
3212version = "0.4.0"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3215
3216[[package]]
3217name = "convert_case"
3218version = "0.8.0"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3221dependencies = [
3222 "unicode-segmentation",
3223]
3224
3225[[package]]
3226name = "copilot"
3227version = "0.1.0"
3228dependencies = [
3229 "anyhow",
3230 "async-compression",
3231 "async-std",
3232 "async-tar",
3233 "chrono",
3234 "client",
3235 "clock",
3236 "collections",
3237 "command_palette_hooks",
3238 "ctor",
3239 "editor",
3240 "env_logger 0.11.6",
3241 "fs",
3242 "futures 0.3.31",
3243 "gpui",
3244 "http_client",
3245 "indoc",
3246 "inline_completion",
3247 "language",
3248 "log",
3249 "lsp",
3250 "menu",
3251 "node_runtime",
3252 "parking_lot",
3253 "paths",
3254 "project",
3255 "rpc",
3256 "schemars",
3257 "serde",
3258 "serde_json",
3259 "settings",
3260 "smol",
3261 "strum",
3262 "task",
3263 "theme",
3264 "ui",
3265 "util",
3266 "workspace",
3267]
3268
3269[[package]]
3270name = "core-foundation"
3271version = "0.9.4"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3274dependencies = [
3275 "core-foundation-sys",
3276 "libc",
3277]
3278
3279[[package]]
3280name = "core-foundation"
3281version = "0.10.0"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3284dependencies = [
3285 "core-foundation-sys",
3286 "libc",
3287]
3288
3289[[package]]
3290name = "core-foundation-sys"
3291version = "0.8.7"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3294
3295[[package]]
3296name = "core-graphics"
3297version = "0.23.2"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3300dependencies = [
3301 "bitflags 1.3.2",
3302 "core-foundation 0.9.4",
3303 "core-graphics-types 0.1.3",
3304 "foreign-types 0.5.0",
3305 "libc",
3306]
3307
3308[[package]]
3309name = "core-graphics"
3310version = "0.24.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3313dependencies = [
3314 "bitflags 2.8.0",
3315 "core-foundation 0.10.0",
3316 "core-graphics-types 0.2.0",
3317 "foreign-types 0.5.0",
3318 "libc",
3319]
3320
3321[[package]]
3322name = "core-graphics-types"
3323version = "0.1.3"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3326dependencies = [
3327 "bitflags 1.3.2",
3328 "core-foundation 0.9.4",
3329 "libc",
3330]
3331
3332[[package]]
3333name = "core-graphics-types"
3334version = "0.2.0"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3337dependencies = [
3338 "bitflags 2.8.0",
3339 "core-foundation 0.10.0",
3340 "libc",
3341]
3342
3343[[package]]
3344name = "core-services"
3345version = "0.2.1"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3348dependencies = [
3349 "core-foundation 0.9.4",
3350]
3351
3352[[package]]
3353name = "core-text"
3354version = "20.1.0"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3357dependencies = [
3358 "core-foundation 0.9.4",
3359 "core-graphics 0.23.2",
3360 "foreign-types 0.5.0",
3361 "libc",
3362]
3363
3364[[package]]
3365name = "core_maths"
3366version = "0.1.1"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3369dependencies = [
3370 "libm",
3371]
3372
3373[[package]]
3374name = "coreaudio-rs"
3375version = "0.11.3"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3378dependencies = [
3379 "bitflags 1.3.2",
3380 "core-foundation-sys",
3381 "coreaudio-sys",
3382]
3383
3384[[package]]
3385name = "coreaudio-rs"
3386version = "0.12.1"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3389dependencies = [
3390 "bitflags 1.3.2",
3391 "core-foundation-sys",
3392 "coreaudio-sys",
3393]
3394
3395[[package]]
3396name = "coreaudio-sys"
3397version = "0.2.16"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3400dependencies = [
3401 "bindgen 0.70.1",
3402]
3403
3404[[package]]
3405name = "cosmic-text"
3406version = "0.11.2"
3407source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3408dependencies = [
3409 "bitflags 2.8.0",
3410 "fontdb 0.18.0",
3411 "log",
3412 "rangemap",
3413 "rayon",
3414 "rustc-hash 1.1.0",
3415 "rustybuzz 0.14.1",
3416 "self_cell",
3417 "swash",
3418 "sys-locale",
3419 "ttf-parser 0.21.1",
3420 "unicode-bidi",
3421 "unicode-linebreak",
3422 "unicode-script",
3423 "unicode-segmentation",
3424]
3425
3426[[package]]
3427name = "cpal"
3428version = "0.15.3"
3429source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3430dependencies = [
3431 "alsa",
3432 "core-foundation-sys",
3433 "coreaudio-rs 0.11.3",
3434 "dasp_sample",
3435 "jni",
3436 "js-sys",
3437 "libc",
3438 "mach2",
3439 "ndk",
3440 "ndk-context",
3441 "oboe",
3442 "wasm-bindgen",
3443 "wasm-bindgen-futures",
3444 "web-sys",
3445 "windows 0.54.0",
3446]
3447
3448[[package]]
3449name = "cpp_demangle"
3450version = "0.4.4"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3453dependencies = [
3454 "cfg-if",
3455]
3456
3457[[package]]
3458name = "cpufeatures"
3459version = "0.2.16"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3462dependencies = [
3463 "libc",
3464]
3465
3466[[package]]
3467name = "cranelift-bforest"
3468version = "0.116.1"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3471dependencies = [
3472 "cranelift-entity",
3473]
3474
3475[[package]]
3476name = "cranelift-bitset"
3477version = "0.116.1"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3480dependencies = [
3481 "serde",
3482 "serde_derive",
3483]
3484
3485[[package]]
3486name = "cranelift-codegen"
3487version = "0.116.1"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3490dependencies = [
3491 "bumpalo",
3492 "cranelift-bforest",
3493 "cranelift-bitset",
3494 "cranelift-codegen-meta",
3495 "cranelift-codegen-shared",
3496 "cranelift-control",
3497 "cranelift-entity",
3498 "cranelift-isle",
3499 "gimli",
3500 "hashbrown 0.14.5",
3501 "log",
3502 "regalloc2",
3503 "rustc-hash 2.1.1",
3504 "serde",
3505 "smallvec",
3506 "target-lexicon 0.13.2",
3507]
3508
3509[[package]]
3510name = "cranelift-codegen-meta"
3511version = "0.116.1"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3514dependencies = [
3515 "cranelift-codegen-shared",
3516]
3517
3518[[package]]
3519name = "cranelift-codegen-shared"
3520version = "0.116.1"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3523
3524[[package]]
3525name = "cranelift-control"
3526version = "0.116.1"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3529dependencies = [
3530 "arbitrary",
3531]
3532
3533[[package]]
3534name = "cranelift-entity"
3535version = "0.116.1"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3538dependencies = [
3539 "cranelift-bitset",
3540 "serde",
3541 "serde_derive",
3542]
3543
3544[[package]]
3545name = "cranelift-frontend"
3546version = "0.116.1"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3549dependencies = [
3550 "cranelift-codegen",
3551 "log",
3552 "smallvec",
3553 "target-lexicon 0.13.2",
3554]
3555
3556[[package]]
3557name = "cranelift-isle"
3558version = "0.116.1"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3561
3562[[package]]
3563name = "cranelift-native"
3564version = "0.116.1"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3567dependencies = [
3568 "cranelift-codegen",
3569 "libc",
3570 "target-lexicon 0.13.2",
3571]
3572
3573[[package]]
3574name = "crc"
3575version = "3.2.1"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3578dependencies = [
3579 "crc-catalog",
3580]
3581
3582[[package]]
3583name = "crc-catalog"
3584version = "2.4.0"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3587
3588[[package]]
3589name = "crc32c"
3590version = "0.6.8"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3593dependencies = [
3594 "rustc_version",
3595]
3596
3597[[package]]
3598name = "crc32fast"
3599version = "1.4.2"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3602dependencies = [
3603 "cfg-if",
3604]
3605
3606[[package]]
3607name = "crc64fast-nvme"
3608version = "1.1.1"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3611dependencies = [
3612 "cbindgen 0.27.0",
3613 "crc",
3614]
3615
3616[[package]]
3617name = "credentials_provider"
3618version = "0.1.0"
3619dependencies = [
3620 "anyhow",
3621 "futures 0.3.31",
3622 "gpui",
3623 "paths",
3624 "release_channel",
3625 "serde",
3626 "serde_json",
3627]
3628
3629[[package]]
3630name = "criterion"
3631version = "0.5.1"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3634dependencies = [
3635 "anes",
3636 "cast",
3637 "ciborium",
3638 "clap",
3639 "criterion-plot",
3640 "is-terminal",
3641 "itertools 0.10.5",
3642 "num-traits",
3643 "once_cell",
3644 "oorandom",
3645 "plotters",
3646 "rayon",
3647 "regex",
3648 "serde",
3649 "serde_derive",
3650 "serde_json",
3651 "tinytemplate",
3652 "walkdir",
3653]
3654
3655[[package]]
3656name = "criterion-plot"
3657version = "0.5.0"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3660dependencies = [
3661 "cast",
3662 "itertools 0.10.5",
3663]
3664
3665[[package]]
3666name = "crossbeam-channel"
3667version = "0.5.13"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3670dependencies = [
3671 "crossbeam-utils",
3672]
3673
3674[[package]]
3675name = "crossbeam-deque"
3676version = "0.8.5"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3679dependencies = [
3680 "crossbeam-epoch",
3681 "crossbeam-utils",
3682]
3683
3684[[package]]
3685name = "crossbeam-epoch"
3686version = "0.9.18"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3689dependencies = [
3690 "crossbeam-utils",
3691]
3692
3693[[package]]
3694name = "crossbeam-queue"
3695version = "0.3.11"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3698dependencies = [
3699 "crossbeam-utils",
3700]
3701
3702[[package]]
3703name = "crossbeam-utils"
3704version = "0.8.20"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3707
3708[[package]]
3709name = "crunchy"
3710version = "0.2.2"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3713
3714[[package]]
3715name = "crypto-bigint"
3716version = "0.4.9"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3719dependencies = [
3720 "generic-array",
3721 "rand_core 0.6.4",
3722 "subtle",
3723 "zeroize",
3724]
3725
3726[[package]]
3727name = "crypto-bigint"
3728version = "0.5.5"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3731dependencies = [
3732 "rand_core 0.6.4",
3733 "subtle",
3734]
3735
3736[[package]]
3737name = "crypto-common"
3738version = "0.1.6"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3741dependencies = [
3742 "generic-array",
3743 "rand_core 0.6.4",
3744 "typenum",
3745]
3746
3747[[package]]
3748name = "ctor"
3749version = "0.4.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "a7747ac3a66a06f4ee6718686c8ea976d2d05fb30ada93ebd76b3f9aef97257c"
3752dependencies = [
3753 "ctor-proc-macro",
3754 "dtor",
3755]
3756
3757[[package]]
3758name = "ctor-proc-macro"
3759version = "0.0.5"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3762
3763[[package]]
3764name = "ctrlc"
3765version = "3.4.5"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3768dependencies = [
3769 "nix",
3770 "windows-sys 0.59.0",
3771]
3772
3773[[package]]
3774name = "cursor-icon"
3775version = "1.1.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3778
3779[[package]]
3780name = "cxx"
3781version = "1.0.134"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3784dependencies = [
3785 "cc",
3786 "cxxbridge-cmd",
3787 "cxxbridge-flags",
3788 "cxxbridge-macro",
3789 "foldhash",
3790 "link-cplusplus",
3791]
3792
3793[[package]]
3794name = "cxx-build"
3795version = "1.0.134"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3798dependencies = [
3799 "cc",
3800 "codespan-reporting",
3801 "proc-macro2",
3802 "quote",
3803 "scratch",
3804 "syn 2.0.90",
3805]
3806
3807[[package]]
3808name = "cxxbridge-cmd"
3809version = "1.0.134"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3812dependencies = [
3813 "clap",
3814 "codespan-reporting",
3815 "proc-macro2",
3816 "quote",
3817 "syn 2.0.90",
3818]
3819
3820[[package]]
3821name = "cxxbridge-flags"
3822version = "1.0.134"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3825
3826[[package]]
3827name = "cxxbridge-macro"
3828version = "1.0.134"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3831dependencies = [
3832 "proc-macro2",
3833 "quote",
3834 "rustversion",
3835 "syn 2.0.90",
3836]
3837
3838[[package]]
3839name = "dashmap"
3840version = "5.5.3"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3843dependencies = [
3844 "cfg-if",
3845 "hashbrown 0.14.5",
3846 "lock_api",
3847 "once_cell",
3848 "parking_lot_core",
3849]
3850
3851[[package]]
3852name = "dashmap"
3853version = "6.1.0"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3856dependencies = [
3857 "cfg-if",
3858 "crossbeam-utils",
3859 "hashbrown 0.14.5",
3860 "lock_api",
3861 "once_cell",
3862 "parking_lot_core",
3863]
3864
3865[[package]]
3866name = "dasp_sample"
3867version = "0.11.0"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3870
3871[[package]]
3872name = "data-encoding"
3873version = "2.6.0"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3876
3877[[package]]
3878name = "data-url"
3879version = "0.3.1"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3882
3883[[package]]
3884name = "db"
3885version = "0.1.0"
3886dependencies = [
3887 "anyhow",
3888 "gpui",
3889 "indoc",
3890 "log",
3891 "paths",
3892 "release_channel",
3893 "smol",
3894 "sqlez",
3895 "sqlez_macros",
3896 "tempfile",
3897 "util",
3898]
3899
3900[[package]]
3901name = "dbus"
3902version = "0.9.7"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3905dependencies = [
3906 "libc",
3907 "libdbus-sys",
3908 "winapi",
3909]
3910
3911[[package]]
3912name = "deepseek"
3913version = "0.1.0"
3914dependencies = [
3915 "anyhow",
3916 "futures 0.3.31",
3917 "http_client",
3918 "schemars",
3919 "serde",
3920 "serde_json",
3921]
3922
3923[[package]]
3924name = "deflate64"
3925version = "0.1.9"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3928
3929[[package]]
3930name = "der"
3931version = "0.6.1"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3934dependencies = [
3935 "const-oid",
3936 "zeroize",
3937]
3938
3939[[package]]
3940name = "der"
3941version = "0.7.9"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3944dependencies = [
3945 "const-oid",
3946 "pem-rfc7468",
3947 "zeroize",
3948]
3949
3950[[package]]
3951name = "deranged"
3952version = "0.3.11"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3955dependencies = [
3956 "powerfmt",
3957 "serde",
3958]
3959
3960[[package]]
3961name = "derive_more"
3962version = "0.99.19"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3965dependencies = [
3966 "convert_case 0.4.0",
3967 "proc-macro2",
3968 "quote",
3969 "rustc_version",
3970 "syn 2.0.90",
3971]
3972
3973[[package]]
3974name = "derive_refineable"
3975version = "0.1.0"
3976dependencies = [
3977 "proc-macro2",
3978 "quote",
3979 "syn 1.0.109",
3980]
3981
3982[[package]]
3983name = "diagnostics"
3984version = "0.1.0"
3985dependencies = [
3986 "anyhow",
3987 "client",
3988 "collections",
3989 "ctor",
3990 "editor",
3991 "env_logger 0.11.6",
3992 "gpui",
3993 "language",
3994 "log",
3995 "lsp",
3996 "pretty_assertions",
3997 "project",
3998 "rand 0.8.5",
3999 "serde",
4000 "serde_json",
4001 "settings",
4002 "theme",
4003 "ui",
4004 "unindent",
4005 "util",
4006 "workspace",
4007]
4008
4009[[package]]
4010name = "dialoguer"
4011version = "0.11.0"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4014dependencies = [
4015 "console",
4016 "fuzzy-matcher",
4017 "shell-words",
4018 "tempfile",
4019 "thiserror 1.0.69",
4020 "zeroize",
4021]
4022
4023[[package]]
4024name = "diff"
4025version = "0.1.13"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4028
4029[[package]]
4030name = "digest"
4031version = "0.10.7"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4034dependencies = [
4035 "block-buffer",
4036 "const-oid",
4037 "crypto-common",
4038 "subtle",
4039]
4040
4041[[package]]
4042name = "dirs"
4043version = "4.0.0"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4046dependencies = [
4047 "dirs-sys 0.3.7",
4048]
4049
4050[[package]]
4051name = "dirs"
4052version = "5.0.1"
4053source = "registry+https://github.com/rust-lang/crates.io-index"
4054checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4055dependencies = [
4056 "dirs-sys 0.4.1",
4057]
4058
4059[[package]]
4060name = "dirs-sys"
4061version = "0.3.7"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4064dependencies = [
4065 "libc",
4066 "redox_users",
4067 "winapi",
4068]
4069
4070[[package]]
4071name = "dirs-sys"
4072version = "0.4.1"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4075dependencies = [
4076 "libc",
4077 "option-ext",
4078 "redox_users",
4079 "windows-sys 0.48.0",
4080]
4081
4082[[package]]
4083name = "displaydoc"
4084version = "0.2.5"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4087dependencies = [
4088 "proc-macro2",
4089 "quote",
4090 "syn 2.0.90",
4091]
4092
4093[[package]]
4094name = "dlib"
4095version = "0.5.2"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4098dependencies = [
4099 "libloading",
4100]
4101
4102[[package]]
4103name = "docs_preprocessor"
4104version = "0.1.0"
4105dependencies = [
4106 "anyhow",
4107 "clap",
4108 "mdbook",
4109 "regex",
4110 "serde",
4111 "serde_json",
4112 "settings",
4113 "util",
4114]
4115
4116[[package]]
4117name = "dotenvy"
4118version = "0.15.7"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4121
4122[[package]]
4123name = "downcast-rs"
4124version = "1.2.1"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4127
4128[[package]]
4129name = "doxygen-rs"
4130version = "0.4.2"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4133dependencies = [
4134 "phf",
4135]
4136
4137[[package]]
4138name = "dtor"
4139version = "0.0.4"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "8bf39a0bfd1f94d62ffdb2802a7e6244c0f34f6ebacf5d4c26547d08cd1d67a5"
4142dependencies = [
4143 "dtor-proc-macro",
4144]
4145
4146[[package]]
4147name = "dtor-proc-macro"
4148version = "0.0.5"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4151
4152[[package]]
4153name = "dunce"
4154version = "1.0.5"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4157
4158[[package]]
4159name = "dwrote"
4160version = "0.11.2"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4163dependencies = [
4164 "lazy_static",
4165 "libc",
4166 "winapi",
4167 "wio",
4168]
4169
4170[[package]]
4171name = "dyn-clone"
4172version = "1.0.17"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4175
4176[[package]]
4177name = "ec4rs"
4178version = "1.1.1"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4181
4182[[package]]
4183name = "ecdsa"
4184version = "0.14.8"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4187dependencies = [
4188 "der 0.6.1",
4189 "elliptic-curve",
4190 "rfc6979",
4191 "signature 1.6.4",
4192]
4193
4194[[package]]
4195name = "editor"
4196version = "0.1.0"
4197dependencies = [
4198 "aho-corasick",
4199 "anyhow",
4200 "assets",
4201 "buffer_diff",
4202 "chrono",
4203 "client",
4204 "clock",
4205 "collections",
4206 "convert_case 0.8.0",
4207 "ctor",
4208 "db",
4209 "emojis",
4210 "env_logger 0.11.6",
4211 "file_icons",
4212 "fs",
4213 "futures 0.3.31",
4214 "fuzzy",
4215 "git",
4216 "gpui",
4217 "http_client",
4218 "indoc",
4219 "inline_completion",
4220 "itertools 0.14.0",
4221 "language",
4222 "languages",
4223 "linkify",
4224 "log",
4225 "lsp",
4226 "markdown",
4227 "multi_buffer",
4228 "ordered-float 2.10.1",
4229 "parking_lot",
4230 "pretty_assertions",
4231 "project",
4232 "rand 0.8.5",
4233 "release_channel",
4234 "rpc",
4235 "schemars",
4236 "serde",
4237 "serde_json",
4238 "settings",
4239 "smallvec",
4240 "smol",
4241 "snippet",
4242 "sum_tree",
4243 "task",
4244 "telemetry",
4245 "tempfile",
4246 "text",
4247 "theme",
4248 "time",
4249 "time_format",
4250 "tree-sitter-html",
4251 "tree-sitter-rust",
4252 "tree-sitter-typescript",
4253 "ui",
4254 "unicode-script",
4255 "unicode-segmentation",
4256 "unindent",
4257 "url",
4258 "util",
4259 "uuid",
4260 "workspace",
4261 "zed_actions",
4262]
4263
4264[[package]]
4265name = "either"
4266version = "1.13.0"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4269dependencies = [
4270 "serde",
4271]
4272
4273[[package]]
4274name = "elasticlunr-rs"
4275version = "3.0.2"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4278dependencies = [
4279 "regex",
4280 "serde",
4281 "serde_derive",
4282 "serde_json",
4283]
4284
4285[[package]]
4286name = "elliptic-curve"
4287version = "0.12.3"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4290dependencies = [
4291 "base16ct",
4292 "crypto-bigint 0.4.9",
4293 "der 0.6.1",
4294 "digest",
4295 "ff",
4296 "generic-array",
4297 "group",
4298 "pkcs8 0.9.0",
4299 "rand_core 0.6.4",
4300 "sec1",
4301 "subtle",
4302 "zeroize",
4303]
4304
4305[[package]]
4306name = "embed-resource"
4307version = "3.0.2"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4310dependencies = [
4311 "cc",
4312 "memchr",
4313 "rustc_version",
4314 "toml 0.8.20",
4315 "vswhom",
4316 "winreg 0.52.0",
4317]
4318
4319[[package]]
4320name = "embedded-io"
4321version = "0.4.0"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4324
4325[[package]]
4326name = "embedded-io"
4327version = "0.6.1"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4330
4331[[package]]
4332name = "emojis"
4333version = "0.6.4"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4336dependencies = [
4337 "phf",
4338]
4339
4340[[package]]
4341name = "encode_unicode"
4342version = "0.3.6"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4345
4346[[package]]
4347name = "encoding_rs"
4348version = "0.8.35"
4349source = "registry+https://github.com/rust-lang/crates.io-index"
4350checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4351dependencies = [
4352 "cfg-if",
4353]
4354
4355[[package]]
4356name = "endi"
4357version = "1.1.0"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4360
4361[[package]]
4362name = "enumflags2"
4363version = "0.7.10"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4366dependencies = [
4367 "enumflags2_derive",
4368 "serde",
4369]
4370
4371[[package]]
4372name = "enumflags2_derive"
4373version = "0.7.10"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4376dependencies = [
4377 "proc-macro2",
4378 "quote",
4379 "syn 2.0.90",
4380]
4381
4382[[package]]
4383name = "env_filter"
4384version = "0.1.2"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4387dependencies = [
4388 "log",
4389 "regex",
4390]
4391
4392[[package]]
4393name = "env_home"
4394version = "0.1.0"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4397
4398[[package]]
4399name = "env_logger"
4400version = "0.10.2"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4403dependencies = [
4404 "humantime",
4405 "is-terminal",
4406 "log",
4407 "regex",
4408 "termcolor",
4409]
4410
4411[[package]]
4412name = "env_logger"
4413version = "0.11.6"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4416dependencies = [
4417 "anstream",
4418 "anstyle",
4419 "env_filter",
4420 "humantime",
4421 "log",
4422]
4423
4424[[package]]
4425name = "envy"
4426version = "0.4.2"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4429dependencies = [
4430 "serde",
4431]
4432
4433[[package]]
4434name = "equivalent"
4435version = "1.0.1"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4438
4439[[package]]
4440name = "erased-serde"
4441version = "0.4.5"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4444dependencies = [
4445 "serde",
4446 "typeid",
4447]
4448
4449[[package]]
4450name = "errno"
4451version = "0.2.8"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4454dependencies = [
4455 "errno-dragonfly",
4456 "libc",
4457 "winapi",
4458]
4459
4460[[package]]
4461name = "errno"
4462version = "0.3.10"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4465dependencies = [
4466 "libc",
4467 "windows-sys 0.59.0",
4468]
4469
4470[[package]]
4471name = "errno-dragonfly"
4472version = "0.1.2"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4475dependencies = [
4476 "cc",
4477 "libc",
4478]
4479
4480[[package]]
4481name = "etagere"
4482version = "0.2.15"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4485dependencies = [
4486 "euclid",
4487 "svg_fmt",
4488]
4489
4490[[package]]
4491name = "etcetera"
4492version = "0.8.0"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4495dependencies = [
4496 "cfg-if",
4497 "home",
4498 "windows-sys 0.48.0",
4499]
4500
4501[[package]]
4502name = "euclid"
4503version = "0.22.11"
4504source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4506dependencies = [
4507 "num-traits",
4508]
4509
4510[[package]]
4511name = "evals"
4512version = "0.1.0"
4513dependencies = [
4514 "anyhow",
4515 "clap",
4516 "client",
4517 "clock",
4518 "collections",
4519 "env_logger 0.11.6",
4520 "feature_flags",
4521 "fs",
4522 "gpui",
4523 "http_client",
4524 "language",
4525 "languages",
4526 "node_runtime",
4527 "open_ai",
4528 "project",
4529 "reqwest_client",
4530 "semantic_index",
4531 "serde",
4532 "serde_json",
4533 "settings",
4534 "smol",
4535 "util",
4536]
4537
4538[[package]]
4539name = "event-listener"
4540version = "2.5.3"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4543
4544[[package]]
4545name = "event-listener"
4546version = "5.3.1"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4549dependencies = [
4550 "concurrent-queue",
4551 "parking",
4552 "pin-project-lite",
4553]
4554
4555[[package]]
4556name = "event-listener-strategy"
4557version = "0.5.3"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4560dependencies = [
4561 "event-listener 5.3.1",
4562 "pin-project-lite",
4563]
4564
4565[[package]]
4566name = "exec"
4567version = "0.3.1"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4570dependencies = [
4571 "errno 0.2.8",
4572 "libc",
4573]
4574
4575[[package]]
4576name = "exr"
4577version = "1.73.0"
4578source = "registry+https://github.com/rust-lang/crates.io-index"
4579checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4580dependencies = [
4581 "bit_field",
4582 "half",
4583 "lebe",
4584 "miniz_oxide",
4585 "rayon-core",
4586 "smallvec",
4587 "zune-inflate",
4588]
4589
4590[[package]]
4591name = "extension"
4592version = "0.1.0"
4593dependencies = [
4594 "anyhow",
4595 "async-compression",
4596 "async-tar",
4597 "async-trait",
4598 "collections",
4599 "convert_case 0.8.0",
4600 "fs",
4601 "futures 0.3.31",
4602 "gpui",
4603 "http_client",
4604 "language",
4605 "log",
4606 "lsp",
4607 "parking_lot",
4608 "semantic_version",
4609 "serde",
4610 "serde_json",
4611 "toml 0.8.20",
4612 "util",
4613 "wasm-encoder 0.221.3",
4614 "wasmparser 0.221.3",
4615 "wit-component 0.221.3",
4616]
4617
4618[[package]]
4619name = "extension_cli"
4620version = "0.1.0"
4621dependencies = [
4622 "anyhow",
4623 "clap",
4624 "env_logger 0.11.6",
4625 "extension",
4626 "fs",
4627 "language",
4628 "log",
4629 "reqwest_client",
4630 "rpc",
4631 "serde",
4632 "serde_json",
4633 "theme",
4634 "tokio",
4635 "toml 0.8.20",
4636 "tree-sitter",
4637 "wasmtime",
4638]
4639
4640[[package]]
4641name = "extension_host"
4642version = "0.1.0"
4643dependencies = [
4644 "anyhow",
4645 "async-compression",
4646 "async-tar",
4647 "async-trait",
4648 "client",
4649 "collections",
4650 "context_server_settings",
4651 "ctor",
4652 "env_logger 0.11.6",
4653 "extension",
4654 "fs",
4655 "futures 0.3.31",
4656 "gpui",
4657 "http_client",
4658 "language",
4659 "language_extension",
4660 "log",
4661 "lsp",
4662 "node_runtime",
4663 "parking_lot",
4664 "paths",
4665 "project",
4666 "release_channel",
4667 "remote",
4668 "reqwest_client",
4669 "schemars",
4670 "semantic_version",
4671 "serde",
4672 "serde_json",
4673 "serde_json_lenient",
4674 "settings",
4675 "task",
4676 "telemetry",
4677 "tempfile",
4678 "theme",
4679 "theme_extension",
4680 "toml 0.8.20",
4681 "url",
4682 "util",
4683 "wasmparser 0.221.3",
4684 "wasmtime",
4685 "wasmtime-wasi",
4686]
4687
4688[[package]]
4689name = "extensions_ui"
4690version = "0.1.0"
4691dependencies = [
4692 "anyhow",
4693 "client",
4694 "collections",
4695 "db",
4696 "editor",
4697 "extension_host",
4698 "feature_flags",
4699 "fs",
4700 "fuzzy",
4701 "gpui",
4702 "language",
4703 "num-format",
4704 "picker",
4705 "project",
4706 "release_channel",
4707 "semantic_version",
4708 "serde",
4709 "settings",
4710 "smallvec",
4711 "telemetry",
4712 "theme",
4713 "ui",
4714 "util",
4715 "vim_mode_setting",
4716 "workspace",
4717 "zed_actions",
4718]
4719
4720[[package]]
4721name = "fallible-iterator"
4722version = "0.3.0"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4725
4726[[package]]
4727name = "fancy-regex"
4728version = "0.13.0"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4731dependencies = [
4732 "bit-set 0.5.3",
4733 "regex-automata 0.4.9",
4734 "regex-syntax 0.8.5",
4735]
4736
4737[[package]]
4738name = "fancy-regex"
4739version = "0.14.0"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4742dependencies = [
4743 "bit-set 0.8.0",
4744 "regex-automata 0.4.9",
4745 "regex-syntax 0.8.5",
4746]
4747
4748[[package]]
4749name = "fast-srgb8"
4750version = "1.0.0"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4753
4754[[package]]
4755name = "fastrand"
4756version = "1.9.0"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4759dependencies = [
4760 "instant",
4761]
4762
4763[[package]]
4764name = "fastrand"
4765version = "2.3.0"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4768
4769[[package]]
4770name = "fd-lock"
4771version = "4.0.2"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4774dependencies = [
4775 "cfg-if",
4776 "rustix",
4777 "windows-sys 0.52.0",
4778]
4779
4780[[package]]
4781name = "fdeflate"
4782version = "0.3.7"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4785dependencies = [
4786 "simd-adler32",
4787]
4788
4789[[package]]
4790name = "feature_flags"
4791version = "0.1.0"
4792dependencies = [
4793 "futures 0.3.31",
4794 "gpui",
4795 "smol",
4796]
4797
4798[[package]]
4799name = "feedback"
4800version = "0.1.0"
4801dependencies = [
4802 "anyhow",
4803 "bitflags 2.8.0",
4804 "client",
4805 "db",
4806 "editor",
4807 "futures 0.3.31",
4808 "gpui",
4809 "http_client",
4810 "human_bytes",
4811 "language",
4812 "log",
4813 "menu",
4814 "project",
4815 "regex",
4816 "release_channel",
4817 "serde",
4818 "serde_derive",
4819 "serde_json",
4820 "smol",
4821 "sysinfo",
4822 "ui",
4823 "urlencoding",
4824 "util",
4825 "workspace",
4826 "zed_actions",
4827]
4828
4829[[package]]
4830name = "ff"
4831version = "0.12.1"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4834dependencies = [
4835 "rand_core 0.6.4",
4836 "subtle",
4837]
4838
4839[[package]]
4840name = "file_finder"
4841version = "0.1.0"
4842dependencies = [
4843 "anyhow",
4844 "collections",
4845 "ctor",
4846 "editor",
4847 "env_logger 0.11.6",
4848 "file_icons",
4849 "futures 0.3.31",
4850 "fuzzy",
4851 "gpui",
4852 "language",
4853 "menu",
4854 "picker",
4855 "project",
4856 "schemars",
4857 "serde",
4858 "serde_derive",
4859 "serde_json",
4860 "settings",
4861 "text",
4862 "theme",
4863 "ui",
4864 "util",
4865 "workspace",
4866]
4867
4868[[package]]
4869name = "file_icons"
4870version = "0.1.0"
4871dependencies = [
4872 "gpui",
4873 "serde",
4874 "settings",
4875 "theme",
4876 "util",
4877]
4878
4879[[package]]
4880name = "filedescriptor"
4881version = "0.8.3"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4884dependencies = [
4885 "libc",
4886 "thiserror 1.0.69",
4887 "winapi",
4888]
4889
4890[[package]]
4891name = "filetime"
4892version = "0.2.25"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4895dependencies = [
4896 "cfg-if",
4897 "libc",
4898 "libredox",
4899 "windows-sys 0.59.0",
4900]
4901
4902[[package]]
4903name = "fixedbitset"
4904version = "0.4.2"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4907
4908[[package]]
4909name = "flate2"
4910version = "1.0.35"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4913dependencies = [
4914 "crc32fast",
4915 "miniz_oxide",
4916]
4917
4918[[package]]
4919name = "float-cmp"
4920version = "0.9.0"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4923
4924[[package]]
4925name = "float-ord"
4926version = "0.3.2"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4929
4930[[package]]
4931name = "float_next_after"
4932version = "1.0.0"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4935
4936[[package]]
4937name = "flume"
4938version = "0.11.1"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4941dependencies = [
4942 "futures-core",
4943 "futures-sink",
4944 "nanorand",
4945 "spin",
4946]
4947
4948[[package]]
4949name = "fnv"
4950version = "1.0.7"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4953
4954[[package]]
4955name = "foldhash"
4956version = "0.1.3"
4957source = "registry+https://github.com/rust-lang/crates.io-index"
4958checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4959
4960[[package]]
4961name = "font-kit"
4962version = "0.14.1"
4963source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4964dependencies = [
4965 "bitflags 2.8.0",
4966 "byteorder",
4967 "core-foundation 0.9.4",
4968 "core-graphics 0.23.2",
4969 "core-text",
4970 "dirs 5.0.1",
4971 "dwrote",
4972 "float-ord",
4973 "freetype-sys",
4974 "lazy_static",
4975 "libc",
4976 "log",
4977 "pathfinder_geometry",
4978 "pathfinder_simd",
4979 "walkdir",
4980 "winapi",
4981 "yeslogic-fontconfig-sys",
4982]
4983
4984[[package]]
4985name = "font-types"
4986version = "0.7.3"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4989dependencies = [
4990 "bytemuck",
4991]
4992
4993[[package]]
4994name = "fontconfig-parser"
4995version = "0.5.7"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4998dependencies = [
4999 "roxmltree",
5000]
5001
5002[[package]]
5003name = "fontdb"
5004version = "0.18.0"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5007dependencies = [
5008 "fontconfig-parser",
5009 "log",
5010 "memmap2",
5011 "slotmap",
5012 "tinyvec",
5013 "ttf-parser 0.21.1",
5014]
5015
5016[[package]]
5017name = "fontdb"
5018version = "0.23.0"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5021dependencies = [
5022 "fontconfig-parser",
5023 "log",
5024 "memmap2",
5025 "slotmap",
5026 "tinyvec",
5027 "ttf-parser 0.25.1",
5028]
5029
5030[[package]]
5031name = "foreign-types"
5032version = "0.3.2"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5035dependencies = [
5036 "foreign-types-shared 0.1.1",
5037]
5038
5039[[package]]
5040name = "foreign-types"
5041version = "0.5.0"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5044dependencies = [
5045 "foreign-types-macros",
5046 "foreign-types-shared 0.3.1",
5047]
5048
5049[[package]]
5050name = "foreign-types-macros"
5051version = "0.2.3"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5054dependencies = [
5055 "proc-macro2",
5056 "quote",
5057 "syn 2.0.90",
5058]
5059
5060[[package]]
5061name = "foreign-types-shared"
5062version = "0.1.1"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5065
5066[[package]]
5067name = "foreign-types-shared"
5068version = "0.3.1"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5071
5072[[package]]
5073name = "fork"
5074version = "0.2.0"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5077dependencies = [
5078 "libc",
5079]
5080
5081[[package]]
5082name = "form_urlencoded"
5083version = "1.2.1"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5086dependencies = [
5087 "percent-encoding",
5088]
5089
5090[[package]]
5091name = "freetype-sys"
5092version = "0.20.1"
5093source = "registry+https://github.com/rust-lang/crates.io-index"
5094checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5095dependencies = [
5096 "cc",
5097 "libc",
5098 "pkg-config",
5099]
5100
5101[[package]]
5102name = "fs"
5103version = "0.1.0"
5104dependencies = [
5105 "anyhow",
5106 "ashpd",
5107 "async-tar",
5108 "async-trait",
5109 "cocoa 0.26.0",
5110 "collections",
5111 "fsevent",
5112 "futures 0.3.31",
5113 "git",
5114 "git2",
5115 "gpui",
5116 "libc",
5117 "log",
5118 "notify 6.1.1",
5119 "objc",
5120 "parking_lot",
5121 "paths",
5122 "proto",
5123 "rope",
5124 "serde",
5125 "serde_json",
5126 "smol",
5127 "tempfile",
5128 "text",
5129 "time",
5130 "util",
5131 "windows 0.60.0",
5132]
5133
5134[[package]]
5135name = "fs-set-times"
5136version = "0.20.2"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5139dependencies = [
5140 "io-lifetimes",
5141 "rustix",
5142 "windows-sys 0.59.0",
5143]
5144
5145[[package]]
5146name = "fs2"
5147version = "0.4.3"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5150dependencies = [
5151 "libc",
5152 "winapi",
5153]
5154
5155[[package]]
5156name = "fs_extra"
5157version = "1.3.0"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5160
5161[[package]]
5162name = "fsevent"
5163version = "0.1.0"
5164dependencies = [
5165 "bitflags 2.8.0",
5166 "core-foundation 0.9.4",
5167 "fsevent-sys 3.1.0",
5168 "parking_lot",
5169 "tempfile",
5170]
5171
5172[[package]]
5173name = "fsevent-sys"
5174version = "3.1.0"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5177dependencies = [
5178 "libc",
5179]
5180
5181[[package]]
5182name = "fsevent-sys"
5183version = "4.1.0"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5186dependencies = [
5187 "libc",
5188]
5189
5190[[package]]
5191name = "funty"
5192version = "2.0.0"
5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5195
5196[[package]]
5197name = "futf"
5198version = "0.1.5"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5201dependencies = [
5202 "mac",
5203 "new_debug_unreachable",
5204]
5205
5206[[package]]
5207name = "futures"
5208version = "0.1.31"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5211
5212[[package]]
5213name = "futures"
5214version = "0.3.31"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5217dependencies = [
5218 "futures-channel",
5219 "futures-core",
5220 "futures-executor",
5221 "futures-io",
5222 "futures-sink",
5223 "futures-task",
5224 "futures-util",
5225]
5226
5227[[package]]
5228name = "futures-batch"
5229version = "0.6.1"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5232dependencies = [
5233 "futures 0.3.31",
5234 "futures-timer",
5235 "pin-utils",
5236]
5237
5238[[package]]
5239name = "futures-channel"
5240version = "0.3.31"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5243dependencies = [
5244 "futures-core",
5245 "futures-sink",
5246]
5247
5248[[package]]
5249name = "futures-core"
5250version = "0.3.31"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5253
5254[[package]]
5255name = "futures-executor"
5256version = "0.3.31"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5259dependencies = [
5260 "futures-core",
5261 "futures-task",
5262 "futures-util",
5263]
5264
5265[[package]]
5266name = "futures-intrusive"
5267version = "0.5.0"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5270dependencies = [
5271 "futures-core",
5272 "lock_api",
5273 "parking_lot",
5274]
5275
5276[[package]]
5277name = "futures-io"
5278version = "0.3.31"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5281
5282[[package]]
5283name = "futures-lite"
5284version = "1.13.0"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5287dependencies = [
5288 "fastrand 1.9.0",
5289 "futures-core",
5290 "futures-io",
5291 "memchr",
5292 "parking",
5293 "pin-project-lite",
5294 "waker-fn",
5295]
5296
5297[[package]]
5298name = "futures-lite"
5299version = "2.6.0"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5302dependencies = [
5303 "fastrand 2.3.0",
5304 "futures-core",
5305 "futures-io",
5306 "parking",
5307 "pin-project-lite",
5308]
5309
5310[[package]]
5311name = "futures-macro"
5312version = "0.3.31"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5315dependencies = [
5316 "proc-macro2",
5317 "quote",
5318 "syn 2.0.90",
5319]
5320
5321[[package]]
5322name = "futures-sink"
5323version = "0.3.31"
5324source = "registry+https://github.com/rust-lang/crates.io-index"
5325checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5326
5327[[package]]
5328name = "futures-task"
5329version = "0.3.31"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5332
5333[[package]]
5334name = "futures-timer"
5335version = "3.0.3"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5338
5339[[package]]
5340name = "futures-util"
5341version = "0.3.31"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5344dependencies = [
5345 "futures 0.1.31",
5346 "futures-channel",
5347 "futures-core",
5348 "futures-io",
5349 "futures-macro",
5350 "futures-sink",
5351 "futures-task",
5352 "memchr",
5353 "pin-project-lite",
5354 "pin-utils",
5355 "slab",
5356 "tokio-io",
5357]
5358
5359[[package]]
5360name = "fuzzy"
5361version = "0.1.0"
5362dependencies = [
5363 "gpui",
5364 "log",
5365 "util",
5366]
5367
5368[[package]]
5369name = "fuzzy-matcher"
5370version = "0.3.7"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5373dependencies = [
5374 "thread_local",
5375]
5376
5377[[package]]
5378name = "generic-array"
5379version = "0.14.7"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5382dependencies = [
5383 "typenum",
5384 "version_check",
5385]
5386
5387[[package]]
5388name = "gethostname"
5389version = "0.4.3"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5392dependencies = [
5393 "libc",
5394 "windows-targets 0.48.5",
5395]
5396
5397[[package]]
5398name = "getrandom"
5399version = "0.1.16"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5402dependencies = [
5403 "cfg-if",
5404 "libc",
5405 "wasi 0.9.0+wasi-snapshot-preview1",
5406]
5407
5408[[package]]
5409name = "getrandom"
5410version = "0.2.15"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5413dependencies = [
5414 "cfg-if",
5415 "js-sys",
5416 "libc",
5417 "wasi 0.11.0+wasi-snapshot-preview1",
5418 "wasm-bindgen",
5419]
5420
5421[[package]]
5422name = "getrandom"
5423version = "0.3.1"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5426dependencies = [
5427 "cfg-if",
5428 "libc",
5429 "wasi 0.13.3+wasi-0.2.2",
5430 "windows-targets 0.52.6",
5431]
5432
5433[[package]]
5434name = "gif"
5435version = "0.13.1"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5438dependencies = [
5439 "color_quant",
5440 "weezl",
5441]
5442
5443[[package]]
5444name = "gimli"
5445version = "0.31.1"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5448dependencies = [
5449 "fallible-iterator",
5450 "indexmap",
5451 "stable_deref_trait",
5452]
5453
5454[[package]]
5455name = "git"
5456version = "0.1.0"
5457dependencies = [
5458 "anyhow",
5459 "askpass",
5460 "async-trait",
5461 "collections",
5462 "derive_more",
5463 "futures 0.3.31",
5464 "git2",
5465 "gpui",
5466 "http_client",
5467 "log",
5468 "parking_lot",
5469 "pretty_assertions",
5470 "regex",
5471 "rope",
5472 "schemars",
5473 "serde",
5474 "serde_json",
5475 "smol",
5476 "sum_tree",
5477 "text",
5478 "time",
5479 "unindent",
5480 "url",
5481 "util",
5482]
5483
5484[[package]]
5485name = "git2"
5486version = "0.20.0"
5487source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5488dependencies = [
5489 "bitflags 2.8.0",
5490 "libc",
5491 "libgit2-sys",
5492 "log",
5493 "url",
5494]
5495
5496[[package]]
5497name = "git_hosting_providers"
5498version = "0.1.0"
5499dependencies = [
5500 "anyhow",
5501 "async-trait",
5502 "futures 0.3.31",
5503 "git",
5504 "gpui",
5505 "http_client",
5506 "indoc",
5507 "pretty_assertions",
5508 "regex",
5509 "serde",
5510 "serde_json",
5511 "url",
5512 "util",
5513]
5514
5515[[package]]
5516name = "git_ui"
5517version = "0.1.0"
5518dependencies = [
5519 "anyhow",
5520 "askpass",
5521 "assistant_settings",
5522 "buffer_diff",
5523 "chrono",
5524 "collections",
5525 "command_palette_hooks",
5526 "component",
5527 "ctor",
5528 "db",
5529 "editor",
5530 "env_logger 0.11.6",
5531 "futures 0.3.31",
5532 "fuzzy",
5533 "git",
5534 "gpui",
5535 "itertools 0.14.0",
5536 "language",
5537 "language_model",
5538 "linkify",
5539 "linkme",
5540 "log",
5541 "menu",
5542 "multi_buffer",
5543 "notifications",
5544 "panel",
5545 "picker",
5546 "postage",
5547 "pretty_assertions",
5548 "project",
5549 "schemars",
5550 "serde",
5551 "serde_derive",
5552 "serde_json",
5553 "settings",
5554 "smallvec",
5555 "strum",
5556 "telemetry",
5557 "theme",
5558 "time",
5559 "time_format",
5560 "ui",
5561 "unindent",
5562 "util",
5563 "windows 0.60.0",
5564 "workspace",
5565 "zed_actions",
5566]
5567
5568[[package]]
5569name = "glob"
5570version = "0.3.1"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5573
5574[[package]]
5575name = "globset"
5576version = "0.4.16"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5579dependencies = [
5580 "aho-corasick",
5581 "bstr",
5582 "log",
5583 "regex-automata 0.4.9",
5584 "regex-syntax 0.8.5",
5585]
5586
5587[[package]]
5588name = "gloo-timers"
5589version = "0.3.0"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5592dependencies = [
5593 "futures-channel",
5594 "futures-core",
5595 "js-sys",
5596 "wasm-bindgen",
5597]
5598
5599[[package]]
5600name = "glow"
5601version = "0.14.2"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5604dependencies = [
5605 "js-sys",
5606 "slotmap",
5607 "wasm-bindgen",
5608 "web-sys",
5609]
5610
5611[[package]]
5612name = "go_to_line"
5613version = "0.1.0"
5614dependencies = [
5615 "anyhow",
5616 "editor",
5617 "gpui",
5618 "indoc",
5619 "language",
5620 "menu",
5621 "project",
5622 "rope",
5623 "schemars",
5624 "serde",
5625 "serde_json",
5626 "settings",
5627 "text",
5628 "theme",
5629 "tree-sitter-rust",
5630 "tree-sitter-typescript",
5631 "ui",
5632 "util",
5633 "workspace",
5634]
5635
5636[[package]]
5637name = "google_ai"
5638version = "0.1.0"
5639dependencies = [
5640 "anyhow",
5641 "futures 0.3.31",
5642 "http_client",
5643 "schemars",
5644 "serde",
5645 "serde_json",
5646 "strum",
5647]
5648
5649[[package]]
5650name = "gpu-alloc"
5651version = "0.6.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5654dependencies = [
5655 "bitflags 2.8.0",
5656 "gpu-alloc-types",
5657]
5658
5659[[package]]
5660name = "gpu-alloc-ash"
5661version = "0.7.0"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5664dependencies = [
5665 "ash",
5666 "gpu-alloc-types",
5667 "tinyvec",
5668]
5669
5670[[package]]
5671name = "gpu-alloc-types"
5672version = "0.3.0"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5675dependencies = [
5676 "bitflags 2.8.0",
5677]
5678
5679[[package]]
5680name = "gpui"
5681version = "0.1.0"
5682dependencies = [
5683 "anyhow",
5684 "as-raw-xcb-connection",
5685 "ashpd",
5686 "async-task",
5687 "backtrace",
5688 "bindgen 0.70.1",
5689 "blade-graphics",
5690 "blade-macros",
5691 "blade-util",
5692 "block",
5693 "bytemuck",
5694 "calloop",
5695 "calloop-wayland-source",
5696 "cbindgen 0.28.0",
5697 "cocoa 0.26.0",
5698 "collections",
5699 "core-foundation 0.9.4",
5700 "core-foundation-sys",
5701 "core-graphics 0.23.2",
5702 "core-text",
5703 "cosmic-text",
5704 "ctor",
5705 "derive_more",
5706 "embed-resource",
5707 "env_logger 0.11.6",
5708 "etagere",
5709 "filedescriptor",
5710 "flume",
5711 "font-kit",
5712 "foreign-types 0.5.0",
5713 "futures 0.3.31",
5714 "gpui_macros",
5715 "http_client",
5716 "image",
5717 "inventory",
5718 "itertools 0.14.0",
5719 "log",
5720 "lyon",
5721 "media",
5722 "metal",
5723 "naga",
5724 "num_cpus",
5725 "objc",
5726 "objc2",
5727 "objc2-metal",
5728 "oo7",
5729 "open",
5730 "parking",
5731 "parking_lot",
5732 "pathfinder_geometry",
5733 "postage",
5734 "profiling",
5735 "rand 0.8.5",
5736 "raw-window-handle",
5737 "refineable",
5738 "reqwest_client",
5739 "resvg",
5740 "schemars",
5741 "seahash",
5742 "semantic_version",
5743 "serde",
5744 "serde_derive",
5745 "serde_json",
5746 "slotmap",
5747 "smallvec",
5748 "smol",
5749 "strum",
5750 "sum_tree",
5751 "taffy",
5752 "thiserror 1.0.69",
5753 "unicode-segmentation",
5754 "usvg",
5755 "util",
5756 "uuid",
5757 "waker-fn",
5758 "wayland-backend",
5759 "wayland-client",
5760 "wayland-cursor",
5761 "wayland-protocols",
5762 "wayland-protocols-plasma",
5763 "windows 0.60.0",
5764 "windows-core 0.60.1",
5765 "x11-clipboard",
5766 "x11rb",
5767 "xim",
5768 "xkbcommon",
5769]
5770
5771[[package]]
5772name = "gpui_macros"
5773version = "0.1.0"
5774dependencies = [
5775 "gpui",
5776 "proc-macro2",
5777 "quote",
5778 "syn 1.0.109",
5779]
5780
5781[[package]]
5782name = "gpui_tokio"
5783version = "0.1.0"
5784dependencies = [
5785 "gpui",
5786 "tokio",
5787 "util",
5788]
5789
5790[[package]]
5791name = "grid"
5792version = "0.13.0"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5795
5796[[package]]
5797name = "group"
5798version = "0.12.1"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5801dependencies = [
5802 "ff",
5803 "rand_core 0.6.4",
5804 "subtle",
5805]
5806
5807[[package]]
5808name = "h2"
5809version = "0.3.26"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5812dependencies = [
5813 "bytes 1.10.1",
5814 "fnv",
5815 "futures-core",
5816 "futures-sink",
5817 "futures-util",
5818 "http 0.2.12",
5819 "indexmap",
5820 "slab",
5821 "tokio",
5822 "tokio-util",
5823 "tracing",
5824]
5825
5826[[package]]
5827name = "h2"
5828version = "0.4.7"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5831dependencies = [
5832 "atomic-waker",
5833 "bytes 1.10.1",
5834 "fnv",
5835 "futures-core",
5836 "futures-sink",
5837 "http 1.2.0",
5838 "indexmap",
5839 "slab",
5840 "tokio",
5841 "tokio-util",
5842 "tracing",
5843]
5844
5845[[package]]
5846name = "half"
5847version = "2.4.1"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5850dependencies = [
5851 "cfg-if",
5852 "crunchy",
5853]
5854
5855[[package]]
5856name = "handlebars"
5857version = "4.5.0"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5860dependencies = [
5861 "log",
5862 "pest",
5863 "pest_derive",
5864 "serde",
5865 "serde_json",
5866 "thiserror 1.0.69",
5867]
5868
5869[[package]]
5870name = "handlebars"
5871version = "6.2.0"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5874dependencies = [
5875 "log",
5876 "num-order",
5877 "pest",
5878 "pest_derive",
5879 "serde",
5880 "serde_json",
5881 "thiserror 1.0.69",
5882]
5883
5884[[package]]
5885name = "hashbrown"
5886version = "0.12.3"
5887source = "registry+https://github.com/rust-lang/crates.io-index"
5888checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5889dependencies = [
5890 "ahash 0.7.8",
5891]
5892
5893[[package]]
5894name = "hashbrown"
5895version = "0.14.5"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5898dependencies = [
5899 "ahash 0.8.11",
5900 "allocator-api2",
5901]
5902
5903[[package]]
5904name = "hashbrown"
5905version = "0.15.2"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5908dependencies = [
5909 "allocator-api2",
5910 "equivalent",
5911 "foldhash",
5912 "serde",
5913]
5914
5915[[package]]
5916name = "hashlink"
5917version = "0.8.4"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5920dependencies = [
5921 "hashbrown 0.14.5",
5922]
5923
5924[[package]]
5925name = "hashlink"
5926version = "0.10.0"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5929dependencies = [
5930 "hashbrown 0.15.2",
5931]
5932
5933[[package]]
5934name = "headers"
5935version = "0.3.9"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5938dependencies = [
5939 "base64 0.21.7",
5940 "bytes 1.10.1",
5941 "headers-core",
5942 "http 0.2.12",
5943 "httpdate",
5944 "mime",
5945 "sha1",
5946]
5947
5948[[package]]
5949name = "headers-core"
5950version = "0.2.0"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5953dependencies = [
5954 "http 0.2.12",
5955]
5956
5957[[package]]
5958name = "heck"
5959version = "0.3.3"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5962dependencies = [
5963 "unicode-segmentation",
5964]
5965
5966[[package]]
5967name = "heck"
5968version = "0.4.1"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5971dependencies = [
5972 "unicode-segmentation",
5973]
5974
5975[[package]]
5976name = "heck"
5977version = "0.5.0"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5980
5981[[package]]
5982name = "heed"
5983version = "0.21.0"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5986dependencies = [
5987 "bitflags 2.8.0",
5988 "byteorder",
5989 "heed-traits",
5990 "heed-types",
5991 "libc",
5992 "lmdb-master-sys",
5993 "once_cell",
5994 "page_size",
5995 "serde",
5996 "synchronoise",
5997 "url",
5998]
5999
6000[[package]]
6001name = "heed-traits"
6002version = "0.20.0"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6005
6006[[package]]
6007name = "heed-types"
6008version = "0.21.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6011dependencies = [
6012 "bincode",
6013 "byteorder",
6014 "heed-traits",
6015 "serde",
6016 "serde_json",
6017]
6018
6019[[package]]
6020name = "hermit-abi"
6021version = "0.3.9"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6024
6025[[package]]
6026name = "hermit-abi"
6027version = "0.4.0"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6030
6031[[package]]
6032name = "hex"
6033version = "0.4.3"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6036
6037[[package]]
6038name = "hexf-parse"
6039version = "0.2.1"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6042
6043[[package]]
6044name = "hidden-trait"
6045version = "0.1.2"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6048dependencies = [
6049 "proc-macro2",
6050 "quote",
6051 "syn 1.0.109",
6052]
6053
6054[[package]]
6055name = "hkdf"
6056version = "0.12.4"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6059dependencies = [
6060 "hmac",
6061]
6062
6063[[package]]
6064name = "hmac"
6065version = "0.12.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6068dependencies = [
6069 "digest",
6070]
6071
6072[[package]]
6073name = "home"
6074version = "0.5.9"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6077dependencies = [
6078 "windows-sys 0.52.0",
6079]
6080
6081[[package]]
6082name = "hound"
6083version = "3.5.1"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6086
6087[[package]]
6088name = "html5ever"
6089version = "0.27.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6092dependencies = [
6093 "log",
6094 "mac",
6095 "markup5ever",
6096 "proc-macro2",
6097 "quote",
6098 "syn 2.0.90",
6099]
6100
6101[[package]]
6102name = "html_to_markdown"
6103version = "0.1.0"
6104dependencies = [
6105 "anyhow",
6106 "html5ever",
6107 "indoc",
6108 "markup5ever_rcdom",
6109 "pretty_assertions",
6110 "regex",
6111]
6112
6113[[package]]
6114name = "http"
6115version = "0.2.12"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6118dependencies = [
6119 "bytes 1.10.1",
6120 "fnv",
6121 "itoa",
6122]
6123
6124[[package]]
6125name = "http"
6126version = "1.2.0"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6129dependencies = [
6130 "bytes 1.10.1",
6131 "fnv",
6132 "itoa",
6133]
6134
6135[[package]]
6136name = "http-body"
6137version = "0.4.6"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6140dependencies = [
6141 "bytes 1.10.1",
6142 "http 0.2.12",
6143 "pin-project-lite",
6144]
6145
6146[[package]]
6147name = "http-body"
6148version = "1.0.1"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6151dependencies = [
6152 "bytes 1.10.1",
6153 "http 1.2.0",
6154]
6155
6156[[package]]
6157name = "http-body-util"
6158version = "0.1.2"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6161dependencies = [
6162 "bytes 1.10.1",
6163 "futures-util",
6164 "http 1.2.0",
6165 "http-body 1.0.1",
6166 "pin-project-lite",
6167]
6168
6169[[package]]
6170name = "http-range-header"
6171version = "0.3.1"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6174
6175[[package]]
6176name = "http-types"
6177version = "2.12.0"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6180dependencies = [
6181 "anyhow",
6182 "async-channel 1.9.0",
6183 "base64 0.13.1",
6184 "futures-lite 1.13.0",
6185 "http 0.2.12",
6186 "infer",
6187 "pin-project-lite",
6188 "rand 0.7.3",
6189 "serde",
6190 "serde_json",
6191 "serde_qs 0.8.5",
6192 "serde_urlencoded",
6193 "url",
6194]
6195
6196[[package]]
6197name = "http_client"
6198version = "0.1.0"
6199dependencies = [
6200 "anyhow",
6201 "bytes 1.10.1",
6202 "derive_more",
6203 "futures 0.3.31",
6204 "http 1.2.0",
6205 "log",
6206 "rustls 0.23.23",
6207 "rustls-platform-verifier",
6208 "serde",
6209 "serde_json",
6210 "url",
6211]
6212
6213[[package]]
6214name = "httparse"
6215version = "1.9.5"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6218
6219[[package]]
6220name = "httpdate"
6221version = "1.0.3"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6224
6225[[package]]
6226name = "human_bytes"
6227version = "0.4.3"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6230
6231[[package]]
6232name = "humantime"
6233version = "2.1.0"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6236
6237[[package]]
6238name = "hyper"
6239version = "0.14.32"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6242dependencies = [
6243 "bytes 1.10.1",
6244 "futures-channel",
6245 "futures-core",
6246 "futures-util",
6247 "h2 0.3.26",
6248 "http 0.2.12",
6249 "http-body 0.4.6",
6250 "httparse",
6251 "httpdate",
6252 "itoa",
6253 "pin-project-lite",
6254 "socket2",
6255 "tokio",
6256 "tower-service",
6257 "tracing",
6258 "want",
6259]
6260
6261[[package]]
6262name = "hyper"
6263version = "1.5.1"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6266dependencies = [
6267 "bytes 1.10.1",
6268 "futures-channel",
6269 "futures-util",
6270 "h2 0.4.7",
6271 "http 1.2.0",
6272 "http-body 1.0.1",
6273 "httparse",
6274 "itoa",
6275 "pin-project-lite",
6276 "smallvec",
6277 "tokio",
6278 "want",
6279]
6280
6281[[package]]
6282name = "hyper-rustls"
6283version = "0.24.2"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6286dependencies = [
6287 "futures-util",
6288 "http 0.2.12",
6289 "hyper 0.14.32",
6290 "log",
6291 "rustls 0.21.12",
6292 "rustls-native-certs 0.6.3",
6293 "tokio",
6294 "tokio-rustls 0.24.1",
6295]
6296
6297[[package]]
6298name = "hyper-rustls"
6299version = "0.27.3"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6302dependencies = [
6303 "futures-util",
6304 "http 1.2.0",
6305 "hyper 1.5.1",
6306 "hyper-util",
6307 "rustls 0.23.23",
6308 "rustls-native-certs 0.8.1",
6309 "rustls-pki-types",
6310 "tokio",
6311 "tokio-rustls 0.26.1",
6312 "tower-service",
6313]
6314
6315[[package]]
6316name = "hyper-tls"
6317version = "0.5.0"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6320dependencies = [
6321 "bytes 1.10.1",
6322 "hyper 0.14.32",
6323 "native-tls",
6324 "tokio",
6325 "tokio-native-tls",
6326]
6327
6328[[package]]
6329name = "hyper-util"
6330version = "0.1.10"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6333dependencies = [
6334 "bytes 1.10.1",
6335 "futures-channel",
6336 "futures-util",
6337 "http 1.2.0",
6338 "http-body 1.0.1",
6339 "hyper 1.5.1",
6340 "pin-project-lite",
6341 "socket2",
6342 "tokio",
6343 "tower-service",
6344 "tracing",
6345]
6346
6347[[package]]
6348name = "iana-time-zone"
6349version = "0.1.61"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6352dependencies = [
6353 "android_system_properties",
6354 "core-foundation-sys",
6355 "iana-time-zone-haiku",
6356 "js-sys",
6357 "wasm-bindgen",
6358 "windows-core 0.52.0",
6359]
6360
6361[[package]]
6362name = "iana-time-zone-haiku"
6363version = "0.1.2"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6366dependencies = [
6367 "cc",
6368]
6369
6370[[package]]
6371name = "icu_collections"
6372version = "1.5.0"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6375dependencies = [
6376 "displaydoc",
6377 "yoke",
6378 "zerofrom",
6379 "zerovec",
6380]
6381
6382[[package]]
6383name = "icu_locid"
6384version = "1.5.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6387dependencies = [
6388 "displaydoc",
6389 "litemap",
6390 "tinystr",
6391 "writeable",
6392 "zerovec",
6393]
6394
6395[[package]]
6396name = "icu_locid_transform"
6397version = "1.5.0"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6400dependencies = [
6401 "displaydoc",
6402 "icu_locid",
6403 "icu_locid_transform_data",
6404 "icu_provider",
6405 "tinystr",
6406 "zerovec",
6407]
6408
6409[[package]]
6410name = "icu_locid_transform_data"
6411version = "1.5.0"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6414
6415[[package]]
6416name = "icu_normalizer"
6417version = "1.5.0"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6420dependencies = [
6421 "displaydoc",
6422 "icu_collections",
6423 "icu_normalizer_data",
6424 "icu_properties",
6425 "icu_provider",
6426 "smallvec",
6427 "utf16_iter",
6428 "utf8_iter",
6429 "write16",
6430 "zerovec",
6431]
6432
6433[[package]]
6434name = "icu_normalizer_data"
6435version = "1.5.0"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6438
6439[[package]]
6440name = "icu_properties"
6441version = "1.5.1"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6444dependencies = [
6445 "displaydoc",
6446 "icu_collections",
6447 "icu_locid_transform",
6448 "icu_properties_data",
6449 "icu_provider",
6450 "tinystr",
6451 "zerovec",
6452]
6453
6454[[package]]
6455name = "icu_properties_data"
6456version = "1.5.0"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6459
6460[[package]]
6461name = "icu_provider"
6462version = "1.5.0"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6465dependencies = [
6466 "displaydoc",
6467 "icu_locid",
6468 "icu_provider_macros",
6469 "stable_deref_trait",
6470 "tinystr",
6471 "writeable",
6472 "yoke",
6473 "zerofrom",
6474 "zerovec",
6475]
6476
6477[[package]]
6478name = "icu_provider_macros"
6479version = "1.5.0"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6482dependencies = [
6483 "proc-macro2",
6484 "quote",
6485 "syn 2.0.90",
6486]
6487
6488[[package]]
6489name = "id-arena"
6490version = "2.2.1"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6493
6494[[package]]
6495name = "idna"
6496version = "1.0.3"
6497source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6499dependencies = [
6500 "idna_adapter",
6501 "smallvec",
6502 "utf8_iter",
6503]
6504
6505[[package]]
6506name = "idna_adapter"
6507version = "1.2.0"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6510dependencies = [
6511 "icu_normalizer",
6512 "icu_properties",
6513]
6514
6515[[package]]
6516name = "ignore"
6517version = "0.4.23"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6520dependencies = [
6521 "crossbeam-deque",
6522 "globset",
6523 "log",
6524 "memchr",
6525 "regex-automata 0.4.9",
6526 "same-file",
6527 "walkdir",
6528 "winapi-util",
6529]
6530
6531[[package]]
6532name = "image"
6533version = "0.25.5"
6534source = "registry+https://github.com/rust-lang/crates.io-index"
6535checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6536dependencies = [
6537 "bytemuck",
6538 "byteorder-lite",
6539 "color_quant",
6540 "exr",
6541 "gif",
6542 "image-webp",
6543 "num-traits",
6544 "png",
6545 "qoi",
6546 "ravif",
6547 "rayon",
6548 "rgb",
6549 "tiff",
6550 "zune-core",
6551 "zune-jpeg",
6552]
6553
6554[[package]]
6555name = "image-webp"
6556version = "0.2.0"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6559dependencies = [
6560 "byteorder-lite",
6561 "quick-error",
6562]
6563
6564[[package]]
6565name = "image_viewer"
6566version = "0.1.0"
6567dependencies = [
6568 "anyhow",
6569 "db",
6570 "editor",
6571 "file_icons",
6572 "gpui",
6573 "project",
6574 "schemars",
6575 "serde",
6576 "settings",
6577 "theme",
6578 "ui",
6579 "util",
6580 "workspace",
6581]
6582
6583[[package]]
6584name = "imagesize"
6585version = "0.13.0"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6588
6589[[package]]
6590name = "imara-diff"
6591version = "0.1.8"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6594dependencies = [
6595 "hashbrown 0.15.2",
6596]
6597
6598[[package]]
6599name = "imgref"
6600version = "1.11.0"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6603
6604[[package]]
6605name = "indexed_docs"
6606version = "0.1.0"
6607dependencies = [
6608 "anyhow",
6609 "async-trait",
6610 "cargo_metadata",
6611 "collections",
6612 "derive_more",
6613 "extension",
6614 "fs",
6615 "futures 0.3.31",
6616 "fuzzy",
6617 "gpui",
6618 "heed",
6619 "html_to_markdown",
6620 "http_client",
6621 "indexmap",
6622 "indoc",
6623 "parking_lot",
6624 "paths",
6625 "pretty_assertions",
6626 "serde",
6627 "strum",
6628 "util",
6629]
6630
6631[[package]]
6632name = "indexmap"
6633version = "2.7.1"
6634source = "registry+https://github.com/rust-lang/crates.io-index"
6635checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6636dependencies = [
6637 "equivalent",
6638 "hashbrown 0.15.2",
6639 "serde",
6640]
6641
6642[[package]]
6643name = "indoc"
6644version = "2.0.6"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6647
6648[[package]]
6649name = "infer"
6650version = "0.2.3"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6653
6654[[package]]
6655name = "inherent"
6656version = "1.0.11"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6659dependencies = [
6660 "proc-macro2",
6661 "quote",
6662 "syn 2.0.90",
6663]
6664
6665[[package]]
6666name = "inline_completion"
6667version = "0.1.0"
6668dependencies = [
6669 "gpui",
6670 "language",
6671 "project",
6672]
6673
6674[[package]]
6675name = "inline_completion_button"
6676version = "0.1.0"
6677dependencies = [
6678 "anyhow",
6679 "client",
6680 "copilot",
6681 "editor",
6682 "feature_flags",
6683 "fs",
6684 "futures 0.3.31",
6685 "gpui",
6686 "indoc",
6687 "inline_completion",
6688 "language",
6689 "lsp",
6690 "paths",
6691 "project",
6692 "regex",
6693 "serde_json",
6694 "settings",
6695 "supermaven",
6696 "telemetry",
6697 "theme",
6698 "ui",
6699 "workspace",
6700 "zed_actions",
6701 "zeta",
6702]
6703
6704[[package]]
6705name = "inotify"
6706version = "0.9.6"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6709dependencies = [
6710 "bitflags 1.3.2",
6711 "inotify-sys",
6712 "libc",
6713]
6714
6715[[package]]
6716name = "inotify"
6717version = "0.11.0"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6720dependencies = [
6721 "bitflags 2.8.0",
6722 "inotify-sys",
6723 "libc",
6724]
6725
6726[[package]]
6727name = "inotify-sys"
6728version = "0.1.5"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6731dependencies = [
6732 "libc",
6733]
6734
6735[[package]]
6736name = "inout"
6737version = "0.1.3"
6738source = "registry+https://github.com/rust-lang/crates.io-index"
6739checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6740dependencies = [
6741 "block-padding",
6742 "generic-array",
6743]
6744
6745[[package]]
6746name = "install_cli"
6747version = "0.1.0"
6748dependencies = [
6749 "anyhow",
6750 "gpui",
6751 "smol",
6752 "util",
6753]
6754
6755[[package]]
6756name = "instant"
6757version = "0.1.13"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6760dependencies = [
6761 "cfg-if",
6762]
6763
6764[[package]]
6765name = "interpolate_name"
6766version = "0.2.4"
6767source = "registry+https://github.com/rust-lang/crates.io-index"
6768checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6769dependencies = [
6770 "proc-macro2",
6771 "quote",
6772 "syn 2.0.90",
6773]
6774
6775[[package]]
6776name = "inventory"
6777version = "0.3.20"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6780dependencies = [
6781 "rustversion",
6782]
6783
6784[[package]]
6785name = "io-extras"
6786version = "0.18.4"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6789dependencies = [
6790 "io-lifetimes",
6791 "windows-sys 0.59.0",
6792]
6793
6794[[package]]
6795name = "io-lifetimes"
6796version = "2.0.4"
6797source = "registry+https://github.com/rust-lang/crates.io-index"
6798checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6799
6800[[package]]
6801name = "iovec"
6802version = "0.1.4"
6803source = "registry+https://github.com/rust-lang/crates.io-index"
6804checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6805dependencies = [
6806 "libc",
6807]
6808
6809[[package]]
6810name = "ipc-channel"
6811version = "0.19.0"
6812source = "registry+https://github.com/rust-lang/crates.io-index"
6813checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6814dependencies = [
6815 "bincode",
6816 "crossbeam-channel",
6817 "fnv",
6818 "lazy_static",
6819 "libc",
6820 "mio 1.0.3",
6821 "rand 0.8.5",
6822 "serde",
6823 "tempfile",
6824 "uuid",
6825 "windows 0.58.0",
6826]
6827
6828[[package]]
6829name = "ipnet"
6830version = "2.10.1"
6831source = "registry+https://github.com/rust-lang/crates.io-index"
6832checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6833
6834[[package]]
6835name = "is-docker"
6836version = "0.2.0"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6839dependencies = [
6840 "once_cell",
6841]
6842
6843[[package]]
6844name = "is-terminal"
6845version = "0.4.13"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6848dependencies = [
6849 "hermit-abi 0.4.0",
6850 "libc",
6851 "windows-sys 0.52.0",
6852]
6853
6854[[package]]
6855name = "is-wsl"
6856version = "0.4.0"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6859dependencies = [
6860 "is-docker",
6861 "once_cell",
6862]
6863
6864[[package]]
6865name = "is_terminal_polyfill"
6866version = "1.70.1"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6869
6870[[package]]
6871name = "itertools"
6872version = "0.10.5"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6875dependencies = [
6876 "either",
6877]
6878
6879[[package]]
6880name = "itertools"
6881version = "0.11.0"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6884dependencies = [
6885 "either",
6886]
6887
6888[[package]]
6889name = "itertools"
6890version = "0.12.1"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6893dependencies = [
6894 "either",
6895]
6896
6897[[package]]
6898name = "itertools"
6899version = "0.14.0"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6902dependencies = [
6903 "either",
6904]
6905
6906[[package]]
6907name = "itoa"
6908version = "1.0.14"
6909source = "registry+https://github.com/rust-lang/crates.io-index"
6910checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6911
6912[[package]]
6913name = "jni"
6914version = "0.21.1"
6915source = "registry+https://github.com/rust-lang/crates.io-index"
6916checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6917dependencies = [
6918 "cesu8",
6919 "cfg-if",
6920 "combine",
6921 "jni-sys",
6922 "log",
6923 "thiserror 1.0.69",
6924 "walkdir",
6925 "windows-sys 0.45.0",
6926]
6927
6928[[package]]
6929name = "jni-sys"
6930version = "0.3.0"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6933
6934[[package]]
6935name = "jobserver"
6936version = "0.1.32"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6939dependencies = [
6940 "libc",
6941]
6942
6943[[package]]
6944name = "journal"
6945version = "0.1.0"
6946dependencies = [
6947 "anyhow",
6948 "chrono",
6949 "editor",
6950 "gpui",
6951 "log",
6952 "schemars",
6953 "serde",
6954 "settings",
6955 "shellexpand 2.1.2",
6956 "workspace",
6957]
6958
6959[[package]]
6960name = "jpeg-decoder"
6961version = "0.3.1"
6962source = "registry+https://github.com/rust-lang/crates.io-index"
6963checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6964
6965[[package]]
6966name = "js-sys"
6967version = "0.3.76"
6968source = "registry+https://github.com/rust-lang/crates.io-index"
6969checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6970dependencies = [
6971 "once_cell",
6972 "wasm-bindgen",
6973]
6974
6975[[package]]
6976name = "jsonwebtoken"
6977version = "9.3.1"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6980dependencies = [
6981 "base64 0.22.1",
6982 "js-sys",
6983 "pem",
6984 "ring",
6985 "serde",
6986 "serde_json",
6987 "simple_asn1",
6988]
6989
6990[[package]]
6991name = "jupyter-protocol"
6992version = "0.6.0"
6993source = "registry+https://github.com/rust-lang/crates.io-index"
6994checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6995dependencies = [
6996 "anyhow",
6997 "async-trait",
6998 "bytes 1.10.1",
6999 "chrono",
7000 "futures 0.3.31",
7001 "serde",
7002 "serde_json",
7003 "uuid",
7004]
7005
7006[[package]]
7007name = "jupyter-websocket-client"
7008version = "0.9.0"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7011dependencies = [
7012 "anyhow",
7013 "async-trait",
7014 "async-tungstenite",
7015 "futures 0.3.31",
7016 "jupyter-protocol",
7017 "serde",
7018 "serde_json",
7019 "url",
7020 "uuid",
7021]
7022
7023[[package]]
7024name = "khronos-egl"
7025version = "6.0.0"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7028dependencies = [
7029 "libc",
7030 "libloading",
7031]
7032
7033[[package]]
7034name = "kqueue"
7035version = "1.0.8"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7038dependencies = [
7039 "kqueue-sys",
7040 "libc",
7041]
7042
7043[[package]]
7044name = "kqueue-sys"
7045version = "1.0.4"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7048dependencies = [
7049 "bitflags 1.3.2",
7050 "libc",
7051]
7052
7053[[package]]
7054name = "kurbo"
7055version = "0.11.1"
7056source = "registry+https://github.com/rust-lang/crates.io-index"
7057checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7058dependencies = [
7059 "arrayvec",
7060 "smallvec",
7061]
7062
7063[[package]]
7064name = "kv-log-macro"
7065version = "1.0.7"
7066source = "registry+https://github.com/rust-lang/crates.io-index"
7067checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7068dependencies = [
7069 "log",
7070]
7071
7072[[package]]
7073name = "language"
7074version = "0.1.0"
7075dependencies = [
7076 "anyhow",
7077 "async-trait",
7078 "async-watch",
7079 "clock",
7080 "collections",
7081 "ctor",
7082 "ec4rs",
7083 "env_logger 0.11.6",
7084 "fs",
7085 "futures 0.3.31",
7086 "fuzzy",
7087 "globset",
7088 "gpui",
7089 "http_client",
7090 "imara-diff",
7091 "indoc",
7092 "itertools 0.14.0",
7093 "log",
7094 "lsp",
7095 "parking_lot",
7096 "postage",
7097 "pretty_assertions",
7098 "rand 0.8.5",
7099 "regex",
7100 "rpc",
7101 "schemars",
7102 "serde",
7103 "serde_json",
7104 "settings",
7105 "smallvec",
7106 "smol",
7107 "streaming-iterator",
7108 "strsim",
7109 "sum_tree",
7110 "task",
7111 "text",
7112 "theme",
7113 "tree-sitter",
7114 "tree-sitter-elixir",
7115 "tree-sitter-embedded-template",
7116 "tree-sitter-heex",
7117 "tree-sitter-html",
7118 "tree-sitter-json",
7119 "tree-sitter-md",
7120 "tree-sitter-ruby",
7121 "tree-sitter-rust",
7122 "tree-sitter-typescript",
7123 "unicase",
7124 "unindent",
7125 "util",
7126]
7127
7128[[package]]
7129name = "language_extension"
7130version = "0.1.0"
7131dependencies = [
7132 "anyhow",
7133 "async-trait",
7134 "collections",
7135 "extension",
7136 "fs",
7137 "futures 0.3.31",
7138 "gpui",
7139 "language",
7140 "lsp",
7141 "serde",
7142 "serde_json",
7143 "util",
7144]
7145
7146[[package]]
7147name = "language_model"
7148version = "0.1.0"
7149dependencies = [
7150 "anthropic",
7151 "anyhow",
7152 "base64 0.22.1",
7153 "client",
7154 "collections",
7155 "futures 0.3.31",
7156 "google_ai",
7157 "gpui",
7158 "http_client",
7159 "image",
7160 "log",
7161 "open_ai",
7162 "parking_lot",
7163 "proto",
7164 "schemars",
7165 "serde",
7166 "serde_json",
7167 "smol",
7168 "strum",
7169 "telemetry_events",
7170 "thiserror 1.0.69",
7171 "ui",
7172 "util",
7173]
7174
7175[[package]]
7176name = "language_model_selector"
7177version = "0.1.0"
7178dependencies = [
7179 "feature_flags",
7180 "gpui",
7181 "language_model",
7182 "log",
7183 "picker",
7184 "proto",
7185 "ui",
7186 "workspace",
7187 "zed_actions",
7188]
7189
7190[[package]]
7191name = "language_models"
7192version = "0.1.0"
7193dependencies = [
7194 "anthropic",
7195 "anyhow",
7196 "aws-config",
7197 "aws-credential-types",
7198 "aws_http_client",
7199 "bedrock",
7200 "client",
7201 "collections",
7202 "copilot",
7203 "credentials_provider",
7204 "deepseek",
7205 "editor",
7206 "feature_flags",
7207 "fs",
7208 "futures 0.3.31",
7209 "google_ai",
7210 "gpui",
7211 "gpui_tokio",
7212 "http_client",
7213 "language_model",
7214 "lmstudio",
7215 "log",
7216 "menu",
7217 "mistral",
7218 "ollama",
7219 "open_ai",
7220 "project",
7221 "proto",
7222 "schemars",
7223 "serde",
7224 "serde_json",
7225 "settings",
7226 "smol",
7227 "strum",
7228 "theme",
7229 "tiktoken-rs",
7230 "tokio",
7231 "ui",
7232 "util",
7233]
7234
7235[[package]]
7236name = "language_selector"
7237version = "0.1.0"
7238dependencies = [
7239 "anyhow",
7240 "editor",
7241 "file_finder",
7242 "file_icons",
7243 "fuzzy",
7244 "gpui",
7245 "language",
7246 "picker",
7247 "project",
7248 "settings",
7249 "ui",
7250 "util",
7251 "workspace",
7252]
7253
7254[[package]]
7255name = "language_tools"
7256version = "0.1.0"
7257dependencies = [
7258 "anyhow",
7259 "client",
7260 "collections",
7261 "copilot",
7262 "editor",
7263 "env_logger 0.11.6",
7264 "futures 0.3.31",
7265 "gpui",
7266 "itertools 0.14.0",
7267 "language",
7268 "lsp",
7269 "project",
7270 "release_channel",
7271 "serde_json",
7272 "settings",
7273 "theme",
7274 "tree-sitter",
7275 "ui",
7276 "util",
7277 "workspace",
7278 "zed_actions",
7279]
7280
7281[[package]]
7282name = "languages"
7283version = "0.1.0"
7284dependencies = [
7285 "anyhow",
7286 "async-compression",
7287 "async-tar",
7288 "async-trait",
7289 "collections",
7290 "futures 0.3.31",
7291 "gpui",
7292 "http_client",
7293 "language",
7294 "log",
7295 "lsp",
7296 "node_runtime",
7297 "paths",
7298 "pet",
7299 "pet-conda",
7300 "pet-core",
7301 "pet-fs",
7302 "pet-poetry",
7303 "pet-reporter",
7304 "pretty_assertions",
7305 "project",
7306 "regex",
7307 "rope",
7308 "rust-embed",
7309 "serde",
7310 "serde_json",
7311 "settings",
7312 "smol",
7313 "snippet_provider",
7314 "task",
7315 "text",
7316 "theme",
7317 "toml 0.8.20",
7318 "tree-sitter",
7319 "tree-sitter-bash",
7320 "tree-sitter-c",
7321 "tree-sitter-cpp",
7322 "tree-sitter-css",
7323 "tree-sitter-diff",
7324 "tree-sitter-gitcommit",
7325 "tree-sitter-go",
7326 "tree-sitter-gomod",
7327 "tree-sitter-gowork",
7328 "tree-sitter-jsdoc",
7329 "tree-sitter-json",
7330 "tree-sitter-md",
7331 "tree-sitter-python",
7332 "tree-sitter-regex",
7333 "tree-sitter-rust",
7334 "tree-sitter-typescript",
7335 "tree-sitter-yaml",
7336 "unindent",
7337 "util",
7338 "workspace",
7339]
7340
7341[[package]]
7342name = "lazy_static"
7343version = "1.5.0"
7344source = "registry+https://github.com/rust-lang/crates.io-index"
7345checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7346dependencies = [
7347 "spin",
7348]
7349
7350[[package]]
7351name = "lazycell"
7352version = "1.3.0"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7355
7356[[package]]
7357name = "leb128"
7358version = "0.2.5"
7359source = "registry+https://github.com/rust-lang/crates.io-index"
7360checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7361
7362[[package]]
7363name = "lebe"
7364version = "0.5.2"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7367
7368[[package]]
7369name = "libc"
7370version = "0.2.170"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7373
7374[[package]]
7375name = "libdbus-sys"
7376version = "0.2.5"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7379dependencies = [
7380 "cc",
7381 "pkg-config",
7382]
7383
7384[[package]]
7385name = "libfuzzer-sys"
7386version = "0.4.8"
7387source = "registry+https://github.com/rust-lang/crates.io-index"
7388checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7389dependencies = [
7390 "arbitrary",
7391 "cc",
7392]
7393
7394[[package]]
7395name = "libgit2-sys"
7396version = "0.18.0+1.9.0"
7397source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7398dependencies = [
7399 "cc",
7400 "libc",
7401 "libz-sys",
7402 "pkg-config",
7403]
7404
7405[[package]]
7406name = "libloading"
7407version = "0.8.6"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7410dependencies = [
7411 "cfg-if",
7412 "windows-targets 0.52.6",
7413]
7414
7415[[package]]
7416name = "libm"
7417version = "0.2.11"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7420
7421[[package]]
7422name = "libmimalloc-sys"
7423version = "0.1.39"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7426dependencies = [
7427 "cc",
7428 "libc",
7429]
7430
7431[[package]]
7432name = "libredox"
7433version = "0.1.3"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7436dependencies = [
7437 "bitflags 2.8.0",
7438 "libc",
7439 "redox_syscall 0.5.8",
7440]
7441
7442[[package]]
7443name = "libsqlite3-sys"
7444version = "0.30.1"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7447dependencies = [
7448 "cc",
7449 "pkg-config",
7450 "vcpkg",
7451]
7452
7453[[package]]
7454name = "libwebrtc"
7455version = "0.3.7"
7456source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7457dependencies = [
7458 "cxx",
7459 "jni",
7460 "js-sys",
7461 "lazy_static",
7462 "livekit-protocol",
7463 "livekit-runtime",
7464 "log",
7465 "parking_lot",
7466 "serde",
7467 "serde_json",
7468 "thiserror 1.0.69",
7469 "tokio",
7470 "wasm-bindgen",
7471 "wasm-bindgen-futures",
7472 "web-sys",
7473 "webrtc-sys",
7474]
7475
7476[[package]]
7477name = "libz-sys"
7478version = "1.1.20"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7481dependencies = [
7482 "cc",
7483 "libc",
7484 "pkg-config",
7485 "vcpkg",
7486]
7487
7488[[package]]
7489name = "link-cplusplus"
7490version = "1.0.9"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7493dependencies = [
7494 "cc",
7495]
7496
7497[[package]]
7498name = "linkify"
7499version = "0.10.0"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7502dependencies = [
7503 "memchr",
7504]
7505
7506[[package]]
7507name = "linkme"
7508version = "0.3.32"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7511dependencies = [
7512 "linkme-impl",
7513]
7514
7515[[package]]
7516name = "linkme-impl"
7517version = "0.3.32"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7520dependencies = [
7521 "proc-macro2",
7522 "quote",
7523 "syn 2.0.90",
7524]
7525
7526[[package]]
7527name = "linux-raw-sys"
7528version = "0.4.14"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7531
7532[[package]]
7533name = "litemap"
7534version = "0.7.4"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7537
7538[[package]]
7539name = "livekit"
7540version = "0.7.0"
7541source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7542dependencies = [
7543 "chrono",
7544 "futures-util",
7545 "lazy_static",
7546 "libwebrtc",
7547 "livekit-api",
7548 "livekit-protocol",
7549 "livekit-runtime",
7550 "log",
7551 "parking_lot",
7552 "prost 0.12.6",
7553 "semver",
7554 "serde",
7555 "serde_json",
7556 "thiserror 1.0.69",
7557 "tokio",
7558]
7559
7560[[package]]
7561name = "livekit-api"
7562version = "0.4.1"
7563source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7564dependencies = [
7565 "async-tungstenite",
7566 "futures-util",
7567 "http 0.2.12",
7568 "jsonwebtoken",
7569 "livekit-protocol",
7570 "livekit-runtime",
7571 "log",
7572 "parking_lot",
7573 "prost 0.12.6",
7574 "reqwest 0.11.27",
7575 "scopeguard",
7576 "serde",
7577 "serde_json",
7578 "sha2",
7579 "thiserror 1.0.69",
7580 "tokio",
7581 "tokio-tungstenite 0.20.1",
7582 "url",
7583]
7584
7585[[package]]
7586name = "livekit-protocol"
7587version = "0.3.6"
7588source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7589dependencies = [
7590 "futures-util",
7591 "livekit-runtime",
7592 "parking_lot",
7593 "pbjson",
7594 "pbjson-types",
7595 "prost 0.12.6",
7596 "prost-types 0.12.6",
7597 "serde",
7598 "thiserror 1.0.69",
7599 "tokio",
7600]
7601
7602[[package]]
7603name = "livekit-runtime"
7604version = "0.3.1"
7605source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7606dependencies = [
7607 "async-io",
7608 "async-std",
7609 "async-task",
7610 "futures 0.3.31",
7611]
7612
7613[[package]]
7614name = "livekit_api"
7615version = "0.1.0"
7616dependencies = [
7617 "anyhow",
7618 "async-trait",
7619 "jsonwebtoken",
7620 "log",
7621 "prost 0.9.0",
7622 "prost-build 0.9.0",
7623 "prost-types 0.9.0",
7624 "reqwest 0.12.8",
7625 "serde",
7626]
7627
7628[[package]]
7629name = "livekit_client"
7630version = "0.1.0"
7631dependencies = [
7632 "anyhow",
7633 "async-trait",
7634 "collections",
7635 "core-foundation 0.9.4",
7636 "coreaudio-rs 0.12.1",
7637 "cpal",
7638 "futures 0.3.31",
7639 "gpui",
7640 "http 0.2.12",
7641 "http_client",
7642 "image",
7643 "livekit",
7644 "livekit_api",
7645 "log",
7646 "media",
7647 "nanoid",
7648 "parking_lot",
7649 "postage",
7650 "serde",
7651 "serde_json",
7652 "sha2",
7653 "simplelog",
7654 "smallvec",
7655 "util",
7656]
7657
7658[[package]]
7659name = "livekit_client_macos"
7660version = "0.1.0"
7661dependencies = [
7662 "anyhow",
7663 "async-broadcast",
7664 "async-trait",
7665 "collections",
7666 "core-foundation 0.9.4",
7667 "futures 0.3.31",
7668 "gpui",
7669 "livekit_api",
7670 "log",
7671 "media",
7672 "nanoid",
7673 "parking_lot",
7674 "postage",
7675 "serde",
7676 "serde_json",
7677 "sha2",
7678 "simplelog",
7679]
7680
7681[[package]]
7682name = "lmdb-master-sys"
7683version = "0.2.4"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7686dependencies = [
7687 "cc",
7688 "doxygen-rs",
7689 "libc",
7690]
7691
7692[[package]]
7693name = "lmstudio"
7694version = "0.1.0"
7695dependencies = [
7696 "anyhow",
7697 "futures 0.3.31",
7698 "http_client",
7699 "schemars",
7700 "serde",
7701 "serde_json",
7702]
7703
7704[[package]]
7705name = "lock_api"
7706version = "0.4.12"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7709dependencies = [
7710 "autocfg",
7711 "scopeguard",
7712]
7713
7714[[package]]
7715name = "log"
7716version = "0.4.26"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7719dependencies = [
7720 "serde",
7721 "value-bag",
7722]
7723
7724[[package]]
7725name = "loop9"
7726version = "0.1.5"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7729dependencies = [
7730 "imgref",
7731]
7732
7733[[package]]
7734name = "lru"
7735version = "0.12.5"
7736source = "registry+https://github.com/rust-lang/crates.io-index"
7737checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7738dependencies = [
7739 "hashbrown 0.15.2",
7740]
7741
7742[[package]]
7743name = "lsp"
7744version = "0.1.0"
7745dependencies = [
7746 "anyhow",
7747 "async-pipe",
7748 "collections",
7749 "ctor",
7750 "env_logger 0.11.6",
7751 "futures 0.3.31",
7752 "gpui",
7753 "log",
7754 "lsp-types",
7755 "parking_lot",
7756 "postage",
7757 "release_channel",
7758 "schemars",
7759 "serde",
7760 "serde_json",
7761 "smol",
7762 "util",
7763]
7764
7765[[package]]
7766name = "lsp-types"
7767version = "0.95.1"
7768source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7769dependencies = [
7770 "bitflags 1.3.2",
7771 "serde",
7772 "serde_json",
7773 "serde_repr",
7774 "url",
7775]
7776
7777[[package]]
7778name = "lua-src"
7779version = "547.0.0"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7782dependencies = [
7783 "cc",
7784]
7785
7786[[package]]
7787name = "luajit-src"
7788version = "210.5.12+a4f56a4"
7789source = "registry+https://github.com/rust-lang/crates.io-index"
7790checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7791dependencies = [
7792 "cc",
7793 "which 7.0.2",
7794]
7795
7796[[package]]
7797name = "lyon"
7798version = "1.0.1"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7801dependencies = [
7802 "lyon_algorithms",
7803 "lyon_extra",
7804 "lyon_tessellation",
7805]
7806
7807[[package]]
7808name = "lyon_algorithms"
7809version = "1.0.5"
7810source = "registry+https://github.com/rust-lang/crates.io-index"
7811checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7812dependencies = [
7813 "lyon_path",
7814 "num-traits",
7815]
7816
7817[[package]]
7818name = "lyon_extra"
7819version = "1.0.3"
7820source = "registry+https://github.com/rust-lang/crates.io-index"
7821checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7822dependencies = [
7823 "lyon_path",
7824 "thiserror 1.0.69",
7825]
7826
7827[[package]]
7828name = "lyon_geom"
7829version = "1.0.6"
7830source = "registry+https://github.com/rust-lang/crates.io-index"
7831checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7832dependencies = [
7833 "arrayvec",
7834 "euclid",
7835 "num-traits",
7836]
7837
7838[[package]]
7839name = "lyon_path"
7840version = "1.0.6"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7843dependencies = [
7844 "lyon_geom",
7845 "num-traits",
7846]
7847
7848[[package]]
7849name = "lyon_tessellation"
7850version = "1.0.15"
7851source = "registry+https://github.com/rust-lang/crates.io-index"
7852checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7853dependencies = [
7854 "float_next_after",
7855 "lyon_path",
7856 "num-traits",
7857]
7858
7859[[package]]
7860name = "mac"
7861version = "0.1.1"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7864
7865[[package]]
7866name = "mach2"
7867version = "0.4.2"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7870dependencies = [
7871 "libc",
7872]
7873
7874[[package]]
7875name = "malloc_buf"
7876version = "0.0.6"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7879dependencies = [
7880 "libc",
7881]
7882
7883[[package]]
7884name = "maplit"
7885version = "1.0.2"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7888
7889[[package]]
7890name = "markdown"
7891version = "0.1.0"
7892dependencies = [
7893 "anyhow",
7894 "assets",
7895 "env_logger 0.11.6",
7896 "gpui",
7897 "language",
7898 "languages",
7899 "linkify",
7900 "log",
7901 "node_runtime",
7902 "pulldown-cmark 0.12.2",
7903 "settings",
7904 "theme",
7905 "ui",
7906 "util",
7907]
7908
7909[[package]]
7910name = "markdown_preview"
7911version = "0.1.0"
7912dependencies = [
7913 "anyhow",
7914 "async-recursion 1.1.1",
7915 "collections",
7916 "editor",
7917 "gpui",
7918 "language",
7919 "linkify",
7920 "log",
7921 "pretty_assertions",
7922 "pulldown-cmark 0.12.2",
7923 "settings",
7924 "theme",
7925 "ui",
7926 "util",
7927 "workspace",
7928]
7929
7930[[package]]
7931name = "markup5ever"
7932version = "0.12.1"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7935dependencies = [
7936 "log",
7937 "phf",
7938 "phf_codegen",
7939 "string_cache",
7940 "string_cache_codegen",
7941 "tendril",
7942]
7943
7944[[package]]
7945name = "markup5ever_rcdom"
7946version = "0.3.0"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7949dependencies = [
7950 "html5ever",
7951 "markup5ever",
7952 "tendril",
7953 "xml5ever",
7954]
7955
7956[[package]]
7957name = "matchers"
7958version = "0.1.0"
7959source = "registry+https://github.com/rust-lang/crates.io-index"
7960checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7961dependencies = [
7962 "regex-automata 0.1.10",
7963]
7964
7965[[package]]
7966name = "matchit"
7967version = "0.7.3"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7970
7971[[package]]
7972name = "maybe-owned"
7973version = "0.3.4"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7976
7977[[package]]
7978name = "maybe-rayon"
7979version = "0.1.1"
7980source = "registry+https://github.com/rust-lang/crates.io-index"
7981checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7982dependencies = [
7983 "cfg-if",
7984 "rayon",
7985]
7986
7987[[package]]
7988name = "md-5"
7989version = "0.10.6"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7992dependencies = [
7993 "cfg-if",
7994 "digest",
7995]
7996
7997[[package]]
7998name = "mdbook"
7999version = "0.4.45"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
8002dependencies = [
8003 "ammonia",
8004 "anyhow",
8005 "chrono",
8006 "clap",
8007 "clap_complete",
8008 "elasticlunr-rs",
8009 "env_logger 0.11.6",
8010 "futures-util",
8011 "handlebars 6.2.0",
8012 "ignore",
8013 "log",
8014 "memchr",
8015 "notify 8.0.0",
8016 "notify-debouncer-mini",
8017 "once_cell",
8018 "opener",
8019 "pathdiff",
8020 "pulldown-cmark 0.10.3",
8021 "regex",
8022 "serde",
8023 "serde_json",
8024 "shlex",
8025 "tempfile",
8026 "tokio",
8027 "toml 0.5.11",
8028 "topological-sort",
8029 "walkdir",
8030 "warp",
8031]
8032
8033[[package]]
8034name = "media"
8035version = "0.1.0"
8036dependencies = [
8037 "anyhow",
8038 "bindgen 0.70.1",
8039 "core-foundation 0.9.4",
8040 "ctor",
8041 "foreign-types 0.5.0",
8042 "metal",
8043 "objc",
8044]
8045
8046[[package]]
8047name = "memchr"
8048version = "2.7.4"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8051
8052[[package]]
8053name = "memfd"
8054version = "0.6.4"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8057dependencies = [
8058 "rustix",
8059]
8060
8061[[package]]
8062name = "memmap2"
8063version = "0.9.5"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8066dependencies = [
8067 "libc",
8068]
8069
8070[[package]]
8071name = "memoffset"
8072version = "0.9.1"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8075dependencies = [
8076 "autocfg",
8077]
8078
8079[[package]]
8080name = "menu"
8081version = "0.1.0"
8082dependencies = [
8083 "gpui",
8084 "serde",
8085]
8086
8087[[package]]
8088name = "metal"
8089version = "0.31.0"
8090source = "registry+https://github.com/rust-lang/crates.io-index"
8091checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8092dependencies = [
8093 "bitflags 2.8.0",
8094 "block",
8095 "core-graphics-types 0.1.3",
8096 "foreign-types 0.5.0",
8097 "log",
8098 "objc",
8099 "paste",
8100]
8101
8102[[package]]
8103name = "migrator"
8104version = "0.1.0"
8105dependencies = [
8106 "anyhow",
8107 "collections",
8108 "convert_case 0.8.0",
8109 "log",
8110 "pretty_assertions",
8111 "streaming-iterator",
8112 "tree-sitter",
8113 "tree-sitter-json",
8114]
8115
8116[[package]]
8117name = "mimalloc"
8118version = "0.1.43"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8121dependencies = [
8122 "libmimalloc-sys",
8123]
8124
8125[[package]]
8126name = "mime"
8127version = "0.3.17"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8130
8131[[package]]
8132name = "mime_guess"
8133version = "2.0.5"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8136dependencies = [
8137 "mime",
8138 "unicase",
8139]
8140
8141[[package]]
8142name = "minimal-lexical"
8143version = "0.2.1"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8146
8147[[package]]
8148name = "miniz_oxide"
8149version = "0.8.0"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8152dependencies = [
8153 "adler2",
8154 "simd-adler32",
8155]
8156
8157[[package]]
8158name = "mint"
8159version = "0.5.9"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8162
8163[[package]]
8164name = "mio"
8165version = "0.8.11"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8168dependencies = [
8169 "libc",
8170 "log",
8171 "wasi 0.11.0+wasi-snapshot-preview1",
8172 "windows-sys 0.48.0",
8173]
8174
8175[[package]]
8176name = "mio"
8177version = "1.0.3"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8180dependencies = [
8181 "libc",
8182 "log",
8183 "wasi 0.11.0+wasi-snapshot-preview1",
8184 "windows-sys 0.52.0",
8185]
8186
8187[[package]]
8188name = "miow"
8189version = "0.6.0"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8192dependencies = [
8193 "windows-sys 0.48.0",
8194]
8195
8196[[package]]
8197name = "mistral"
8198version = "0.1.0"
8199dependencies = [
8200 "anyhow",
8201 "futures 0.3.31",
8202 "http_client",
8203 "schemars",
8204 "serde",
8205 "serde_json",
8206 "strum",
8207]
8208
8209[[package]]
8210name = "mlua"
8211version = "0.10.3"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8214dependencies = [
8215 "bstr",
8216 "either",
8217 "futures-util",
8218 "mlua-sys",
8219 "num-traits",
8220 "parking_lot",
8221 "rustc-hash 2.1.1",
8222]
8223
8224[[package]]
8225name = "mlua-sys"
8226version = "0.6.7"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8229dependencies = [
8230 "cc",
8231 "cfg-if",
8232 "lua-src",
8233 "luajit-src",
8234 "pkg-config",
8235]
8236
8237[[package]]
8238name = "msvc_spectre_libs"
8239version = "0.1.2"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8242dependencies = [
8243 "cc",
8244]
8245
8246[[package]]
8247name = "multi_buffer"
8248version = "0.1.0"
8249dependencies = [
8250 "anyhow",
8251 "buffer_diff",
8252 "clock",
8253 "collections",
8254 "ctor",
8255 "env_logger 0.11.6",
8256 "futures 0.3.31",
8257 "gpui",
8258 "indoc",
8259 "itertools 0.14.0",
8260 "language",
8261 "log",
8262 "parking_lot",
8263 "pretty_assertions",
8264 "project",
8265 "rand 0.8.5",
8266 "rope",
8267 "serde",
8268 "settings",
8269 "smallvec",
8270 "smol",
8271 "sum_tree",
8272 "text",
8273 "theme",
8274 "tree-sitter",
8275 "util",
8276]
8277
8278[[package]]
8279name = "multimap"
8280version = "0.8.3"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8283
8284[[package]]
8285name = "multimap"
8286version = "0.10.0"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8289
8290[[package]]
8291name = "naga"
8292version = "23.1.0"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8295dependencies = [
8296 "arrayvec",
8297 "bit-set 0.8.0",
8298 "bitflags 2.8.0",
8299 "cfg_aliases 0.1.1",
8300 "codespan-reporting",
8301 "hexf-parse",
8302 "indexmap",
8303 "log",
8304 "rustc-hash 1.1.0",
8305 "spirv",
8306 "termcolor",
8307 "thiserror 1.0.69",
8308 "unicode-xid",
8309]
8310
8311[[package]]
8312name = "nanoid"
8313version = "0.4.0"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8316dependencies = [
8317 "rand 0.8.5",
8318]
8319
8320[[package]]
8321name = "nanorand"
8322version = "0.7.0"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8325dependencies = [
8326 "getrandom 0.2.15",
8327]
8328
8329[[package]]
8330name = "native-tls"
8331version = "0.2.12"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8334dependencies = [
8335 "libc",
8336 "log",
8337 "openssl",
8338 "openssl-probe",
8339 "openssl-sys",
8340 "schannel",
8341 "security-framework 2.11.1",
8342 "security-framework-sys",
8343 "tempfile",
8344]
8345
8346[[package]]
8347name = "nbformat"
8348version = "0.10.0"
8349source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8351dependencies = [
8352 "anyhow",
8353 "chrono",
8354 "jupyter-protocol",
8355 "serde",
8356 "serde_json",
8357 "thiserror 1.0.69",
8358 "uuid",
8359]
8360
8361[[package]]
8362name = "ndk"
8363version = "0.8.0"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8366dependencies = [
8367 "bitflags 2.8.0",
8368 "jni-sys",
8369 "log",
8370 "ndk-sys",
8371 "num_enum",
8372 "thiserror 1.0.69",
8373]
8374
8375[[package]]
8376name = "ndk-context"
8377version = "0.1.1"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8380
8381[[package]]
8382name = "ndk-sys"
8383version = "0.5.0+25.2.9519653"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8386dependencies = [
8387 "jni-sys",
8388]
8389
8390[[package]]
8391name = "new_debug_unreachable"
8392version = "1.0.6"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8395
8396[[package]]
8397name = "nix"
8398version = "0.29.0"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8401dependencies = [
8402 "bitflags 2.8.0",
8403 "cfg-if",
8404 "cfg_aliases 0.2.1",
8405 "libc",
8406 "memoffset",
8407]
8408
8409[[package]]
8410name = "node_runtime"
8411version = "0.1.0"
8412dependencies = [
8413 "anyhow",
8414 "async-compression",
8415 "async-std",
8416 "async-tar",
8417 "async-trait",
8418 "async-watch",
8419 "async_zip",
8420 "futures 0.3.31",
8421 "http_client",
8422 "log",
8423 "paths",
8424 "semver",
8425 "serde",
8426 "serde_json",
8427 "smol",
8428 "tempfile",
8429 "util",
8430 "walkdir",
8431 "which 6.0.3",
8432]
8433
8434[[package]]
8435name = "nom"
8436version = "7.1.3"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8439dependencies = [
8440 "memchr",
8441 "minimal-lexical",
8442]
8443
8444[[package]]
8445name = "noop_proc_macro"
8446version = "0.3.0"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8449
8450[[package]]
8451name = "normpath"
8452version = "1.3.0"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8455dependencies = [
8456 "windows-sys 0.59.0",
8457]
8458
8459[[package]]
8460name = "notifications"
8461version = "0.1.0"
8462dependencies = [
8463 "anyhow",
8464 "channel",
8465 "client",
8466 "collections",
8467 "component",
8468 "db",
8469 "gpui",
8470 "linkme",
8471 "rpc",
8472 "settings",
8473 "sum_tree",
8474 "time",
8475 "ui",
8476 "util",
8477 "workspace",
8478]
8479
8480[[package]]
8481name = "notify"
8482version = "6.1.1"
8483source = "registry+https://github.com/rust-lang/crates.io-index"
8484checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8485dependencies = [
8486 "bitflags 2.8.0",
8487 "crossbeam-channel",
8488 "filetime",
8489 "fsevent-sys 4.1.0",
8490 "inotify 0.9.6",
8491 "kqueue",
8492 "libc",
8493 "log",
8494 "mio 0.8.11",
8495 "walkdir",
8496 "windows-sys 0.48.0",
8497]
8498
8499[[package]]
8500name = "notify"
8501version = "8.0.0"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8504dependencies = [
8505 "bitflags 2.8.0",
8506 "filetime",
8507 "fsevent-sys 4.1.0",
8508 "inotify 0.11.0",
8509 "kqueue",
8510 "libc",
8511 "log",
8512 "mio 1.0.3",
8513 "notify-types",
8514 "walkdir",
8515 "windows-sys 0.59.0",
8516]
8517
8518[[package]]
8519name = "notify-debouncer-mini"
8520version = "0.6.0"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8523dependencies = [
8524 "log",
8525 "notify 8.0.0",
8526 "notify-types",
8527 "tempfile",
8528]
8529
8530[[package]]
8531name = "notify-types"
8532version = "2.0.0"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8535
8536[[package]]
8537name = "ntapi"
8538version = "0.4.1"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8541dependencies = [
8542 "winapi",
8543]
8544
8545[[package]]
8546name = "nu-ansi-term"
8547version = "0.46.0"
8548source = "registry+https://github.com/rust-lang/crates.io-index"
8549checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8550dependencies = [
8551 "overload",
8552 "winapi",
8553]
8554
8555[[package]]
8556name = "num"
8557version = "0.4.3"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8560dependencies = [
8561 "num-bigint",
8562 "num-complex",
8563 "num-integer",
8564 "num-iter",
8565 "num-rational",
8566 "num-traits",
8567]
8568
8569[[package]]
8570name = "num-bigint"
8571version = "0.4.6"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8574dependencies = [
8575 "num-integer",
8576 "num-traits",
8577]
8578
8579[[package]]
8580name = "num-bigint-dig"
8581version = "0.8.4"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8584dependencies = [
8585 "byteorder",
8586 "lazy_static",
8587 "libm",
8588 "num-integer",
8589 "num-iter",
8590 "num-traits",
8591 "rand 0.8.5",
8592 "serde",
8593 "smallvec",
8594 "zeroize",
8595]
8596
8597[[package]]
8598name = "num-complex"
8599version = "0.4.6"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8602dependencies = [
8603 "num-traits",
8604]
8605
8606[[package]]
8607name = "num-conv"
8608version = "0.1.0"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8611
8612[[package]]
8613name = "num-derive"
8614version = "0.4.2"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8617dependencies = [
8618 "proc-macro2",
8619 "quote",
8620 "syn 2.0.90",
8621]
8622
8623[[package]]
8624name = "num-format"
8625version = "0.4.4"
8626source = "registry+https://github.com/rust-lang/crates.io-index"
8627checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8628dependencies = [
8629 "arrayvec",
8630 "itoa",
8631]
8632
8633[[package]]
8634name = "num-integer"
8635version = "0.1.46"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8638dependencies = [
8639 "num-traits",
8640]
8641
8642[[package]]
8643name = "num-iter"
8644version = "0.1.45"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8647dependencies = [
8648 "autocfg",
8649 "num-integer",
8650 "num-traits",
8651]
8652
8653[[package]]
8654name = "num-modular"
8655version = "0.6.1"
8656source = "registry+https://github.com/rust-lang/crates.io-index"
8657checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8658
8659[[package]]
8660name = "num-order"
8661version = "1.2.0"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8664dependencies = [
8665 "num-modular",
8666]
8667
8668[[package]]
8669name = "num-rational"
8670version = "0.4.2"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8673dependencies = [
8674 "num-bigint",
8675 "num-integer",
8676 "num-traits",
8677]
8678
8679[[package]]
8680name = "num-traits"
8681version = "0.2.19"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8684dependencies = [
8685 "autocfg",
8686 "libm",
8687]
8688
8689[[package]]
8690name = "num_cpus"
8691version = "1.16.0"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8694dependencies = [
8695 "hermit-abi 0.3.9",
8696 "libc",
8697]
8698
8699[[package]]
8700name = "num_enum"
8701version = "0.7.3"
8702source = "registry+https://github.com/rust-lang/crates.io-index"
8703checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8704dependencies = [
8705 "num_enum_derive",
8706]
8707
8708[[package]]
8709name = "num_enum_derive"
8710version = "0.7.3"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8713dependencies = [
8714 "proc-macro-crate",
8715 "proc-macro2",
8716 "quote",
8717 "syn 2.0.90",
8718]
8719
8720[[package]]
8721name = "num_threads"
8722version = "0.1.7"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8725dependencies = [
8726 "libc",
8727]
8728
8729[[package]]
8730name = "nvim-rs"
8731version = "0.8.0-pre"
8732source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8733dependencies = [
8734 "async-trait",
8735 "futures 0.3.31",
8736 "log",
8737 "parity-tokio-ipc",
8738 "rmp",
8739 "rmpv",
8740 "tokio",
8741 "tokio-util",
8742 "winapi",
8743]
8744
8745[[package]]
8746name = "objc"
8747version = "0.2.7"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8750dependencies = [
8751 "malloc_buf",
8752]
8753
8754[[package]]
8755name = "objc-sys"
8756version = "0.3.5"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8759
8760[[package]]
8761name = "objc2"
8762version = "0.5.2"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8765dependencies = [
8766 "objc-sys",
8767 "objc2-encode",
8768]
8769
8770[[package]]
8771name = "objc2-app-kit"
8772version = "0.2.2"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8775dependencies = [
8776 "bitflags 2.8.0",
8777 "block2",
8778 "libc",
8779 "objc2",
8780 "objc2-core-data",
8781 "objc2-core-image",
8782 "objc2-foundation",
8783 "objc2-quartz-core",
8784]
8785
8786[[package]]
8787name = "objc2-cloud-kit"
8788version = "0.2.2"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8791dependencies = [
8792 "bitflags 2.8.0",
8793 "block2",
8794 "objc2",
8795 "objc2-core-location",
8796 "objc2-foundation",
8797]
8798
8799[[package]]
8800name = "objc2-contacts"
8801version = "0.2.2"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8804dependencies = [
8805 "block2",
8806 "objc2",
8807 "objc2-foundation",
8808]
8809
8810[[package]]
8811name = "objc2-core-data"
8812version = "0.2.2"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8815dependencies = [
8816 "bitflags 2.8.0",
8817 "block2",
8818 "objc2",
8819 "objc2-foundation",
8820]
8821
8822[[package]]
8823name = "objc2-core-image"
8824version = "0.2.2"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8827dependencies = [
8828 "block2",
8829 "objc2",
8830 "objc2-foundation",
8831 "objc2-metal",
8832]
8833
8834[[package]]
8835name = "objc2-core-location"
8836version = "0.2.2"
8837source = "registry+https://github.com/rust-lang/crates.io-index"
8838checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8839dependencies = [
8840 "block2",
8841 "objc2",
8842 "objc2-contacts",
8843 "objc2-foundation",
8844]
8845
8846[[package]]
8847name = "objc2-encode"
8848version = "4.0.3"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8851
8852[[package]]
8853name = "objc2-foundation"
8854version = "0.2.2"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8857dependencies = [
8858 "bitflags 2.8.0",
8859 "block2",
8860 "libc",
8861 "objc2",
8862]
8863
8864[[package]]
8865name = "objc2-link-presentation"
8866version = "0.2.2"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8869dependencies = [
8870 "block2",
8871 "objc2",
8872 "objc2-app-kit",
8873 "objc2-foundation",
8874]
8875
8876[[package]]
8877name = "objc2-metal"
8878version = "0.2.2"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8881dependencies = [
8882 "bitflags 2.8.0",
8883 "block2",
8884 "objc2",
8885 "objc2-foundation",
8886]
8887
8888[[package]]
8889name = "objc2-quartz-core"
8890version = "0.2.2"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8893dependencies = [
8894 "bitflags 2.8.0",
8895 "block2",
8896 "objc2",
8897 "objc2-foundation",
8898 "objc2-metal",
8899]
8900
8901[[package]]
8902name = "objc2-symbols"
8903version = "0.2.2"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8906dependencies = [
8907 "objc2",
8908 "objc2-foundation",
8909]
8910
8911[[package]]
8912name = "objc2-ui-kit"
8913version = "0.2.2"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8916dependencies = [
8917 "bitflags 2.8.0",
8918 "block2",
8919 "objc2",
8920 "objc2-cloud-kit",
8921 "objc2-core-data",
8922 "objc2-core-image",
8923 "objc2-core-location",
8924 "objc2-foundation",
8925 "objc2-link-presentation",
8926 "objc2-quartz-core",
8927 "objc2-symbols",
8928 "objc2-uniform-type-identifiers",
8929 "objc2-user-notifications",
8930]
8931
8932[[package]]
8933name = "objc2-uniform-type-identifiers"
8934version = "0.2.2"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8937dependencies = [
8938 "block2",
8939 "objc2",
8940 "objc2-foundation",
8941]
8942
8943[[package]]
8944name = "objc2-user-notifications"
8945version = "0.2.2"
8946source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8948dependencies = [
8949 "bitflags 2.8.0",
8950 "block2",
8951 "objc2",
8952 "objc2-core-location",
8953 "objc2-foundation",
8954]
8955
8956[[package]]
8957name = "object"
8958version = "0.36.5"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8961dependencies = [
8962 "crc32fast",
8963 "hashbrown 0.15.2",
8964 "indexmap",
8965 "memchr",
8966]
8967
8968[[package]]
8969name = "oboe"
8970version = "0.6.1"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8973dependencies = [
8974 "jni",
8975 "ndk",
8976 "ndk-context",
8977 "num-derive",
8978 "num-traits",
8979 "oboe-sys",
8980]
8981
8982[[package]]
8983name = "oboe-sys"
8984version = "0.6.1"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8987dependencies = [
8988 "cc",
8989]
8990
8991[[package]]
8992name = "ollama"
8993version = "0.1.0"
8994dependencies = [
8995 "anyhow",
8996 "futures 0.3.31",
8997 "http_client",
8998 "schemars",
8999 "serde",
9000 "serde_json",
9001]
9002
9003[[package]]
9004name = "once_cell"
9005version = "1.20.3"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9008
9009[[package]]
9010name = "oo7"
9011version = "0.4.1"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9014dependencies = [
9015 "aes",
9016 "ashpd",
9017 "async-fs",
9018 "async-io",
9019 "async-lock",
9020 "blocking",
9021 "cbc",
9022 "cipher",
9023 "digest",
9024 "endi",
9025 "futures-lite 2.6.0",
9026 "futures-util",
9027 "getrandom 0.3.1",
9028 "hkdf",
9029 "hmac",
9030 "md-5",
9031 "num",
9032 "num-bigint-dig",
9033 "pbkdf2 0.12.2",
9034 "rand 0.9.0",
9035 "serde",
9036 "sha2",
9037 "subtle",
9038 "zbus",
9039 "zbus_macros",
9040 "zeroize",
9041 "zvariant",
9042]
9043
9044[[package]]
9045name = "oorandom"
9046version = "11.1.4"
9047source = "registry+https://github.com/rust-lang/crates.io-index"
9048checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9049
9050[[package]]
9051name = "open"
9052version = "5.3.2"
9053source = "registry+https://github.com/rust-lang/crates.io-index"
9054checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9055dependencies = [
9056 "is-wsl",
9057 "libc",
9058 "pathdiff",
9059]
9060
9061[[package]]
9062name = "open_ai"
9063version = "0.1.0"
9064dependencies = [
9065 "anyhow",
9066 "futures 0.3.31",
9067 "http_client",
9068 "schemars",
9069 "serde",
9070 "serde_json",
9071 "strum",
9072]
9073
9074[[package]]
9075name = "opener"
9076version = "0.7.2"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9079dependencies = [
9080 "bstr",
9081 "dbus",
9082 "normpath",
9083 "windows-sys 0.59.0",
9084]
9085
9086[[package]]
9087name = "openssl"
9088version = "0.10.70"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9091dependencies = [
9092 "bitflags 2.8.0",
9093 "cfg-if",
9094 "foreign-types 0.3.2",
9095 "libc",
9096 "once_cell",
9097 "openssl-macros",
9098 "openssl-sys",
9099]
9100
9101[[package]]
9102name = "openssl-macros"
9103version = "0.1.1"
9104source = "registry+https://github.com/rust-lang/crates.io-index"
9105checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9106dependencies = [
9107 "proc-macro2",
9108 "quote",
9109 "syn 2.0.90",
9110]
9111
9112[[package]]
9113name = "openssl-probe"
9114version = "0.1.5"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9117
9118[[package]]
9119name = "openssl-src"
9120version = "300.4.1+3.4.0"
9121source = "registry+https://github.com/rust-lang/crates.io-index"
9122checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9123dependencies = [
9124 "cc",
9125]
9126
9127[[package]]
9128name = "openssl-sys"
9129version = "0.9.105"
9130source = "registry+https://github.com/rust-lang/crates.io-index"
9131checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9132dependencies = [
9133 "cc",
9134 "libc",
9135 "openssl-src",
9136 "pkg-config",
9137 "vcpkg",
9138]
9139
9140[[package]]
9141name = "option-ext"
9142version = "0.2.0"
9143source = "registry+https://github.com/rust-lang/crates.io-index"
9144checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9145
9146[[package]]
9147name = "ordered-float"
9148version = "2.10.1"
9149source = "registry+https://github.com/rust-lang/crates.io-index"
9150checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9151dependencies = [
9152 "num-traits",
9153]
9154
9155[[package]]
9156name = "ordered-float"
9157version = "3.9.2"
9158source = "registry+https://github.com/rust-lang/crates.io-index"
9159checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9160dependencies = [
9161 "num-traits",
9162]
9163
9164[[package]]
9165name = "ordered-stream"
9166version = "0.2.0"
9167source = "registry+https://github.com/rust-lang/crates.io-index"
9168checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9169dependencies = [
9170 "futures-core",
9171 "pin-project-lite",
9172]
9173
9174[[package]]
9175name = "ouroboros"
9176version = "0.18.4"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9179dependencies = [
9180 "aliasable",
9181 "ouroboros_macro",
9182 "static_assertions",
9183]
9184
9185[[package]]
9186name = "ouroboros_macro"
9187version = "0.18.4"
9188source = "registry+https://github.com/rust-lang/crates.io-index"
9189checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9190dependencies = [
9191 "heck 0.4.1",
9192 "itertools 0.12.1",
9193 "proc-macro2",
9194 "proc-macro2-diagnostics",
9195 "quote",
9196 "syn 2.0.90",
9197]
9198
9199[[package]]
9200name = "outline"
9201version = "0.1.0"
9202dependencies = [
9203 "editor",
9204 "fuzzy",
9205 "gpui",
9206 "indoc",
9207 "language",
9208 "menu",
9209 "ordered-float 2.10.1",
9210 "picker",
9211 "project",
9212 "rope",
9213 "serde_json",
9214 "settings",
9215 "smol",
9216 "theme",
9217 "tree-sitter-rust",
9218 "tree-sitter-typescript",
9219 "ui",
9220 "util",
9221 "workspace",
9222 "zed_actions",
9223]
9224
9225[[package]]
9226name = "outline_panel"
9227version = "0.1.0"
9228dependencies = [
9229 "anyhow",
9230 "collections",
9231 "db",
9232 "editor",
9233 "file_icons",
9234 "fuzzy",
9235 "gpui",
9236 "itertools 0.14.0",
9237 "language",
9238 "log",
9239 "menu",
9240 "outline",
9241 "pretty_assertions",
9242 "project",
9243 "schemars",
9244 "search",
9245 "serde",
9246 "serde_json",
9247 "settings",
9248 "smallvec",
9249 "smol",
9250 "theme",
9251 "ui",
9252 "util",
9253 "workspace",
9254 "worktree",
9255 "zed_actions",
9256]
9257
9258[[package]]
9259name = "outref"
9260version = "0.5.1"
9261source = "registry+https://github.com/rust-lang/crates.io-index"
9262checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9263
9264[[package]]
9265name = "overload"
9266version = "0.1.1"
9267source = "registry+https://github.com/rust-lang/crates.io-index"
9268checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9269
9270[[package]]
9271name = "p256"
9272version = "0.11.1"
9273source = "registry+https://github.com/rust-lang/crates.io-index"
9274checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9275dependencies = [
9276 "ecdsa",
9277 "elliptic-curve",
9278 "sha2",
9279]
9280
9281[[package]]
9282name = "page_size"
9283version = "0.6.0"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9286dependencies = [
9287 "libc",
9288 "winapi",
9289]
9290
9291[[package]]
9292name = "palette"
9293version = "0.7.6"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9296dependencies = [
9297 "approx",
9298 "fast-srgb8",
9299 "palette_derive",
9300]
9301
9302[[package]]
9303name = "palette_derive"
9304version = "0.7.6"
9305source = "registry+https://github.com/rust-lang/crates.io-index"
9306checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9307dependencies = [
9308 "by_address",
9309 "proc-macro2",
9310 "quote",
9311 "syn 2.0.90",
9312]
9313
9314[[package]]
9315name = "panel"
9316version = "0.1.0"
9317dependencies = [
9318 "editor",
9319 "gpui",
9320 "settings",
9321 "theme",
9322 "ui",
9323 "workspace",
9324]
9325
9326[[package]]
9327name = "parity-tokio-ipc"
9328version = "0.9.0"
9329source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9331dependencies = [
9332 "futures 0.3.31",
9333 "libc",
9334 "log",
9335 "rand 0.7.3",
9336 "tokio",
9337 "winapi",
9338]
9339
9340[[package]]
9341name = "parking"
9342version = "2.2.1"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9345
9346[[package]]
9347name = "parking_lot"
9348version = "0.12.3"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9351dependencies = [
9352 "lock_api",
9353 "parking_lot_core",
9354]
9355
9356[[package]]
9357name = "parking_lot_core"
9358version = "0.9.10"
9359source = "registry+https://github.com/rust-lang/crates.io-index"
9360checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9361dependencies = [
9362 "cfg-if",
9363 "libc",
9364 "redox_syscall 0.5.8",
9365 "smallvec",
9366 "windows-targets 0.52.6",
9367]
9368
9369[[package]]
9370name = "password-hash"
9371version = "0.4.2"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9374dependencies = [
9375 "base64ct",
9376 "rand_core 0.6.4",
9377 "subtle",
9378]
9379
9380[[package]]
9381name = "password-hash"
9382version = "0.5.0"
9383source = "registry+https://github.com/rust-lang/crates.io-index"
9384checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9385dependencies = [
9386 "base64ct",
9387 "rand_core 0.6.4",
9388 "subtle",
9389]
9390
9391[[package]]
9392name = "paste"
9393version = "1.0.15"
9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9396
9397[[package]]
9398name = "pathdiff"
9399version = "0.2.3"
9400source = "registry+https://github.com/rust-lang/crates.io-index"
9401checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9402
9403[[package]]
9404name = "pathfinder_geometry"
9405version = "0.5.1"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9408dependencies = [
9409 "log",
9410 "pathfinder_simd",
9411]
9412
9413[[package]]
9414name = "pathfinder_simd"
9415version = "0.5.4"
9416source = "registry+https://github.com/rust-lang/crates.io-index"
9417checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9418dependencies = [
9419 "rustc_version",
9420]
9421
9422[[package]]
9423name = "paths"
9424version = "0.1.0"
9425dependencies = [
9426 "dirs 4.0.0",
9427 "util",
9428]
9429
9430[[package]]
9431name = "pbjson"
9432version = "0.6.0"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9435dependencies = [
9436 "base64 0.21.7",
9437 "serde",
9438]
9439
9440[[package]]
9441name = "pbjson-build"
9442version = "0.6.2"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9445dependencies = [
9446 "heck 0.4.1",
9447 "itertools 0.11.0",
9448 "prost 0.12.6",
9449 "prost-types 0.12.6",
9450]
9451
9452[[package]]
9453name = "pbjson-types"
9454version = "0.6.0"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9457dependencies = [
9458 "bytes 1.10.1",
9459 "chrono",
9460 "pbjson",
9461 "pbjson-build",
9462 "prost 0.12.6",
9463 "prost-build 0.12.6",
9464 "serde",
9465]
9466
9467[[package]]
9468name = "pbkdf2"
9469version = "0.11.0"
9470source = "registry+https://github.com/rust-lang/crates.io-index"
9471checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9472dependencies = [
9473 "digest",
9474 "hmac",
9475 "password-hash 0.4.2",
9476 "sha2",
9477]
9478
9479[[package]]
9480name = "pbkdf2"
9481version = "0.12.2"
9482source = "registry+https://github.com/rust-lang/crates.io-index"
9483checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9484dependencies = [
9485 "digest",
9486 "hmac",
9487]
9488
9489[[package]]
9490name = "pem"
9491version = "3.0.4"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9494dependencies = [
9495 "base64 0.22.1",
9496 "serde",
9497]
9498
9499[[package]]
9500name = "pem-rfc7468"
9501version = "0.7.0"
9502source = "registry+https://github.com/rust-lang/crates.io-index"
9503checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9504dependencies = [
9505 "base64ct",
9506]
9507
9508[[package]]
9509name = "percent-encoding"
9510version = "2.3.1"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9513
9514[[package]]
9515name = "perplexity"
9516version = "0.1.0"
9517dependencies = [
9518 "serde",
9519 "zed_extension_api 0.3.0",
9520]
9521
9522[[package]]
9523name = "pest"
9524version = "2.7.15"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9527dependencies = [
9528 "memchr",
9529 "thiserror 2.0.6",
9530 "ucd-trie",
9531]
9532
9533[[package]]
9534name = "pest_derive"
9535version = "2.7.15"
9536source = "registry+https://github.com/rust-lang/crates.io-index"
9537checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9538dependencies = [
9539 "pest",
9540 "pest_generator",
9541]
9542
9543[[package]]
9544name = "pest_generator"
9545version = "2.7.15"
9546source = "registry+https://github.com/rust-lang/crates.io-index"
9547checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9548dependencies = [
9549 "pest",
9550 "pest_meta",
9551 "proc-macro2",
9552 "quote",
9553 "syn 2.0.90",
9554]
9555
9556[[package]]
9557name = "pest_meta"
9558version = "2.7.15"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9561dependencies = [
9562 "once_cell",
9563 "pest",
9564 "sha2",
9565]
9566
9567[[package]]
9568name = "pet"
9569version = "0.1.0"
9570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9571dependencies = [
9572 "clap",
9573 "env_logger 0.10.2",
9574 "lazy_static",
9575 "log",
9576 "msvc_spectre_libs",
9577 "pet-conda",
9578 "pet-core",
9579 "pet-env-var-path",
9580 "pet-fs",
9581 "pet-global-virtualenvs",
9582 "pet-homebrew",
9583 "pet-jsonrpc",
9584 "pet-linux-global-python",
9585 "pet-mac-commandlinetools",
9586 "pet-mac-python-org",
9587 "pet-mac-xcode",
9588 "pet-pipenv",
9589 "pet-pixi",
9590 "pet-poetry",
9591 "pet-pyenv",
9592 "pet-python-utils",
9593 "pet-reporter",
9594 "pet-telemetry",
9595 "pet-venv",
9596 "pet-virtualenv",
9597 "pet-virtualenvwrapper",
9598 "pet-windows-registry",
9599 "pet-windows-store",
9600 "serde",
9601 "serde_json",
9602]
9603
9604[[package]]
9605name = "pet-conda"
9606version = "0.1.0"
9607source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9608dependencies = [
9609 "env_logger 0.10.2",
9610 "lazy_static",
9611 "log",
9612 "msvc_spectre_libs",
9613 "pet-core",
9614 "pet-fs",
9615 "pet-python-utils",
9616 "pet-reporter",
9617 "regex",
9618 "serde",
9619 "serde_json",
9620 "yaml-rust2",
9621]
9622
9623[[package]]
9624name = "pet-core"
9625version = "0.1.0"
9626source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9627dependencies = [
9628 "clap",
9629 "lazy_static",
9630 "log",
9631 "msvc_spectre_libs",
9632 "pet-fs",
9633 "regex",
9634 "serde",
9635 "serde_json",
9636]
9637
9638[[package]]
9639name = "pet-env-var-path"
9640version = "0.1.0"
9641source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9642dependencies = [
9643 "lazy_static",
9644 "log",
9645 "msvc_spectre_libs",
9646 "pet-conda",
9647 "pet-core",
9648 "pet-fs",
9649 "pet-python-utils",
9650 "pet-virtualenv",
9651 "regex",
9652]
9653
9654[[package]]
9655name = "pet-fs"
9656version = "0.1.0"
9657source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9658dependencies = [
9659 "log",
9660 "msvc_spectre_libs",
9661]
9662
9663[[package]]
9664name = "pet-global-virtualenvs"
9665version = "0.1.0"
9666source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9667dependencies = [
9668 "log",
9669 "msvc_spectre_libs",
9670 "pet-conda",
9671 "pet-core",
9672 "pet-fs",
9673 "pet-virtualenv",
9674]
9675
9676[[package]]
9677name = "pet-homebrew"
9678version = "0.1.0"
9679source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9680dependencies = [
9681 "lazy_static",
9682 "log",
9683 "msvc_spectre_libs",
9684 "pet-conda",
9685 "pet-core",
9686 "pet-fs",
9687 "pet-python-utils",
9688 "pet-virtualenv",
9689 "regex",
9690 "serde",
9691 "serde_json",
9692]
9693
9694[[package]]
9695name = "pet-jsonrpc"
9696version = "0.1.0"
9697source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9698dependencies = [
9699 "env_logger 0.10.2",
9700 "log",
9701 "msvc_spectre_libs",
9702 "pet-core",
9703 "serde",
9704 "serde_json",
9705]
9706
9707[[package]]
9708name = "pet-linux-global-python"
9709version = "0.1.0"
9710source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9711dependencies = [
9712 "log",
9713 "msvc_spectre_libs",
9714 "pet-core",
9715 "pet-fs",
9716 "pet-python-utils",
9717 "pet-virtualenv",
9718]
9719
9720[[package]]
9721name = "pet-mac-commandlinetools"
9722version = "0.1.0"
9723source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9724dependencies = [
9725 "log",
9726 "msvc_spectre_libs",
9727 "pet-core",
9728 "pet-fs",
9729 "pet-python-utils",
9730 "pet-virtualenv",
9731]
9732
9733[[package]]
9734name = "pet-mac-python-org"
9735version = "0.1.0"
9736source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9737dependencies = [
9738 "log",
9739 "msvc_spectre_libs",
9740 "pet-core",
9741 "pet-fs",
9742 "pet-python-utils",
9743 "pet-virtualenv",
9744]
9745
9746[[package]]
9747name = "pet-mac-xcode"
9748version = "0.1.0"
9749source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9750dependencies = [
9751 "log",
9752 "msvc_spectre_libs",
9753 "pet-core",
9754 "pet-fs",
9755 "pet-python-utils",
9756 "pet-virtualenv",
9757]
9758
9759[[package]]
9760name = "pet-pipenv"
9761version = "0.1.0"
9762source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9763dependencies = [
9764 "log",
9765 "msvc_spectre_libs",
9766 "pet-core",
9767 "pet-fs",
9768 "pet-python-utils",
9769 "pet-virtualenv",
9770]
9771
9772[[package]]
9773name = "pet-pixi"
9774version = "0.1.0"
9775source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9776dependencies = [
9777 "log",
9778 "msvc_spectre_libs",
9779 "pet-conda",
9780 "pet-core",
9781 "pet-python-utils",
9782]
9783
9784[[package]]
9785name = "pet-poetry"
9786version = "0.1.0"
9787source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9788dependencies = [
9789 "base64 0.22.1",
9790 "lazy_static",
9791 "log",
9792 "msvc_spectre_libs",
9793 "pet-core",
9794 "pet-fs",
9795 "pet-python-utils",
9796 "pet-reporter",
9797 "pet-virtualenv",
9798 "regex",
9799 "serde",
9800 "serde_json",
9801 "sha2",
9802 "toml 0.8.20",
9803]
9804
9805[[package]]
9806name = "pet-pyenv"
9807version = "0.1.0"
9808source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9809dependencies = [
9810 "lazy_static",
9811 "log",
9812 "msvc_spectre_libs",
9813 "pet-conda",
9814 "pet-core",
9815 "pet-fs",
9816 "pet-python-utils",
9817 "pet-reporter",
9818 "regex",
9819 "serde",
9820 "serde_json",
9821]
9822
9823[[package]]
9824name = "pet-python-utils"
9825version = "0.1.0"
9826source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9827dependencies = [
9828 "env_logger 0.10.2",
9829 "lazy_static",
9830 "log",
9831 "msvc_spectre_libs",
9832 "pet-core",
9833 "pet-fs",
9834 "regex",
9835 "serde",
9836 "serde_json",
9837 "sha2",
9838]
9839
9840[[package]]
9841name = "pet-reporter"
9842version = "0.1.0"
9843source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9844dependencies = [
9845 "env_logger 0.10.2",
9846 "log",
9847 "msvc_spectre_libs",
9848 "pet-core",
9849 "pet-jsonrpc",
9850 "serde",
9851 "serde_json",
9852]
9853
9854[[package]]
9855name = "pet-telemetry"
9856version = "0.1.0"
9857source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9858dependencies = [
9859 "env_logger 0.10.2",
9860 "lazy_static",
9861 "log",
9862 "msvc_spectre_libs",
9863 "pet-core",
9864 "pet-fs",
9865 "pet-python-utils",
9866 "regex",
9867]
9868
9869[[package]]
9870name = "pet-venv"
9871version = "0.1.0"
9872source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9873dependencies = [
9874 "log",
9875 "msvc_spectre_libs",
9876 "pet-core",
9877 "pet-python-utils",
9878 "pet-virtualenv",
9879]
9880
9881[[package]]
9882name = "pet-virtualenv"
9883version = "0.1.0"
9884source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9885dependencies = [
9886 "log",
9887 "msvc_spectre_libs",
9888 "pet-core",
9889 "pet-fs",
9890 "pet-python-utils",
9891]
9892
9893[[package]]
9894name = "pet-virtualenvwrapper"
9895version = "0.1.0"
9896source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9897dependencies = [
9898 "log",
9899 "msvc_spectre_libs",
9900 "pet-core",
9901 "pet-fs",
9902 "pet-python-utils",
9903 "pet-virtualenv",
9904]
9905
9906[[package]]
9907name = "pet-windows-registry"
9908version = "0.1.0"
9909source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9910dependencies = [
9911 "lazy_static",
9912 "log",
9913 "msvc_spectre_libs",
9914 "pet-conda",
9915 "pet-core",
9916 "pet-fs",
9917 "pet-python-utils",
9918 "pet-virtualenv",
9919 "pet-windows-store",
9920 "regex",
9921 "winreg 0.52.0",
9922]
9923
9924[[package]]
9925name = "pet-windows-store"
9926version = "0.1.0"
9927source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9928dependencies = [
9929 "lazy_static",
9930 "log",
9931 "msvc_spectre_libs",
9932 "pet-core",
9933 "pet-fs",
9934 "pet-python-utils",
9935 "pet-virtualenv",
9936 "regex",
9937 "winreg 0.52.0",
9938]
9939
9940[[package]]
9941name = "petgraph"
9942version = "0.6.5"
9943source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9945dependencies = [
9946 "fixedbitset",
9947 "indexmap",
9948]
9949
9950[[package]]
9951name = "phf"
9952version = "0.11.2"
9953source = "registry+https://github.com/rust-lang/crates.io-index"
9954checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9955dependencies = [
9956 "phf_macros",
9957 "phf_shared 0.11.2",
9958]
9959
9960[[package]]
9961name = "phf_codegen"
9962version = "0.11.2"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9965dependencies = [
9966 "phf_generator 0.11.2",
9967 "phf_shared 0.11.2",
9968]
9969
9970[[package]]
9971name = "phf_generator"
9972version = "0.10.0"
9973source = "registry+https://github.com/rust-lang/crates.io-index"
9974checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9975dependencies = [
9976 "phf_shared 0.10.0",
9977 "rand 0.8.5",
9978]
9979
9980[[package]]
9981name = "phf_generator"
9982version = "0.11.2"
9983source = "registry+https://github.com/rust-lang/crates.io-index"
9984checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9985dependencies = [
9986 "phf_shared 0.11.2",
9987 "rand 0.8.5",
9988]
9989
9990[[package]]
9991name = "phf_macros"
9992version = "0.11.2"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9995dependencies = [
9996 "phf_generator 0.11.2",
9997 "phf_shared 0.11.2",
9998 "proc-macro2",
9999 "quote",
10000 "syn 2.0.90",
10001]
10002
10003[[package]]
10004name = "phf_shared"
10005version = "0.10.0"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10008dependencies = [
10009 "siphasher 0.3.11",
10010]
10011
10012[[package]]
10013name = "phf_shared"
10014version = "0.11.2"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10017dependencies = [
10018 "siphasher 0.3.11",
10019]
10020
10021[[package]]
10022name = "picker"
10023version = "0.1.0"
10024dependencies = [
10025 "anyhow",
10026 "ctor",
10027 "editor",
10028 "env_logger 0.11.6",
10029 "gpui",
10030 "menu",
10031 "schemars",
10032 "serde",
10033 "serde_json",
10034 "ui",
10035 "util",
10036 "workspace",
10037]
10038
10039[[package]]
10040name = "pico-args"
10041version = "0.5.0"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10044
10045[[package]]
10046name = "pin-project"
10047version = "1.1.7"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10050dependencies = [
10051 "pin-project-internal",
10052]
10053
10054[[package]]
10055name = "pin-project-internal"
10056version = "1.1.7"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10059dependencies = [
10060 "proc-macro2",
10061 "quote",
10062 "syn 2.0.90",
10063]
10064
10065[[package]]
10066name = "pin-project-lite"
10067version = "0.2.16"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10070
10071[[package]]
10072name = "pin-utils"
10073version = "0.1.0"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10076
10077[[package]]
10078name = "piper"
10079version = "0.2.4"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10082dependencies = [
10083 "atomic-waker",
10084 "fastrand 2.3.0",
10085 "futures-io",
10086]
10087
10088[[package]]
10089name = "pkcs1"
10090version = "0.7.5"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10093dependencies = [
10094 "der 0.7.9",
10095 "pkcs8 0.10.2",
10096 "spki 0.7.3",
10097]
10098
10099[[package]]
10100name = "pkcs8"
10101version = "0.9.0"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10104dependencies = [
10105 "der 0.6.1",
10106 "spki 0.6.0",
10107]
10108
10109[[package]]
10110name = "pkcs8"
10111version = "0.10.2"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10114dependencies = [
10115 "der 0.7.9",
10116 "spki 0.7.3",
10117]
10118
10119[[package]]
10120name = "pkg-config"
10121version = "0.3.31"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10124
10125[[package]]
10126name = "plist"
10127version = "1.7.0"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10130dependencies = [
10131 "base64 0.22.1",
10132 "indexmap",
10133 "quick-xml 0.32.0",
10134 "serde",
10135 "time",
10136]
10137
10138[[package]]
10139name = "plotters"
10140version = "0.3.7"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10143dependencies = [
10144 "num-traits",
10145 "plotters-backend",
10146 "plotters-svg",
10147 "wasm-bindgen",
10148 "web-sys",
10149]
10150
10151[[package]]
10152name = "plotters-backend"
10153version = "0.3.7"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10156
10157[[package]]
10158name = "plotters-svg"
10159version = "0.3.7"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10162dependencies = [
10163 "plotters-backend",
10164]
10165
10166[[package]]
10167name = "png"
10168version = "0.17.15"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10171dependencies = [
10172 "bitflags 1.3.2",
10173 "crc32fast",
10174 "fdeflate",
10175 "flate2",
10176 "miniz_oxide",
10177]
10178
10179[[package]]
10180name = "polling"
10181version = "3.7.4"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10184dependencies = [
10185 "cfg-if",
10186 "concurrent-queue",
10187 "hermit-abi 0.4.0",
10188 "pin-project-lite",
10189 "rustix",
10190 "tracing",
10191 "windows-sys 0.59.0",
10192]
10193
10194[[package]]
10195name = "pollster"
10196version = "0.2.5"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10199
10200[[package]]
10201name = "postage"
10202version = "0.5.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10205dependencies = [
10206 "atomic",
10207 "crossbeam-queue",
10208 "futures 0.3.31",
10209 "log",
10210 "parking_lot",
10211 "pin-project",
10212 "pollster",
10213 "static_assertions",
10214 "thiserror 1.0.69",
10215]
10216
10217[[package]]
10218name = "postcard"
10219version = "1.1.1"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10222dependencies = [
10223 "cobs",
10224 "embedded-io 0.4.0",
10225 "embedded-io 0.6.1",
10226 "serde",
10227]
10228
10229[[package]]
10230name = "powerfmt"
10231version = "0.2.0"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10234
10235[[package]]
10236name = "ppv-lite86"
10237version = "0.2.20"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10240dependencies = [
10241 "zerocopy 0.7.35",
10242]
10243
10244[[package]]
10245name = "precomputed-hash"
10246version = "0.1.1"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10249
10250[[package]]
10251name = "prettier"
10252version = "0.1.0"
10253dependencies = [
10254 "anyhow",
10255 "collections",
10256 "fs",
10257 "gpui",
10258 "language",
10259 "log",
10260 "lsp",
10261 "node_runtime",
10262 "parking_lot",
10263 "paths",
10264 "serde",
10265 "serde_json",
10266 "util",
10267]
10268
10269[[package]]
10270name = "pretty_assertions"
10271version = "1.4.1"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10274dependencies = [
10275 "diff",
10276 "yansi",
10277]
10278
10279[[package]]
10280name = "prettyplease"
10281version = "0.2.25"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10284dependencies = [
10285 "proc-macro2",
10286 "syn 2.0.90",
10287]
10288
10289[[package]]
10290name = "proc-macro-crate"
10291version = "3.2.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10294dependencies = [
10295 "toml_edit",
10296]
10297
10298[[package]]
10299name = "proc-macro-error-attr2"
10300version = "2.0.0"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10303dependencies = [
10304 "proc-macro2",
10305 "quote",
10306]
10307
10308[[package]]
10309name = "proc-macro-error2"
10310version = "2.0.1"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10313dependencies = [
10314 "proc-macro-error-attr2",
10315 "proc-macro2",
10316 "quote",
10317 "syn 2.0.90",
10318]
10319
10320[[package]]
10321name = "proc-macro2"
10322version = "1.0.93"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10325dependencies = [
10326 "unicode-ident",
10327]
10328
10329[[package]]
10330name = "proc-macro2-diagnostics"
10331version = "0.10.1"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10334dependencies = [
10335 "proc-macro2",
10336 "quote",
10337 "syn 2.0.90",
10338 "version_check",
10339 "yansi",
10340]
10341
10342[[package]]
10343name = "profiling"
10344version = "1.0.16"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10347dependencies = [
10348 "profiling-procmacros",
10349]
10350
10351[[package]]
10352name = "profiling-procmacros"
10353version = "1.0.16"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10356dependencies = [
10357 "quote",
10358 "syn 2.0.90",
10359]
10360
10361[[package]]
10362name = "project"
10363version = "0.1.0"
10364dependencies = [
10365 "aho-corasick",
10366 "anyhow",
10367 "askpass",
10368 "async-trait",
10369 "buffer_diff",
10370 "client",
10371 "clock",
10372 "collections",
10373 "env_logger 0.11.6",
10374 "extension",
10375 "fancy-regex 0.14.0",
10376 "fs",
10377 "futures 0.3.31",
10378 "fuzzy",
10379 "git",
10380 "git2",
10381 "globset",
10382 "gpui",
10383 "http_client",
10384 "image",
10385 "itertools 0.14.0",
10386 "language",
10387 "log",
10388 "lsp",
10389 "node_runtime",
10390 "parking_lot",
10391 "pathdiff",
10392 "paths",
10393 "postage",
10394 "prettier",
10395 "pretty_assertions",
10396 "rand 0.8.5",
10397 "regex",
10398 "release_channel",
10399 "remote",
10400 "rpc",
10401 "schemars",
10402 "serde",
10403 "serde_json",
10404 "settings",
10405 "sha2",
10406 "shellexpand 2.1.2",
10407 "shlex",
10408 "smol",
10409 "snippet",
10410 "snippet_provider",
10411 "task",
10412 "tempfile",
10413 "terminal",
10414 "text",
10415 "toml 0.8.20",
10416 "unindent",
10417 "url",
10418 "util",
10419 "which 6.0.3",
10420 "worktree",
10421]
10422
10423[[package]]
10424name = "project_panel"
10425version = "0.1.0"
10426dependencies = [
10427 "anyhow",
10428 "client",
10429 "collections",
10430 "command_palette_hooks",
10431 "db",
10432 "editor",
10433 "file_icons",
10434 "git",
10435 "gpui",
10436 "indexmap",
10437 "language",
10438 "menu",
10439 "pretty_assertions",
10440 "project",
10441 "schemars",
10442 "search",
10443 "serde",
10444 "serde_derive",
10445 "serde_json",
10446 "settings",
10447 "smallvec",
10448 "theme",
10449 "ui",
10450 "util",
10451 "workspace",
10452 "worktree",
10453 "zed_actions",
10454]
10455
10456[[package]]
10457name = "project_symbols"
10458version = "0.1.0"
10459dependencies = [
10460 "anyhow",
10461 "editor",
10462 "futures 0.3.31",
10463 "fuzzy",
10464 "gpui",
10465 "language",
10466 "lsp",
10467 "ordered-float 2.10.1",
10468 "picker",
10469 "project",
10470 "release_channel",
10471 "serde_json",
10472 "settings",
10473 "theme",
10474 "util",
10475 "workspace",
10476]
10477
10478[[package]]
10479name = "prometheus"
10480version = "0.13.4"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10483dependencies = [
10484 "cfg-if",
10485 "fnv",
10486 "lazy_static",
10487 "memchr",
10488 "parking_lot",
10489 "protobuf",
10490 "thiserror 1.0.69",
10491]
10492
10493[[package]]
10494name = "prompt_library"
10495version = "0.1.0"
10496dependencies = [
10497 "anyhow",
10498 "collections",
10499 "editor",
10500 "gpui",
10501 "language",
10502 "language_model",
10503 "log",
10504 "menu",
10505 "picker",
10506 "prompt_store",
10507 "release_channel",
10508 "rope",
10509 "serde",
10510 "settings",
10511 "theme",
10512 "ui",
10513 "util",
10514 "workspace",
10515 "zed_actions",
10516]
10517
10518[[package]]
10519name = "prompt_store"
10520version = "0.1.0"
10521dependencies = [
10522 "anyhow",
10523 "assets",
10524 "chrono",
10525 "collections",
10526 "fs",
10527 "futures 0.3.31",
10528 "fuzzy",
10529 "gpui",
10530 "handlebars 4.5.0",
10531 "heed",
10532 "language",
10533 "log",
10534 "parking_lot",
10535 "paths",
10536 "rope",
10537 "serde",
10538 "text",
10539 "util",
10540 "uuid",
10541]
10542
10543[[package]]
10544name = "prost"
10545version = "0.9.0"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10548dependencies = [
10549 "bytes 1.10.1",
10550 "prost-derive 0.9.0",
10551]
10552
10553[[package]]
10554name = "prost"
10555version = "0.12.6"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10558dependencies = [
10559 "bytes 1.10.1",
10560 "prost-derive 0.12.6",
10561]
10562
10563[[package]]
10564name = "prost-build"
10565version = "0.9.0"
10566source = "registry+https://github.com/rust-lang/crates.io-index"
10567checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10568dependencies = [
10569 "bytes 1.10.1",
10570 "heck 0.3.3",
10571 "itertools 0.10.5",
10572 "lazy_static",
10573 "log",
10574 "multimap 0.8.3",
10575 "petgraph",
10576 "prost 0.9.0",
10577 "prost-types 0.9.0",
10578 "regex",
10579 "tempfile",
10580 "which 4.4.2",
10581]
10582
10583[[package]]
10584name = "prost-build"
10585version = "0.12.6"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10588dependencies = [
10589 "bytes 1.10.1",
10590 "heck 0.5.0",
10591 "itertools 0.12.1",
10592 "log",
10593 "multimap 0.10.0",
10594 "once_cell",
10595 "petgraph",
10596 "prettyplease",
10597 "prost 0.12.6",
10598 "prost-types 0.12.6",
10599 "regex",
10600 "syn 2.0.90",
10601 "tempfile",
10602]
10603
10604[[package]]
10605name = "prost-derive"
10606version = "0.9.0"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10609dependencies = [
10610 "anyhow",
10611 "itertools 0.10.5",
10612 "proc-macro2",
10613 "quote",
10614 "syn 1.0.109",
10615]
10616
10617[[package]]
10618name = "prost-derive"
10619version = "0.12.6"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10622dependencies = [
10623 "anyhow",
10624 "itertools 0.12.1",
10625 "proc-macro2",
10626 "quote",
10627 "syn 2.0.90",
10628]
10629
10630[[package]]
10631name = "prost-types"
10632version = "0.9.0"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10635dependencies = [
10636 "bytes 1.10.1",
10637 "prost 0.9.0",
10638]
10639
10640[[package]]
10641name = "prost-types"
10642version = "0.12.6"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10645dependencies = [
10646 "prost 0.12.6",
10647]
10648
10649[[package]]
10650name = "proto"
10651version = "0.1.0"
10652dependencies = [
10653 "anyhow",
10654 "collections",
10655 "prost 0.9.0",
10656 "prost-build 0.9.0",
10657 "serde",
10658]
10659
10660[[package]]
10661name = "protobuf"
10662version = "2.28.0"
10663source = "registry+https://github.com/rust-lang/crates.io-index"
10664checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10665
10666[[package]]
10667name = "psm"
10668version = "0.1.24"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10671dependencies = [
10672 "cc",
10673]
10674
10675[[package]]
10676name = "ptr_meta"
10677version = "0.1.4"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10680dependencies = [
10681 "ptr_meta_derive",
10682]
10683
10684[[package]]
10685name = "ptr_meta_derive"
10686version = "0.1.4"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10689dependencies = [
10690 "proc-macro2",
10691 "quote",
10692 "syn 1.0.109",
10693]
10694
10695[[package]]
10696name = "pulldown-cmark"
10697version = "0.10.3"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10700dependencies = [
10701 "bitflags 2.8.0",
10702 "memchr",
10703 "pulldown-cmark-escape",
10704 "unicase",
10705]
10706
10707[[package]]
10708name = "pulldown-cmark"
10709version = "0.12.2"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10712dependencies = [
10713 "bitflags 2.8.0",
10714 "memchr",
10715 "unicase",
10716]
10717
10718[[package]]
10719name = "pulldown-cmark-escape"
10720version = "0.10.1"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10723
10724[[package]]
10725name = "pulley-interpreter"
10726version = "29.0.1"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10729dependencies = [
10730 "cranelift-bitset",
10731 "log",
10732 "sptr",
10733 "wasmtime-math",
10734]
10735
10736[[package]]
10737name = "qoi"
10738version = "0.4.1"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10741dependencies = [
10742 "bytemuck",
10743]
10744
10745[[package]]
10746name = "quick-error"
10747version = "2.0.1"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10750
10751[[package]]
10752name = "quick-xml"
10753version = "0.32.0"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10756dependencies = [
10757 "memchr",
10758]
10759
10760[[package]]
10761name = "quick-xml"
10762version = "0.37.2"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10765dependencies = [
10766 "memchr",
10767]
10768
10769[[package]]
10770name = "quinn"
10771version = "0.11.6"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10774dependencies = [
10775 "bytes 1.10.1",
10776 "pin-project-lite",
10777 "quinn-proto",
10778 "quinn-udp",
10779 "rustc-hash 2.1.1",
10780 "rustls 0.23.23",
10781 "socket2",
10782 "thiserror 2.0.6",
10783 "tokio",
10784 "tracing",
10785]
10786
10787[[package]]
10788name = "quinn-proto"
10789version = "0.11.9"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10792dependencies = [
10793 "bytes 1.10.1",
10794 "getrandom 0.2.15",
10795 "rand 0.8.5",
10796 "ring",
10797 "rustc-hash 2.1.1",
10798 "rustls 0.23.23",
10799 "rustls-pki-types",
10800 "slab",
10801 "thiserror 2.0.6",
10802 "tinyvec",
10803 "tracing",
10804 "web-time",
10805]
10806
10807[[package]]
10808name = "quinn-udp"
10809version = "0.5.9"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10812dependencies = [
10813 "cfg_aliases 0.2.1",
10814 "libc",
10815 "once_cell",
10816 "socket2",
10817 "tracing",
10818 "windows-sys 0.59.0",
10819]
10820
10821[[package]]
10822name = "quote"
10823version = "1.0.38"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10826dependencies = [
10827 "proc-macro2",
10828]
10829
10830[[package]]
10831name = "radium"
10832version = "0.7.0"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10835
10836[[package]]
10837name = "rand"
10838version = "0.7.3"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10841dependencies = [
10842 "getrandom 0.1.16",
10843 "libc",
10844 "rand_chacha 0.2.2",
10845 "rand_core 0.5.1",
10846 "rand_hc",
10847]
10848
10849[[package]]
10850name = "rand"
10851version = "0.8.5"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10854dependencies = [
10855 "libc",
10856 "rand_chacha 0.3.1",
10857 "rand_core 0.6.4",
10858]
10859
10860[[package]]
10861name = "rand"
10862version = "0.9.0"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10865dependencies = [
10866 "rand_chacha 0.9.0",
10867 "rand_core 0.9.0",
10868 "zerocopy 0.8.18",
10869]
10870
10871[[package]]
10872name = "rand_chacha"
10873version = "0.2.2"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10876dependencies = [
10877 "ppv-lite86",
10878 "rand_core 0.5.1",
10879]
10880
10881[[package]]
10882name = "rand_chacha"
10883version = "0.3.1"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10886dependencies = [
10887 "ppv-lite86",
10888 "rand_core 0.6.4",
10889]
10890
10891[[package]]
10892name = "rand_chacha"
10893version = "0.9.0"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10896dependencies = [
10897 "ppv-lite86",
10898 "rand_core 0.9.0",
10899]
10900
10901[[package]]
10902name = "rand_core"
10903version = "0.5.1"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10906dependencies = [
10907 "getrandom 0.1.16",
10908]
10909
10910[[package]]
10911name = "rand_core"
10912version = "0.6.4"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10915dependencies = [
10916 "getrandom 0.2.15",
10917]
10918
10919[[package]]
10920name = "rand_core"
10921version = "0.9.0"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10924dependencies = [
10925 "getrandom 0.3.1",
10926 "zerocopy 0.8.18",
10927]
10928
10929[[package]]
10930name = "rand_hc"
10931version = "0.2.0"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10934dependencies = [
10935 "rand_core 0.5.1",
10936]
10937
10938[[package]]
10939name = "rangemap"
10940version = "1.5.1"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10943
10944[[package]]
10945name = "rav1e"
10946version = "0.7.1"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10949dependencies = [
10950 "arbitrary",
10951 "arg_enum_proc_macro",
10952 "arrayvec",
10953 "av1-grain",
10954 "bitstream-io",
10955 "built",
10956 "cfg-if",
10957 "interpolate_name",
10958 "itertools 0.12.1",
10959 "libc",
10960 "libfuzzer-sys",
10961 "log",
10962 "maybe-rayon",
10963 "new_debug_unreachable",
10964 "noop_proc_macro",
10965 "num-derive",
10966 "num-traits",
10967 "once_cell",
10968 "paste",
10969 "profiling",
10970 "rand 0.8.5",
10971 "rand_chacha 0.3.1",
10972 "simd_helpers",
10973 "system-deps",
10974 "thiserror 1.0.69",
10975 "v_frame",
10976 "wasm-bindgen",
10977]
10978
10979[[package]]
10980name = "ravif"
10981version = "0.11.11"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10984dependencies = [
10985 "avif-serialize",
10986 "imgref",
10987 "loop9",
10988 "quick-error",
10989 "rav1e",
10990 "rayon",
10991 "rgb",
10992]
10993
10994[[package]]
10995name = "raw-window-handle"
10996version = "0.6.2"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10999
11000[[package]]
11001name = "raw-window-metal"
11002version = "0.4.0"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11005dependencies = [
11006 "cocoa 0.25.0",
11007 "core-graphics 0.23.2",
11008 "objc",
11009 "raw-window-handle",
11010]
11011
11012[[package]]
11013name = "rayon"
11014version = "1.10.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11017dependencies = [
11018 "either",
11019 "rayon-core",
11020]
11021
11022[[package]]
11023name = "rayon-core"
11024version = "1.12.1"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11027dependencies = [
11028 "crossbeam-deque",
11029 "crossbeam-utils",
11030]
11031
11032[[package]]
11033name = "read-fonts"
11034version = "0.22.5"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11037dependencies = [
11038 "bytemuck",
11039 "font-types",
11040]
11041
11042[[package]]
11043name = "recent_projects"
11044version = "0.1.0"
11045dependencies = [
11046 "anyhow",
11047 "auto_update",
11048 "editor",
11049 "extension_host",
11050 "file_finder",
11051 "futures 0.3.31",
11052 "fuzzy",
11053 "gpui",
11054 "language",
11055 "log",
11056 "markdown",
11057 "menu",
11058 "ordered-float 2.10.1",
11059 "paths",
11060 "picker",
11061 "project",
11062 "release_channel",
11063 "remote",
11064 "schemars",
11065 "serde",
11066 "serde_json",
11067 "settings",
11068 "smol",
11069 "task",
11070 "telemetry",
11071 "theme",
11072 "ui",
11073 "util",
11074 "workspace",
11075 "zed_actions",
11076]
11077
11078[[package]]
11079name = "redox_syscall"
11080version = "0.2.16"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11083dependencies = [
11084 "bitflags 1.3.2",
11085]
11086
11087[[package]]
11088name = "redox_syscall"
11089version = "0.5.8"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11092dependencies = [
11093 "bitflags 2.8.0",
11094]
11095
11096[[package]]
11097name = "redox_users"
11098version = "0.4.6"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11101dependencies = [
11102 "getrandom 0.2.15",
11103 "libredox",
11104 "thiserror 1.0.69",
11105]
11106
11107[[package]]
11108name = "refineable"
11109version = "0.1.0"
11110dependencies = [
11111 "derive_refineable",
11112]
11113
11114[[package]]
11115name = "regalloc2"
11116version = "0.11.1"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11119dependencies = [
11120 "allocator-api2",
11121 "bumpalo",
11122 "hashbrown 0.15.2",
11123 "log",
11124 "rustc-hash 2.1.1",
11125 "smallvec",
11126]
11127
11128[[package]]
11129name = "regex"
11130version = "1.11.1"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11133dependencies = [
11134 "aho-corasick",
11135 "memchr",
11136 "regex-automata 0.4.9",
11137 "regex-syntax 0.8.5",
11138]
11139
11140[[package]]
11141name = "regex-automata"
11142version = "0.1.10"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11145dependencies = [
11146 "regex-syntax 0.6.29",
11147]
11148
11149[[package]]
11150name = "regex-automata"
11151version = "0.4.9"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11154dependencies = [
11155 "aho-corasick",
11156 "memchr",
11157 "regex-syntax 0.8.5",
11158]
11159
11160[[package]]
11161name = "regex-lite"
11162version = "0.1.6"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11165
11166[[package]]
11167name = "regex-syntax"
11168version = "0.6.29"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11171
11172[[package]]
11173name = "regex-syntax"
11174version = "0.8.5"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11177
11178[[package]]
11179name = "release_channel"
11180version = "0.1.0"
11181dependencies = [
11182 "gpui",
11183]
11184
11185[[package]]
11186name = "remote"
11187version = "0.1.0"
11188dependencies = [
11189 "anyhow",
11190 "askpass",
11191 "async-trait",
11192 "collections",
11193 "fs",
11194 "futures 0.3.31",
11195 "gpui",
11196 "itertools 0.14.0",
11197 "log",
11198 "parking_lot",
11199 "paths",
11200 "prost 0.9.0",
11201 "release_channel",
11202 "rpc",
11203 "schemars",
11204 "serde",
11205 "serde_json",
11206 "shlex",
11207 "smol",
11208 "tempfile",
11209 "thiserror 1.0.69",
11210 "util",
11211]
11212
11213[[package]]
11214name = "remote_server"
11215version = "0.1.0"
11216dependencies = [
11217 "anyhow",
11218 "async-watch",
11219 "backtrace",
11220 "cargo_toml",
11221 "chrono",
11222 "clap",
11223 "client",
11224 "clock",
11225 "env_logger 0.11.6",
11226 "extension",
11227 "extension_host",
11228 "fork",
11229 "fs",
11230 "futures 0.3.31",
11231 "git",
11232 "git_hosting_providers",
11233 "gpui",
11234 "gpui_tokio",
11235 "http_client",
11236 "language",
11237 "language_extension",
11238 "languages",
11239 "libc",
11240 "log",
11241 "lsp",
11242 "node_runtime",
11243 "paths",
11244 "project",
11245 "proto",
11246 "release_channel",
11247 "remote",
11248 "reqwest_client",
11249 "rpc",
11250 "rust-embed",
11251 "serde",
11252 "serde_json",
11253 "settings",
11254 "shellexpand 2.1.2",
11255 "smol",
11256 "sysinfo",
11257 "telemetry_events",
11258 "toml 0.8.20",
11259 "unindent",
11260 "util",
11261 "worktree",
11262]
11263
11264[[package]]
11265name = "rend"
11266version = "0.4.2"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11269dependencies = [
11270 "bytecheck",
11271]
11272
11273[[package]]
11274name = "repl"
11275version = "0.1.0"
11276dependencies = [
11277 "alacritty_terminal",
11278 "anyhow",
11279 "async-dispatcher",
11280 "async-tungstenite",
11281 "base64 0.22.1",
11282 "client",
11283 "collections",
11284 "command_palette_hooks",
11285 "editor",
11286 "env_logger 0.11.6",
11287 "feature_flags",
11288 "file_icons",
11289 "futures 0.3.31",
11290 "gpui",
11291 "http_client",
11292 "image",
11293 "indoc",
11294 "jupyter-protocol",
11295 "jupyter-websocket-client",
11296 "language",
11297 "languages",
11298 "log",
11299 "markdown_preview",
11300 "menu",
11301 "multi_buffer",
11302 "nbformat",
11303 "picker",
11304 "project",
11305 "runtimelib",
11306 "schemars",
11307 "serde",
11308 "serde_json",
11309 "settings",
11310 "smol",
11311 "telemetry",
11312 "terminal",
11313 "terminal_view",
11314 "theme",
11315 "tree-sitter-md",
11316 "tree-sitter-python",
11317 "tree-sitter-typescript",
11318 "ui",
11319 "util",
11320 "uuid",
11321 "workspace",
11322]
11323
11324[[package]]
11325name = "reqwest"
11326version = "0.11.27"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11329dependencies = [
11330 "base64 0.21.7",
11331 "bytes 1.10.1",
11332 "encoding_rs",
11333 "futures-core",
11334 "futures-util",
11335 "h2 0.3.26",
11336 "http 0.2.12",
11337 "http-body 0.4.6",
11338 "hyper 0.14.32",
11339 "hyper-rustls 0.24.2",
11340 "hyper-tls",
11341 "ipnet",
11342 "js-sys",
11343 "log",
11344 "mime",
11345 "native-tls",
11346 "once_cell",
11347 "percent-encoding",
11348 "pin-project-lite",
11349 "rustls 0.21.12",
11350 "rustls-native-certs 0.6.3",
11351 "rustls-pemfile 1.0.4",
11352 "serde",
11353 "serde_json",
11354 "serde_urlencoded",
11355 "sync_wrapper 0.1.2",
11356 "system-configuration 0.5.1",
11357 "tokio",
11358 "tokio-native-tls",
11359 "tokio-rustls 0.24.1",
11360 "tower-service",
11361 "url",
11362 "wasm-bindgen",
11363 "wasm-bindgen-futures",
11364 "web-sys",
11365 "winreg 0.50.0",
11366]
11367
11368[[package]]
11369name = "reqwest"
11370version = "0.12.8"
11371source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11372dependencies = [
11373 "base64 0.22.1",
11374 "bytes 1.10.1",
11375 "encoding_rs",
11376 "futures-core",
11377 "futures-util",
11378 "h2 0.4.7",
11379 "http 1.2.0",
11380 "http-body 1.0.1",
11381 "http-body-util",
11382 "hyper 1.5.1",
11383 "hyper-rustls 0.27.3",
11384 "hyper-util",
11385 "ipnet",
11386 "js-sys",
11387 "log",
11388 "mime",
11389 "once_cell",
11390 "percent-encoding",
11391 "pin-project-lite",
11392 "quinn",
11393 "rustls 0.23.23",
11394 "rustls-native-certs 0.8.1",
11395 "rustls-pemfile 2.2.0",
11396 "rustls-pki-types",
11397 "serde",
11398 "serde_json",
11399 "serde_urlencoded",
11400 "sync_wrapper 1.0.2",
11401 "system-configuration 0.6.1",
11402 "tokio",
11403 "tokio-rustls 0.26.1",
11404 "tokio-socks",
11405 "tokio-util",
11406 "tower-service",
11407 "url",
11408 "wasm-bindgen",
11409 "wasm-bindgen-futures",
11410 "wasm-streams",
11411 "web-sys",
11412 "windows-registry",
11413]
11414
11415[[package]]
11416name = "reqwest_client"
11417version = "0.1.0"
11418dependencies = [
11419 "anyhow",
11420 "bytes 1.10.1",
11421 "futures 0.3.31",
11422 "gpui",
11423 "http_client",
11424 "log",
11425 "regex",
11426 "reqwest 0.12.8",
11427 "serde",
11428 "smol",
11429 "tokio",
11430]
11431
11432[[package]]
11433name = "resvg"
11434version = "0.45.0"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11437dependencies = [
11438 "log",
11439 "pico-args",
11440 "rgb",
11441 "svgtypes",
11442 "tiny-skia",
11443 "usvg",
11444]
11445
11446[[package]]
11447name = "rfc6979"
11448version = "0.3.1"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11451dependencies = [
11452 "crypto-bigint 0.4.9",
11453 "hmac",
11454 "zeroize",
11455]
11456
11457[[package]]
11458name = "rgb"
11459version = "0.8.50"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11462dependencies = [
11463 "bytemuck",
11464]
11465
11466[[package]]
11467name = "rich_text"
11468version = "0.1.0"
11469dependencies = [
11470 "futures 0.3.31",
11471 "gpui",
11472 "language",
11473 "linkify",
11474 "pulldown-cmark 0.12.2",
11475 "theme",
11476 "ui",
11477 "util",
11478]
11479
11480[[package]]
11481name = "ring"
11482version = "0.17.8"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11485dependencies = [
11486 "cc",
11487 "cfg-if",
11488 "getrandom 0.2.15",
11489 "libc",
11490 "spin",
11491 "untrusted",
11492 "windows-sys 0.52.0",
11493]
11494
11495[[package]]
11496name = "rkyv"
11497version = "0.7.45"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11500dependencies = [
11501 "bitvec",
11502 "bytecheck",
11503 "bytes 1.10.1",
11504 "hashbrown 0.12.3",
11505 "ptr_meta",
11506 "rend",
11507 "rkyv_derive",
11508 "seahash",
11509 "tinyvec",
11510 "uuid",
11511]
11512
11513[[package]]
11514name = "rkyv_derive"
11515version = "0.7.45"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11518dependencies = [
11519 "proc-macro2",
11520 "quote",
11521 "syn 1.0.109",
11522]
11523
11524[[package]]
11525name = "rmp"
11526version = "0.8.14"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11529dependencies = [
11530 "byteorder",
11531 "num-traits",
11532 "paste",
11533]
11534
11535[[package]]
11536name = "rmpv"
11537version = "1.3.0"
11538source = "registry+https://github.com/rust-lang/crates.io-index"
11539checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11540dependencies = [
11541 "num-traits",
11542 "rmp",
11543]
11544
11545[[package]]
11546name = "rodio"
11547version = "0.20.1"
11548source = "registry+https://github.com/rust-lang/crates.io-index"
11549checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11550dependencies = [
11551 "cpal",
11552 "hound",
11553]
11554
11555[[package]]
11556name = "rope"
11557version = "0.1.0"
11558dependencies = [
11559 "arrayvec",
11560 "criterion",
11561 "ctor",
11562 "env_logger 0.11.6",
11563 "gpui",
11564 "log",
11565 "rand 0.8.5",
11566 "rayon",
11567 "smallvec",
11568 "sum_tree",
11569 "unicode-segmentation",
11570 "util",
11571]
11572
11573[[package]]
11574name = "roxmltree"
11575version = "0.20.0"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11578
11579[[package]]
11580name = "rpc"
11581version = "0.1.0"
11582dependencies = [
11583 "anyhow",
11584 "async-tungstenite",
11585 "base64 0.22.1",
11586 "chrono",
11587 "collections",
11588 "env_logger 0.11.6",
11589 "futures 0.3.31",
11590 "gpui",
11591 "parking_lot",
11592 "proto",
11593 "rand 0.8.5",
11594 "rsa",
11595 "serde",
11596 "serde_json",
11597 "sha2",
11598 "strum",
11599 "tracing",
11600 "util",
11601 "zstd",
11602]
11603
11604[[package]]
11605name = "rsa"
11606version = "0.9.7"
11607source = "registry+https://github.com/rust-lang/crates.io-index"
11608checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11609dependencies = [
11610 "const-oid",
11611 "digest",
11612 "num-bigint-dig",
11613 "num-integer",
11614 "num-traits",
11615 "pkcs1",
11616 "pkcs8 0.10.2",
11617 "rand_core 0.6.4",
11618 "signature 2.2.0",
11619 "spki 0.7.3",
11620 "subtle",
11621 "zeroize",
11622]
11623
11624[[package]]
11625name = "runtimelib"
11626version = "0.25.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11629dependencies = [
11630 "anyhow",
11631 "async-dispatcher",
11632 "async-std",
11633 "base64 0.22.1",
11634 "bytes 1.10.1",
11635 "chrono",
11636 "data-encoding",
11637 "dirs 5.0.1",
11638 "futures 0.3.31",
11639 "glob",
11640 "jupyter-protocol",
11641 "ring",
11642 "serde",
11643 "serde_json",
11644 "shellexpand 3.1.0",
11645 "smol",
11646 "uuid",
11647 "zeromq",
11648]
11649
11650[[package]]
11651name = "rust-embed"
11652version = "8.5.0"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11655dependencies = [
11656 "rust-embed-impl",
11657 "rust-embed-utils",
11658 "walkdir",
11659]
11660
11661[[package]]
11662name = "rust-embed-impl"
11663version = "8.5.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11666dependencies = [
11667 "proc-macro2",
11668 "quote",
11669 "rust-embed-utils",
11670 "syn 2.0.90",
11671 "walkdir",
11672]
11673
11674[[package]]
11675name = "rust-embed-utils"
11676version = "8.5.0"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11679dependencies = [
11680 "globset",
11681 "sha2",
11682 "walkdir",
11683]
11684
11685[[package]]
11686name = "rust_decimal"
11687version = "1.36.0"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11690dependencies = [
11691 "arrayvec",
11692 "borsh",
11693 "bytes 1.10.1",
11694 "num-traits",
11695 "rand 0.8.5",
11696 "rkyv",
11697 "serde",
11698 "serde_json",
11699]
11700
11701[[package]]
11702name = "rustc-demangle"
11703version = "0.1.24"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11706
11707[[package]]
11708name = "rustc-hash"
11709version = "1.1.0"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11712
11713[[package]]
11714name = "rustc-hash"
11715version = "2.1.1"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11718
11719[[package]]
11720name = "rustc_version"
11721version = "0.4.1"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11724dependencies = [
11725 "semver",
11726]
11727
11728[[package]]
11729name = "rustix"
11730version = "0.38.42"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11733dependencies = [
11734 "bitflags 2.8.0",
11735 "errno 0.3.10",
11736 "itoa",
11737 "libc",
11738 "linux-raw-sys",
11739 "once_cell",
11740 "windows-sys 0.59.0",
11741]
11742
11743[[package]]
11744name = "rustix-openpty"
11745version = "0.1.1"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11748dependencies = [
11749 "errno 0.3.10",
11750 "libc",
11751 "rustix",
11752]
11753
11754[[package]]
11755name = "rustls"
11756version = "0.21.12"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11759dependencies = [
11760 "log",
11761 "ring",
11762 "rustls-webpki 0.101.7",
11763 "sct",
11764]
11765
11766[[package]]
11767name = "rustls"
11768version = "0.23.23"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11771dependencies = [
11772 "aws-lc-rs",
11773 "log",
11774 "once_cell",
11775 "ring",
11776 "rustls-pki-types",
11777 "rustls-webpki 0.102.8",
11778 "subtle",
11779 "zeroize",
11780]
11781
11782[[package]]
11783name = "rustls-native-certs"
11784version = "0.6.3"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11787dependencies = [
11788 "openssl-probe",
11789 "rustls-pemfile 1.0.4",
11790 "schannel",
11791 "security-framework 2.11.1",
11792]
11793
11794[[package]]
11795name = "rustls-native-certs"
11796version = "0.8.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11799dependencies = [
11800 "openssl-probe",
11801 "rustls-pki-types",
11802 "schannel",
11803 "security-framework 3.0.1",
11804]
11805
11806[[package]]
11807name = "rustls-pemfile"
11808version = "1.0.4"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11811dependencies = [
11812 "base64 0.21.7",
11813]
11814
11815[[package]]
11816name = "rustls-pemfile"
11817version = "2.2.0"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11820dependencies = [
11821 "rustls-pki-types",
11822]
11823
11824[[package]]
11825name = "rustls-pki-types"
11826version = "1.10.0"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11829dependencies = [
11830 "web-time",
11831]
11832
11833[[package]]
11834name = "rustls-platform-verifier"
11835version = "0.5.0"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11838dependencies = [
11839 "core-foundation 0.10.0",
11840 "core-foundation-sys",
11841 "jni",
11842 "log",
11843 "once_cell",
11844 "rustls 0.23.23",
11845 "rustls-native-certs 0.8.1",
11846 "rustls-platform-verifier-android",
11847 "rustls-webpki 0.102.8",
11848 "security-framework 3.0.1",
11849 "security-framework-sys",
11850 "webpki-root-certs",
11851 "windows-sys 0.52.0",
11852]
11853
11854[[package]]
11855name = "rustls-platform-verifier-android"
11856version = "0.1.1"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11859
11860[[package]]
11861name = "rustls-webpki"
11862version = "0.101.7"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11865dependencies = [
11866 "ring",
11867 "untrusted",
11868]
11869
11870[[package]]
11871name = "rustls-webpki"
11872version = "0.102.8"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11875dependencies = [
11876 "aws-lc-rs",
11877 "ring",
11878 "rustls-pki-types",
11879 "untrusted",
11880]
11881
11882[[package]]
11883name = "rustversion"
11884version = "1.0.18"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11887
11888[[package]]
11889name = "rustybuzz"
11890version = "0.14.1"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11893dependencies = [
11894 "bitflags 2.8.0",
11895 "bytemuck",
11896 "libm",
11897 "smallvec",
11898 "ttf-parser 0.21.1",
11899 "unicode-bidi-mirroring 0.2.0",
11900 "unicode-ccc 0.2.0",
11901 "unicode-properties",
11902 "unicode-script",
11903]
11904
11905[[package]]
11906name = "rustybuzz"
11907version = "0.20.1"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11910dependencies = [
11911 "bitflags 2.8.0",
11912 "bytemuck",
11913 "core_maths",
11914 "log",
11915 "smallvec",
11916 "ttf-parser 0.25.1",
11917 "unicode-bidi-mirroring 0.4.0",
11918 "unicode-ccc 0.4.0",
11919 "unicode-properties",
11920 "unicode-script",
11921]
11922
11923[[package]]
11924name = "ryu"
11925version = "1.0.18"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11928
11929[[package]]
11930name = "salsa20"
11931version = "0.10.2"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11934dependencies = [
11935 "cipher",
11936]
11937
11938[[package]]
11939name = "same-file"
11940version = "1.0.6"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11943dependencies = [
11944 "winapi-util",
11945]
11946
11947[[package]]
11948name = "schannel"
11949version = "0.1.27"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11952dependencies = [
11953 "windows-sys 0.59.0",
11954]
11955
11956[[package]]
11957name = "schema_generator"
11958version = "0.1.0"
11959dependencies = [
11960 "anyhow",
11961 "clap",
11962 "env_logger 0.11.6",
11963 "schemars",
11964 "serde",
11965 "serde_json",
11966 "theme",
11967]
11968
11969[[package]]
11970name = "schemars"
11971version = "0.8.21"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11974dependencies = [
11975 "dyn-clone",
11976 "indexmap",
11977 "schemars_derive",
11978 "serde",
11979 "serde_json",
11980]
11981
11982[[package]]
11983name = "schemars_derive"
11984version = "0.8.21"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11987dependencies = [
11988 "proc-macro2",
11989 "quote",
11990 "serde_derive_internals",
11991 "syn 2.0.90",
11992]
11993
11994[[package]]
11995name = "scoped-tls"
11996version = "1.0.1"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11999
12000[[package]]
12001name = "scopeguard"
12002version = "1.2.0"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12005
12006[[package]]
12007name = "scratch"
12008version = "1.0.7"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12011
12012[[package]]
12013name = "scripting_tool"
12014version = "0.1.0"
12015dependencies = [
12016 "anyhow",
12017 "buffer_diff",
12018 "clock",
12019 "collections",
12020 "futures 0.3.31",
12021 "gpui",
12022 "language",
12023 "log",
12024 "mlua",
12025 "parking_lot",
12026 "project",
12027 "rand 0.8.5",
12028 "regex",
12029 "schemars",
12030 "serde",
12031 "serde_json",
12032 "settings",
12033 "util",
12034]
12035
12036[[package]]
12037name = "scrypt"
12038version = "0.11.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12041dependencies = [
12042 "password-hash 0.5.0",
12043 "pbkdf2 0.12.2",
12044 "salsa20",
12045 "sha2",
12046]
12047
12048[[package]]
12049name = "sct"
12050version = "0.7.1"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12053dependencies = [
12054 "ring",
12055 "untrusted",
12056]
12057
12058[[package]]
12059name = "sea-bae"
12060version = "0.2.1"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12063dependencies = [
12064 "heck 0.4.1",
12065 "proc-macro-error2",
12066 "proc-macro2",
12067 "quote",
12068 "syn 2.0.90",
12069]
12070
12071[[package]]
12072name = "sea-orm"
12073version = "1.1.5"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12076dependencies = [
12077 "async-stream",
12078 "async-trait",
12079 "bigdecimal",
12080 "chrono",
12081 "futures 0.3.31",
12082 "log",
12083 "ouroboros",
12084 "rust_decimal",
12085 "sea-orm-macros",
12086 "sea-query",
12087 "sea-query-binder",
12088 "serde",
12089 "serde_json",
12090 "sqlx",
12091 "strum",
12092 "thiserror 1.0.69",
12093 "time",
12094 "tracing",
12095 "url",
12096 "uuid",
12097]
12098
12099[[package]]
12100name = "sea-orm-macros"
12101version = "1.1.5"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12104dependencies = [
12105 "heck 0.4.1",
12106 "proc-macro2",
12107 "quote",
12108 "sea-bae",
12109 "syn 2.0.90",
12110 "unicode-ident",
12111]
12112
12113[[package]]
12114name = "sea-query"
12115version = "0.32.1"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12118dependencies = [
12119 "bigdecimal",
12120 "chrono",
12121 "inherent",
12122 "ordered-float 3.9.2",
12123 "rust_decimal",
12124 "serde_json",
12125 "time",
12126 "uuid",
12127]
12128
12129[[package]]
12130name = "sea-query-binder"
12131version = "0.7.0"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12134dependencies = [
12135 "bigdecimal",
12136 "chrono",
12137 "rust_decimal",
12138 "sea-query",
12139 "serde_json",
12140 "sqlx",
12141 "time",
12142 "uuid",
12143]
12144
12145[[package]]
12146name = "seahash"
12147version = "4.1.0"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12150
12151[[package]]
12152name = "search"
12153version = "0.1.0"
12154dependencies = [
12155 "any_vec",
12156 "anyhow",
12157 "bitflags 2.8.0",
12158 "client",
12159 "collections",
12160 "editor",
12161 "futures 0.3.31",
12162 "gpui",
12163 "language",
12164 "menu",
12165 "project",
12166 "schemars",
12167 "serde",
12168 "serde_json",
12169 "settings",
12170 "smol",
12171 "theme",
12172 "ui",
12173 "unindent",
12174 "util",
12175 "workspace",
12176 "zed_actions",
12177]
12178
12179[[package]]
12180name = "sec1"
12181version = "0.3.0"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12184dependencies = [
12185 "base16ct",
12186 "der 0.6.1",
12187 "generic-array",
12188 "pkcs8 0.9.0",
12189 "subtle",
12190 "zeroize",
12191]
12192
12193[[package]]
12194name = "security-framework"
12195version = "2.11.1"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12198dependencies = [
12199 "bitflags 2.8.0",
12200 "core-foundation 0.9.4",
12201 "core-foundation-sys",
12202 "libc",
12203 "security-framework-sys",
12204]
12205
12206[[package]]
12207name = "security-framework"
12208version = "3.0.1"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12211dependencies = [
12212 "bitflags 2.8.0",
12213 "core-foundation 0.10.0",
12214 "core-foundation-sys",
12215 "libc",
12216 "security-framework-sys",
12217]
12218
12219[[package]]
12220name = "security-framework-sys"
12221version = "2.12.1"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12224dependencies = [
12225 "core-foundation-sys",
12226 "libc",
12227]
12228
12229[[package]]
12230name = "self_cell"
12231version = "1.1.0"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12234
12235[[package]]
12236name = "semantic_index"
12237version = "0.1.0"
12238dependencies = [
12239 "anyhow",
12240 "arrayvec",
12241 "blake3",
12242 "client",
12243 "clock",
12244 "collections",
12245 "env_logger 0.11.6",
12246 "feature_flags",
12247 "fs",
12248 "futures 0.3.31",
12249 "futures-batch",
12250 "gpui",
12251 "heed",
12252 "http_client",
12253 "language",
12254 "language_model",
12255 "languages",
12256 "log",
12257 "open_ai",
12258 "parking_lot",
12259 "project",
12260 "reqwest_client",
12261 "serde",
12262 "serde_json",
12263 "settings",
12264 "sha2",
12265 "smol",
12266 "streaming-iterator",
12267 "tempfile",
12268 "theme",
12269 "tree-sitter",
12270 "ui",
12271 "unindent",
12272 "util",
12273 "workspace",
12274 "worktree",
12275]
12276
12277[[package]]
12278name = "semantic_version"
12279version = "0.1.0"
12280dependencies = [
12281 "anyhow",
12282 "serde",
12283]
12284
12285[[package]]
12286name = "semver"
12287version = "1.0.25"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12290dependencies = [
12291 "serde",
12292]
12293
12294[[package]]
12295name = "serde"
12296version = "1.0.218"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12299dependencies = [
12300 "serde_derive",
12301]
12302
12303[[package]]
12304name = "serde_derive"
12305version = "1.0.218"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12308dependencies = [
12309 "proc-macro2",
12310 "quote",
12311 "syn 2.0.90",
12312]
12313
12314[[package]]
12315name = "serde_derive_internals"
12316version = "0.29.1"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12319dependencies = [
12320 "proc-macro2",
12321 "quote",
12322 "syn 2.0.90",
12323]
12324
12325[[package]]
12326name = "serde_fmt"
12327version = "1.0.3"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12330dependencies = [
12331 "serde",
12332]
12333
12334[[package]]
12335name = "serde_json"
12336version = "1.0.139"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12339dependencies = [
12340 "indexmap",
12341 "itoa",
12342 "memchr",
12343 "ryu",
12344 "serde",
12345]
12346
12347[[package]]
12348name = "serde_json_lenient"
12349version = "0.2.4"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12352dependencies = [
12353 "indexmap",
12354 "itoa",
12355 "memchr",
12356 "ryu",
12357 "serde",
12358]
12359
12360[[package]]
12361name = "serde_path_to_error"
12362version = "0.1.16"
12363source = "registry+https://github.com/rust-lang/crates.io-index"
12364checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12365dependencies = [
12366 "itoa",
12367 "serde",
12368]
12369
12370[[package]]
12371name = "serde_qs"
12372version = "0.8.5"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12375dependencies = [
12376 "percent-encoding",
12377 "serde",
12378 "thiserror 1.0.69",
12379]
12380
12381[[package]]
12382name = "serde_qs"
12383version = "0.10.1"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12386dependencies = [
12387 "percent-encoding",
12388 "serde",
12389 "thiserror 1.0.69",
12390]
12391
12392[[package]]
12393name = "serde_repr"
12394version = "0.1.19"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12397dependencies = [
12398 "proc-macro2",
12399 "quote",
12400 "syn 2.0.90",
12401]
12402
12403[[package]]
12404name = "serde_spanned"
12405version = "0.6.8"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12408dependencies = [
12409 "serde",
12410]
12411
12412[[package]]
12413name = "serde_urlencoded"
12414version = "0.7.1"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12417dependencies = [
12418 "form_urlencoded",
12419 "itoa",
12420 "ryu",
12421 "serde",
12422]
12423
12424[[package]]
12425name = "session"
12426version = "0.1.0"
12427dependencies = [
12428 "db",
12429 "gpui",
12430 "serde_json",
12431 "util",
12432 "uuid",
12433]
12434
12435[[package]]
12436name = "settings"
12437version = "0.1.0"
12438dependencies = [
12439 "anyhow",
12440 "collections",
12441 "ec4rs",
12442 "fs",
12443 "futures 0.3.31",
12444 "gpui",
12445 "indoc",
12446 "inventory",
12447 "log",
12448 "paths",
12449 "pretty_assertions",
12450 "release_channel",
12451 "rust-embed",
12452 "schemars",
12453 "serde",
12454 "serde_derive",
12455 "serde_json",
12456 "serde_json_lenient",
12457 "smallvec",
12458 "streaming-iterator",
12459 "tree-sitter",
12460 "tree-sitter-json",
12461 "unindent",
12462 "util",
12463]
12464
12465[[package]]
12466name = "settings_ui"
12467version = "0.1.0"
12468dependencies = [
12469 "command_palette_hooks",
12470 "editor",
12471 "feature_flags",
12472 "gpui",
12473 "settings",
12474 "theme",
12475 "ui",
12476 "workspace",
12477]
12478
12479[[package]]
12480name = "sha1"
12481version = "0.10.6"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12484dependencies = [
12485 "cfg-if",
12486 "cpufeatures",
12487 "digest",
12488]
12489
12490[[package]]
12491name = "sha1_smol"
12492version = "1.0.1"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12495
12496[[package]]
12497name = "sha2"
12498version = "0.10.8"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12501dependencies = [
12502 "cfg-if",
12503 "cpufeatures",
12504 "digest",
12505]
12506
12507[[package]]
12508name = "sharded-slab"
12509version = "0.1.7"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12512dependencies = [
12513 "lazy_static",
12514]
12515
12516[[package]]
12517name = "shell-words"
12518version = "1.1.0"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12521
12522[[package]]
12523name = "shellexpand"
12524version = "2.1.2"
12525source = "registry+https://github.com/rust-lang/crates.io-index"
12526checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12527dependencies = [
12528 "dirs 4.0.0",
12529]
12530
12531[[package]]
12532name = "shellexpand"
12533version = "3.1.0"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12536dependencies = [
12537 "dirs 5.0.1",
12538]
12539
12540[[package]]
12541name = "shlex"
12542version = "1.3.0"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12545
12546[[package]]
12547name = "signal-hook"
12548version = "0.3.17"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12551dependencies = [
12552 "libc",
12553 "signal-hook-registry",
12554]
12555
12556[[package]]
12557name = "signal-hook-registry"
12558version = "1.4.2"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12561dependencies = [
12562 "libc",
12563]
12564
12565[[package]]
12566name = "signature"
12567version = "1.6.4"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12570dependencies = [
12571 "digest",
12572 "rand_core 0.6.4",
12573]
12574
12575[[package]]
12576name = "signature"
12577version = "2.2.0"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12580dependencies = [
12581 "digest",
12582 "rand_core 0.6.4",
12583]
12584
12585[[package]]
12586name = "simd-adler32"
12587version = "0.3.7"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12590
12591[[package]]
12592name = "simd_helpers"
12593version = "0.1.0"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12596dependencies = [
12597 "quote",
12598]
12599
12600[[package]]
12601name = "simdutf8"
12602version = "0.1.5"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12605
12606[[package]]
12607name = "simple_asn1"
12608version = "0.6.2"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12611dependencies = [
12612 "num-bigint",
12613 "num-traits",
12614 "thiserror 1.0.69",
12615 "time",
12616]
12617
12618[[package]]
12619name = "simplecss"
12620version = "0.2.1"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12623dependencies = [
12624 "log",
12625]
12626
12627[[package]]
12628name = "simplelog"
12629version = "0.12.2"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12632dependencies = [
12633 "log",
12634 "termcolor",
12635 "time",
12636]
12637
12638[[package]]
12639name = "siphasher"
12640version = "0.3.11"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12643
12644[[package]]
12645name = "siphasher"
12646version = "1.0.1"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12649
12650[[package]]
12651name = "skrifa"
12652version = "0.22.3"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12655dependencies = [
12656 "bytemuck",
12657 "read-fonts",
12658]
12659
12660[[package]]
12661name = "slab"
12662version = "0.4.9"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12665dependencies = [
12666 "autocfg",
12667]
12668
12669[[package]]
12670name = "slash_commands_example"
12671version = "0.1.0"
12672dependencies = [
12673 "zed_extension_api 0.1.0",
12674]
12675
12676[[package]]
12677name = "slotmap"
12678version = "1.0.7"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12681dependencies = [
12682 "version_check",
12683]
12684
12685[[package]]
12686name = "smallvec"
12687version = "1.14.0"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12690dependencies = [
12691 "serde",
12692]
12693
12694[[package]]
12695name = "smart-default"
12696version = "0.6.0"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12699dependencies = [
12700 "proc-macro2",
12701 "quote",
12702 "syn 1.0.109",
12703]
12704
12705[[package]]
12706name = "smol"
12707version = "2.0.2"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12710dependencies = [
12711 "async-channel 2.3.1",
12712 "async-executor",
12713 "async-fs",
12714 "async-io",
12715 "async-lock",
12716 "async-net",
12717 "async-process",
12718 "blocking",
12719 "futures-lite 2.6.0",
12720]
12721
12722[[package]]
12723name = "smol_str"
12724version = "0.1.24"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12727dependencies = [
12728 "serde",
12729]
12730
12731[[package]]
12732name = "snippet"
12733version = "0.1.0"
12734dependencies = [
12735 "anyhow",
12736 "smallvec",
12737]
12738
12739[[package]]
12740name = "snippet_provider"
12741version = "0.1.0"
12742dependencies = [
12743 "anyhow",
12744 "collections",
12745 "extension",
12746 "fs",
12747 "futures 0.3.31",
12748 "gpui",
12749 "parking_lot",
12750 "paths",
12751 "schemars",
12752 "serde",
12753 "serde_json_lenient",
12754 "snippet",
12755 "util",
12756]
12757
12758[[package]]
12759name = "snippets_ui"
12760version = "0.1.0"
12761dependencies = [
12762 "fuzzy",
12763 "gpui",
12764 "language",
12765 "paths",
12766 "picker",
12767 "ui",
12768 "util",
12769 "workspace",
12770]
12771
12772[[package]]
12773name = "socket2"
12774version = "0.5.8"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12777dependencies = [
12778 "libc",
12779 "windows-sys 0.52.0",
12780]
12781
12782[[package]]
12783name = "spdx"
12784version = "0.10.7"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12787dependencies = [
12788 "smallvec",
12789]
12790
12791[[package]]
12792name = "spin"
12793version = "0.9.8"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12796dependencies = [
12797 "lock_api",
12798]
12799
12800[[package]]
12801name = "spirv"
12802version = "0.3.0+sdk-1.3.268.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12805dependencies = [
12806 "bitflags 2.8.0",
12807]
12808
12809[[package]]
12810name = "spki"
12811version = "0.6.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12814dependencies = [
12815 "base64ct",
12816 "der 0.6.1",
12817]
12818
12819[[package]]
12820name = "spki"
12821version = "0.7.3"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12824dependencies = [
12825 "base64ct",
12826 "der 0.7.9",
12827]
12828
12829[[package]]
12830name = "sptr"
12831version = "0.3.2"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12834
12835[[package]]
12836name = "sqlez"
12837version = "0.1.0"
12838dependencies = [
12839 "anyhow",
12840 "collections",
12841 "futures 0.3.31",
12842 "indoc",
12843 "libsqlite3-sys",
12844 "parking_lot",
12845 "smol",
12846 "sqlformat",
12847 "thread_local",
12848 "util",
12849 "uuid",
12850]
12851
12852[[package]]
12853name = "sqlez_macros"
12854version = "0.1.0"
12855dependencies = [
12856 "sqlez",
12857 "sqlformat",
12858 "syn 1.0.109",
12859]
12860
12861[[package]]
12862name = "sqlformat"
12863version = "0.2.6"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12866dependencies = [
12867 "nom",
12868 "unicode_categories",
12869]
12870
12871[[package]]
12872name = "sqlx"
12873version = "0.8.3"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12876dependencies = [
12877 "sqlx-core",
12878 "sqlx-macros",
12879 "sqlx-mysql",
12880 "sqlx-postgres",
12881 "sqlx-sqlite",
12882]
12883
12884[[package]]
12885name = "sqlx-core"
12886version = "0.8.3"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12889dependencies = [
12890 "bigdecimal",
12891 "bytes 1.10.1",
12892 "chrono",
12893 "crc",
12894 "crossbeam-queue",
12895 "either",
12896 "event-listener 5.3.1",
12897 "futures-core",
12898 "futures-intrusive",
12899 "futures-io",
12900 "futures-util",
12901 "hashbrown 0.15.2",
12902 "hashlink 0.10.0",
12903 "indexmap",
12904 "log",
12905 "memchr",
12906 "once_cell",
12907 "percent-encoding",
12908 "rust_decimal",
12909 "rustls 0.23.23",
12910 "rustls-pemfile 2.2.0",
12911 "serde",
12912 "serde_json",
12913 "sha2",
12914 "smallvec",
12915 "thiserror 2.0.6",
12916 "time",
12917 "tokio",
12918 "tokio-stream",
12919 "tracing",
12920 "url",
12921 "uuid",
12922 "webpki-roots",
12923]
12924
12925[[package]]
12926name = "sqlx-macros"
12927version = "0.8.3"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12930dependencies = [
12931 "proc-macro2",
12932 "quote",
12933 "sqlx-core",
12934 "sqlx-macros-core",
12935 "syn 2.0.90",
12936]
12937
12938[[package]]
12939name = "sqlx-macros-core"
12940version = "0.8.3"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12943dependencies = [
12944 "dotenvy",
12945 "either",
12946 "heck 0.5.0",
12947 "hex",
12948 "once_cell",
12949 "proc-macro2",
12950 "quote",
12951 "serde",
12952 "serde_json",
12953 "sha2",
12954 "sqlx-core",
12955 "sqlx-mysql",
12956 "sqlx-postgres",
12957 "sqlx-sqlite",
12958 "syn 2.0.90",
12959 "tempfile",
12960 "tokio",
12961 "url",
12962]
12963
12964[[package]]
12965name = "sqlx-mysql"
12966version = "0.8.3"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12969dependencies = [
12970 "atoi",
12971 "base64 0.22.1",
12972 "bigdecimal",
12973 "bitflags 2.8.0",
12974 "byteorder",
12975 "bytes 1.10.1",
12976 "chrono",
12977 "crc",
12978 "digest",
12979 "dotenvy",
12980 "either",
12981 "futures-channel",
12982 "futures-core",
12983 "futures-io",
12984 "futures-util",
12985 "generic-array",
12986 "hex",
12987 "hkdf",
12988 "hmac",
12989 "itoa",
12990 "log",
12991 "md-5",
12992 "memchr",
12993 "once_cell",
12994 "percent-encoding",
12995 "rand 0.8.5",
12996 "rsa",
12997 "rust_decimal",
12998 "serde",
12999 "sha1",
13000 "sha2",
13001 "smallvec",
13002 "sqlx-core",
13003 "stringprep",
13004 "thiserror 2.0.6",
13005 "time",
13006 "tracing",
13007 "uuid",
13008 "whoami",
13009]
13010
13011[[package]]
13012name = "sqlx-postgres"
13013version = "0.8.3"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13016dependencies = [
13017 "atoi",
13018 "base64 0.22.1",
13019 "bigdecimal",
13020 "bitflags 2.8.0",
13021 "byteorder",
13022 "chrono",
13023 "crc",
13024 "dotenvy",
13025 "etcetera",
13026 "futures-channel",
13027 "futures-core",
13028 "futures-util",
13029 "hex",
13030 "hkdf",
13031 "hmac",
13032 "home",
13033 "itoa",
13034 "log",
13035 "md-5",
13036 "memchr",
13037 "num-bigint",
13038 "once_cell",
13039 "rand 0.8.5",
13040 "rust_decimal",
13041 "serde",
13042 "serde_json",
13043 "sha2",
13044 "smallvec",
13045 "sqlx-core",
13046 "stringprep",
13047 "thiserror 2.0.6",
13048 "time",
13049 "tracing",
13050 "uuid",
13051 "whoami",
13052]
13053
13054[[package]]
13055name = "sqlx-sqlite"
13056version = "0.8.3"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13059dependencies = [
13060 "atoi",
13061 "chrono",
13062 "flume",
13063 "futures-channel",
13064 "futures-core",
13065 "futures-executor",
13066 "futures-intrusive",
13067 "futures-util",
13068 "libsqlite3-sys",
13069 "log",
13070 "percent-encoding",
13071 "serde",
13072 "serde_urlencoded",
13073 "sqlx-core",
13074 "time",
13075 "tracing",
13076 "url",
13077 "uuid",
13078]
13079
13080[[package]]
13081name = "stable_deref_trait"
13082version = "1.2.0"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13085
13086[[package]]
13087name = "static_assertions"
13088version = "1.1.0"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13091
13092[[package]]
13093name = "story"
13094version = "0.1.0"
13095dependencies = [
13096 "gpui",
13097 "itertools 0.14.0",
13098 "smallvec",
13099]
13100
13101[[package]]
13102name = "storybook"
13103version = "0.1.0"
13104dependencies = [
13105 "anyhow",
13106 "clap",
13107 "collab_ui",
13108 "ctrlc",
13109 "dialoguer",
13110 "editor",
13111 "fuzzy",
13112 "gpui",
13113 "indoc",
13114 "language",
13115 "log",
13116 "menu",
13117 "picker",
13118 "project",
13119 "reqwest_client",
13120 "rust-embed",
13121 "settings",
13122 "simplelog",
13123 "story",
13124 "strum",
13125 "theme",
13126 "title_bar",
13127 "ui",
13128]
13129
13130[[package]]
13131name = "streaming-iterator"
13132version = "0.1.9"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13135
13136[[package]]
13137name = "streaming_diff"
13138version = "0.1.0"
13139dependencies = [
13140 "ordered-float 2.10.1",
13141 "rand 0.8.5",
13142 "rope",
13143 "util",
13144]
13145
13146[[package]]
13147name = "strict-num"
13148version = "0.1.1"
13149source = "registry+https://github.com/rust-lang/crates.io-index"
13150checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13151dependencies = [
13152 "float-cmp",
13153]
13154
13155[[package]]
13156name = "string_cache"
13157version = "0.8.7"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13160dependencies = [
13161 "new_debug_unreachable",
13162 "once_cell",
13163 "parking_lot",
13164 "phf_shared 0.10.0",
13165 "precomputed-hash",
13166 "serde",
13167]
13168
13169[[package]]
13170name = "string_cache_codegen"
13171version = "0.5.2"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13174dependencies = [
13175 "phf_generator 0.10.0",
13176 "phf_shared 0.10.0",
13177 "proc-macro2",
13178 "quote",
13179]
13180
13181[[package]]
13182name = "stringprep"
13183version = "0.1.5"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13186dependencies = [
13187 "unicode-bidi",
13188 "unicode-normalization",
13189 "unicode-properties",
13190]
13191
13192[[package]]
13193name = "strsim"
13194version = "0.11.1"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13197
13198[[package]]
13199name = "strum"
13200version = "0.26.3"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13203dependencies = [
13204 "strum_macros",
13205]
13206
13207[[package]]
13208name = "strum_macros"
13209version = "0.26.4"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13212dependencies = [
13213 "heck 0.5.0",
13214 "proc-macro2",
13215 "quote",
13216 "rustversion",
13217 "syn 2.0.90",
13218]
13219
13220[[package]]
13221name = "subtle"
13222version = "2.6.1"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13225
13226[[package]]
13227name = "sum_tree"
13228version = "0.1.0"
13229dependencies = [
13230 "arrayvec",
13231 "ctor",
13232 "env_logger 0.11.6",
13233 "log",
13234 "rand 0.8.5",
13235 "rayon",
13236]
13237
13238[[package]]
13239name = "supermaven"
13240version = "0.1.0"
13241dependencies = [
13242 "anyhow",
13243 "client",
13244 "collections",
13245 "editor",
13246 "env_logger 0.11.6",
13247 "futures 0.3.31",
13248 "gpui",
13249 "http_client",
13250 "inline_completion",
13251 "language",
13252 "log",
13253 "postage",
13254 "project",
13255 "serde",
13256 "serde_json",
13257 "settings",
13258 "smol",
13259 "supermaven_api",
13260 "text",
13261 "theme",
13262 "ui",
13263 "unicode-segmentation",
13264 "util",
13265]
13266
13267[[package]]
13268name = "supermaven_api"
13269version = "0.1.0"
13270dependencies = [
13271 "anyhow",
13272 "futures 0.3.31",
13273 "http_client",
13274 "paths",
13275 "serde",
13276 "serde_json",
13277 "smol",
13278]
13279
13280[[package]]
13281name = "sval"
13282version = "2.13.2"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13285
13286[[package]]
13287name = "sval_buffer"
13288version = "2.13.2"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13291dependencies = [
13292 "sval",
13293 "sval_ref",
13294]
13295
13296[[package]]
13297name = "sval_dynamic"
13298version = "2.13.2"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13301dependencies = [
13302 "sval",
13303]
13304
13305[[package]]
13306name = "sval_fmt"
13307version = "2.13.2"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13310dependencies = [
13311 "itoa",
13312 "ryu",
13313 "sval",
13314]
13315
13316[[package]]
13317name = "sval_json"
13318version = "2.13.2"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13321dependencies = [
13322 "itoa",
13323 "ryu",
13324 "sval",
13325]
13326
13327[[package]]
13328name = "sval_nested"
13329version = "2.13.2"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13332dependencies = [
13333 "sval",
13334 "sval_buffer",
13335 "sval_ref",
13336]
13337
13338[[package]]
13339name = "sval_ref"
13340version = "2.13.2"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13343dependencies = [
13344 "sval",
13345]
13346
13347[[package]]
13348name = "sval_serde"
13349version = "2.13.2"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13352dependencies = [
13353 "serde",
13354 "sval",
13355 "sval_nested",
13356]
13357
13358[[package]]
13359name = "svg_fmt"
13360version = "0.4.4"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13363
13364[[package]]
13365name = "svgtypes"
13366version = "0.15.3"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13369dependencies = [
13370 "kurbo",
13371 "siphasher 1.0.1",
13372]
13373
13374[[package]]
13375name = "swash"
13376version = "0.1.19"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13379dependencies = [
13380 "skrifa",
13381 "yazi",
13382 "zeno",
13383]
13384
13385[[package]]
13386name = "syn"
13387version = "1.0.109"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13390dependencies = [
13391 "proc-macro2",
13392 "quote",
13393 "unicode-ident",
13394]
13395
13396[[package]]
13397name = "syn"
13398version = "2.0.90"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13401dependencies = [
13402 "proc-macro2",
13403 "quote",
13404 "unicode-ident",
13405]
13406
13407[[package]]
13408name = "sync_wrapper"
13409version = "0.1.2"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13412
13413[[package]]
13414name = "sync_wrapper"
13415version = "1.0.2"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13418dependencies = [
13419 "futures-core",
13420]
13421
13422[[package]]
13423name = "synchronoise"
13424version = "1.0.1"
13425source = "registry+https://github.com/rust-lang/crates.io-index"
13426checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13427dependencies = [
13428 "crossbeam-queue",
13429]
13430
13431[[package]]
13432name = "synstructure"
13433version = "0.13.1"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13436dependencies = [
13437 "proc-macro2",
13438 "quote",
13439 "syn 2.0.90",
13440]
13441
13442[[package]]
13443name = "sys-locale"
13444version = "0.3.2"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13447dependencies = [
13448 "libc",
13449]
13450
13451[[package]]
13452name = "sysinfo"
13453version = "0.31.4"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13456dependencies = [
13457 "core-foundation-sys",
13458 "libc",
13459 "memchr",
13460 "ntapi",
13461 "rayon",
13462 "windows 0.57.0",
13463]
13464
13465[[package]]
13466name = "system-configuration"
13467version = "0.5.1"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13470dependencies = [
13471 "bitflags 1.3.2",
13472 "core-foundation 0.9.4",
13473 "system-configuration-sys 0.5.0",
13474]
13475
13476[[package]]
13477name = "system-configuration"
13478version = "0.6.1"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13481dependencies = [
13482 "bitflags 2.8.0",
13483 "core-foundation 0.9.4",
13484 "system-configuration-sys 0.6.0",
13485]
13486
13487[[package]]
13488name = "system-configuration-sys"
13489version = "0.5.0"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13492dependencies = [
13493 "core-foundation-sys",
13494 "libc",
13495]
13496
13497[[package]]
13498name = "system-configuration-sys"
13499version = "0.6.0"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13502dependencies = [
13503 "core-foundation-sys",
13504 "libc",
13505]
13506
13507[[package]]
13508name = "system-deps"
13509version = "6.2.2"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13512dependencies = [
13513 "cfg-expr",
13514 "heck 0.5.0",
13515 "pkg-config",
13516 "toml 0.8.20",
13517 "version-compare",
13518]
13519
13520[[package]]
13521name = "system-interface"
13522version = "0.27.3"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13525dependencies = [
13526 "bitflags 2.8.0",
13527 "cap-fs-ext",
13528 "cap-std",
13529 "fd-lock",
13530 "io-lifetimes",
13531 "rustix",
13532 "windows-sys 0.59.0",
13533 "winx",
13534]
13535
13536[[package]]
13537name = "tab_switcher"
13538version = "0.1.0"
13539dependencies = [
13540 "anyhow",
13541 "collections",
13542 "ctor",
13543 "editor",
13544 "env_logger 0.11.6",
13545 "gpui",
13546 "language",
13547 "menu",
13548 "picker",
13549 "project",
13550 "schemars",
13551 "serde",
13552 "serde_json",
13553 "settings",
13554 "theme",
13555 "ui",
13556 "util",
13557 "workspace",
13558]
13559
13560[[package]]
13561name = "taffy"
13562version = "0.4.4"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13565dependencies = [
13566 "arrayvec",
13567 "grid",
13568 "num-traits",
13569 "serde",
13570 "slotmap",
13571]
13572
13573[[package]]
13574name = "take-until"
13575version = "0.2.0"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13578
13579[[package]]
13580name = "tap"
13581version = "1.0.1"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13584
13585[[package]]
13586name = "target-lexicon"
13587version = "0.12.16"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13590
13591[[package]]
13592name = "target-lexicon"
13593version = "0.13.2"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13596
13597[[package]]
13598name = "task"
13599version = "0.1.0"
13600dependencies = [
13601 "anyhow",
13602 "collections",
13603 "futures 0.3.31",
13604 "gpui",
13605 "hex",
13606 "parking_lot",
13607 "schemars",
13608 "serde",
13609 "serde_json_lenient",
13610 "sha2",
13611 "shellexpand 2.1.2",
13612 "util",
13613 "zed_actions",
13614]
13615
13616[[package]]
13617name = "tasks_ui"
13618version = "0.1.0"
13619dependencies = [
13620 "anyhow",
13621 "editor",
13622 "file_icons",
13623 "fuzzy",
13624 "gpui",
13625 "language",
13626 "menu",
13627 "picker",
13628 "project",
13629 "schemars",
13630 "serde",
13631 "serde_json",
13632 "settings",
13633 "task",
13634 "tree-sitter-rust",
13635 "tree-sitter-typescript",
13636 "ui",
13637 "util",
13638 "workspace",
13639 "zed_actions",
13640]
13641
13642[[package]]
13643name = "telemetry"
13644version = "0.1.0"
13645dependencies = [
13646 "futures 0.3.31",
13647 "serde",
13648 "serde_json",
13649 "telemetry_events",
13650]
13651
13652[[package]]
13653name = "telemetry_events"
13654version = "0.1.0"
13655dependencies = [
13656 "semantic_version",
13657 "serde",
13658 "serde_json",
13659]
13660
13661[[package]]
13662name = "tempfile"
13663version = "3.17.1"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13666dependencies = [
13667 "cfg-if",
13668 "fastrand 2.3.0",
13669 "getrandom 0.3.1",
13670 "once_cell",
13671 "rustix",
13672 "windows-sys 0.59.0",
13673]
13674
13675[[package]]
13676name = "tendril"
13677version = "0.4.3"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13680dependencies = [
13681 "futf",
13682 "mac",
13683 "utf-8",
13684]
13685
13686[[package]]
13687name = "termcolor"
13688version = "1.4.1"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13691dependencies = [
13692 "winapi-util",
13693]
13694
13695[[package]]
13696name = "terminal"
13697version = "0.1.0"
13698dependencies = [
13699 "alacritty_terminal",
13700 "anyhow",
13701 "collections",
13702 "dirs 4.0.0",
13703 "futures 0.3.31",
13704 "gpui",
13705 "libc",
13706 "rand 0.8.5",
13707 "regex",
13708 "release_channel",
13709 "schemars",
13710 "serde",
13711 "serde_derive",
13712 "settings",
13713 "smol",
13714 "sysinfo",
13715 "task",
13716 "theme",
13717 "thiserror 1.0.69",
13718 "util",
13719 "windows 0.60.0",
13720]
13721
13722[[package]]
13723name = "terminal_size"
13724version = "0.4.1"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13727dependencies = [
13728 "rustix",
13729 "windows-sys 0.59.0",
13730]
13731
13732[[package]]
13733name = "terminal_view"
13734version = "0.1.0"
13735dependencies = [
13736 "anyhow",
13737 "async-recursion 1.1.1",
13738 "breadcrumbs",
13739 "client",
13740 "collections",
13741 "db",
13742 "dirs 4.0.0",
13743 "editor",
13744 "futures 0.3.31",
13745 "gpui",
13746 "itertools 0.14.0",
13747 "language",
13748 "log",
13749 "project",
13750 "rand 0.8.5",
13751 "schemars",
13752 "search",
13753 "serde",
13754 "serde_json",
13755 "settings",
13756 "shellexpand 2.1.2",
13757 "smol",
13758 "task",
13759 "terminal",
13760 "theme",
13761 "ui",
13762 "util",
13763 "workspace",
13764 "zed_actions",
13765]
13766
13767[[package]]
13768name = "text"
13769version = "0.1.0"
13770dependencies = [
13771 "anyhow",
13772 "clock",
13773 "collections",
13774 "ctor",
13775 "env_logger 0.11.6",
13776 "gpui",
13777 "http_client",
13778 "log",
13779 "parking_lot",
13780 "postage",
13781 "rand 0.8.5",
13782 "regex",
13783 "rope",
13784 "smallvec",
13785 "sum_tree",
13786 "util",
13787]
13788
13789[[package]]
13790name = "theme"
13791version = "0.1.0"
13792dependencies = [
13793 "anyhow",
13794 "collections",
13795 "derive_more",
13796 "fs",
13797 "futures 0.3.31",
13798 "gpui",
13799 "indexmap",
13800 "log",
13801 "palette",
13802 "parking_lot",
13803 "refineable",
13804 "schemars",
13805 "serde",
13806 "serde_derive",
13807 "serde_json",
13808 "serde_json_lenient",
13809 "serde_repr",
13810 "settings",
13811 "strum",
13812 "thiserror 1.0.69",
13813 "util",
13814 "uuid",
13815]
13816
13817[[package]]
13818name = "theme_extension"
13819version = "0.1.0"
13820dependencies = [
13821 "anyhow",
13822 "extension",
13823 "fs",
13824 "gpui",
13825 "theme",
13826]
13827
13828[[package]]
13829name = "theme_importer"
13830version = "0.1.0"
13831dependencies = [
13832 "anyhow",
13833 "clap",
13834 "gpui",
13835 "indexmap",
13836 "log",
13837 "palette",
13838 "rust-embed",
13839 "serde",
13840 "serde_json",
13841 "serde_json_lenient",
13842 "simplelog",
13843 "strum",
13844 "theme",
13845 "vscode_theme",
13846]
13847
13848[[package]]
13849name = "theme_selector"
13850version = "0.1.0"
13851dependencies = [
13852 "fs",
13853 "fuzzy",
13854 "gpui",
13855 "log",
13856 "picker",
13857 "serde",
13858 "settings",
13859 "telemetry",
13860 "theme",
13861 "ui",
13862 "util",
13863 "workspace",
13864 "zed_actions",
13865]
13866
13867[[package]]
13868name = "thiserror"
13869version = "1.0.69"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13872dependencies = [
13873 "thiserror-impl 1.0.69",
13874]
13875
13876[[package]]
13877name = "thiserror"
13878version = "2.0.6"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13881dependencies = [
13882 "thiserror-impl 2.0.6",
13883]
13884
13885[[package]]
13886name = "thiserror-impl"
13887version = "1.0.69"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13890dependencies = [
13891 "proc-macro2",
13892 "quote",
13893 "syn 2.0.90",
13894]
13895
13896[[package]]
13897name = "thiserror-impl"
13898version = "2.0.6"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13901dependencies = [
13902 "proc-macro2",
13903 "quote",
13904 "syn 2.0.90",
13905]
13906
13907[[package]]
13908name = "thread_local"
13909version = "1.1.8"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13912dependencies = [
13913 "cfg-if",
13914 "once_cell",
13915]
13916
13917[[package]]
13918name = "tiff"
13919version = "0.9.1"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13922dependencies = [
13923 "flate2",
13924 "jpeg-decoder",
13925 "weezl",
13926]
13927
13928[[package]]
13929name = "tiktoken-rs"
13930version = "0.6.0"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13933dependencies = [
13934 "anyhow",
13935 "base64 0.21.7",
13936 "bstr",
13937 "fancy-regex 0.13.0",
13938 "lazy_static",
13939 "parking_lot",
13940 "regex",
13941 "rustc-hash 1.1.0",
13942]
13943
13944[[package]]
13945name = "time"
13946version = "0.3.37"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13949dependencies = [
13950 "deranged",
13951 "itoa",
13952 "libc",
13953 "num-conv",
13954 "num_threads",
13955 "powerfmt",
13956 "serde",
13957 "time-core",
13958 "time-macros",
13959]
13960
13961[[package]]
13962name = "time-core"
13963version = "0.1.2"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13966
13967[[package]]
13968name = "time-macros"
13969version = "0.2.19"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13972dependencies = [
13973 "num-conv",
13974 "time-core",
13975]
13976
13977[[package]]
13978name = "time_format"
13979version = "0.1.0"
13980dependencies = [
13981 "core-foundation 0.9.4",
13982 "core-foundation-sys",
13983 "sys-locale",
13984 "time",
13985]
13986
13987[[package]]
13988name = "tiny-keccak"
13989version = "2.0.2"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13992dependencies = [
13993 "crunchy",
13994]
13995
13996[[package]]
13997name = "tiny-skia"
13998version = "0.11.4"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14001dependencies = [
14002 "arrayref",
14003 "arrayvec",
14004 "bytemuck",
14005 "cfg-if",
14006 "log",
14007 "png",
14008 "tiny-skia-path",
14009]
14010
14011[[package]]
14012name = "tiny-skia-path"
14013version = "0.11.4"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14016dependencies = [
14017 "arrayref",
14018 "bytemuck",
14019 "strict-num",
14020]
14021
14022[[package]]
14023name = "tiny_http"
14024version = "0.8.2"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14027dependencies = [
14028 "ascii",
14029 "chrono",
14030 "chunked_transfer",
14031 "log",
14032 "url",
14033]
14034
14035[[package]]
14036name = "tinystr"
14037version = "0.7.6"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14040dependencies = [
14041 "displaydoc",
14042 "zerovec",
14043]
14044
14045[[package]]
14046name = "tinytemplate"
14047version = "1.2.1"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14050dependencies = [
14051 "serde",
14052 "serde_json",
14053]
14054
14055[[package]]
14056name = "tinyvec"
14057version = "1.8.0"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14060dependencies = [
14061 "tinyvec_macros",
14062]
14063
14064[[package]]
14065name = "tinyvec_macros"
14066version = "0.1.1"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14069
14070[[package]]
14071name = "title_bar"
14072version = "0.1.0"
14073dependencies = [
14074 "auto_update",
14075 "call",
14076 "client",
14077 "collections",
14078 "feature_flags",
14079 "git_ui",
14080 "gpui",
14081 "http_client",
14082 "notifications",
14083 "pretty_assertions",
14084 "project",
14085 "remote",
14086 "rpc",
14087 "schemars",
14088 "serde",
14089 "settings",
14090 "smallvec",
14091 "story",
14092 "telemetry",
14093 "theme",
14094 "tree-sitter-md",
14095 "ui",
14096 "util",
14097 "windows 0.60.0",
14098 "workspace",
14099 "zed_actions",
14100 "zeta",
14101]
14102
14103[[package]]
14104name = "tokio"
14105version = "1.43.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14108dependencies = [
14109 "backtrace",
14110 "bytes 1.10.1",
14111 "libc",
14112 "mio 1.0.3",
14113 "parking_lot",
14114 "pin-project-lite",
14115 "signal-hook-registry",
14116 "socket2",
14117 "tokio-macros",
14118 "windows-sys 0.52.0",
14119]
14120
14121[[package]]
14122name = "tokio-io"
14123version = "0.1.13"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14126dependencies = [
14127 "bytes 0.4.12",
14128 "futures 0.1.31",
14129 "log",
14130]
14131
14132[[package]]
14133name = "tokio-macros"
14134version = "2.5.0"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14137dependencies = [
14138 "proc-macro2",
14139 "quote",
14140 "syn 2.0.90",
14141]
14142
14143[[package]]
14144name = "tokio-native-tls"
14145version = "0.3.1"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14148dependencies = [
14149 "native-tls",
14150 "tokio",
14151]
14152
14153[[package]]
14154name = "tokio-rustls"
14155version = "0.24.1"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14158dependencies = [
14159 "rustls 0.21.12",
14160 "tokio",
14161]
14162
14163[[package]]
14164name = "tokio-rustls"
14165version = "0.26.1"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14168dependencies = [
14169 "rustls 0.23.23",
14170 "tokio",
14171]
14172
14173[[package]]
14174name = "tokio-socks"
14175version = "0.5.2"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14178dependencies = [
14179 "either",
14180 "futures-io",
14181 "futures-util",
14182 "thiserror 1.0.69",
14183 "tokio",
14184]
14185
14186[[package]]
14187name = "tokio-stream"
14188version = "0.1.17"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14191dependencies = [
14192 "futures-core",
14193 "pin-project-lite",
14194 "tokio",
14195]
14196
14197[[package]]
14198name = "tokio-tungstenite"
14199version = "0.20.1"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14202dependencies = [
14203 "futures-util",
14204 "log",
14205 "rustls 0.21.12",
14206 "rustls-native-certs 0.6.3",
14207 "tokio",
14208 "tokio-rustls 0.24.1",
14209 "tungstenite 0.20.1",
14210]
14211
14212[[package]]
14213name = "tokio-tungstenite"
14214version = "0.21.0"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14217dependencies = [
14218 "futures-util",
14219 "log",
14220 "tokio",
14221 "tungstenite 0.21.0",
14222]
14223
14224[[package]]
14225name = "tokio-util"
14226version = "0.7.13"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14229dependencies = [
14230 "bytes 1.10.1",
14231 "futures-core",
14232 "futures-io",
14233 "futures-sink",
14234 "pin-project-lite",
14235 "tokio",
14236]
14237
14238[[package]]
14239name = "toml"
14240version = "0.5.11"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14243dependencies = [
14244 "serde",
14245]
14246
14247[[package]]
14248name = "toml"
14249version = "0.8.20"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14252dependencies = [
14253 "serde",
14254 "serde_spanned",
14255 "toml_datetime",
14256 "toml_edit",
14257]
14258
14259[[package]]
14260name = "toml_datetime"
14261version = "0.6.8"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14264dependencies = [
14265 "serde",
14266]
14267
14268[[package]]
14269name = "toml_edit"
14270version = "0.22.23"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14273dependencies = [
14274 "indexmap",
14275 "serde",
14276 "serde_spanned",
14277 "toml_datetime",
14278 "winnow 0.7.1",
14279]
14280
14281[[package]]
14282name = "toolchain_selector"
14283version = "0.1.0"
14284dependencies = [
14285 "editor",
14286 "fuzzy",
14287 "gpui",
14288 "language",
14289 "picker",
14290 "project",
14291 "ui",
14292 "util",
14293 "workspace",
14294]
14295
14296[[package]]
14297name = "topological-sort"
14298version = "0.2.2"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14301
14302[[package]]
14303name = "tower"
14304version = "0.4.13"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14307dependencies = [
14308 "futures-core",
14309 "futures-util",
14310 "pin-project",
14311 "pin-project-lite",
14312 "tokio",
14313 "tower-layer",
14314 "tower-service",
14315 "tracing",
14316]
14317
14318[[package]]
14319name = "tower-http"
14320version = "0.3.5"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14323dependencies = [
14324 "bitflags 1.3.2",
14325 "bytes 1.10.1",
14326 "futures-core",
14327 "futures-util",
14328 "http 0.2.12",
14329 "http-body 0.4.6",
14330 "http-range-header",
14331 "pin-project-lite",
14332 "tower-layer",
14333 "tower-service",
14334]
14335
14336[[package]]
14337name = "tower-http"
14338version = "0.4.4"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14341dependencies = [
14342 "bitflags 2.8.0",
14343 "bytes 1.10.1",
14344 "futures-core",
14345 "futures-util",
14346 "http 0.2.12",
14347 "http-body 0.4.6",
14348 "http-range-header",
14349 "pin-project-lite",
14350 "tower-layer",
14351 "tower-service",
14352 "tracing",
14353]
14354
14355[[package]]
14356name = "tower-layer"
14357version = "0.3.3"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14360
14361[[package]]
14362name = "tower-service"
14363version = "0.3.3"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14366
14367[[package]]
14368name = "tracing"
14369version = "0.1.41"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14372dependencies = [
14373 "log",
14374 "pin-project-lite",
14375 "tracing-attributes",
14376 "tracing-core",
14377]
14378
14379[[package]]
14380name = "tracing-attributes"
14381version = "0.1.28"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14384dependencies = [
14385 "proc-macro2",
14386 "quote",
14387 "syn 2.0.90",
14388]
14389
14390[[package]]
14391name = "tracing-core"
14392version = "0.1.33"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14395dependencies = [
14396 "once_cell",
14397 "valuable",
14398]
14399
14400[[package]]
14401name = "tracing-log"
14402version = "0.2.0"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14405dependencies = [
14406 "log",
14407 "once_cell",
14408 "tracing-core",
14409]
14410
14411[[package]]
14412name = "tracing-serde"
14413version = "0.2.0"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14416dependencies = [
14417 "serde",
14418 "tracing-core",
14419]
14420
14421[[package]]
14422name = "tracing-subscriber"
14423version = "0.3.19"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14426dependencies = [
14427 "matchers",
14428 "nu-ansi-term",
14429 "once_cell",
14430 "regex",
14431 "serde",
14432 "serde_json",
14433 "sharded-slab",
14434 "smallvec",
14435 "thread_local",
14436 "tracing",
14437 "tracing-core",
14438 "tracing-log",
14439 "tracing-serde",
14440]
14441
14442[[package]]
14443name = "trait-variant"
14444version = "0.1.2"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14447dependencies = [
14448 "proc-macro2",
14449 "quote",
14450 "syn 2.0.90",
14451]
14452
14453[[package]]
14454name = "tree-sitter"
14455version = "0.25.3"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14458dependencies = [
14459 "cc",
14460 "regex",
14461 "regex-syntax 0.8.5",
14462 "serde_json",
14463 "streaming-iterator",
14464 "tree-sitter-language",
14465 "wasmtime-c-api-impl",
14466]
14467
14468[[package]]
14469name = "tree-sitter-bash"
14470version = "0.23.3"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14473dependencies = [
14474 "cc",
14475 "tree-sitter-language",
14476]
14477
14478[[package]]
14479name = "tree-sitter-c"
14480version = "0.23.4"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14483dependencies = [
14484 "cc",
14485 "tree-sitter-language",
14486]
14487
14488[[package]]
14489name = "tree-sitter-cpp"
14490version = "0.23.4"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14493dependencies = [
14494 "cc",
14495 "tree-sitter-language",
14496]
14497
14498[[package]]
14499name = "tree-sitter-css"
14500version = "0.23.2"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14503dependencies = [
14504 "cc",
14505 "tree-sitter-language",
14506]
14507
14508[[package]]
14509name = "tree-sitter-diff"
14510version = "0.1.0"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14513dependencies = [
14514 "cc",
14515 "tree-sitter-language",
14516]
14517
14518[[package]]
14519name = "tree-sitter-elixir"
14520version = "0.3.4"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14523dependencies = [
14524 "cc",
14525 "tree-sitter-language",
14526]
14527
14528[[package]]
14529name = "tree-sitter-embedded-template"
14530version = "0.23.2"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14533dependencies = [
14534 "cc",
14535 "tree-sitter-language",
14536]
14537
14538[[package]]
14539name = "tree-sitter-gitcommit"
14540version = "0.0.1"
14541source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14542dependencies = [
14543 "cc",
14544 "tree-sitter-language",
14545]
14546
14547[[package]]
14548name = "tree-sitter-go"
14549version = "0.23.4"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14552dependencies = [
14553 "cc",
14554 "tree-sitter-language",
14555]
14556
14557[[package]]
14558name = "tree-sitter-gomod"
14559version = "1.1.1"
14560source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14561dependencies = [
14562 "cc",
14563 "tree-sitter-language",
14564]
14565
14566[[package]]
14567name = "tree-sitter-gowork"
14568version = "0.0.1"
14569source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14570dependencies = [
14571 "cc",
14572 "tree-sitter-language",
14573]
14574
14575[[package]]
14576name = "tree-sitter-heex"
14577version = "0.0.1"
14578source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14579dependencies = [
14580 "cc",
14581 "tree-sitter-language",
14582]
14583
14584[[package]]
14585name = "tree-sitter-html"
14586version = "0.23.2"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14589dependencies = [
14590 "cc",
14591 "tree-sitter-language",
14592]
14593
14594[[package]]
14595name = "tree-sitter-jsdoc"
14596version = "0.23.2"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14599dependencies = [
14600 "cc",
14601 "tree-sitter-language",
14602]
14603
14604[[package]]
14605name = "tree-sitter-json"
14606version = "0.24.8"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14609dependencies = [
14610 "cc",
14611 "tree-sitter-language",
14612]
14613
14614[[package]]
14615name = "tree-sitter-language"
14616version = "0.1.3"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14619
14620[[package]]
14621name = "tree-sitter-md"
14622version = "0.3.2"
14623source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14624dependencies = [
14625 "cc",
14626 "tree-sitter-language",
14627]
14628
14629[[package]]
14630name = "tree-sitter-python"
14631version = "0.23.6"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14634dependencies = [
14635 "cc",
14636 "tree-sitter-language",
14637]
14638
14639[[package]]
14640name = "tree-sitter-regex"
14641version = "0.24.3"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14644dependencies = [
14645 "cc",
14646 "tree-sitter-language",
14647]
14648
14649[[package]]
14650name = "tree-sitter-ruby"
14651version = "0.23.1"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14654dependencies = [
14655 "cc",
14656 "tree-sitter-language",
14657]
14658
14659[[package]]
14660name = "tree-sitter-rust"
14661version = "0.23.2"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14664dependencies = [
14665 "cc",
14666 "tree-sitter-language",
14667]
14668
14669[[package]]
14670name = "tree-sitter-typescript"
14671version = "0.23.2"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14674dependencies = [
14675 "cc",
14676 "tree-sitter-language",
14677]
14678
14679[[package]]
14680name = "tree-sitter-yaml"
14681version = "0.6.1"
14682source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14683dependencies = [
14684 "cc",
14685 "tree-sitter-language",
14686]
14687
14688[[package]]
14689name = "try-lock"
14690version = "0.2.5"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14693
14694[[package]]
14695name = "ttf-parser"
14696version = "0.21.1"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14699
14700[[package]]
14701name = "ttf-parser"
14702version = "0.25.1"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14705dependencies = [
14706 "core_maths",
14707]
14708
14709[[package]]
14710name = "tungstenite"
14711version = "0.20.1"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14714dependencies = [
14715 "byteorder",
14716 "bytes 1.10.1",
14717 "data-encoding",
14718 "http 0.2.12",
14719 "httparse",
14720 "log",
14721 "rand 0.8.5",
14722 "rustls 0.21.12",
14723 "sha1",
14724 "thiserror 1.0.69",
14725 "url",
14726 "utf-8",
14727]
14728
14729[[package]]
14730name = "tungstenite"
14731version = "0.21.0"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14734dependencies = [
14735 "byteorder",
14736 "bytes 1.10.1",
14737 "data-encoding",
14738 "http 1.2.0",
14739 "httparse",
14740 "log",
14741 "rand 0.8.5",
14742 "sha1",
14743 "thiserror 1.0.69",
14744 "url",
14745 "utf-8",
14746]
14747
14748[[package]]
14749name = "tungstenite"
14750version = "0.24.0"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14753dependencies = [
14754 "byteorder",
14755 "bytes 1.10.1",
14756 "data-encoding",
14757 "http 1.2.0",
14758 "httparse",
14759 "log",
14760 "rand 0.8.5",
14761 "sha1",
14762 "thiserror 1.0.69",
14763 "utf-8",
14764]
14765
14766[[package]]
14767name = "typeid"
14768version = "1.0.2"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14771
14772[[package]]
14773name = "typenum"
14774version = "1.17.0"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14777
14778[[package]]
14779name = "ucd-trie"
14780version = "0.1.7"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14783
14784[[package]]
14785name = "uds_windows"
14786version = "1.1.0"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14789dependencies = [
14790 "memoffset",
14791 "tempfile",
14792 "winapi",
14793]
14794
14795[[package]]
14796name = "ui"
14797version = "0.1.0"
14798dependencies = [
14799 "chrono",
14800 "component",
14801 "gpui",
14802 "itertools 0.14.0",
14803 "linkme",
14804 "menu",
14805 "serde",
14806 "settings",
14807 "smallvec",
14808 "story",
14809 "strum",
14810 "theme",
14811 "ui_macros",
14812 "util",
14813 "windows 0.60.0",
14814]
14815
14816[[package]]
14817name = "ui_input"
14818version = "0.1.0"
14819dependencies = [
14820 "editor",
14821 "gpui",
14822 "settings",
14823 "theme",
14824 "ui",
14825]
14826
14827[[package]]
14828name = "ui_macros"
14829version = "0.1.0"
14830dependencies = [
14831 "convert_case 0.8.0",
14832 "linkme",
14833 "proc-macro2",
14834 "quote",
14835 "syn 1.0.109",
14836]
14837
14838[[package]]
14839name = "unicase"
14840version = "2.8.1"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14843
14844[[package]]
14845name = "unicode-bidi"
14846version = "0.3.17"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14849
14850[[package]]
14851name = "unicode-bidi-mirroring"
14852version = "0.2.0"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14855
14856[[package]]
14857name = "unicode-bidi-mirroring"
14858version = "0.4.0"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14861
14862[[package]]
14863name = "unicode-ccc"
14864version = "0.2.0"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14867
14868[[package]]
14869name = "unicode-ccc"
14870version = "0.4.0"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14873
14874[[package]]
14875name = "unicode-ident"
14876version = "1.0.14"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14879
14880[[package]]
14881name = "unicode-linebreak"
14882version = "0.1.5"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14885
14886[[package]]
14887name = "unicode-normalization"
14888version = "0.1.24"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14891dependencies = [
14892 "tinyvec",
14893]
14894
14895[[package]]
14896name = "unicode-properties"
14897version = "0.1.3"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14900
14901[[package]]
14902name = "unicode-script"
14903version = "0.5.7"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14906
14907[[package]]
14908name = "unicode-segmentation"
14909version = "1.12.0"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14912
14913[[package]]
14914name = "unicode-vo"
14915version = "0.1.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14918
14919[[package]]
14920name = "unicode-width"
14921version = "0.1.14"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14924
14925[[package]]
14926name = "unicode-xid"
14927version = "0.2.6"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14930
14931[[package]]
14932name = "unicode_categories"
14933version = "0.1.1"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14936
14937[[package]]
14938name = "unindent"
14939version = "0.2.3"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14942
14943[[package]]
14944name = "untrusted"
14945version = "0.9.0"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14948
14949[[package]]
14950name = "url"
14951version = "2.5.4"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14954dependencies = [
14955 "form_urlencoded",
14956 "idna",
14957 "percent-encoding",
14958 "serde",
14959]
14960
14961[[package]]
14962name = "urlencoding"
14963version = "2.1.3"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14966
14967[[package]]
14968name = "usvg"
14969version = "0.45.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
14972dependencies = [
14973 "base64 0.22.1",
14974 "data-url",
14975 "flate2",
14976 "fontdb 0.23.0",
14977 "imagesize",
14978 "kurbo",
14979 "log",
14980 "pico-args",
14981 "roxmltree",
14982 "rustybuzz 0.20.1",
14983 "simplecss",
14984 "siphasher 1.0.1",
14985 "strict-num",
14986 "svgtypes",
14987 "tiny-skia-path",
14988 "unicode-bidi",
14989 "unicode-script",
14990 "unicode-vo",
14991 "xmlwriter",
14992]
14993
14994[[package]]
14995name = "utf-8"
14996version = "0.7.6"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14999
15000[[package]]
15001name = "utf16_iter"
15002version = "1.0.5"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15005
15006[[package]]
15007name = "utf8_iter"
15008version = "1.0.4"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15011
15012[[package]]
15013name = "utf8parse"
15014version = "0.2.2"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15017
15018[[package]]
15019name = "util"
15020version = "0.1.0"
15021dependencies = [
15022 "anyhow",
15023 "async-fs",
15024 "collections",
15025 "dirs 4.0.0",
15026 "dunce",
15027 "futures 0.3.31",
15028 "futures-lite 1.13.0",
15029 "git2",
15030 "globset",
15031 "itertools 0.14.0",
15032 "libc",
15033 "log",
15034 "rand 0.8.5",
15035 "regex",
15036 "rust-embed",
15037 "serde",
15038 "serde_json",
15039 "smol",
15040 "take-until",
15041 "tempfile",
15042 "tendril",
15043 "unicase",
15044 "util_macros",
15045]
15046
15047[[package]]
15048name = "util_macros"
15049version = "0.1.0"
15050dependencies = [
15051 "quote",
15052 "syn 1.0.109",
15053]
15054
15055[[package]]
15056name = "uuid"
15057version = "1.13.2"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15060dependencies = [
15061 "getrandom 0.3.1",
15062 "serde",
15063 "sha1_smol",
15064]
15065
15066[[package]]
15067name = "v_frame"
15068version = "0.3.8"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15071dependencies = [
15072 "aligned-vec",
15073 "num-traits",
15074 "wasm-bindgen",
15075]
15076
15077[[package]]
15078name = "valuable"
15079version = "0.1.0"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15082
15083[[package]]
15084name = "value-bag"
15085version = "1.10.0"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15088dependencies = [
15089 "value-bag-serde1",
15090 "value-bag-sval2",
15091]
15092
15093[[package]]
15094name = "value-bag-serde1"
15095version = "1.10.0"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15098dependencies = [
15099 "erased-serde",
15100 "serde",
15101 "serde_fmt",
15102]
15103
15104[[package]]
15105name = "value-bag-sval2"
15106version = "1.10.0"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15109dependencies = [
15110 "sval",
15111 "sval_buffer",
15112 "sval_dynamic",
15113 "sval_fmt",
15114 "sval_json",
15115 "sval_ref",
15116 "sval_serde",
15117]
15118
15119[[package]]
15120name = "vcpkg"
15121version = "0.2.15"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15124
15125[[package]]
15126name = "version-compare"
15127version = "0.2.0"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15130
15131[[package]]
15132name = "version_check"
15133version = "0.9.5"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15136
15137[[package]]
15138name = "vim"
15139version = "0.1.0"
15140dependencies = [
15141 "anyhow",
15142 "assets",
15143 "async-compat",
15144 "async-trait",
15145 "collections",
15146 "command_palette",
15147 "command_palette_hooks",
15148 "db",
15149 "editor",
15150 "futures 0.3.31",
15151 "git_ui",
15152 "gpui",
15153 "indoc",
15154 "itertools 0.14.0",
15155 "language",
15156 "libc",
15157 "log",
15158 "lsp",
15159 "multi_buffer",
15160 "nvim-rs",
15161 "parking_lot",
15162 "picker",
15163 "project",
15164 "project_panel",
15165 "regex",
15166 "release_channel",
15167 "schemars",
15168 "search",
15169 "serde",
15170 "serde_derive",
15171 "serde_json",
15172 "settings",
15173 "task",
15174 "text",
15175 "theme",
15176 "tokio",
15177 "ui",
15178 "util",
15179 "vim_mode_setting",
15180 "workspace",
15181 "zed_actions",
15182]
15183
15184[[package]]
15185name = "vim_mode_setting"
15186version = "0.1.0"
15187dependencies = [
15188 "anyhow",
15189 "gpui",
15190 "settings",
15191]
15192
15193[[package]]
15194name = "vscode_theme"
15195version = "0.2.0"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15198dependencies = [
15199 "serde",
15200]
15201
15202[[package]]
15203name = "vsimd"
15204version = "0.8.0"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15207
15208[[package]]
15209name = "vswhom"
15210version = "0.1.0"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15213dependencies = [
15214 "libc",
15215 "vswhom-sys",
15216]
15217
15218[[package]]
15219name = "vswhom-sys"
15220version = "0.1.2"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15223dependencies = [
15224 "cc",
15225 "libc",
15226]
15227
15228[[package]]
15229name = "vte"
15230version = "0.15.0"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15233dependencies = [
15234 "arrayvec",
15235 "bitflags 2.8.0",
15236 "cursor-icon",
15237 "log",
15238 "memchr",
15239 "serde",
15240]
15241
15242[[package]]
15243name = "waker-fn"
15244version = "1.2.0"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15247
15248[[package]]
15249name = "walkdir"
15250version = "2.5.0"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15253dependencies = [
15254 "same-file",
15255 "winapi-util",
15256]
15257
15258[[package]]
15259name = "want"
15260version = "0.3.1"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15263dependencies = [
15264 "try-lock",
15265]
15266
15267[[package]]
15268name = "warp"
15269version = "0.3.7"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15272dependencies = [
15273 "bytes 1.10.1",
15274 "futures-channel",
15275 "futures-util",
15276 "headers",
15277 "http 0.2.12",
15278 "hyper 0.14.32",
15279 "log",
15280 "mime",
15281 "mime_guess",
15282 "percent-encoding",
15283 "pin-project",
15284 "scoped-tls",
15285 "serde",
15286 "serde_json",
15287 "serde_urlencoded",
15288 "tokio",
15289 "tokio-tungstenite 0.21.0",
15290 "tokio-util",
15291 "tower-service",
15292 "tracing",
15293]
15294
15295[[package]]
15296name = "wasi"
15297version = "0.9.0+wasi-snapshot-preview1"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15300
15301[[package]]
15302name = "wasi"
15303version = "0.11.0+wasi-snapshot-preview1"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15306
15307[[package]]
15308name = "wasi"
15309version = "0.13.3+wasi-0.2.2"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15312dependencies = [
15313 "wit-bindgen-rt 0.33.0",
15314]
15315
15316[[package]]
15317name = "wasite"
15318version = "0.1.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15321
15322[[package]]
15323name = "wasm-bindgen"
15324version = "0.2.99"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15327dependencies = [
15328 "cfg-if",
15329 "once_cell",
15330 "wasm-bindgen-macro",
15331]
15332
15333[[package]]
15334name = "wasm-bindgen-backend"
15335version = "0.2.99"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15338dependencies = [
15339 "bumpalo",
15340 "log",
15341 "proc-macro2",
15342 "quote",
15343 "syn 2.0.90",
15344 "wasm-bindgen-shared",
15345]
15346
15347[[package]]
15348name = "wasm-bindgen-futures"
15349version = "0.4.49"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15352dependencies = [
15353 "cfg-if",
15354 "js-sys",
15355 "once_cell",
15356 "wasm-bindgen",
15357 "web-sys",
15358]
15359
15360[[package]]
15361name = "wasm-bindgen-macro"
15362version = "0.2.99"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15365dependencies = [
15366 "quote",
15367 "wasm-bindgen-macro-support",
15368]
15369
15370[[package]]
15371name = "wasm-bindgen-macro-support"
15372version = "0.2.99"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15375dependencies = [
15376 "proc-macro2",
15377 "quote",
15378 "syn 2.0.90",
15379 "wasm-bindgen-backend",
15380 "wasm-bindgen-shared",
15381]
15382
15383[[package]]
15384name = "wasm-bindgen-shared"
15385version = "0.2.99"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15388
15389[[package]]
15390name = "wasm-encoder"
15391version = "0.201.0"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15394dependencies = [
15395 "leb128",
15396]
15397
15398[[package]]
15399name = "wasm-encoder"
15400version = "0.221.3"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15403dependencies = [
15404 "leb128",
15405 "wasmparser 0.221.3",
15406]
15407
15408[[package]]
15409name = "wasm-metadata"
15410version = "0.201.0"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15413dependencies = [
15414 "anyhow",
15415 "indexmap",
15416 "serde",
15417 "serde_derive",
15418 "serde_json",
15419 "spdx",
15420 "wasm-encoder 0.201.0",
15421 "wasmparser 0.201.0",
15422]
15423
15424[[package]]
15425name = "wasm-metadata"
15426version = "0.221.3"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15429dependencies = [
15430 "anyhow",
15431 "indexmap",
15432 "serde",
15433 "serde_derive",
15434 "serde_json",
15435 "spdx",
15436 "wasm-encoder 0.221.3",
15437 "wasmparser 0.221.3",
15438]
15439
15440[[package]]
15441name = "wasm-streams"
15442version = "0.4.2"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15445dependencies = [
15446 "futures-util",
15447 "js-sys",
15448 "wasm-bindgen",
15449 "wasm-bindgen-futures",
15450 "web-sys",
15451]
15452
15453[[package]]
15454name = "wasmparser"
15455version = "0.201.0"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15458dependencies = [
15459 "bitflags 2.8.0",
15460 "indexmap",
15461 "semver",
15462]
15463
15464[[package]]
15465name = "wasmparser"
15466version = "0.221.3"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15469dependencies = [
15470 "bitflags 2.8.0",
15471 "hashbrown 0.15.2",
15472 "indexmap",
15473 "semver",
15474 "serde",
15475]
15476
15477[[package]]
15478name = "wasmprinter"
15479version = "0.221.3"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15482dependencies = [
15483 "anyhow",
15484 "termcolor",
15485 "wasmparser 0.221.3",
15486]
15487
15488[[package]]
15489name = "wasmtime"
15490version = "29.0.1"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15493dependencies = [
15494 "anyhow",
15495 "async-trait",
15496 "bitflags 2.8.0",
15497 "bumpalo",
15498 "cc",
15499 "cfg-if",
15500 "encoding_rs",
15501 "hashbrown 0.14.5",
15502 "indexmap",
15503 "libc",
15504 "log",
15505 "mach2",
15506 "memfd",
15507 "object",
15508 "once_cell",
15509 "paste",
15510 "postcard",
15511 "psm",
15512 "pulley-interpreter",
15513 "rustix",
15514 "semver",
15515 "serde",
15516 "serde_derive",
15517 "smallvec",
15518 "sptr",
15519 "target-lexicon 0.13.2",
15520 "trait-variant",
15521 "wasmparser 0.221.3",
15522 "wasmtime-asm-macros",
15523 "wasmtime-component-macro",
15524 "wasmtime-component-util",
15525 "wasmtime-cranelift",
15526 "wasmtime-environ",
15527 "wasmtime-fiber",
15528 "wasmtime-jit-icache-coherence",
15529 "wasmtime-math",
15530 "wasmtime-slab",
15531 "wasmtime-versioned-export-macros",
15532 "wasmtime-winch",
15533 "windows-sys 0.59.0",
15534]
15535
15536[[package]]
15537name = "wasmtime-asm-macros"
15538version = "29.0.1"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15541dependencies = [
15542 "cfg-if",
15543]
15544
15545[[package]]
15546name = "wasmtime-c-api-impl"
15547version = "29.0.1"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15550dependencies = [
15551 "anyhow",
15552 "log",
15553 "tracing",
15554 "wasmtime",
15555 "wasmtime-c-api-macros",
15556]
15557
15558[[package]]
15559name = "wasmtime-c-api-macros"
15560version = "29.0.1"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15563dependencies = [
15564 "proc-macro2",
15565 "quote",
15566]
15567
15568[[package]]
15569name = "wasmtime-component-macro"
15570version = "29.0.1"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15573dependencies = [
15574 "anyhow",
15575 "proc-macro2",
15576 "quote",
15577 "syn 2.0.90",
15578 "wasmtime-component-util",
15579 "wasmtime-wit-bindgen",
15580 "wit-parser 0.221.3",
15581]
15582
15583[[package]]
15584name = "wasmtime-component-util"
15585version = "29.0.1"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15588
15589[[package]]
15590name = "wasmtime-cranelift"
15591version = "29.0.1"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15594dependencies = [
15595 "anyhow",
15596 "cfg-if",
15597 "cranelift-codegen",
15598 "cranelift-control",
15599 "cranelift-entity",
15600 "cranelift-frontend",
15601 "cranelift-native",
15602 "gimli",
15603 "itertools 0.12.1",
15604 "log",
15605 "object",
15606 "smallvec",
15607 "target-lexicon 0.13.2",
15608 "thiserror 1.0.69",
15609 "wasmparser 0.221.3",
15610 "wasmtime-environ",
15611 "wasmtime-versioned-export-macros",
15612]
15613
15614[[package]]
15615name = "wasmtime-environ"
15616version = "29.0.1"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15619dependencies = [
15620 "anyhow",
15621 "cpp_demangle",
15622 "cranelift-bitset",
15623 "cranelift-entity",
15624 "gimli",
15625 "indexmap",
15626 "log",
15627 "object",
15628 "postcard",
15629 "rustc-demangle",
15630 "semver",
15631 "serde",
15632 "serde_derive",
15633 "smallvec",
15634 "target-lexicon 0.13.2",
15635 "wasm-encoder 0.221.3",
15636 "wasmparser 0.221.3",
15637 "wasmprinter",
15638 "wasmtime-component-util",
15639]
15640
15641[[package]]
15642name = "wasmtime-fiber"
15643version = "29.0.1"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15646dependencies = [
15647 "anyhow",
15648 "cc",
15649 "cfg-if",
15650 "rustix",
15651 "wasmtime-asm-macros",
15652 "wasmtime-versioned-export-macros",
15653 "windows-sys 0.59.0",
15654]
15655
15656[[package]]
15657name = "wasmtime-jit-icache-coherence"
15658version = "29.0.1"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15661dependencies = [
15662 "anyhow",
15663 "cfg-if",
15664 "libc",
15665 "windows-sys 0.59.0",
15666]
15667
15668[[package]]
15669name = "wasmtime-math"
15670version = "29.0.1"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15673dependencies = [
15674 "libm",
15675]
15676
15677[[package]]
15678name = "wasmtime-slab"
15679version = "29.0.1"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15682
15683[[package]]
15684name = "wasmtime-versioned-export-macros"
15685version = "29.0.1"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15688dependencies = [
15689 "proc-macro2",
15690 "quote",
15691 "syn 2.0.90",
15692]
15693
15694[[package]]
15695name = "wasmtime-wasi"
15696version = "29.0.1"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15699dependencies = [
15700 "anyhow",
15701 "async-trait",
15702 "bitflags 2.8.0",
15703 "bytes 1.10.1",
15704 "cap-fs-ext",
15705 "cap-net-ext",
15706 "cap-rand",
15707 "cap-std",
15708 "cap-time-ext",
15709 "fs-set-times",
15710 "futures 0.3.31",
15711 "io-extras",
15712 "io-lifetimes",
15713 "rustix",
15714 "system-interface",
15715 "thiserror 1.0.69",
15716 "tokio",
15717 "tracing",
15718 "trait-variant",
15719 "url",
15720 "wasmtime",
15721 "wiggle",
15722 "windows-sys 0.59.0",
15723]
15724
15725[[package]]
15726name = "wasmtime-winch"
15727version = "29.0.1"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15730dependencies = [
15731 "anyhow",
15732 "cranelift-codegen",
15733 "gimli",
15734 "object",
15735 "target-lexicon 0.13.2",
15736 "wasmparser 0.221.3",
15737 "wasmtime-cranelift",
15738 "wasmtime-environ",
15739 "winch-codegen",
15740]
15741
15742[[package]]
15743name = "wasmtime-wit-bindgen"
15744version = "29.0.1"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15747dependencies = [
15748 "anyhow",
15749 "heck 0.5.0",
15750 "indexmap",
15751 "wit-parser 0.221.3",
15752]
15753
15754[[package]]
15755name = "wast"
15756version = "35.0.2"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15759dependencies = [
15760 "leb128",
15761]
15762
15763[[package]]
15764name = "wayland-backend"
15765version = "0.3.8"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15768dependencies = [
15769 "cc",
15770 "downcast-rs",
15771 "rustix",
15772 "scoped-tls",
15773 "smallvec",
15774 "wayland-sys",
15775]
15776
15777[[package]]
15778name = "wayland-client"
15779version = "0.31.8"
15780source = "registry+https://github.com/rust-lang/crates.io-index"
15781checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15782dependencies = [
15783 "bitflags 2.8.0",
15784 "rustix",
15785 "wayland-backend",
15786 "wayland-scanner",
15787]
15788
15789[[package]]
15790name = "wayland-cursor"
15791version = "0.31.8"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15794dependencies = [
15795 "rustix",
15796 "wayland-client",
15797 "xcursor",
15798]
15799
15800[[package]]
15801name = "wayland-protocols"
15802version = "0.31.2"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15805dependencies = [
15806 "bitflags 2.8.0",
15807 "wayland-backend",
15808 "wayland-client",
15809 "wayland-scanner",
15810]
15811
15812[[package]]
15813name = "wayland-protocols-plasma"
15814version = "0.2.0"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15817dependencies = [
15818 "bitflags 2.8.0",
15819 "wayland-backend",
15820 "wayland-client",
15821 "wayland-protocols",
15822 "wayland-scanner",
15823]
15824
15825[[package]]
15826name = "wayland-scanner"
15827version = "0.31.6"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15830dependencies = [
15831 "proc-macro2",
15832 "quick-xml 0.37.2",
15833 "quote",
15834]
15835
15836[[package]]
15837name = "wayland-sys"
15838version = "0.31.6"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15841dependencies = [
15842 "dlib",
15843 "log",
15844 "once_cell",
15845 "pkg-config",
15846]
15847
15848[[package]]
15849name = "web-sys"
15850version = "0.3.76"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15853dependencies = [
15854 "js-sys",
15855 "wasm-bindgen",
15856]
15857
15858[[package]]
15859name = "web-time"
15860version = "1.1.0"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15863dependencies = [
15864 "js-sys",
15865 "wasm-bindgen",
15866]
15867
15868[[package]]
15869name = "webpki-root-certs"
15870version = "0.26.8"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15873dependencies = [
15874 "rustls-pki-types",
15875]
15876
15877[[package]]
15878name = "webpki-roots"
15879version = "0.26.7"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15882dependencies = [
15883 "rustls-pki-types",
15884]
15885
15886[[package]]
15887name = "webrtc-sys"
15888version = "0.3.5"
15889source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15890dependencies = [
15891 "cc",
15892 "cxx",
15893 "cxx-build",
15894 "glob",
15895 "log",
15896 "webrtc-sys-build",
15897]
15898
15899[[package]]
15900name = "webrtc-sys-build"
15901version = "0.3.5"
15902source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15903dependencies = [
15904 "fs2",
15905 "regex",
15906 "reqwest 0.11.27",
15907 "scratch",
15908 "semver",
15909 "zip",
15910]
15911
15912[[package]]
15913name = "weezl"
15914version = "0.1.8"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15917
15918[[package]]
15919name = "welcome"
15920version = "0.1.0"
15921dependencies = [
15922 "anyhow",
15923 "client",
15924 "db",
15925 "editor",
15926 "fuzzy",
15927 "gpui",
15928 "install_cli",
15929 "language",
15930 "picker",
15931 "project",
15932 "schemars",
15933 "serde",
15934 "settings",
15935 "telemetry",
15936 "ui",
15937 "util",
15938 "vim_mode_setting",
15939 "workspace",
15940 "zed_actions",
15941]
15942
15943[[package]]
15944name = "which"
15945version = "4.4.2"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15948dependencies = [
15949 "either",
15950 "home",
15951 "once_cell",
15952 "rustix",
15953]
15954
15955[[package]]
15956name = "which"
15957version = "6.0.3"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15960dependencies = [
15961 "either",
15962 "home",
15963 "rustix",
15964 "winsafe",
15965]
15966
15967[[package]]
15968name = "which"
15969version = "7.0.2"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15972dependencies = [
15973 "either",
15974 "env_home",
15975 "rustix",
15976 "winsafe",
15977]
15978
15979[[package]]
15980name = "whoami"
15981version = "1.5.2"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15984dependencies = [
15985 "redox_syscall 0.5.8",
15986 "wasite",
15987]
15988
15989[[package]]
15990name = "wiggle"
15991version = "29.0.1"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15994dependencies = [
15995 "anyhow",
15996 "async-trait",
15997 "bitflags 2.8.0",
15998 "thiserror 1.0.69",
15999 "tracing",
16000 "wasmtime",
16001 "wiggle-macro",
16002]
16003
16004[[package]]
16005name = "wiggle-generate"
16006version = "29.0.1"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16009dependencies = [
16010 "anyhow",
16011 "heck 0.5.0",
16012 "proc-macro2",
16013 "quote",
16014 "shellexpand 2.1.2",
16015 "syn 2.0.90",
16016 "witx",
16017]
16018
16019[[package]]
16020name = "wiggle-macro"
16021version = "29.0.1"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16024dependencies = [
16025 "proc-macro2",
16026 "quote",
16027 "syn 2.0.90",
16028 "wiggle-generate",
16029]
16030
16031[[package]]
16032name = "winapi"
16033version = "0.3.9"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16036dependencies = [
16037 "winapi-i686-pc-windows-gnu",
16038 "winapi-x86_64-pc-windows-gnu",
16039]
16040
16041[[package]]
16042name = "winapi-i686-pc-windows-gnu"
16043version = "0.4.0"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16046
16047[[package]]
16048name = "winapi-util"
16049version = "0.1.9"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16052dependencies = [
16053 "windows-sys 0.59.0",
16054]
16055
16056[[package]]
16057name = "winapi-x86_64-pc-windows-gnu"
16058version = "0.4.0"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16061
16062[[package]]
16063name = "winch-codegen"
16064version = "29.0.1"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16067dependencies = [
16068 "anyhow",
16069 "cranelift-codegen",
16070 "gimli",
16071 "regalloc2",
16072 "smallvec",
16073 "target-lexicon 0.13.2",
16074 "thiserror 1.0.69",
16075 "wasmparser 0.221.3",
16076 "wasmtime-cranelift",
16077 "wasmtime-environ",
16078]
16079
16080[[package]]
16081name = "windows"
16082version = "0.54.0"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16085dependencies = [
16086 "windows-core 0.54.0",
16087 "windows-targets 0.52.6",
16088]
16089
16090[[package]]
16091name = "windows"
16092version = "0.57.0"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16095dependencies = [
16096 "windows-core 0.57.0",
16097 "windows-targets 0.52.6",
16098]
16099
16100[[package]]
16101name = "windows"
16102version = "0.58.0"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16105dependencies = [
16106 "windows-core 0.58.0",
16107 "windows-targets 0.52.6",
16108]
16109
16110[[package]]
16111name = "windows"
16112version = "0.60.0"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16115dependencies = [
16116 "windows-collections",
16117 "windows-core 0.60.1",
16118 "windows-future",
16119 "windows-link",
16120 "windows-numerics",
16121]
16122
16123[[package]]
16124name = "windows-collections"
16125version = "0.1.1"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16128dependencies = [
16129 "windows-core 0.60.1",
16130]
16131
16132[[package]]
16133name = "windows-core"
16134version = "0.52.0"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16137dependencies = [
16138 "windows-targets 0.52.6",
16139]
16140
16141[[package]]
16142name = "windows-core"
16143version = "0.54.0"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16146dependencies = [
16147 "windows-result 0.1.2",
16148 "windows-targets 0.52.6",
16149]
16150
16151[[package]]
16152name = "windows-core"
16153version = "0.57.0"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16156dependencies = [
16157 "windows-implement 0.57.0",
16158 "windows-interface 0.57.0",
16159 "windows-result 0.1.2",
16160 "windows-targets 0.52.6",
16161]
16162
16163[[package]]
16164name = "windows-core"
16165version = "0.58.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16168dependencies = [
16169 "windows-implement 0.58.0",
16170 "windows-interface 0.58.0",
16171 "windows-result 0.2.0",
16172 "windows-strings 0.1.0",
16173 "windows-targets 0.52.6",
16174]
16175
16176[[package]]
16177name = "windows-core"
16178version = "0.60.1"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16181dependencies = [
16182 "windows-implement 0.59.0",
16183 "windows-interface 0.59.0",
16184 "windows-link",
16185 "windows-result 0.3.1",
16186 "windows-strings 0.3.1",
16187]
16188
16189[[package]]
16190name = "windows-future"
16191version = "0.1.1"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16194dependencies = [
16195 "windows-core 0.60.1",
16196 "windows-link",
16197]
16198
16199[[package]]
16200name = "windows-implement"
16201version = "0.57.0"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16204dependencies = [
16205 "proc-macro2",
16206 "quote",
16207 "syn 2.0.90",
16208]
16209
16210[[package]]
16211name = "windows-implement"
16212version = "0.58.0"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16215dependencies = [
16216 "proc-macro2",
16217 "quote",
16218 "syn 2.0.90",
16219]
16220
16221[[package]]
16222name = "windows-implement"
16223version = "0.59.0"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16226dependencies = [
16227 "proc-macro2",
16228 "quote",
16229 "syn 2.0.90",
16230]
16231
16232[[package]]
16233name = "windows-interface"
16234version = "0.57.0"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16237dependencies = [
16238 "proc-macro2",
16239 "quote",
16240 "syn 2.0.90",
16241]
16242
16243[[package]]
16244name = "windows-interface"
16245version = "0.58.0"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16248dependencies = [
16249 "proc-macro2",
16250 "quote",
16251 "syn 2.0.90",
16252]
16253
16254[[package]]
16255name = "windows-interface"
16256version = "0.59.0"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16259dependencies = [
16260 "proc-macro2",
16261 "quote",
16262 "syn 2.0.90",
16263]
16264
16265[[package]]
16266name = "windows-link"
16267version = "0.1.0"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16270
16271[[package]]
16272name = "windows-numerics"
16273version = "0.1.1"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16276dependencies = [
16277 "windows-core 0.60.1",
16278 "windows-link",
16279]
16280
16281[[package]]
16282name = "windows-registry"
16283version = "0.2.0"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16286dependencies = [
16287 "windows-result 0.2.0",
16288 "windows-strings 0.1.0",
16289 "windows-targets 0.52.6",
16290]
16291
16292[[package]]
16293name = "windows-result"
16294version = "0.1.2"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16297dependencies = [
16298 "windows-targets 0.52.6",
16299]
16300
16301[[package]]
16302name = "windows-result"
16303version = "0.2.0"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16306dependencies = [
16307 "windows-targets 0.52.6",
16308]
16309
16310[[package]]
16311name = "windows-result"
16312version = "0.3.1"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16315dependencies = [
16316 "windows-link",
16317]
16318
16319[[package]]
16320name = "windows-strings"
16321version = "0.1.0"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16324dependencies = [
16325 "windows-result 0.2.0",
16326 "windows-targets 0.52.6",
16327]
16328
16329[[package]]
16330name = "windows-strings"
16331version = "0.3.1"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16334dependencies = [
16335 "windows-link",
16336]
16337
16338[[package]]
16339name = "windows-sys"
16340version = "0.45.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16343dependencies = [
16344 "windows-targets 0.42.2",
16345]
16346
16347[[package]]
16348name = "windows-sys"
16349version = "0.48.0"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16352dependencies = [
16353 "windows-targets 0.48.5",
16354]
16355
16356[[package]]
16357name = "windows-sys"
16358version = "0.52.0"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16361dependencies = [
16362 "windows-targets 0.52.6",
16363]
16364
16365[[package]]
16366name = "windows-sys"
16367version = "0.59.0"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16370dependencies = [
16371 "windows-targets 0.52.6",
16372]
16373
16374[[package]]
16375name = "windows-targets"
16376version = "0.42.2"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16379dependencies = [
16380 "windows_aarch64_gnullvm 0.42.2",
16381 "windows_aarch64_msvc 0.42.2",
16382 "windows_i686_gnu 0.42.2",
16383 "windows_i686_msvc 0.42.2",
16384 "windows_x86_64_gnu 0.42.2",
16385 "windows_x86_64_gnullvm 0.42.2",
16386 "windows_x86_64_msvc 0.42.2",
16387]
16388
16389[[package]]
16390name = "windows-targets"
16391version = "0.48.5"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16394dependencies = [
16395 "windows_aarch64_gnullvm 0.48.5",
16396 "windows_aarch64_msvc 0.48.5",
16397 "windows_i686_gnu 0.48.5",
16398 "windows_i686_msvc 0.48.5",
16399 "windows_x86_64_gnu 0.48.5",
16400 "windows_x86_64_gnullvm 0.48.5",
16401 "windows_x86_64_msvc 0.48.5",
16402]
16403
16404[[package]]
16405name = "windows-targets"
16406version = "0.52.6"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16409dependencies = [
16410 "windows_aarch64_gnullvm 0.52.6",
16411 "windows_aarch64_msvc 0.52.6",
16412 "windows_i686_gnu 0.52.6",
16413 "windows_i686_gnullvm",
16414 "windows_i686_msvc 0.52.6",
16415 "windows_x86_64_gnu 0.52.6",
16416 "windows_x86_64_gnullvm 0.52.6",
16417 "windows_x86_64_msvc 0.52.6",
16418]
16419
16420[[package]]
16421name = "windows_aarch64_gnullvm"
16422version = "0.42.2"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16425
16426[[package]]
16427name = "windows_aarch64_gnullvm"
16428version = "0.48.5"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16431
16432[[package]]
16433name = "windows_aarch64_gnullvm"
16434version = "0.52.6"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16437
16438[[package]]
16439name = "windows_aarch64_msvc"
16440version = "0.42.2"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16443
16444[[package]]
16445name = "windows_aarch64_msvc"
16446version = "0.48.5"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16449
16450[[package]]
16451name = "windows_aarch64_msvc"
16452version = "0.52.6"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16455
16456[[package]]
16457name = "windows_i686_gnu"
16458version = "0.42.2"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16461
16462[[package]]
16463name = "windows_i686_gnu"
16464version = "0.48.5"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16467
16468[[package]]
16469name = "windows_i686_gnu"
16470version = "0.52.6"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16473
16474[[package]]
16475name = "windows_i686_gnullvm"
16476version = "0.52.6"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16479
16480[[package]]
16481name = "windows_i686_msvc"
16482version = "0.42.2"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16485
16486[[package]]
16487name = "windows_i686_msvc"
16488version = "0.48.5"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16491
16492[[package]]
16493name = "windows_i686_msvc"
16494version = "0.52.6"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16497
16498[[package]]
16499name = "windows_x86_64_gnu"
16500version = "0.42.2"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16503
16504[[package]]
16505name = "windows_x86_64_gnu"
16506version = "0.48.5"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16509
16510[[package]]
16511name = "windows_x86_64_gnu"
16512version = "0.52.6"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16515
16516[[package]]
16517name = "windows_x86_64_gnullvm"
16518version = "0.42.2"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16521
16522[[package]]
16523name = "windows_x86_64_gnullvm"
16524version = "0.48.5"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16527
16528[[package]]
16529name = "windows_x86_64_gnullvm"
16530version = "0.52.6"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16533
16534[[package]]
16535name = "windows_x86_64_msvc"
16536version = "0.42.2"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16539
16540[[package]]
16541name = "windows_x86_64_msvc"
16542version = "0.48.5"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16545
16546[[package]]
16547name = "windows_x86_64_msvc"
16548version = "0.52.6"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16551
16552[[package]]
16553name = "winnow"
16554version = "0.6.20"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16557dependencies = [
16558 "memchr",
16559]
16560
16561[[package]]
16562name = "winnow"
16563version = "0.7.1"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16566dependencies = [
16567 "memchr",
16568]
16569
16570[[package]]
16571name = "winreg"
16572version = "0.50.0"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16575dependencies = [
16576 "cfg-if",
16577 "windows-sys 0.48.0",
16578]
16579
16580[[package]]
16581name = "winreg"
16582version = "0.52.0"
16583source = "registry+https://github.com/rust-lang/crates.io-index"
16584checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16585dependencies = [
16586 "cfg-if",
16587 "windows-sys 0.48.0",
16588]
16589
16590[[package]]
16591name = "winresource"
16592version = "0.1.19"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16595dependencies = [
16596 "toml 0.8.20",
16597 "version_check",
16598]
16599
16600[[package]]
16601name = "winsafe"
16602version = "0.0.19"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16605
16606[[package]]
16607name = "winx"
16608version = "0.36.4"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16611dependencies = [
16612 "bitflags 2.8.0",
16613 "windows-sys 0.59.0",
16614]
16615
16616[[package]]
16617name = "wio"
16618version = "0.2.2"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16621dependencies = [
16622 "winapi",
16623]
16624
16625[[package]]
16626name = "wit-bindgen"
16627version = "0.22.0"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16630dependencies = [
16631 "bitflags 2.8.0",
16632 "wit-bindgen-rt 0.22.0",
16633 "wit-bindgen-rust-macro",
16634]
16635
16636[[package]]
16637name = "wit-bindgen-core"
16638version = "0.22.0"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16641dependencies = [
16642 "anyhow",
16643 "wit-parser 0.201.0",
16644]
16645
16646[[package]]
16647name = "wit-bindgen-rt"
16648version = "0.22.0"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16651
16652[[package]]
16653name = "wit-bindgen-rt"
16654version = "0.33.0"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16657dependencies = [
16658 "bitflags 2.8.0",
16659]
16660
16661[[package]]
16662name = "wit-bindgen-rust"
16663version = "0.22.0"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16666dependencies = [
16667 "anyhow",
16668 "heck 0.4.1",
16669 "indexmap",
16670 "wasm-metadata 0.201.0",
16671 "wit-bindgen-core",
16672 "wit-component 0.201.0",
16673]
16674
16675[[package]]
16676name = "wit-bindgen-rust-macro"
16677version = "0.22.0"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16680dependencies = [
16681 "anyhow",
16682 "proc-macro2",
16683 "quote",
16684 "syn 2.0.90",
16685 "wit-bindgen-core",
16686 "wit-bindgen-rust",
16687]
16688
16689[[package]]
16690name = "wit-component"
16691version = "0.201.0"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16694dependencies = [
16695 "anyhow",
16696 "bitflags 2.8.0",
16697 "indexmap",
16698 "log",
16699 "serde",
16700 "serde_derive",
16701 "serde_json",
16702 "wasm-encoder 0.201.0",
16703 "wasm-metadata 0.201.0",
16704 "wasmparser 0.201.0",
16705 "wit-parser 0.201.0",
16706]
16707
16708[[package]]
16709name = "wit-component"
16710version = "0.221.3"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16713dependencies = [
16714 "anyhow",
16715 "bitflags 2.8.0",
16716 "indexmap",
16717 "log",
16718 "serde",
16719 "serde_derive",
16720 "serde_json",
16721 "wasm-encoder 0.221.3",
16722 "wasm-metadata 0.221.3",
16723 "wasmparser 0.221.3",
16724 "wit-parser 0.221.3",
16725]
16726
16727[[package]]
16728name = "wit-parser"
16729version = "0.201.0"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16732dependencies = [
16733 "anyhow",
16734 "id-arena",
16735 "indexmap",
16736 "log",
16737 "semver",
16738 "serde",
16739 "serde_derive",
16740 "serde_json",
16741 "unicode-xid",
16742 "wasmparser 0.201.0",
16743]
16744
16745[[package]]
16746name = "wit-parser"
16747version = "0.221.3"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16750dependencies = [
16751 "anyhow",
16752 "id-arena",
16753 "indexmap",
16754 "log",
16755 "semver",
16756 "serde",
16757 "serde_derive",
16758 "serde_json",
16759 "unicode-xid",
16760 "wasmparser 0.221.3",
16761]
16762
16763[[package]]
16764name = "witx"
16765version = "0.9.1"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16768dependencies = [
16769 "anyhow",
16770 "log",
16771 "thiserror 1.0.69",
16772 "wast",
16773]
16774
16775[[package]]
16776name = "workspace"
16777version = "0.1.0"
16778dependencies = [
16779 "any_vec",
16780 "anyhow",
16781 "async-recursion 1.1.1",
16782 "bincode",
16783 "call",
16784 "client",
16785 "clock",
16786 "collections",
16787 "component",
16788 "db",
16789 "derive_more",
16790 "env_logger 0.11.6",
16791 "fs",
16792 "futures 0.3.31",
16793 "gpui",
16794 "http_client",
16795 "itertools 0.14.0",
16796 "language",
16797 "log",
16798 "node_runtime",
16799 "parking_lot",
16800 "postage",
16801 "project",
16802 "remote",
16803 "schemars",
16804 "serde",
16805 "serde_json",
16806 "session",
16807 "settings",
16808 "smallvec",
16809 "sqlez",
16810 "strum",
16811 "task",
16812 "telemetry",
16813 "tempfile",
16814 "theme",
16815 "ui",
16816 "util",
16817 "uuid",
16818 "zed_actions",
16819]
16820
16821[[package]]
16822name = "worktree"
16823version = "0.1.0"
16824dependencies = [
16825 "anyhow",
16826 "clock",
16827 "collections",
16828 "env_logger 0.11.6",
16829 "fs",
16830 "futures 0.3.31",
16831 "fuzzy",
16832 "git",
16833 "git2",
16834 "git_hosting_providers",
16835 "gpui",
16836 "http_client",
16837 "ignore",
16838 "language",
16839 "log",
16840 "parking_lot",
16841 "paths",
16842 "postage",
16843 "pretty_assertions",
16844 "rand 0.8.5",
16845 "rpc",
16846 "schemars",
16847 "serde",
16848 "serde_json",
16849 "settings",
16850 "smallvec",
16851 "smol",
16852 "sum_tree",
16853 "text",
16854 "util",
16855]
16856
16857[[package]]
16858name = "write16"
16859version = "1.0.0"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16862
16863[[package]]
16864name = "writeable"
16865version = "0.5.5"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16868
16869[[package]]
16870name = "wyz"
16871version = "0.5.1"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16874dependencies = [
16875 "tap",
16876]
16877
16878[[package]]
16879name = "x11-clipboard"
16880version = "0.9.3"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16883dependencies = [
16884 "libc",
16885 "x11rb",
16886]
16887
16888[[package]]
16889name = "x11rb"
16890version = "0.13.1"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16893dependencies = [
16894 "as-raw-xcb-connection",
16895 "gethostname",
16896 "libc",
16897 "rustix",
16898 "x11rb-protocol",
16899]
16900
16901[[package]]
16902name = "x11rb-protocol"
16903version = "0.13.1"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16906
16907[[package]]
16908name = "xattr"
16909version = "0.2.3"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16912dependencies = [
16913 "libc",
16914]
16915
16916[[package]]
16917name = "xcursor"
16918version = "0.3.8"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16921
16922[[package]]
16923name = "xdg-home"
16924version = "1.3.0"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16927dependencies = [
16928 "libc",
16929 "windows-sys 0.59.0",
16930]
16931
16932[[package]]
16933name = "xim"
16934version = "0.4.0"
16935source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16936dependencies = [
16937 "ahash 0.8.11",
16938 "hashbrown 0.14.5",
16939 "log",
16940 "x11rb",
16941 "xim-ctext",
16942 "xim-parser",
16943]
16944
16945[[package]]
16946name = "xim-ctext"
16947version = "0.3.0"
16948source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16949dependencies = [
16950 "encoding_rs",
16951]
16952
16953[[package]]
16954name = "xim-parser"
16955version = "0.2.1"
16956source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16957dependencies = [
16958 "bitflags 2.8.0",
16959]
16960
16961[[package]]
16962name = "xkbcommon"
16963version = "0.7.0"
16964source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16965dependencies = [
16966 "as-raw-xcb-connection",
16967 "libc",
16968 "memmap2",
16969 "xkeysym",
16970]
16971
16972[[package]]
16973name = "xkeysym"
16974version = "0.2.1"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16977
16978[[package]]
16979name = "xml5ever"
16980version = "0.18.1"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16983dependencies = [
16984 "log",
16985 "mac",
16986 "markup5ever",
16987]
16988
16989[[package]]
16990name = "xmlparser"
16991version = "0.13.6"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16994
16995[[package]]
16996name = "xmlwriter"
16997version = "0.1.0"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17000
17001[[package]]
17002name = "xtask"
17003version = "0.1.0"
17004dependencies = [
17005 "anyhow",
17006 "cargo_metadata",
17007 "cargo_toml",
17008 "clap",
17009]
17010
17011[[package]]
17012name = "yaml-rust2"
17013version = "0.8.1"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17016dependencies = [
17017 "arraydeque",
17018 "encoding_rs",
17019 "hashlink 0.8.4",
17020]
17021
17022[[package]]
17023name = "yansi"
17024version = "1.0.1"
17025source = "registry+https://github.com/rust-lang/crates.io-index"
17026checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17027
17028[[package]]
17029name = "yazi"
17030version = "0.1.6"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17033
17034[[package]]
17035name = "yeslogic-fontconfig-sys"
17036version = "6.0.0"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17039dependencies = [
17040 "dlib",
17041 "once_cell",
17042 "pkg-config",
17043]
17044
17045[[package]]
17046name = "yoke"
17047version = "0.7.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17050dependencies = [
17051 "serde",
17052 "stable_deref_trait",
17053 "yoke-derive",
17054 "zerofrom",
17055]
17056
17057[[package]]
17058name = "yoke-derive"
17059version = "0.7.5"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17062dependencies = [
17063 "proc-macro2",
17064 "quote",
17065 "syn 2.0.90",
17066 "synstructure",
17067]
17068
17069[[package]]
17070name = "zbus"
17071version = "5.5.0"
17072source = "registry+https://github.com/rust-lang/crates.io-index"
17073checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17074dependencies = [
17075 "async-broadcast",
17076 "async-executor",
17077 "async-fs",
17078 "async-io",
17079 "async-lock",
17080 "async-process",
17081 "async-recursion 1.1.1",
17082 "async-task",
17083 "async-trait",
17084 "blocking",
17085 "enumflags2",
17086 "event-listener 5.3.1",
17087 "futures-core",
17088 "futures-lite 2.6.0",
17089 "hex",
17090 "nix",
17091 "ordered-stream",
17092 "serde",
17093 "serde_repr",
17094 "static_assertions",
17095 "tracing",
17096 "uds_windows",
17097 "windows-sys 0.59.0",
17098 "winnow 0.7.1",
17099 "xdg-home",
17100 "zbus_macros",
17101 "zbus_names",
17102 "zvariant",
17103]
17104
17105[[package]]
17106name = "zbus_macros"
17107version = "5.5.0"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17110dependencies = [
17111 "proc-macro-crate",
17112 "proc-macro2",
17113 "quote",
17114 "syn 2.0.90",
17115 "zbus_names",
17116 "zvariant",
17117 "zvariant_utils",
17118]
17119
17120[[package]]
17121name = "zbus_names"
17122version = "4.1.0"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17125dependencies = [
17126 "serde",
17127 "static_assertions",
17128 "winnow 0.6.20",
17129 "zvariant",
17130]
17131
17132[[package]]
17133name = "zed"
17134version = "0.179.0"
17135dependencies = [
17136 "activity_indicator",
17137 "anyhow",
17138 "ashpd",
17139 "assets",
17140 "assistant",
17141 "assistant2",
17142 "assistant_context_editor",
17143 "assistant_settings",
17144 "assistant_tools",
17145 "async-watch",
17146 "audio",
17147 "auto_update",
17148 "auto_update_ui",
17149 "backtrace",
17150 "breadcrumbs",
17151 "call",
17152 "channel",
17153 "chrono",
17154 "clap",
17155 "cli",
17156 "client",
17157 "collab_ui",
17158 "collections",
17159 "command_palette",
17160 "command_palette_hooks",
17161 "component_preview",
17162 "copilot",
17163 "db",
17164 "diagnostics",
17165 "editor",
17166 "env_logger 0.11.6",
17167 "extension",
17168 "extension_host",
17169 "extensions_ui",
17170 "feature_flags",
17171 "feedback",
17172 "file_finder",
17173 "fs",
17174 "futures 0.3.31",
17175 "git",
17176 "git_hosting_providers",
17177 "git_ui",
17178 "go_to_line",
17179 "gpui",
17180 "gpui_tokio",
17181 "http_client",
17182 "image_viewer",
17183 "inline_completion_button",
17184 "install_cli",
17185 "journal",
17186 "language",
17187 "language_extension",
17188 "language_model",
17189 "language_models",
17190 "language_selector",
17191 "language_tools",
17192 "languages",
17193 "libc",
17194 "log",
17195 "markdown",
17196 "markdown_preview",
17197 "menu",
17198 "migrator",
17199 "mimalloc",
17200 "nix",
17201 "node_runtime",
17202 "notifications",
17203 "outline",
17204 "outline_panel",
17205 "parking_lot",
17206 "paths",
17207 "picker",
17208 "profiling",
17209 "project",
17210 "project_panel",
17211 "project_symbols",
17212 "prompt_store",
17213 "proto",
17214 "recent_projects",
17215 "release_channel",
17216 "remote",
17217 "repl",
17218 "reqwest_client",
17219 "rope",
17220 "search",
17221 "serde",
17222 "serde_json",
17223 "session",
17224 "settings",
17225 "settings_ui",
17226 "shellexpand 2.1.2",
17227 "simplelog",
17228 "smol",
17229 "snippet_provider",
17230 "snippets_ui",
17231 "supermaven",
17232 "sysinfo",
17233 "tab_switcher",
17234 "task",
17235 "tasks_ui",
17236 "telemetry",
17237 "telemetry_events",
17238 "terminal_view",
17239 "theme",
17240 "theme_extension",
17241 "theme_selector",
17242 "time",
17243 "toolchain_selector",
17244 "tree-sitter-md",
17245 "tree-sitter-rust",
17246 "ui",
17247 "url",
17248 "urlencoding",
17249 "util",
17250 "uuid",
17251 "vim",
17252 "vim_mode_setting",
17253 "welcome",
17254 "windows 0.60.0",
17255 "winresource",
17256 "workspace",
17257 "zed_actions",
17258 "zeta",
17259]
17260
17261[[package]]
17262name = "zed_actions"
17263version = "0.1.0"
17264dependencies = [
17265 "gpui",
17266 "schemars",
17267 "serde",
17268]
17269
17270[[package]]
17271name = "zed_emmet"
17272version = "0.0.3"
17273dependencies = [
17274 "zed_extension_api 0.1.0",
17275]
17276
17277[[package]]
17278name = "zed_extension_api"
17279version = "0.1.0"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17282dependencies = [
17283 "serde",
17284 "serde_json",
17285 "wit-bindgen",
17286]
17287
17288[[package]]
17289name = "zed_extension_api"
17290version = "0.3.0"
17291dependencies = [
17292 "serde",
17293 "serde_json",
17294 "wit-bindgen",
17295]
17296
17297[[package]]
17298name = "zed_glsl"
17299version = "0.1.0"
17300dependencies = [
17301 "zed_extension_api 0.1.0",
17302]
17303
17304[[package]]
17305name = "zed_html"
17306version = "0.1.6"
17307dependencies = [
17308 "zed_extension_api 0.1.0",
17309]
17310
17311[[package]]
17312name = "zed_llm_client"
17313version = "0.4.1"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17316dependencies = [
17317 "serde",
17318 "serde_json",
17319 "uuid",
17320]
17321
17322[[package]]
17323name = "zed_proto"
17324version = "0.2.1"
17325dependencies = [
17326 "zed_extension_api 0.1.0",
17327]
17328
17329[[package]]
17330name = "zed_ruff"
17331version = "0.1.0"
17332dependencies = [
17333 "zed_extension_api 0.1.0",
17334]
17335
17336[[package]]
17337name = "zed_snippets"
17338version = "0.0.5"
17339dependencies = [
17340 "serde_json",
17341 "zed_extension_api 0.1.0",
17342]
17343
17344[[package]]
17345name = "zed_test_extension"
17346version = "0.1.0"
17347dependencies = [
17348 "zed_extension_api 0.3.0",
17349]
17350
17351[[package]]
17352name = "zed_toml"
17353version = "0.1.3"
17354dependencies = [
17355 "zed_extension_api 0.1.0",
17356]
17357
17358[[package]]
17359name = "zeno"
17360version = "0.2.3"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17363
17364[[package]]
17365name = "zerocopy"
17366version = "0.7.35"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17369dependencies = [
17370 "byteorder",
17371 "zerocopy-derive 0.7.35",
17372]
17373
17374[[package]]
17375name = "zerocopy"
17376version = "0.8.18"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17379dependencies = [
17380 "zerocopy-derive 0.8.18",
17381]
17382
17383[[package]]
17384name = "zerocopy-derive"
17385version = "0.7.35"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17388dependencies = [
17389 "proc-macro2",
17390 "quote",
17391 "syn 2.0.90",
17392]
17393
17394[[package]]
17395name = "zerocopy-derive"
17396version = "0.8.18"
17397source = "registry+https://github.com/rust-lang/crates.io-index"
17398checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17399dependencies = [
17400 "proc-macro2",
17401 "quote",
17402 "syn 2.0.90",
17403]
17404
17405[[package]]
17406name = "zerofrom"
17407version = "0.1.5"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17410dependencies = [
17411 "zerofrom-derive",
17412]
17413
17414[[package]]
17415name = "zerofrom-derive"
17416version = "0.1.5"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17419dependencies = [
17420 "proc-macro2",
17421 "quote",
17422 "syn 2.0.90",
17423 "synstructure",
17424]
17425
17426[[package]]
17427name = "zeroize"
17428version = "1.8.1"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17431dependencies = [
17432 "zeroize_derive",
17433]
17434
17435[[package]]
17436name = "zeroize_derive"
17437version = "1.4.2"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17440dependencies = [
17441 "proc-macro2",
17442 "quote",
17443 "syn 2.0.90",
17444]
17445
17446[[package]]
17447name = "zeromq"
17448version = "0.5.0-pre"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17451dependencies = [
17452 "async-dispatcher",
17453 "async-std",
17454 "async-trait",
17455 "asynchronous-codec",
17456 "bytes 1.10.1",
17457 "crossbeam-queue",
17458 "dashmap 5.5.3",
17459 "futures 0.3.31",
17460 "log",
17461 "num-traits",
17462 "once_cell",
17463 "parking_lot",
17464 "rand 0.8.5",
17465 "regex",
17466 "thiserror 1.0.69",
17467 "uuid",
17468]
17469
17470[[package]]
17471name = "zerovec"
17472version = "0.10.4"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17475dependencies = [
17476 "yoke",
17477 "zerofrom",
17478 "zerovec-derive",
17479]
17480
17481[[package]]
17482name = "zerovec-derive"
17483version = "0.10.3"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17486dependencies = [
17487 "proc-macro2",
17488 "quote",
17489 "syn 2.0.90",
17490]
17491
17492[[package]]
17493name = "zeta"
17494version = "0.1.0"
17495dependencies = [
17496 "anyhow",
17497 "arrayvec",
17498 "call",
17499 "chrono",
17500 "client",
17501 "clock",
17502 "collections",
17503 "command_palette_hooks",
17504 "ctor",
17505 "db",
17506 "editor",
17507 "env_logger 0.11.6",
17508 "feature_flags",
17509 "fs",
17510 "futures 0.3.31",
17511 "gpui",
17512 "http_client",
17513 "indoc",
17514 "inline_completion",
17515 "language",
17516 "language_model",
17517 "log",
17518 "menu",
17519 "migrator",
17520 "paths",
17521 "postage",
17522 "project",
17523 "regex",
17524 "release_channel",
17525 "reqwest_client",
17526 "rpc",
17527 "serde",
17528 "serde_json",
17529 "settings",
17530 "telemetry",
17531 "telemetry_events",
17532 "theme",
17533 "thiserror 1.0.69",
17534 "tree-sitter-go",
17535 "tree-sitter-rust",
17536 "ui",
17537 "unindent",
17538 "util",
17539 "uuid",
17540 "workspace",
17541 "worktree",
17542 "zed_actions",
17543 "zed_llm_client",
17544]
17545
17546[[package]]
17547name = "zip"
17548version = "0.6.6"
17549source = "registry+https://github.com/rust-lang/crates.io-index"
17550checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17551dependencies = [
17552 "aes",
17553 "byteorder",
17554 "bzip2",
17555 "constant_time_eq 0.1.5",
17556 "crc32fast",
17557 "crossbeam-utils",
17558 "flate2",
17559 "hmac",
17560 "pbkdf2 0.11.0",
17561 "sha1",
17562 "time",
17563 "zstd",
17564]
17565
17566[[package]]
17567name = "zstd"
17568version = "0.11.2+zstd.1.5.2"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17571dependencies = [
17572 "zstd-safe",
17573]
17574
17575[[package]]
17576name = "zstd-safe"
17577version = "5.0.2+zstd.1.5.2"
17578source = "registry+https://github.com/rust-lang/crates.io-index"
17579checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17580dependencies = [
17581 "libc",
17582 "zstd-sys",
17583]
17584
17585[[package]]
17586name = "zstd-sys"
17587version = "2.0.13+zstd.1.5.6"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17590dependencies = [
17591 "cc",
17592 "pkg-config",
17593]
17594
17595[[package]]
17596name = "zune-core"
17597version = "0.4.12"
17598source = "registry+https://github.com/rust-lang/crates.io-index"
17599checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17600
17601[[package]]
17602name = "zune-inflate"
17603version = "0.2.54"
17604source = "registry+https://github.com/rust-lang/crates.io-index"
17605checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17606dependencies = [
17607 "simd-adler32",
17608]
17609
17610[[package]]
17611name = "zune-jpeg"
17612version = "0.4.13"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17615dependencies = [
17616 "zune-core",
17617]
17618
17619[[package]]
17620name = "zvariant"
17621version = "5.4.0"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17624dependencies = [
17625 "endi",
17626 "enumflags2",
17627 "serde",
17628 "static_assertions",
17629 "url",
17630 "winnow 0.7.1",
17631 "zvariant_derive",
17632 "zvariant_utils",
17633]
17634
17635[[package]]
17636name = "zvariant_derive"
17637version = "5.4.0"
17638source = "registry+https://github.com/rust-lang/crates.io-index"
17639checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17640dependencies = [
17641 "proc-macro-crate",
17642 "proc-macro2",
17643 "quote",
17644 "syn 2.0.90",
17645 "zvariant_utils",
17646]
17647
17648[[package]]
17649name = "zvariant_utils"
17650version = "3.2.0"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17653dependencies = [
17654 "proc-macro2",
17655 "quote",
17656 "serde",
17657 "static_assertions",
17658 "syn 2.0.90",
17659 "winnow 0.7.1",
17660]