1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy 0.7.35",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.1-dev"
87source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.97"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.100",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.7",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_settings",
454 "assistant_slash_command",
455 "assistant_tool",
456 "async-watch",
457 "chrono",
458 "client",
459 "clock",
460 "collections",
461 "command_palette_hooks",
462 "context_server",
463 "db",
464 "editor",
465 "feature_flags",
466 "file_icons",
467 "fs",
468 "futures 0.3.31",
469 "fuzzy",
470 "git",
471 "gpui",
472 "heed",
473 "html_to_markdown",
474 "http_client",
475 "indoc",
476 "itertools 0.14.0",
477 "language",
478 "language_model",
479 "language_model_selector",
480 "log",
481 "lsp",
482 "markdown",
483 "menu",
484 "multi_buffer",
485 "parking_lot",
486 "paths",
487 "picker",
488 "project",
489 "prompt_library",
490 "prompt_store",
491 "proto",
492 "rand 0.8.5",
493 "rope",
494 "scripting_tool",
495 "serde",
496 "serde_json",
497 "settings",
498 "smol",
499 "streaming_diff",
500 "telemetry",
501 "telemetry_events",
502 "terminal",
503 "terminal_view",
504 "text",
505 "theme",
506 "time",
507 "time_format",
508 "ui",
509 "util",
510 "uuid",
511 "vim_mode_setting",
512 "workspace",
513 "zed_actions",
514]
515
516[[package]]
517name = "assistant_context_editor"
518version = "0.1.0"
519dependencies = [
520 "anyhow",
521 "assistant_settings",
522 "assistant_slash_command",
523 "assistant_slash_commands",
524 "chrono",
525 "client",
526 "clock",
527 "collections",
528 "context_server",
529 "editor",
530 "fs",
531 "futures 0.3.31",
532 "fuzzy",
533 "gpui",
534 "indexed_docs",
535 "language",
536 "language_model",
537 "language_model_selector",
538 "languages",
539 "log",
540 "multi_buffer",
541 "open_ai",
542 "parking_lot",
543 "paths",
544 "picker",
545 "pretty_assertions",
546 "project",
547 "prompt_store",
548 "rand 0.8.5",
549 "regex",
550 "rope",
551 "rpc",
552 "serde",
553 "serde_json",
554 "settings",
555 "smallvec",
556 "smol",
557 "strum",
558 "telemetry_events",
559 "text",
560 "theme",
561 "tree-sitter-md",
562 "ui",
563 "unindent",
564 "util",
565 "uuid",
566 "workspace",
567]
568
569[[package]]
570name = "assistant_eval"
571version = "0.1.0"
572dependencies = [
573 "anyhow",
574 "assistant2",
575 "assistant_tool",
576 "assistant_tools",
577 "clap",
578 "client",
579 "collections",
580 "context_server",
581 "env_logger 0.11.7",
582 "fs",
583 "futures 0.3.31",
584 "gpui",
585 "gpui_tokio",
586 "itertools 0.14.0",
587 "language",
588 "language_model",
589 "language_models",
590 "node_runtime",
591 "project",
592 "prompt_store",
593 "regex",
594 "release_channel",
595 "reqwest_client",
596 "serde",
597 "serde_json",
598 "serde_json_lenient",
599 "settings",
600 "smol",
601 "util",
602]
603
604[[package]]
605name = "assistant_settings"
606version = "0.1.0"
607dependencies = [
608 "anthropic",
609 "anyhow",
610 "deepseek",
611 "feature_flags",
612 "fs",
613 "gpui",
614 "language_model",
615 "lmstudio",
616 "log",
617 "ollama",
618 "open_ai",
619 "paths",
620 "schemars",
621 "serde",
622 "serde_json_lenient",
623 "settings",
624]
625
626[[package]]
627name = "assistant_slash_command"
628version = "0.1.0"
629dependencies = [
630 "anyhow",
631 "async-trait",
632 "collections",
633 "derive_more",
634 "extension",
635 "futures 0.3.31",
636 "gpui",
637 "language",
638 "language_model",
639 "parking_lot",
640 "pretty_assertions",
641 "serde",
642 "serde_json",
643 "ui",
644 "workspace",
645]
646
647[[package]]
648name = "assistant_slash_commands"
649version = "0.1.0"
650dependencies = [
651 "anyhow",
652 "assistant_slash_command",
653 "cargo_toml",
654 "chrono",
655 "collections",
656 "context_server",
657 "editor",
658 "env_logger 0.11.7",
659 "feature_flags",
660 "fs",
661 "futures 0.3.31",
662 "fuzzy",
663 "globset",
664 "gpui",
665 "html_to_markdown",
666 "http_client",
667 "indexed_docs",
668 "language",
669 "language_model",
670 "log",
671 "pretty_assertions",
672 "project",
673 "prompt_store",
674 "rope",
675 "schemars",
676 "semantic_index",
677 "serde",
678 "serde_json",
679 "settings",
680 "smol",
681 "terminal_view",
682 "text",
683 "toml 0.8.20",
684 "ui",
685 "util",
686 "workspace",
687 "worktree",
688]
689
690[[package]]
691name = "assistant_tool"
692version = "0.1.0"
693dependencies = [
694 "anyhow",
695 "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.100",
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.100",
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.87"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1081dependencies = [
1082 "proc-macro2",
1083 "quote",
1084 "syn 2.0.100",
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.6"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1291dependencies = [
1292 "aws-lc-sys",
1293 "zeroize",
1294]
1295
1296[[package]]
1297name = "aws-lc-sys"
1298version = "0.27.0"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1301dependencies = [
1302 "bindgen 0.69.5",
1303 "cc",
1304 "cmake",
1305 "dunce",
1306 "fs_extra",
1307]
1308
1309[[package]]
1310name = "aws-runtime"
1311version = "1.5.5"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1314dependencies = [
1315 "aws-credential-types",
1316 "aws-sigv4",
1317 "aws-smithy-async",
1318 "aws-smithy-eventstream",
1319 "aws-smithy-http",
1320 "aws-smithy-runtime",
1321 "aws-smithy-runtime-api",
1322 "aws-smithy-types",
1323 "aws-types",
1324 "bytes 1.10.1",
1325 "fastrand 2.3.0",
1326 "http 0.2.12",
1327 "http-body 0.4.6",
1328 "once_cell",
1329 "percent-encoding",
1330 "pin-project-lite",
1331 "tracing",
1332 "uuid",
1333]
1334
1335[[package]]
1336name = "aws-sdk-bedrockruntime"
1337version = "1.74.0"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1340dependencies = [
1341 "aws-credential-types",
1342 "aws-runtime",
1343 "aws-smithy-async",
1344 "aws-smithy-eventstream",
1345 "aws-smithy-http",
1346 "aws-smithy-json",
1347 "aws-smithy-runtime",
1348 "aws-smithy-runtime-api",
1349 "aws-smithy-types",
1350 "aws-types",
1351 "bytes 1.10.1",
1352 "fastrand 2.3.0",
1353 "http 0.2.12",
1354 "once_cell",
1355 "regex-lite",
1356 "tracing",
1357]
1358
1359[[package]]
1360name = "aws-sdk-kinesis"
1361version = "1.61.0"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1364dependencies = [
1365 "aws-credential-types",
1366 "aws-runtime",
1367 "aws-smithy-async",
1368 "aws-smithy-http",
1369 "aws-smithy-json",
1370 "aws-smithy-runtime",
1371 "aws-smithy-runtime-api",
1372 "aws-smithy-types",
1373 "aws-types",
1374 "bytes 1.10.1",
1375 "http 0.2.12",
1376 "once_cell",
1377 "regex-lite",
1378 "tracing",
1379]
1380
1381[[package]]
1382name = "aws-sdk-s3"
1383version = "1.76.0"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1386dependencies = [
1387 "aws-credential-types",
1388 "aws-runtime",
1389 "aws-sigv4",
1390 "aws-smithy-async",
1391 "aws-smithy-checksums",
1392 "aws-smithy-eventstream",
1393 "aws-smithy-http",
1394 "aws-smithy-json",
1395 "aws-smithy-runtime",
1396 "aws-smithy-runtime-api",
1397 "aws-smithy-types",
1398 "aws-smithy-xml",
1399 "aws-types",
1400 "bytes 1.10.1",
1401 "fastrand 2.3.0",
1402 "hex",
1403 "hmac",
1404 "http 0.2.12",
1405 "http-body 0.4.6",
1406 "lru",
1407 "once_cell",
1408 "percent-encoding",
1409 "regex-lite",
1410 "sha2",
1411 "tracing",
1412 "url",
1413]
1414
1415[[package]]
1416name = "aws-sdk-sso"
1417version = "1.58.0"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-runtime",
1423 "aws-smithy-async",
1424 "aws-smithy-http",
1425 "aws-smithy-json",
1426 "aws-smithy-runtime",
1427 "aws-smithy-runtime-api",
1428 "aws-smithy-types",
1429 "aws-types",
1430 "bytes 1.10.1",
1431 "http 0.2.12",
1432 "once_cell",
1433 "regex-lite",
1434 "tracing",
1435]
1436
1437[[package]]
1438name = "aws-sdk-ssooidc"
1439version = "1.59.0"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1442dependencies = [
1443 "aws-credential-types",
1444 "aws-runtime",
1445 "aws-smithy-async",
1446 "aws-smithy-http",
1447 "aws-smithy-json",
1448 "aws-smithy-runtime",
1449 "aws-smithy-runtime-api",
1450 "aws-smithy-types",
1451 "aws-types",
1452 "bytes 1.10.1",
1453 "http 0.2.12",
1454 "once_cell",
1455 "regex-lite",
1456 "tracing",
1457]
1458
1459[[package]]
1460name = "aws-sdk-sts"
1461version = "1.59.0"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1464dependencies = [
1465 "aws-credential-types",
1466 "aws-runtime",
1467 "aws-smithy-async",
1468 "aws-smithy-http",
1469 "aws-smithy-json",
1470 "aws-smithy-query",
1471 "aws-smithy-runtime",
1472 "aws-smithy-runtime-api",
1473 "aws-smithy-types",
1474 "aws-smithy-xml",
1475 "aws-types",
1476 "http 0.2.12",
1477 "once_cell",
1478 "regex-lite",
1479 "tracing",
1480]
1481
1482[[package]]
1483name = "aws-sigv4"
1484version = "1.2.9"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1487dependencies = [
1488 "aws-credential-types",
1489 "aws-smithy-eventstream",
1490 "aws-smithy-http",
1491 "aws-smithy-runtime-api",
1492 "aws-smithy-types",
1493 "bytes 1.10.1",
1494 "crypto-bigint 0.5.5",
1495 "form_urlencoded",
1496 "hex",
1497 "hmac",
1498 "http 0.2.12",
1499 "http 1.2.0",
1500 "once_cell",
1501 "p256",
1502 "percent-encoding",
1503 "ring",
1504 "sha2",
1505 "subtle",
1506 "time",
1507 "tracing",
1508 "zeroize",
1509]
1510
1511[[package]]
1512name = "aws-smithy-async"
1513version = "1.2.4"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1516dependencies = [
1517 "futures-util",
1518 "pin-project-lite",
1519 "tokio",
1520]
1521
1522[[package]]
1523name = "aws-smithy-checksums"
1524version = "0.62.0"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1527dependencies = [
1528 "aws-smithy-http",
1529 "aws-smithy-types",
1530 "bytes 1.10.1",
1531 "crc32c",
1532 "crc32fast",
1533 "crc64fast-nvme",
1534 "hex",
1535 "http 0.2.12",
1536 "http-body 0.4.6",
1537 "md-5",
1538 "pin-project-lite",
1539 "sha1",
1540 "sha2",
1541 "tracing",
1542]
1543
1544[[package]]
1545name = "aws-smithy-eventstream"
1546version = "0.60.6"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1549dependencies = [
1550 "aws-smithy-types",
1551 "bytes 1.10.1",
1552 "crc32fast",
1553]
1554
1555[[package]]
1556name = "aws-smithy-http"
1557version = "0.60.12"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1560dependencies = [
1561 "aws-smithy-eventstream",
1562 "aws-smithy-runtime-api",
1563 "aws-smithy-types",
1564 "bytes 1.10.1",
1565 "bytes-utils",
1566 "futures-core",
1567 "http 0.2.12",
1568 "http-body 0.4.6",
1569 "once_cell",
1570 "percent-encoding",
1571 "pin-project-lite",
1572 "pin-utils",
1573 "tracing",
1574]
1575
1576[[package]]
1577name = "aws-smithy-json"
1578version = "0.61.2"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1581dependencies = [
1582 "aws-smithy-types",
1583]
1584
1585[[package]]
1586name = "aws-smithy-query"
1587version = "0.60.7"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1590dependencies = [
1591 "aws-smithy-types",
1592 "urlencoding",
1593]
1594
1595[[package]]
1596name = "aws-smithy-runtime"
1597version = "1.7.8"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1600dependencies = [
1601 "aws-smithy-async",
1602 "aws-smithy-http",
1603 "aws-smithy-runtime-api",
1604 "aws-smithy-types",
1605 "bytes 1.10.1",
1606 "fastrand 2.3.0",
1607 "h2 0.3.26",
1608 "http 0.2.12",
1609 "http-body 0.4.6",
1610 "http-body 1.0.1",
1611 "httparse",
1612 "hyper 0.14.32",
1613 "hyper-rustls 0.24.2",
1614 "once_cell",
1615 "pin-project-lite",
1616 "pin-utils",
1617 "rustls 0.21.12",
1618 "tokio",
1619 "tracing",
1620]
1621
1622[[package]]
1623name = "aws-smithy-runtime-api"
1624version = "1.7.3"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1627dependencies = [
1628 "aws-smithy-async",
1629 "aws-smithy-types",
1630 "bytes 1.10.1",
1631 "http 0.2.12",
1632 "http 1.2.0",
1633 "pin-project-lite",
1634 "tokio",
1635 "tracing",
1636 "zeroize",
1637]
1638
1639[[package]]
1640name = "aws-smithy-types"
1641version = "1.2.13"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1644dependencies = [
1645 "base64-simd",
1646 "bytes 1.10.1",
1647 "bytes-utils",
1648 "futures-core",
1649 "http 0.2.12",
1650 "http 1.2.0",
1651 "http-body 0.4.6",
1652 "http-body 1.0.1",
1653 "http-body-util",
1654 "itoa",
1655 "num-integer",
1656 "pin-project-lite",
1657 "pin-utils",
1658 "ryu",
1659 "serde",
1660 "time",
1661 "tokio",
1662 "tokio-util",
1663]
1664
1665[[package]]
1666name = "aws-smithy-xml"
1667version = "0.60.9"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1670dependencies = [
1671 "xmlparser",
1672]
1673
1674[[package]]
1675name = "aws-types"
1676version = "1.3.5"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1679dependencies = [
1680 "aws-credential-types",
1681 "aws-smithy-async",
1682 "aws-smithy-runtime-api",
1683 "aws-smithy-types",
1684 "rustc_version",
1685 "tracing",
1686]
1687
1688[[package]]
1689name = "aws_http_client"
1690version = "0.1.0"
1691dependencies = [
1692 "aws-smithy-runtime-api",
1693 "aws-smithy-types",
1694 "futures 0.3.31",
1695 "http_client",
1696 "tokio",
1697]
1698
1699[[package]]
1700name = "axum"
1701version = "0.6.20"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1704dependencies = [
1705 "async-trait",
1706 "axum-core",
1707 "base64 0.21.7",
1708 "bitflags 1.3.2",
1709 "bytes 1.10.1",
1710 "futures-util",
1711 "headers",
1712 "http 0.2.12",
1713 "http-body 0.4.6",
1714 "hyper 0.14.32",
1715 "itoa",
1716 "matchit",
1717 "memchr",
1718 "mime",
1719 "percent-encoding",
1720 "pin-project-lite",
1721 "rustversion",
1722 "serde",
1723 "serde_json",
1724 "serde_path_to_error",
1725 "serde_urlencoded",
1726 "sha1",
1727 "sync_wrapper 0.1.2",
1728 "tokio",
1729 "tokio-tungstenite 0.20.1",
1730 "tower",
1731 "tower-layer",
1732 "tower-service",
1733]
1734
1735[[package]]
1736name = "axum-core"
1737version = "0.3.4"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1740dependencies = [
1741 "async-trait",
1742 "bytes 1.10.1",
1743 "futures-util",
1744 "http 0.2.12",
1745 "http-body 0.4.6",
1746 "mime",
1747 "rustversion",
1748 "tower-layer",
1749 "tower-service",
1750]
1751
1752[[package]]
1753name = "axum-extra"
1754version = "0.4.2"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1757dependencies = [
1758 "axum",
1759 "bytes 1.10.1",
1760 "futures-util",
1761 "http 0.2.12",
1762 "mime",
1763 "pin-project-lite",
1764 "serde",
1765 "serde_json",
1766 "tokio",
1767 "tower",
1768 "tower-http 0.3.5",
1769 "tower-layer",
1770 "tower-service",
1771]
1772
1773[[package]]
1774name = "backtrace"
1775version = "0.3.74"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1778dependencies = [
1779 "addr2line",
1780 "cfg-if",
1781 "libc",
1782 "miniz_oxide",
1783 "object",
1784 "rustc-demangle",
1785 "windows-targets 0.52.6",
1786]
1787
1788[[package]]
1789name = "base16ct"
1790version = "0.1.1"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1793
1794[[package]]
1795name = "base64"
1796version = "0.13.1"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1799
1800[[package]]
1801name = "base64"
1802version = "0.21.7"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1805
1806[[package]]
1807name = "base64"
1808version = "0.22.1"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1811
1812[[package]]
1813name = "base64-simd"
1814version = "0.8.0"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1817dependencies = [
1818 "outref",
1819 "vsimd",
1820]
1821
1822[[package]]
1823name = "base64ct"
1824version = "1.6.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1827
1828[[package]]
1829name = "bedrock"
1830version = "0.1.0"
1831dependencies = [
1832 "anyhow",
1833 "aws-sdk-bedrockruntime",
1834 "aws-smithy-types",
1835 "futures 0.3.31",
1836 "schemars",
1837 "serde",
1838 "serde_json",
1839 "strum",
1840 "thiserror 1.0.69",
1841 "tokio",
1842]
1843
1844[[package]]
1845name = "bigdecimal"
1846version = "0.4.7"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1849dependencies = [
1850 "autocfg",
1851 "libm",
1852 "num-bigint",
1853 "num-integer",
1854 "num-traits",
1855 "serde",
1856]
1857
1858[[package]]
1859name = "bincode"
1860version = "1.3.3"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1863dependencies = [
1864 "serde",
1865]
1866
1867[[package]]
1868name = "bindgen"
1869version = "0.69.5"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1872dependencies = [
1873 "bitflags 2.8.0",
1874 "cexpr",
1875 "clang-sys",
1876 "itertools 0.12.1",
1877 "lazy_static",
1878 "lazycell",
1879 "log",
1880 "prettyplease",
1881 "proc-macro2",
1882 "quote",
1883 "regex",
1884 "rustc-hash 1.1.0",
1885 "shlex",
1886 "syn 2.0.100",
1887 "which 4.4.2",
1888]
1889
1890[[package]]
1891name = "bindgen"
1892version = "0.70.1"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1895dependencies = [
1896 "bitflags 2.8.0",
1897 "cexpr",
1898 "clang-sys",
1899 "itertools 0.12.1",
1900 "log",
1901 "prettyplease",
1902 "proc-macro2",
1903 "quote",
1904 "regex",
1905 "rustc-hash 1.1.0",
1906 "shlex",
1907 "syn 2.0.100",
1908]
1909
1910[[package]]
1911name = "bit-set"
1912version = "0.5.3"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1915dependencies = [
1916 "bit-vec 0.6.3",
1917]
1918
1919[[package]]
1920name = "bit-set"
1921version = "0.8.0"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1924dependencies = [
1925 "bit-vec 0.8.0",
1926]
1927
1928[[package]]
1929name = "bit-vec"
1930version = "0.6.3"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1933
1934[[package]]
1935name = "bit-vec"
1936version = "0.8.0"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1939
1940[[package]]
1941name = "bit_field"
1942version = "0.10.2"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1945
1946[[package]]
1947name = "bitflags"
1948version = "1.3.2"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1951
1952[[package]]
1953name = "bitflags"
1954version = "2.8.0"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1957dependencies = [
1958 "serde",
1959]
1960
1961[[package]]
1962name = "bitstream-io"
1963version = "2.6.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1966
1967[[package]]
1968name = "bitvec"
1969version = "1.0.1"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1972dependencies = [
1973 "funty",
1974 "radium",
1975 "tap",
1976 "wyz",
1977]
1978
1979[[package]]
1980name = "blade-graphics"
1981version = "0.6.0"
1982source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1983dependencies = [
1984 "ash",
1985 "ash-window",
1986 "bitflags 2.8.0",
1987 "bytemuck",
1988 "codespan-reporting",
1989 "glow",
1990 "gpu-alloc",
1991 "gpu-alloc-ash",
1992 "hidden-trait",
1993 "js-sys",
1994 "khronos-egl",
1995 "libloading",
1996 "log",
1997 "mint",
1998 "naga",
1999 "objc2",
2000 "objc2-app-kit",
2001 "objc2-foundation",
2002 "objc2-metal",
2003 "objc2-quartz-core",
2004 "objc2-ui-kit",
2005 "raw-window-handle",
2006 "slab",
2007 "wasm-bindgen",
2008 "web-sys",
2009]
2010
2011[[package]]
2012name = "blade-macros"
2013version = "0.3.0"
2014source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2015dependencies = [
2016 "proc-macro2",
2017 "quote",
2018 "syn 2.0.100",
2019]
2020
2021[[package]]
2022name = "blade-util"
2023version = "0.2.0"
2024source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2025dependencies = [
2026 "blade-graphics",
2027 "bytemuck",
2028 "log",
2029 "profiling",
2030]
2031
2032[[package]]
2033name = "blake3"
2034version = "1.6.1"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2037dependencies = [
2038 "arrayref",
2039 "arrayvec",
2040 "cc",
2041 "cfg-if",
2042 "constant_time_eq 0.3.1",
2043]
2044
2045[[package]]
2046name = "block"
2047version = "0.1.6"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2050
2051[[package]]
2052name = "block-buffer"
2053version = "0.10.4"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2056dependencies = [
2057 "generic-array",
2058]
2059
2060[[package]]
2061name = "block-padding"
2062version = "0.3.3"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2065dependencies = [
2066 "generic-array",
2067]
2068
2069[[package]]
2070name = "block2"
2071version = "0.5.1"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2074dependencies = [
2075 "objc2",
2076]
2077
2078[[package]]
2079name = "blocking"
2080version = "1.6.1"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2083dependencies = [
2084 "async-channel 2.3.1",
2085 "async-task",
2086 "futures-io",
2087 "futures-lite 2.6.0",
2088 "piper",
2089]
2090
2091[[package]]
2092name = "borsh"
2093version = "1.5.3"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2096dependencies = [
2097 "borsh-derive",
2098 "cfg_aliases 0.2.1",
2099]
2100
2101[[package]]
2102name = "borsh-derive"
2103version = "1.5.3"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2106dependencies = [
2107 "once_cell",
2108 "proc-macro-crate",
2109 "proc-macro2",
2110 "quote",
2111 "syn 2.0.100",
2112]
2113
2114[[package]]
2115name = "breadcrumbs"
2116version = "0.1.0"
2117dependencies = [
2118 "editor",
2119 "gpui",
2120 "itertools 0.14.0",
2121 "theme",
2122 "ui",
2123 "workspace",
2124 "zed_actions",
2125]
2126
2127[[package]]
2128name = "bstr"
2129version = "1.11.1"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2132dependencies = [
2133 "memchr",
2134 "regex-automata 0.4.9",
2135 "serde",
2136]
2137
2138[[package]]
2139name = "buffer_diff"
2140version = "0.1.0"
2141dependencies = [
2142 "anyhow",
2143 "clock",
2144 "ctor",
2145 "env_logger 0.11.7",
2146 "futures 0.3.31",
2147 "git2",
2148 "gpui",
2149 "language",
2150 "log",
2151 "pretty_assertions",
2152 "rand 0.8.5",
2153 "rope",
2154 "serde_json",
2155 "sum_tree",
2156 "text",
2157 "unindent",
2158 "util",
2159]
2160
2161[[package]]
2162name = "built"
2163version = "0.7.5"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2166
2167[[package]]
2168name = "bumpalo"
2169version = "3.16.0"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2172dependencies = [
2173 "allocator-api2",
2174]
2175
2176[[package]]
2177name = "by_address"
2178version = "1.2.1"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2181
2182[[package]]
2183name = "bytecheck"
2184version = "0.6.12"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2187dependencies = [
2188 "bytecheck_derive",
2189 "ptr_meta",
2190 "simdutf8",
2191]
2192
2193[[package]]
2194name = "bytecheck_derive"
2195version = "0.6.12"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2198dependencies = [
2199 "proc-macro2",
2200 "quote",
2201 "syn 1.0.109",
2202]
2203
2204[[package]]
2205name = "bytemuck"
2206version = "1.21.0"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2209dependencies = [
2210 "bytemuck_derive",
2211]
2212
2213[[package]]
2214name = "bytemuck_derive"
2215version = "1.8.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2218dependencies = [
2219 "proc-macro2",
2220 "quote",
2221 "syn 2.0.100",
2222]
2223
2224[[package]]
2225name = "byteorder"
2226version = "1.5.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2229
2230[[package]]
2231name = "byteorder-lite"
2232version = "0.1.0"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2235
2236[[package]]
2237name = "bytes"
2238version = "0.4.12"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2241dependencies = [
2242 "byteorder",
2243 "iovec",
2244]
2245
2246[[package]]
2247name = "bytes"
2248version = "1.10.1"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2251
2252[[package]]
2253name = "bytes-utils"
2254version = "0.1.4"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2257dependencies = [
2258 "bytes 1.10.1",
2259 "either",
2260]
2261
2262[[package]]
2263name = "bzip2"
2264version = "0.4.4"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2267dependencies = [
2268 "bzip2-sys",
2269 "libc",
2270]
2271
2272[[package]]
2273name = "bzip2-sys"
2274version = "0.1.11+1.0.8"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2277dependencies = [
2278 "cc",
2279 "libc",
2280 "pkg-config",
2281]
2282
2283[[package]]
2284name = "call"
2285version = "0.1.0"
2286dependencies = [
2287 "anyhow",
2288 "audio",
2289 "client",
2290 "collections",
2291 "fs",
2292 "futures 0.3.31",
2293 "gpui",
2294 "http_client",
2295 "language",
2296 "livekit_client",
2297 "livekit_client_macos",
2298 "log",
2299 "postage",
2300 "project",
2301 "schemars",
2302 "serde",
2303 "serde_derive",
2304 "settings",
2305 "telemetry",
2306 "util",
2307]
2308
2309[[package]]
2310name = "calloop"
2311version = "0.13.0"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2314dependencies = [
2315 "bitflags 2.8.0",
2316 "log",
2317 "polling",
2318 "rustix",
2319 "slab",
2320 "thiserror 1.0.69",
2321]
2322
2323[[package]]
2324name = "calloop-wayland-source"
2325version = "0.3.0"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2328dependencies = [
2329 "calloop",
2330 "rustix",
2331 "wayland-backend",
2332 "wayland-client",
2333]
2334
2335[[package]]
2336name = "camino"
2337version = "1.1.9"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2340dependencies = [
2341 "serde",
2342]
2343
2344[[package]]
2345name = "cap-fs-ext"
2346version = "3.4.2"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2349dependencies = [
2350 "cap-primitives",
2351 "cap-std",
2352 "io-lifetimes",
2353 "windows-sys 0.59.0",
2354]
2355
2356[[package]]
2357name = "cap-net-ext"
2358version = "3.4.2"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2361dependencies = [
2362 "cap-primitives",
2363 "cap-std",
2364 "rustix",
2365 "smallvec",
2366]
2367
2368[[package]]
2369name = "cap-primitives"
2370version = "3.4.2"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2373dependencies = [
2374 "ambient-authority",
2375 "fs-set-times",
2376 "io-extras",
2377 "io-lifetimes",
2378 "ipnet",
2379 "maybe-owned",
2380 "rustix",
2381 "windows-sys 0.59.0",
2382 "winx",
2383]
2384
2385[[package]]
2386name = "cap-rand"
2387version = "3.4.2"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2390dependencies = [
2391 "ambient-authority",
2392 "rand 0.8.5",
2393]
2394
2395[[package]]
2396name = "cap-std"
2397version = "3.4.2"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2400dependencies = [
2401 "cap-primitives",
2402 "io-extras",
2403 "io-lifetimes",
2404 "rustix",
2405]
2406
2407[[package]]
2408name = "cap-time-ext"
2409version = "3.4.2"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2412dependencies = [
2413 "ambient-authority",
2414 "cap-primitives",
2415 "iana-time-zone",
2416 "once_cell",
2417 "rustix",
2418 "winx",
2419]
2420
2421[[package]]
2422name = "cargo-platform"
2423version = "0.1.9"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2426dependencies = [
2427 "serde",
2428]
2429
2430[[package]]
2431name = "cargo_metadata"
2432version = "0.19.2"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2435dependencies = [
2436 "camino",
2437 "cargo-platform",
2438 "semver",
2439 "serde",
2440 "serde_json",
2441 "thiserror 2.0.6",
2442]
2443
2444[[package]]
2445name = "cargo_toml"
2446version = "0.21.0"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2449dependencies = [
2450 "serde",
2451 "toml 0.8.20",
2452]
2453
2454[[package]]
2455name = "cast"
2456version = "0.3.0"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2459
2460[[package]]
2461name = "cbc"
2462version = "0.1.2"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2465dependencies = [
2466 "cipher",
2467]
2468
2469[[package]]
2470name = "cbindgen"
2471version = "0.27.0"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2474dependencies = [
2475 "clap",
2476 "heck 0.4.1",
2477 "indexmap",
2478 "log",
2479 "proc-macro2",
2480 "quote",
2481 "serde",
2482 "serde_json",
2483 "syn 2.0.100",
2484 "tempfile",
2485 "toml 0.8.20",
2486]
2487
2488[[package]]
2489name = "cbindgen"
2490version = "0.28.0"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2493dependencies = [
2494 "heck 0.4.1",
2495 "indexmap",
2496 "log",
2497 "proc-macro2",
2498 "quote",
2499 "serde",
2500 "serde_json",
2501 "syn 2.0.100",
2502 "tempfile",
2503 "toml 0.8.20",
2504]
2505
2506[[package]]
2507name = "cc"
2508version = "1.2.12"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2511dependencies = [
2512 "jobserver",
2513 "libc",
2514 "shlex",
2515]
2516
2517[[package]]
2518name = "cesu8"
2519version = "1.1.0"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2522
2523[[package]]
2524name = "cexpr"
2525version = "0.6.0"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2528dependencies = [
2529 "nom",
2530]
2531
2532[[package]]
2533name = "cfg-expr"
2534version = "0.15.8"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2537dependencies = [
2538 "smallvec",
2539 "target-lexicon 0.12.16",
2540]
2541
2542[[package]]
2543name = "cfg-if"
2544version = "1.0.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2547
2548[[package]]
2549name = "cfg_aliases"
2550version = "0.1.1"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2553
2554[[package]]
2555name = "cfg_aliases"
2556version = "0.2.1"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2559
2560[[package]]
2561name = "channel"
2562version = "0.1.0"
2563dependencies = [
2564 "anyhow",
2565 "client",
2566 "clock",
2567 "collections",
2568 "futures 0.3.31",
2569 "gpui",
2570 "http_client",
2571 "language",
2572 "log",
2573 "rand 0.8.5",
2574 "release_channel",
2575 "rpc",
2576 "settings",
2577 "sum_tree",
2578 "text",
2579 "time",
2580 "util",
2581]
2582
2583[[package]]
2584name = "chrono"
2585version = "0.4.40"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2588dependencies = [
2589 "android-tzdata",
2590 "iana-time-zone",
2591 "js-sys",
2592 "num-traits",
2593 "serde",
2594 "wasm-bindgen",
2595 "windows-link",
2596]
2597
2598[[package]]
2599name = "chunked_transfer"
2600version = "1.5.0"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2603
2604[[package]]
2605name = "ciborium"
2606version = "0.2.2"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2609dependencies = [
2610 "ciborium-io",
2611 "ciborium-ll",
2612 "serde",
2613]
2614
2615[[package]]
2616name = "ciborium-io"
2617version = "0.2.2"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2620
2621[[package]]
2622name = "ciborium-ll"
2623version = "0.2.2"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2626dependencies = [
2627 "ciborium-io",
2628 "half",
2629]
2630
2631[[package]]
2632name = "cipher"
2633version = "0.4.4"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2636dependencies = [
2637 "crypto-common",
2638 "inout",
2639 "zeroize",
2640]
2641
2642[[package]]
2643name = "clang-sys"
2644version = "1.8.1"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2647dependencies = [
2648 "glob",
2649 "libc",
2650 "libloading",
2651]
2652
2653[[package]]
2654name = "clap"
2655version = "4.5.32"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2658dependencies = [
2659 "clap_builder",
2660 "clap_derive",
2661]
2662
2663[[package]]
2664name = "clap_builder"
2665version = "4.5.32"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2668dependencies = [
2669 "anstream",
2670 "anstyle",
2671 "clap_lex",
2672 "strsim",
2673 "terminal_size",
2674]
2675
2676[[package]]
2677name = "clap_complete"
2678version = "4.5.38"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2681dependencies = [
2682 "clap",
2683]
2684
2685[[package]]
2686name = "clap_derive"
2687version = "4.5.32"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2690dependencies = [
2691 "heck 0.5.0",
2692 "proc-macro2",
2693 "quote",
2694 "syn 2.0.100",
2695]
2696
2697[[package]]
2698name = "clap_lex"
2699version = "0.7.4"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2702
2703[[package]]
2704name = "cli"
2705version = "0.1.0"
2706dependencies = [
2707 "anyhow",
2708 "clap",
2709 "collections",
2710 "core-foundation 0.9.4",
2711 "core-services",
2712 "exec",
2713 "fork",
2714 "ipc-channel",
2715 "parking_lot",
2716 "paths",
2717 "plist",
2718 "release_channel",
2719 "serde",
2720 "tempfile",
2721 "util",
2722 "windows 0.60.0",
2723]
2724
2725[[package]]
2726name = "client"
2727version = "0.1.0"
2728dependencies = [
2729 "anyhow",
2730 "async-native-tls",
2731 "async-recursion 0.3.2",
2732 "async-tungstenite",
2733 "chrono",
2734 "clock",
2735 "cocoa 0.26.0",
2736 "collections",
2737 "credentials_provider",
2738 "feature_flags",
2739 "futures 0.3.31",
2740 "gpui",
2741 "http_client",
2742 "log",
2743 "parking_lot",
2744 "paths",
2745 "postage",
2746 "rand 0.8.5",
2747 "release_channel",
2748 "rpc",
2749 "schemars",
2750 "serde",
2751 "serde_json",
2752 "settings",
2753 "sha2",
2754 "smol",
2755 "telemetry",
2756 "telemetry_events",
2757 "text",
2758 "thiserror 1.0.69",
2759 "time",
2760 "tiny_http",
2761 "tokio-socks",
2762 "url",
2763 "util",
2764 "windows 0.60.0",
2765 "worktree",
2766]
2767
2768[[package]]
2769name = "clock"
2770version = "0.1.0"
2771dependencies = [
2772 "parking_lot",
2773 "serde",
2774 "smallvec",
2775]
2776
2777[[package]]
2778name = "cmake"
2779version = "0.1.53"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2782dependencies = [
2783 "cc",
2784]
2785
2786[[package]]
2787name = "cobs"
2788version = "0.2.3"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2791
2792[[package]]
2793name = "cocoa"
2794version = "0.25.0"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2797dependencies = [
2798 "bitflags 1.3.2",
2799 "block",
2800 "cocoa-foundation 0.1.2",
2801 "core-foundation 0.9.4",
2802 "core-graphics 0.23.2",
2803 "foreign-types 0.5.0",
2804 "libc",
2805 "objc",
2806]
2807
2808[[package]]
2809name = "cocoa"
2810version = "0.26.0"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2813dependencies = [
2814 "bitflags 2.8.0",
2815 "block",
2816 "cocoa-foundation 0.2.0",
2817 "core-foundation 0.10.0",
2818 "core-graphics 0.24.0",
2819 "foreign-types 0.5.0",
2820 "libc",
2821 "objc",
2822]
2823
2824[[package]]
2825name = "cocoa-foundation"
2826version = "0.1.2"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2829dependencies = [
2830 "bitflags 1.3.2",
2831 "block",
2832 "core-foundation 0.9.4",
2833 "core-graphics-types 0.1.3",
2834 "libc",
2835 "objc",
2836]
2837
2838[[package]]
2839name = "cocoa-foundation"
2840version = "0.2.0"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2843dependencies = [
2844 "bitflags 2.8.0",
2845 "block",
2846 "core-foundation 0.10.0",
2847 "core-graphics-types 0.2.0",
2848 "libc",
2849 "objc",
2850]
2851
2852[[package]]
2853name = "codespan-reporting"
2854version = "0.11.1"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2857dependencies = [
2858 "termcolor",
2859 "unicode-width",
2860]
2861
2862[[package]]
2863name = "collab"
2864version = "0.44.0"
2865dependencies = [
2866 "anthropic",
2867 "anyhow",
2868 "assistant",
2869 "assistant_context_editor",
2870 "assistant_slash_command",
2871 "assistant_tool",
2872 "async-stripe",
2873 "async-trait",
2874 "async-tungstenite",
2875 "audio",
2876 "aws-config",
2877 "aws-sdk-kinesis",
2878 "aws-sdk-s3",
2879 "axum",
2880 "axum-extra",
2881 "base64 0.22.1",
2882 "buffer_diff",
2883 "call",
2884 "channel",
2885 "chrono",
2886 "client",
2887 "clock",
2888 "collab_ui",
2889 "collections",
2890 "context_server",
2891 "ctor",
2892 "dashmap 6.1.0",
2893 "derive_more",
2894 "editor",
2895 "env_logger 0.11.7",
2896 "envy",
2897 "extension",
2898 "file_finder",
2899 "fs",
2900 "futures 0.3.31",
2901 "git",
2902 "git_hosting_providers",
2903 "git_ui",
2904 "google_ai",
2905 "gpui",
2906 "hex",
2907 "http_client",
2908 "hyper 0.14.32",
2909 "indoc",
2910 "jsonwebtoken",
2911 "language",
2912 "language_model",
2913 "livekit_api",
2914 "livekit_client",
2915 "livekit_client_macos",
2916 "log",
2917 "lsp",
2918 "menu",
2919 "multi_buffer",
2920 "nanoid",
2921 "node_runtime",
2922 "notifications",
2923 "open_ai",
2924 "parking_lot",
2925 "pretty_assertions",
2926 "project",
2927 "prometheus",
2928 "prompt_store",
2929 "prost 0.9.0",
2930 "rand 0.8.5",
2931 "recent_projects",
2932 "release_channel",
2933 "remote",
2934 "remote_server",
2935 "reqwest 0.11.27",
2936 "reqwest_client",
2937 "rpc",
2938 "rustc-demangle",
2939 "scrypt",
2940 "sea-orm",
2941 "semantic_version",
2942 "semver",
2943 "serde",
2944 "serde_derive",
2945 "serde_json",
2946 "session",
2947 "settings",
2948 "sha2",
2949 "sqlx",
2950 "strum",
2951 "subtle",
2952 "supermaven_api",
2953 "telemetry_events",
2954 "text",
2955 "theme",
2956 "thiserror 1.0.69",
2957 "time",
2958 "tokio",
2959 "toml 0.8.20",
2960 "tower",
2961 "tower-http 0.4.4",
2962 "tracing",
2963 "tracing-subscriber",
2964 "unindent",
2965 "util",
2966 "uuid",
2967 "workspace",
2968 "worktree",
2969]
2970
2971[[package]]
2972name = "collab_ui"
2973version = "0.1.0"
2974dependencies = [
2975 "anyhow",
2976 "call",
2977 "channel",
2978 "chrono",
2979 "client",
2980 "collections",
2981 "db",
2982 "editor",
2983 "emojis",
2984 "futures 0.3.31",
2985 "fuzzy",
2986 "gpui",
2987 "http_client",
2988 "language",
2989 "menu",
2990 "notifications",
2991 "picker",
2992 "pretty_assertions",
2993 "project",
2994 "release_channel",
2995 "rich_text",
2996 "rpc",
2997 "schemars",
2998 "serde",
2999 "serde_derive",
3000 "serde_json",
3001 "settings",
3002 "smallvec",
3003 "story",
3004 "telemetry",
3005 "theme",
3006 "time",
3007 "time_format",
3008 "title_bar",
3009 "tree-sitter-md",
3010 "ui",
3011 "util",
3012 "workspace",
3013]
3014
3015[[package]]
3016name = "collections"
3017version = "0.1.0"
3018dependencies = [
3019 "indexmap",
3020 "rustc-hash 2.1.1",
3021]
3022
3023[[package]]
3024name = "color_quant"
3025version = "1.1.0"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3028
3029[[package]]
3030name = "colorchoice"
3031version = "1.0.3"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3034
3035[[package]]
3036name = "combine"
3037version = "4.6.7"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3040dependencies = [
3041 "bytes 1.10.1",
3042 "memchr",
3043]
3044
3045[[package]]
3046name = "command_palette"
3047version = "0.1.0"
3048dependencies = [
3049 "client",
3050 "collections",
3051 "command_palette_hooks",
3052 "ctor",
3053 "editor",
3054 "env_logger 0.11.7",
3055 "fuzzy",
3056 "go_to_line",
3057 "gpui",
3058 "language",
3059 "menu",
3060 "picker",
3061 "postage",
3062 "project",
3063 "serde",
3064 "serde_json",
3065 "settings",
3066 "telemetry",
3067 "theme",
3068 "ui",
3069 "util",
3070 "workspace",
3071 "zed_actions",
3072]
3073
3074[[package]]
3075name = "command_palette_hooks"
3076version = "0.1.0"
3077dependencies = [
3078 "collections",
3079 "derive_more",
3080 "gpui",
3081]
3082
3083[[package]]
3084name = "component"
3085version = "0.1.0"
3086dependencies = [
3087 "collections",
3088 "gpui",
3089 "linkme",
3090 "parking_lot",
3091 "theme",
3092]
3093
3094[[package]]
3095name = "component_preview"
3096version = "0.1.0"
3097dependencies = [
3098 "client",
3099 "collections",
3100 "component",
3101 "gpui",
3102 "languages",
3103 "notifications",
3104 "project",
3105 "ui",
3106 "workspace",
3107]
3108
3109[[package]]
3110name = "concurrent-queue"
3111version = "2.5.0"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3114dependencies = [
3115 "crossbeam-utils",
3116]
3117
3118[[package]]
3119name = "console"
3120version = "0.15.8"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3123dependencies = [
3124 "encode_unicode",
3125 "lazy_static",
3126 "libc",
3127 "unicode-width",
3128 "windows-sys 0.52.0",
3129]
3130
3131[[package]]
3132name = "const-oid"
3133version = "0.9.6"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3136
3137[[package]]
3138name = "const-random"
3139version = "0.1.18"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3142dependencies = [
3143 "const-random-macro",
3144]
3145
3146[[package]]
3147name = "const-random-macro"
3148version = "0.1.16"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3151dependencies = [
3152 "getrandom 0.2.15",
3153 "once_cell",
3154 "tiny-keccak",
3155]
3156
3157[[package]]
3158name = "constant_time_eq"
3159version = "0.1.5"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3162
3163[[package]]
3164name = "constant_time_eq"
3165version = "0.3.1"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3168
3169[[package]]
3170name = "context_server"
3171version = "0.1.0"
3172dependencies = [
3173 "anyhow",
3174 "assistant_tool",
3175 "async-trait",
3176 "collections",
3177 "command_palette_hooks",
3178 "context_server_settings",
3179 "extension",
3180 "futures 0.3.31",
3181 "gpui",
3182 "language_model",
3183 "log",
3184 "parking_lot",
3185 "postage",
3186 "project",
3187 "serde",
3188 "serde_json",
3189 "settings",
3190 "smol",
3191 "url",
3192 "util",
3193]
3194
3195[[package]]
3196name = "context_server_settings"
3197version = "0.1.0"
3198dependencies = [
3199 "anyhow",
3200 "collections",
3201 "gpui",
3202 "schemars",
3203 "serde",
3204 "serde_json",
3205 "settings",
3206]
3207
3208[[package]]
3209name = "convert_case"
3210version = "0.4.0"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3213
3214[[package]]
3215name = "convert_case"
3216version = "0.8.0"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3219dependencies = [
3220 "unicode-segmentation",
3221]
3222
3223[[package]]
3224name = "copilot"
3225version = "0.1.0"
3226dependencies = [
3227 "anyhow",
3228 "async-compression",
3229 "async-std",
3230 "async-tar",
3231 "chrono",
3232 "client",
3233 "clock",
3234 "collections",
3235 "command_palette_hooks",
3236 "ctor",
3237 "editor",
3238 "env_logger 0.11.7",
3239 "fs",
3240 "futures 0.3.31",
3241 "gpui",
3242 "http_client",
3243 "indoc",
3244 "inline_completion",
3245 "language",
3246 "log",
3247 "lsp",
3248 "menu",
3249 "node_runtime",
3250 "parking_lot",
3251 "paths",
3252 "project",
3253 "rpc",
3254 "schemars",
3255 "serde",
3256 "serde_json",
3257 "settings",
3258 "smol",
3259 "strum",
3260 "task",
3261 "theme",
3262 "ui",
3263 "util",
3264 "workspace",
3265]
3266
3267[[package]]
3268name = "core-foundation"
3269version = "0.9.4"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3272dependencies = [
3273 "core-foundation-sys",
3274 "libc",
3275]
3276
3277[[package]]
3278name = "core-foundation"
3279version = "0.10.0"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3282dependencies = [
3283 "core-foundation-sys",
3284 "libc",
3285]
3286
3287[[package]]
3288name = "core-foundation-sys"
3289version = "0.8.7"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3292
3293[[package]]
3294name = "core-graphics"
3295version = "0.23.2"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3298dependencies = [
3299 "bitflags 1.3.2",
3300 "core-foundation 0.9.4",
3301 "core-graphics-types 0.1.3",
3302 "foreign-types 0.5.0",
3303 "libc",
3304]
3305
3306[[package]]
3307name = "core-graphics"
3308version = "0.24.0"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3311dependencies = [
3312 "bitflags 2.8.0",
3313 "core-foundation 0.10.0",
3314 "core-graphics-types 0.2.0",
3315 "foreign-types 0.5.0",
3316 "libc",
3317]
3318
3319[[package]]
3320name = "core-graphics-types"
3321version = "0.1.3"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3324dependencies = [
3325 "bitflags 1.3.2",
3326 "core-foundation 0.9.4",
3327 "libc",
3328]
3329
3330[[package]]
3331name = "core-graphics-types"
3332version = "0.2.0"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3335dependencies = [
3336 "bitflags 2.8.0",
3337 "core-foundation 0.10.0",
3338 "libc",
3339]
3340
3341[[package]]
3342name = "core-services"
3343version = "0.2.1"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3346dependencies = [
3347 "core-foundation 0.9.4",
3348]
3349
3350[[package]]
3351name = "core-text"
3352version = "20.1.0"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3355dependencies = [
3356 "core-foundation 0.9.4",
3357 "core-graphics 0.23.2",
3358 "foreign-types 0.5.0",
3359 "libc",
3360]
3361
3362[[package]]
3363name = "core_maths"
3364version = "0.1.1"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3367dependencies = [
3368 "libm",
3369]
3370
3371[[package]]
3372name = "coreaudio-rs"
3373version = "0.11.3"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3376dependencies = [
3377 "bitflags 1.3.2",
3378 "core-foundation-sys",
3379 "coreaudio-sys",
3380]
3381
3382[[package]]
3383name = "coreaudio-rs"
3384version = "0.12.1"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3387dependencies = [
3388 "bitflags 1.3.2",
3389 "core-foundation-sys",
3390 "coreaudio-sys",
3391]
3392
3393[[package]]
3394name = "coreaudio-sys"
3395version = "0.2.16"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3398dependencies = [
3399 "bindgen 0.70.1",
3400]
3401
3402[[package]]
3403name = "cosmic-text"
3404version = "0.11.2"
3405source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3406dependencies = [
3407 "bitflags 2.8.0",
3408 "fontdb 0.18.0",
3409 "log",
3410 "rangemap",
3411 "rayon",
3412 "rustc-hash 1.1.0",
3413 "rustybuzz 0.14.1",
3414 "self_cell",
3415 "swash",
3416 "sys-locale",
3417 "ttf-parser 0.21.1",
3418 "unicode-bidi",
3419 "unicode-linebreak",
3420 "unicode-script",
3421 "unicode-segmentation",
3422]
3423
3424[[package]]
3425name = "cpal"
3426version = "0.15.3"
3427source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3428dependencies = [
3429 "alsa",
3430 "core-foundation-sys",
3431 "coreaudio-rs 0.11.3",
3432 "dasp_sample",
3433 "jni",
3434 "js-sys",
3435 "libc",
3436 "mach2",
3437 "ndk",
3438 "ndk-context",
3439 "oboe",
3440 "wasm-bindgen",
3441 "wasm-bindgen-futures",
3442 "web-sys",
3443 "windows 0.54.0",
3444]
3445
3446[[package]]
3447name = "cpp_demangle"
3448version = "0.4.4"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3451dependencies = [
3452 "cfg-if",
3453]
3454
3455[[package]]
3456name = "cpufeatures"
3457version = "0.2.16"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3460dependencies = [
3461 "libc",
3462]
3463
3464[[package]]
3465name = "cranelift-bforest"
3466version = "0.116.1"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3469dependencies = [
3470 "cranelift-entity",
3471]
3472
3473[[package]]
3474name = "cranelift-bitset"
3475version = "0.116.1"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3478dependencies = [
3479 "serde",
3480 "serde_derive",
3481]
3482
3483[[package]]
3484name = "cranelift-codegen"
3485version = "0.116.1"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3488dependencies = [
3489 "bumpalo",
3490 "cranelift-bforest",
3491 "cranelift-bitset",
3492 "cranelift-codegen-meta",
3493 "cranelift-codegen-shared",
3494 "cranelift-control",
3495 "cranelift-entity",
3496 "cranelift-isle",
3497 "gimli",
3498 "hashbrown 0.14.5",
3499 "log",
3500 "regalloc2",
3501 "rustc-hash 2.1.1",
3502 "serde",
3503 "smallvec",
3504 "target-lexicon 0.13.2",
3505]
3506
3507[[package]]
3508name = "cranelift-codegen-meta"
3509version = "0.116.1"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3512dependencies = [
3513 "cranelift-codegen-shared",
3514]
3515
3516[[package]]
3517name = "cranelift-codegen-shared"
3518version = "0.116.1"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3521
3522[[package]]
3523name = "cranelift-control"
3524version = "0.116.1"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3527dependencies = [
3528 "arbitrary",
3529]
3530
3531[[package]]
3532name = "cranelift-entity"
3533version = "0.116.1"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3536dependencies = [
3537 "cranelift-bitset",
3538 "serde",
3539 "serde_derive",
3540]
3541
3542[[package]]
3543name = "cranelift-frontend"
3544version = "0.116.1"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3547dependencies = [
3548 "cranelift-codegen",
3549 "log",
3550 "smallvec",
3551 "target-lexicon 0.13.2",
3552]
3553
3554[[package]]
3555name = "cranelift-isle"
3556version = "0.116.1"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3559
3560[[package]]
3561name = "cranelift-native"
3562version = "0.116.1"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3565dependencies = [
3566 "cranelift-codegen",
3567 "libc",
3568 "target-lexicon 0.13.2",
3569]
3570
3571[[package]]
3572name = "crc"
3573version = "3.2.1"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3576dependencies = [
3577 "crc-catalog",
3578]
3579
3580[[package]]
3581name = "crc-catalog"
3582version = "2.4.0"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3585
3586[[package]]
3587name = "crc32c"
3588version = "0.6.8"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3591dependencies = [
3592 "rustc_version",
3593]
3594
3595[[package]]
3596name = "crc32fast"
3597version = "1.4.2"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3600dependencies = [
3601 "cfg-if",
3602]
3603
3604[[package]]
3605name = "crc64fast-nvme"
3606version = "1.1.1"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3609dependencies = [
3610 "cbindgen 0.27.0",
3611 "crc",
3612]
3613
3614[[package]]
3615name = "credentials_provider"
3616version = "0.1.0"
3617dependencies = [
3618 "anyhow",
3619 "futures 0.3.31",
3620 "gpui",
3621 "paths",
3622 "release_channel",
3623 "serde",
3624 "serde_json",
3625]
3626
3627[[package]]
3628name = "criterion"
3629version = "0.5.1"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3632dependencies = [
3633 "anes",
3634 "cast",
3635 "ciborium",
3636 "clap",
3637 "criterion-plot",
3638 "is-terminal",
3639 "itertools 0.10.5",
3640 "num-traits",
3641 "once_cell",
3642 "oorandom",
3643 "plotters",
3644 "rayon",
3645 "regex",
3646 "serde",
3647 "serde_derive",
3648 "serde_json",
3649 "tinytemplate",
3650 "walkdir",
3651]
3652
3653[[package]]
3654name = "criterion-plot"
3655version = "0.5.0"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3658dependencies = [
3659 "cast",
3660 "itertools 0.10.5",
3661]
3662
3663[[package]]
3664name = "crossbeam-channel"
3665version = "0.5.13"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3668dependencies = [
3669 "crossbeam-utils",
3670]
3671
3672[[package]]
3673name = "crossbeam-deque"
3674version = "0.8.5"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3677dependencies = [
3678 "crossbeam-epoch",
3679 "crossbeam-utils",
3680]
3681
3682[[package]]
3683name = "crossbeam-epoch"
3684version = "0.9.18"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3687dependencies = [
3688 "crossbeam-utils",
3689]
3690
3691[[package]]
3692name = "crossbeam-queue"
3693version = "0.3.11"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3696dependencies = [
3697 "crossbeam-utils",
3698]
3699
3700[[package]]
3701name = "crossbeam-utils"
3702version = "0.8.20"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3705
3706[[package]]
3707name = "crunchy"
3708version = "0.2.2"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3711
3712[[package]]
3713name = "crypto-bigint"
3714version = "0.4.9"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3717dependencies = [
3718 "generic-array",
3719 "rand_core 0.6.4",
3720 "subtle",
3721 "zeroize",
3722]
3723
3724[[package]]
3725name = "crypto-bigint"
3726version = "0.5.5"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3729dependencies = [
3730 "rand_core 0.6.4",
3731 "subtle",
3732]
3733
3734[[package]]
3735name = "crypto-common"
3736version = "0.1.6"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3739dependencies = [
3740 "generic-array",
3741 "rand_core 0.6.4",
3742 "typenum",
3743]
3744
3745[[package]]
3746name = "ctor"
3747version = "0.4.1"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3750dependencies = [
3751 "ctor-proc-macro",
3752 "dtor",
3753]
3754
3755[[package]]
3756name = "ctor-proc-macro"
3757version = "0.0.5"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3760
3761[[package]]
3762name = "ctrlc"
3763version = "3.4.5"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3766dependencies = [
3767 "nix",
3768 "windows-sys 0.59.0",
3769]
3770
3771[[package]]
3772name = "cursor-icon"
3773version = "1.1.0"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3776
3777[[package]]
3778name = "cxx"
3779version = "1.0.134"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3782dependencies = [
3783 "cc",
3784 "cxxbridge-cmd",
3785 "cxxbridge-flags",
3786 "cxxbridge-macro",
3787 "foldhash",
3788 "link-cplusplus",
3789]
3790
3791[[package]]
3792name = "cxx-build"
3793version = "1.0.134"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3796dependencies = [
3797 "cc",
3798 "codespan-reporting",
3799 "proc-macro2",
3800 "quote",
3801 "scratch",
3802 "syn 2.0.100",
3803]
3804
3805[[package]]
3806name = "cxxbridge-cmd"
3807version = "1.0.134"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3810dependencies = [
3811 "clap",
3812 "codespan-reporting",
3813 "proc-macro2",
3814 "quote",
3815 "syn 2.0.100",
3816]
3817
3818[[package]]
3819name = "cxxbridge-flags"
3820version = "1.0.134"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3823
3824[[package]]
3825name = "cxxbridge-macro"
3826version = "1.0.134"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3829dependencies = [
3830 "proc-macro2",
3831 "quote",
3832 "rustversion",
3833 "syn 2.0.100",
3834]
3835
3836[[package]]
3837name = "dashmap"
3838version = "5.5.3"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3841dependencies = [
3842 "cfg-if",
3843 "hashbrown 0.14.5",
3844 "lock_api",
3845 "once_cell",
3846 "parking_lot_core",
3847]
3848
3849[[package]]
3850name = "dashmap"
3851version = "6.1.0"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3854dependencies = [
3855 "cfg-if",
3856 "crossbeam-utils",
3857 "hashbrown 0.14.5",
3858 "lock_api",
3859 "once_cell",
3860 "parking_lot_core",
3861]
3862
3863[[package]]
3864name = "dasp_sample"
3865version = "0.11.0"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3868
3869[[package]]
3870name = "data-encoding"
3871version = "2.6.0"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3874
3875[[package]]
3876name = "data-url"
3877version = "0.3.1"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3880
3881[[package]]
3882name = "db"
3883version = "0.1.0"
3884dependencies = [
3885 "anyhow",
3886 "gpui",
3887 "indoc",
3888 "log",
3889 "paths",
3890 "release_channel",
3891 "smol",
3892 "sqlez",
3893 "sqlez_macros",
3894 "tempfile",
3895 "util",
3896]
3897
3898[[package]]
3899name = "dbus"
3900version = "0.9.7"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3903dependencies = [
3904 "libc",
3905 "libdbus-sys",
3906 "winapi",
3907]
3908
3909[[package]]
3910name = "deepseek"
3911version = "0.1.0"
3912dependencies = [
3913 "anyhow",
3914 "futures 0.3.31",
3915 "http_client",
3916 "schemars",
3917 "serde",
3918 "serde_json",
3919]
3920
3921[[package]]
3922name = "deflate64"
3923version = "0.1.9"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3926
3927[[package]]
3928name = "der"
3929version = "0.6.1"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3932dependencies = [
3933 "const-oid",
3934 "zeroize",
3935]
3936
3937[[package]]
3938name = "der"
3939version = "0.7.9"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3942dependencies = [
3943 "const-oid",
3944 "pem-rfc7468",
3945 "zeroize",
3946]
3947
3948[[package]]
3949name = "deranged"
3950version = "0.3.11"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3953dependencies = [
3954 "powerfmt",
3955 "serde",
3956]
3957
3958[[package]]
3959name = "derive_more"
3960version = "0.99.19"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3963dependencies = [
3964 "convert_case 0.4.0",
3965 "proc-macro2",
3966 "quote",
3967 "rustc_version",
3968 "syn 2.0.100",
3969]
3970
3971[[package]]
3972name = "derive_refineable"
3973version = "0.1.0"
3974dependencies = [
3975 "proc-macro2",
3976 "quote",
3977 "syn 1.0.109",
3978]
3979
3980[[package]]
3981name = "diagnostics"
3982version = "0.1.0"
3983dependencies = [
3984 "anyhow",
3985 "client",
3986 "collections",
3987 "ctor",
3988 "editor",
3989 "env_logger 0.11.7",
3990 "gpui",
3991 "language",
3992 "log",
3993 "lsp",
3994 "pretty_assertions",
3995 "project",
3996 "rand 0.8.5",
3997 "serde",
3998 "serde_json",
3999 "settings",
4000 "theme",
4001 "ui",
4002 "unindent",
4003 "util",
4004 "workspace",
4005]
4006
4007[[package]]
4008name = "dialoguer"
4009version = "0.11.0"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4012dependencies = [
4013 "console",
4014 "fuzzy-matcher",
4015 "shell-words",
4016 "tempfile",
4017 "thiserror 1.0.69",
4018 "zeroize",
4019]
4020
4021[[package]]
4022name = "diff"
4023version = "0.1.13"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4026
4027[[package]]
4028name = "digest"
4029version = "0.10.7"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4032dependencies = [
4033 "block-buffer",
4034 "const-oid",
4035 "crypto-common",
4036 "subtle",
4037]
4038
4039[[package]]
4040name = "dirs"
4041version = "4.0.0"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4044dependencies = [
4045 "dirs-sys 0.3.7",
4046]
4047
4048[[package]]
4049name = "dirs"
4050version = "5.0.1"
4051source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4053dependencies = [
4054 "dirs-sys 0.4.1",
4055]
4056
4057[[package]]
4058name = "dirs-sys"
4059version = "0.3.7"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4062dependencies = [
4063 "libc",
4064 "redox_users",
4065 "winapi",
4066]
4067
4068[[package]]
4069name = "dirs-sys"
4070version = "0.4.1"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4073dependencies = [
4074 "libc",
4075 "option-ext",
4076 "redox_users",
4077 "windows-sys 0.48.0",
4078]
4079
4080[[package]]
4081name = "displaydoc"
4082version = "0.2.5"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4085dependencies = [
4086 "proc-macro2",
4087 "quote",
4088 "syn 2.0.100",
4089]
4090
4091[[package]]
4092name = "dlib"
4093version = "0.5.2"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4096dependencies = [
4097 "libloading",
4098]
4099
4100[[package]]
4101name = "docs_preprocessor"
4102version = "0.1.0"
4103dependencies = [
4104 "anyhow",
4105 "clap",
4106 "mdbook",
4107 "regex",
4108 "serde",
4109 "serde_json",
4110 "settings",
4111 "util",
4112]
4113
4114[[package]]
4115name = "dotenvy"
4116version = "0.15.7"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4119
4120[[package]]
4121name = "downcast-rs"
4122version = "1.2.1"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4125
4126[[package]]
4127name = "doxygen-rs"
4128version = "0.4.2"
4129source = "registry+https://github.com/rust-lang/crates.io-index"
4130checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4131dependencies = [
4132 "phf",
4133]
4134
4135[[package]]
4136name = "dtor"
4137version = "0.0.5"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4140dependencies = [
4141 "dtor-proc-macro",
4142]
4143
4144[[package]]
4145name = "dtor-proc-macro"
4146version = "0.0.5"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4149
4150[[package]]
4151name = "dunce"
4152version = "1.0.5"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4155
4156[[package]]
4157name = "dwrote"
4158version = "0.11.2"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4161dependencies = [
4162 "lazy_static",
4163 "libc",
4164 "winapi",
4165 "wio",
4166]
4167
4168[[package]]
4169name = "dyn-clone"
4170version = "1.0.17"
4171source = "registry+https://github.com/rust-lang/crates.io-index"
4172checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4173
4174[[package]]
4175name = "ec4rs"
4176version = "1.1.1"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4179
4180[[package]]
4181name = "ecdsa"
4182version = "0.14.8"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4185dependencies = [
4186 "der 0.6.1",
4187 "elliptic-curve",
4188 "rfc6979",
4189 "signature 1.6.4",
4190]
4191
4192[[package]]
4193name = "editor"
4194version = "0.1.0"
4195dependencies = [
4196 "aho-corasick",
4197 "anyhow",
4198 "assets",
4199 "buffer_diff",
4200 "chrono",
4201 "client",
4202 "clock",
4203 "collections",
4204 "convert_case 0.8.0",
4205 "ctor",
4206 "db",
4207 "emojis",
4208 "env_logger 0.11.7",
4209 "file_icons",
4210 "fs",
4211 "futures 0.3.31",
4212 "fuzzy",
4213 "git",
4214 "gpui",
4215 "http_client",
4216 "indoc",
4217 "inline_completion",
4218 "itertools 0.14.0",
4219 "language",
4220 "languages",
4221 "linkify",
4222 "log",
4223 "lsp",
4224 "markdown",
4225 "multi_buffer",
4226 "ordered-float 2.10.1",
4227 "parking_lot",
4228 "pretty_assertions",
4229 "project",
4230 "rand 0.8.5",
4231 "release_channel",
4232 "rpc",
4233 "schemars",
4234 "serde",
4235 "serde_json",
4236 "settings",
4237 "smallvec",
4238 "smol",
4239 "snippet",
4240 "sum_tree",
4241 "task",
4242 "telemetry",
4243 "tempfile",
4244 "text",
4245 "theme",
4246 "time",
4247 "time_format",
4248 "tree-sitter-html",
4249 "tree-sitter-rust",
4250 "tree-sitter-typescript",
4251 "ui",
4252 "unicode-script",
4253 "unicode-segmentation",
4254 "unindent",
4255 "url",
4256 "util",
4257 "uuid",
4258 "workspace",
4259 "zed_actions",
4260]
4261
4262[[package]]
4263name = "either"
4264version = "1.13.0"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4267dependencies = [
4268 "serde",
4269]
4270
4271[[package]]
4272name = "elasticlunr-rs"
4273version = "3.0.2"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4276dependencies = [
4277 "regex",
4278 "serde",
4279 "serde_derive",
4280 "serde_json",
4281]
4282
4283[[package]]
4284name = "elliptic-curve"
4285version = "0.12.3"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4288dependencies = [
4289 "base16ct",
4290 "crypto-bigint 0.4.9",
4291 "der 0.6.1",
4292 "digest",
4293 "ff",
4294 "generic-array",
4295 "group",
4296 "pkcs8 0.9.0",
4297 "rand_core 0.6.4",
4298 "sec1",
4299 "subtle",
4300 "zeroize",
4301]
4302
4303[[package]]
4304name = "embed-resource"
4305version = "3.0.2"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4308dependencies = [
4309 "cc",
4310 "memchr",
4311 "rustc_version",
4312 "toml 0.8.20",
4313 "vswhom",
4314 "winreg 0.52.0",
4315]
4316
4317[[package]]
4318name = "embedded-io"
4319version = "0.4.0"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4322
4323[[package]]
4324name = "embedded-io"
4325version = "0.6.1"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4328
4329[[package]]
4330name = "emojis"
4331version = "0.6.4"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4334dependencies = [
4335 "phf",
4336]
4337
4338[[package]]
4339name = "encode_unicode"
4340version = "0.3.6"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4343
4344[[package]]
4345name = "encoding_rs"
4346version = "0.8.35"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4349dependencies = [
4350 "cfg-if",
4351]
4352
4353[[package]]
4354name = "endi"
4355version = "1.1.0"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4358
4359[[package]]
4360name = "enumflags2"
4361version = "0.7.10"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4364dependencies = [
4365 "enumflags2_derive",
4366 "serde",
4367]
4368
4369[[package]]
4370name = "enumflags2_derive"
4371version = "0.7.10"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4374dependencies = [
4375 "proc-macro2",
4376 "quote",
4377 "syn 2.0.100",
4378]
4379
4380[[package]]
4381name = "env_filter"
4382version = "0.1.2"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4385dependencies = [
4386 "log",
4387 "regex",
4388]
4389
4390[[package]]
4391name = "env_home"
4392version = "0.1.0"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4395
4396[[package]]
4397name = "env_logger"
4398version = "0.10.2"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4401dependencies = [
4402 "humantime",
4403 "is-terminal",
4404 "log",
4405 "regex",
4406 "termcolor",
4407]
4408
4409[[package]]
4410name = "env_logger"
4411version = "0.11.7"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4414dependencies = [
4415 "anstream",
4416 "anstyle",
4417 "env_filter",
4418 "jiff",
4419 "log",
4420]
4421
4422[[package]]
4423name = "envy"
4424version = "0.4.2"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4427dependencies = [
4428 "serde",
4429]
4430
4431[[package]]
4432name = "equivalent"
4433version = "1.0.1"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4436
4437[[package]]
4438name = "erased-serde"
4439version = "0.4.5"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4442dependencies = [
4443 "serde",
4444 "typeid",
4445]
4446
4447[[package]]
4448name = "errno"
4449version = "0.2.8"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4452dependencies = [
4453 "errno-dragonfly",
4454 "libc",
4455 "winapi",
4456]
4457
4458[[package]]
4459name = "errno"
4460version = "0.3.10"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4463dependencies = [
4464 "libc",
4465 "windows-sys 0.59.0",
4466]
4467
4468[[package]]
4469name = "errno-dragonfly"
4470version = "0.1.2"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4473dependencies = [
4474 "cc",
4475 "libc",
4476]
4477
4478[[package]]
4479name = "etagere"
4480version = "0.2.15"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4483dependencies = [
4484 "euclid",
4485 "svg_fmt",
4486]
4487
4488[[package]]
4489name = "etcetera"
4490version = "0.8.0"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4493dependencies = [
4494 "cfg-if",
4495 "home",
4496 "windows-sys 0.48.0",
4497]
4498
4499[[package]]
4500name = "euclid"
4501version = "0.22.11"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4504dependencies = [
4505 "num-traits",
4506]
4507
4508[[package]]
4509name = "evals"
4510version = "0.1.0"
4511dependencies = [
4512 "anyhow",
4513 "clap",
4514 "client",
4515 "clock",
4516 "collections",
4517 "env_logger 0.11.7",
4518 "feature_flags",
4519 "fs",
4520 "gpui",
4521 "http_client",
4522 "language",
4523 "languages",
4524 "node_runtime",
4525 "open_ai",
4526 "project",
4527 "reqwest_client",
4528 "semantic_index",
4529 "serde",
4530 "serde_json",
4531 "settings",
4532 "smol",
4533 "util",
4534]
4535
4536[[package]]
4537name = "event-listener"
4538version = "2.5.3"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4541
4542[[package]]
4543name = "event-listener"
4544version = "5.3.1"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4547dependencies = [
4548 "concurrent-queue",
4549 "parking",
4550 "pin-project-lite",
4551]
4552
4553[[package]]
4554name = "event-listener-strategy"
4555version = "0.5.3"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4558dependencies = [
4559 "event-listener 5.3.1",
4560 "pin-project-lite",
4561]
4562
4563[[package]]
4564name = "exec"
4565version = "0.3.1"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4568dependencies = [
4569 "errno 0.2.8",
4570 "libc",
4571]
4572
4573[[package]]
4574name = "exr"
4575version = "1.73.0"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4578dependencies = [
4579 "bit_field",
4580 "half",
4581 "lebe",
4582 "miniz_oxide",
4583 "rayon-core",
4584 "smallvec",
4585 "zune-inflate",
4586]
4587
4588[[package]]
4589name = "extension"
4590version = "0.1.0"
4591dependencies = [
4592 "anyhow",
4593 "async-compression",
4594 "async-tar",
4595 "async-trait",
4596 "collections",
4597 "convert_case 0.8.0",
4598 "fs",
4599 "futures 0.3.31",
4600 "gpui",
4601 "http_client",
4602 "language",
4603 "log",
4604 "lsp",
4605 "parking_lot",
4606 "semantic_version",
4607 "serde",
4608 "serde_json",
4609 "toml 0.8.20",
4610 "util",
4611 "wasm-encoder 0.221.3",
4612 "wasmparser 0.221.3",
4613 "wit-component 0.221.3",
4614]
4615
4616[[package]]
4617name = "extension_cli"
4618version = "0.1.0"
4619dependencies = [
4620 "anyhow",
4621 "clap",
4622 "env_logger 0.11.7",
4623 "extension",
4624 "fs",
4625 "language",
4626 "log",
4627 "reqwest_client",
4628 "rpc",
4629 "serde",
4630 "serde_json",
4631 "theme",
4632 "tokio",
4633 "toml 0.8.20",
4634 "tree-sitter",
4635 "wasmtime",
4636]
4637
4638[[package]]
4639name = "extension_host"
4640version = "0.1.0"
4641dependencies = [
4642 "anyhow",
4643 "async-compression",
4644 "async-tar",
4645 "async-trait",
4646 "client",
4647 "collections",
4648 "context_server_settings",
4649 "ctor",
4650 "env_logger 0.11.7",
4651 "extension",
4652 "fs",
4653 "futures 0.3.31",
4654 "gpui",
4655 "http_client",
4656 "language",
4657 "language_extension",
4658 "log",
4659 "lsp",
4660 "node_runtime",
4661 "parking_lot",
4662 "paths",
4663 "project",
4664 "release_channel",
4665 "remote",
4666 "reqwest_client",
4667 "schemars",
4668 "semantic_version",
4669 "serde",
4670 "serde_json",
4671 "serde_json_lenient",
4672 "settings",
4673 "task",
4674 "telemetry",
4675 "tempfile",
4676 "theme",
4677 "theme_extension",
4678 "toml 0.8.20",
4679 "url",
4680 "util",
4681 "wasmparser 0.221.3",
4682 "wasmtime",
4683 "wasmtime-wasi",
4684]
4685
4686[[package]]
4687name = "extensions_ui"
4688version = "0.1.0"
4689dependencies = [
4690 "anyhow",
4691 "client",
4692 "collections",
4693 "db",
4694 "editor",
4695 "extension_host",
4696 "feature_flags",
4697 "fs",
4698 "fuzzy",
4699 "gpui",
4700 "language",
4701 "num-format",
4702 "picker",
4703 "project",
4704 "release_channel",
4705 "semantic_version",
4706 "serde",
4707 "settings",
4708 "smallvec",
4709 "telemetry",
4710 "theme",
4711 "ui",
4712 "util",
4713 "vim_mode_setting",
4714 "workspace",
4715 "zed_actions",
4716]
4717
4718[[package]]
4719name = "fallible-iterator"
4720version = "0.3.0"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4723
4724[[package]]
4725name = "fancy-regex"
4726version = "0.13.0"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4729dependencies = [
4730 "bit-set 0.5.3",
4731 "regex-automata 0.4.9",
4732 "regex-syntax 0.8.5",
4733]
4734
4735[[package]]
4736name = "fancy-regex"
4737version = "0.14.0"
4738source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4740dependencies = [
4741 "bit-set 0.8.0",
4742 "regex-automata 0.4.9",
4743 "regex-syntax 0.8.5",
4744]
4745
4746[[package]]
4747name = "fast-srgb8"
4748version = "1.0.0"
4749source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4751
4752[[package]]
4753name = "fastrand"
4754version = "1.9.0"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4757dependencies = [
4758 "instant",
4759]
4760
4761[[package]]
4762name = "fastrand"
4763version = "2.3.0"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4766
4767[[package]]
4768name = "fd-lock"
4769version = "4.0.2"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4772dependencies = [
4773 "cfg-if",
4774 "rustix",
4775 "windows-sys 0.52.0",
4776]
4777
4778[[package]]
4779name = "fdeflate"
4780version = "0.3.7"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4783dependencies = [
4784 "simd-adler32",
4785]
4786
4787[[package]]
4788name = "feature_flags"
4789version = "0.1.0"
4790dependencies = [
4791 "futures 0.3.31",
4792 "gpui",
4793 "smol",
4794]
4795
4796[[package]]
4797name = "feedback"
4798version = "0.1.0"
4799dependencies = [
4800 "anyhow",
4801 "bitflags 2.8.0",
4802 "client",
4803 "db",
4804 "editor",
4805 "futures 0.3.31",
4806 "gpui",
4807 "http_client",
4808 "human_bytes",
4809 "language",
4810 "log",
4811 "menu",
4812 "project",
4813 "regex",
4814 "release_channel",
4815 "serde",
4816 "serde_derive",
4817 "serde_json",
4818 "smol",
4819 "sysinfo",
4820 "ui",
4821 "urlencoding",
4822 "util",
4823 "workspace",
4824 "zed_actions",
4825]
4826
4827[[package]]
4828name = "ff"
4829version = "0.12.1"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4832dependencies = [
4833 "rand_core 0.6.4",
4834 "subtle",
4835]
4836
4837[[package]]
4838name = "file_finder"
4839version = "0.1.0"
4840dependencies = [
4841 "anyhow",
4842 "collections",
4843 "ctor",
4844 "editor",
4845 "env_logger 0.11.7",
4846 "file_icons",
4847 "futures 0.3.31",
4848 "fuzzy",
4849 "gpui",
4850 "language",
4851 "menu",
4852 "picker",
4853 "project",
4854 "schemars",
4855 "serde",
4856 "serde_derive",
4857 "serde_json",
4858 "settings",
4859 "text",
4860 "theme",
4861 "ui",
4862 "util",
4863 "workspace",
4864]
4865
4866[[package]]
4867name = "file_icons"
4868version = "0.1.0"
4869dependencies = [
4870 "gpui",
4871 "serde",
4872 "settings",
4873 "theme",
4874 "util",
4875]
4876
4877[[package]]
4878name = "filedescriptor"
4879version = "0.8.3"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4882dependencies = [
4883 "libc",
4884 "thiserror 1.0.69",
4885 "winapi",
4886]
4887
4888[[package]]
4889name = "filetime"
4890version = "0.2.25"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4893dependencies = [
4894 "cfg-if",
4895 "libc",
4896 "libredox",
4897 "windows-sys 0.59.0",
4898]
4899
4900[[package]]
4901name = "fixedbitset"
4902version = "0.4.2"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4905
4906[[package]]
4907name = "flate2"
4908version = "1.0.35"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4911dependencies = [
4912 "crc32fast",
4913 "miniz_oxide",
4914]
4915
4916[[package]]
4917name = "float-cmp"
4918version = "0.9.0"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4921
4922[[package]]
4923name = "float-ord"
4924version = "0.3.2"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4927
4928[[package]]
4929name = "float_next_after"
4930version = "1.0.0"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4933
4934[[package]]
4935name = "flume"
4936version = "0.11.1"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4939dependencies = [
4940 "futures-core",
4941 "futures-sink",
4942 "nanorand",
4943 "spin",
4944]
4945
4946[[package]]
4947name = "fnv"
4948version = "1.0.7"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4951
4952[[package]]
4953name = "foldhash"
4954version = "0.1.3"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4957
4958[[package]]
4959name = "font-kit"
4960version = "0.14.1"
4961source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4962dependencies = [
4963 "bitflags 2.8.0",
4964 "byteorder",
4965 "core-foundation 0.9.4",
4966 "core-graphics 0.23.2",
4967 "core-text",
4968 "dirs 5.0.1",
4969 "dwrote",
4970 "float-ord",
4971 "freetype-sys",
4972 "lazy_static",
4973 "libc",
4974 "log",
4975 "pathfinder_geometry",
4976 "pathfinder_simd",
4977 "walkdir",
4978 "winapi",
4979 "yeslogic-fontconfig-sys",
4980]
4981
4982[[package]]
4983name = "font-types"
4984version = "0.7.3"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4987dependencies = [
4988 "bytemuck",
4989]
4990
4991[[package]]
4992name = "fontconfig-parser"
4993version = "0.5.7"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4996dependencies = [
4997 "roxmltree",
4998]
4999
5000[[package]]
5001name = "fontdb"
5002version = "0.18.0"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5005dependencies = [
5006 "fontconfig-parser",
5007 "log",
5008 "memmap2",
5009 "slotmap",
5010 "tinyvec",
5011 "ttf-parser 0.21.1",
5012]
5013
5014[[package]]
5015name = "fontdb"
5016version = "0.23.0"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5019dependencies = [
5020 "fontconfig-parser",
5021 "log",
5022 "memmap2",
5023 "slotmap",
5024 "tinyvec",
5025 "ttf-parser 0.25.1",
5026]
5027
5028[[package]]
5029name = "foreign-types"
5030version = "0.3.2"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5033dependencies = [
5034 "foreign-types-shared 0.1.1",
5035]
5036
5037[[package]]
5038name = "foreign-types"
5039version = "0.5.0"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5042dependencies = [
5043 "foreign-types-macros",
5044 "foreign-types-shared 0.3.1",
5045]
5046
5047[[package]]
5048name = "foreign-types-macros"
5049version = "0.2.3"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5052dependencies = [
5053 "proc-macro2",
5054 "quote",
5055 "syn 2.0.100",
5056]
5057
5058[[package]]
5059name = "foreign-types-shared"
5060version = "0.1.1"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5063
5064[[package]]
5065name = "foreign-types-shared"
5066version = "0.3.1"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5069
5070[[package]]
5071name = "fork"
5072version = "0.2.0"
5073source = "registry+https://github.com/rust-lang/crates.io-index"
5074checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5075dependencies = [
5076 "libc",
5077]
5078
5079[[package]]
5080name = "form_urlencoded"
5081version = "1.2.1"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5084dependencies = [
5085 "percent-encoding",
5086]
5087
5088[[package]]
5089name = "freetype-sys"
5090version = "0.20.1"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5093dependencies = [
5094 "cc",
5095 "libc",
5096 "pkg-config",
5097]
5098
5099[[package]]
5100name = "fs"
5101version = "0.1.0"
5102dependencies = [
5103 "anyhow",
5104 "ashpd",
5105 "async-tar",
5106 "async-trait",
5107 "cocoa 0.26.0",
5108 "collections",
5109 "fsevent",
5110 "futures 0.3.31",
5111 "git",
5112 "git2",
5113 "gpui",
5114 "libc",
5115 "log",
5116 "notify 6.1.1",
5117 "objc",
5118 "parking_lot",
5119 "paths",
5120 "proto",
5121 "rope",
5122 "serde",
5123 "serde_json",
5124 "smol",
5125 "tempfile",
5126 "text",
5127 "time",
5128 "util",
5129 "windows 0.60.0",
5130]
5131
5132[[package]]
5133name = "fs-set-times"
5134version = "0.20.2"
5135source = "registry+https://github.com/rust-lang/crates.io-index"
5136checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5137dependencies = [
5138 "io-lifetimes",
5139 "rustix",
5140 "windows-sys 0.59.0",
5141]
5142
5143[[package]]
5144name = "fs2"
5145version = "0.4.3"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5148dependencies = [
5149 "libc",
5150 "winapi",
5151]
5152
5153[[package]]
5154name = "fs_extra"
5155version = "1.3.0"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5158
5159[[package]]
5160name = "fsevent"
5161version = "0.1.0"
5162dependencies = [
5163 "bitflags 2.8.0",
5164 "core-foundation 0.9.4",
5165 "fsevent-sys 3.1.0",
5166 "parking_lot",
5167 "tempfile",
5168]
5169
5170[[package]]
5171name = "fsevent-sys"
5172version = "3.1.0"
5173source = "registry+https://github.com/rust-lang/crates.io-index"
5174checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5175dependencies = [
5176 "libc",
5177]
5178
5179[[package]]
5180name = "fsevent-sys"
5181version = "4.1.0"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5184dependencies = [
5185 "libc",
5186]
5187
5188[[package]]
5189name = "funty"
5190version = "2.0.0"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5193
5194[[package]]
5195name = "futf"
5196version = "0.1.5"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5199dependencies = [
5200 "mac",
5201 "new_debug_unreachable",
5202]
5203
5204[[package]]
5205name = "futures"
5206version = "0.1.31"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5209
5210[[package]]
5211name = "futures"
5212version = "0.3.31"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5215dependencies = [
5216 "futures-channel",
5217 "futures-core",
5218 "futures-executor",
5219 "futures-io",
5220 "futures-sink",
5221 "futures-task",
5222 "futures-util",
5223]
5224
5225[[package]]
5226name = "futures-batch"
5227version = "0.6.1"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5230dependencies = [
5231 "futures 0.3.31",
5232 "futures-timer",
5233 "pin-utils",
5234]
5235
5236[[package]]
5237name = "futures-channel"
5238version = "0.3.31"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5241dependencies = [
5242 "futures-core",
5243 "futures-sink",
5244]
5245
5246[[package]]
5247name = "futures-core"
5248version = "0.3.31"
5249source = "registry+https://github.com/rust-lang/crates.io-index"
5250checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5251
5252[[package]]
5253name = "futures-executor"
5254version = "0.3.31"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5257dependencies = [
5258 "futures-core",
5259 "futures-task",
5260 "futures-util",
5261]
5262
5263[[package]]
5264name = "futures-intrusive"
5265version = "0.5.0"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5268dependencies = [
5269 "futures-core",
5270 "lock_api",
5271 "parking_lot",
5272]
5273
5274[[package]]
5275name = "futures-io"
5276version = "0.3.31"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5279
5280[[package]]
5281name = "futures-lite"
5282version = "1.13.0"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5285dependencies = [
5286 "fastrand 1.9.0",
5287 "futures-core",
5288 "futures-io",
5289 "memchr",
5290 "parking",
5291 "pin-project-lite",
5292 "waker-fn",
5293]
5294
5295[[package]]
5296name = "futures-lite"
5297version = "2.6.0"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5300dependencies = [
5301 "fastrand 2.3.0",
5302 "futures-core",
5303 "futures-io",
5304 "parking",
5305 "pin-project-lite",
5306]
5307
5308[[package]]
5309name = "futures-macro"
5310version = "0.3.31"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5313dependencies = [
5314 "proc-macro2",
5315 "quote",
5316 "syn 2.0.100",
5317]
5318
5319[[package]]
5320name = "futures-sink"
5321version = "0.3.31"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5324
5325[[package]]
5326name = "futures-task"
5327version = "0.3.31"
5328source = "registry+https://github.com/rust-lang/crates.io-index"
5329checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5330
5331[[package]]
5332name = "futures-timer"
5333version = "3.0.3"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5336
5337[[package]]
5338name = "futures-util"
5339version = "0.3.31"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5342dependencies = [
5343 "futures 0.1.31",
5344 "futures-channel",
5345 "futures-core",
5346 "futures-io",
5347 "futures-macro",
5348 "futures-sink",
5349 "futures-task",
5350 "memchr",
5351 "pin-project-lite",
5352 "pin-utils",
5353 "slab",
5354 "tokio-io",
5355]
5356
5357[[package]]
5358name = "fuzzy"
5359version = "0.1.0"
5360dependencies = [
5361 "gpui",
5362 "log",
5363 "util",
5364]
5365
5366[[package]]
5367name = "fuzzy-matcher"
5368version = "0.3.7"
5369source = "registry+https://github.com/rust-lang/crates.io-index"
5370checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5371dependencies = [
5372 "thread_local",
5373]
5374
5375[[package]]
5376name = "generic-array"
5377version = "0.14.7"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5380dependencies = [
5381 "typenum",
5382 "version_check",
5383]
5384
5385[[package]]
5386name = "gethostname"
5387version = "0.4.3"
5388source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5390dependencies = [
5391 "libc",
5392 "windows-targets 0.48.5",
5393]
5394
5395[[package]]
5396name = "getrandom"
5397version = "0.1.16"
5398source = "registry+https://github.com/rust-lang/crates.io-index"
5399checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5400dependencies = [
5401 "cfg-if",
5402 "libc",
5403 "wasi 0.9.0+wasi-snapshot-preview1",
5404]
5405
5406[[package]]
5407name = "getrandom"
5408version = "0.2.15"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5411dependencies = [
5412 "cfg-if",
5413 "js-sys",
5414 "libc",
5415 "wasi 0.11.0+wasi-snapshot-preview1",
5416 "wasm-bindgen",
5417]
5418
5419[[package]]
5420name = "getrandom"
5421version = "0.3.1"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5424dependencies = [
5425 "cfg-if",
5426 "libc",
5427 "wasi 0.13.3+wasi-0.2.2",
5428 "windows-targets 0.52.6",
5429]
5430
5431[[package]]
5432name = "gif"
5433version = "0.13.1"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5436dependencies = [
5437 "color_quant",
5438 "weezl",
5439]
5440
5441[[package]]
5442name = "gimli"
5443version = "0.31.1"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5446dependencies = [
5447 "fallible-iterator",
5448 "indexmap",
5449 "stable_deref_trait",
5450]
5451
5452[[package]]
5453name = "git"
5454version = "0.1.0"
5455dependencies = [
5456 "anyhow",
5457 "askpass",
5458 "async-trait",
5459 "collections",
5460 "derive_more",
5461 "futures 0.3.31",
5462 "git2",
5463 "gpui",
5464 "http_client",
5465 "log",
5466 "parking_lot",
5467 "pretty_assertions",
5468 "regex",
5469 "rope",
5470 "schemars",
5471 "serde",
5472 "serde_json",
5473 "smol",
5474 "sum_tree",
5475 "text",
5476 "time",
5477 "unindent",
5478 "url",
5479 "util",
5480]
5481
5482[[package]]
5483name = "git2"
5484version = "0.20.0"
5485source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5486dependencies = [
5487 "bitflags 2.8.0",
5488 "libc",
5489 "libgit2-sys",
5490 "log",
5491 "url",
5492]
5493
5494[[package]]
5495name = "git_hosting_providers"
5496version = "0.1.0"
5497dependencies = [
5498 "anyhow",
5499 "async-trait",
5500 "futures 0.3.31",
5501 "git",
5502 "gpui",
5503 "http_client",
5504 "indoc",
5505 "pretty_assertions",
5506 "regex",
5507 "serde",
5508 "serde_json",
5509 "url",
5510 "util",
5511]
5512
5513[[package]]
5514name = "git_ui"
5515version = "0.1.0"
5516dependencies = [
5517 "anyhow",
5518 "askpass",
5519 "assistant_settings",
5520 "buffer_diff",
5521 "chrono",
5522 "collections",
5523 "command_palette_hooks",
5524 "component",
5525 "ctor",
5526 "db",
5527 "editor",
5528 "env_logger 0.11.7",
5529 "futures 0.3.31",
5530 "fuzzy",
5531 "git",
5532 "gpui",
5533 "itertools 0.14.0",
5534 "language",
5535 "language_model",
5536 "linkify",
5537 "linkme",
5538 "log",
5539 "menu",
5540 "multi_buffer",
5541 "notifications",
5542 "panel",
5543 "picker",
5544 "postage",
5545 "pretty_assertions",
5546 "project",
5547 "schemars",
5548 "serde",
5549 "serde_derive",
5550 "serde_json",
5551 "settings",
5552 "smallvec",
5553 "strum",
5554 "telemetry",
5555 "theme",
5556 "time",
5557 "time_format",
5558 "ui",
5559 "unindent",
5560 "util",
5561 "windows 0.60.0",
5562 "workspace",
5563 "zed_actions",
5564]
5565
5566[[package]]
5567name = "glob"
5568version = "0.3.1"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5571
5572[[package]]
5573name = "globset"
5574version = "0.4.16"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5577dependencies = [
5578 "aho-corasick",
5579 "bstr",
5580 "log",
5581 "regex-automata 0.4.9",
5582 "regex-syntax 0.8.5",
5583]
5584
5585[[package]]
5586name = "gloo-timers"
5587version = "0.3.0"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5590dependencies = [
5591 "futures-channel",
5592 "futures-core",
5593 "js-sys",
5594 "wasm-bindgen",
5595]
5596
5597[[package]]
5598name = "glow"
5599version = "0.14.2"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5602dependencies = [
5603 "js-sys",
5604 "slotmap",
5605 "wasm-bindgen",
5606 "web-sys",
5607]
5608
5609[[package]]
5610name = "go_to_line"
5611version = "0.1.0"
5612dependencies = [
5613 "anyhow",
5614 "editor",
5615 "gpui",
5616 "indoc",
5617 "language",
5618 "menu",
5619 "project",
5620 "rope",
5621 "schemars",
5622 "serde",
5623 "serde_json",
5624 "settings",
5625 "text",
5626 "theme",
5627 "tree-sitter-rust",
5628 "tree-sitter-typescript",
5629 "ui",
5630 "util",
5631 "workspace",
5632]
5633
5634[[package]]
5635name = "google_ai"
5636version = "0.1.0"
5637dependencies = [
5638 "anyhow",
5639 "futures 0.3.31",
5640 "http_client",
5641 "schemars",
5642 "serde",
5643 "serde_json",
5644 "strum",
5645]
5646
5647[[package]]
5648name = "gpu-alloc"
5649version = "0.6.0"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5652dependencies = [
5653 "bitflags 2.8.0",
5654 "gpu-alloc-types",
5655]
5656
5657[[package]]
5658name = "gpu-alloc-ash"
5659version = "0.7.0"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5662dependencies = [
5663 "ash",
5664 "gpu-alloc-types",
5665 "tinyvec",
5666]
5667
5668[[package]]
5669name = "gpu-alloc-types"
5670version = "0.3.0"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5673dependencies = [
5674 "bitflags 2.8.0",
5675]
5676
5677[[package]]
5678name = "gpui"
5679version = "0.1.0"
5680dependencies = [
5681 "anyhow",
5682 "as-raw-xcb-connection",
5683 "ashpd",
5684 "async-task",
5685 "backtrace",
5686 "bindgen 0.70.1",
5687 "blade-graphics",
5688 "blade-macros",
5689 "blade-util",
5690 "block",
5691 "bytemuck",
5692 "calloop",
5693 "calloop-wayland-source",
5694 "cbindgen 0.28.0",
5695 "cocoa 0.26.0",
5696 "collections",
5697 "core-foundation 0.9.4",
5698 "core-foundation-sys",
5699 "core-graphics 0.23.2",
5700 "core-text",
5701 "cosmic-text",
5702 "ctor",
5703 "derive_more",
5704 "embed-resource",
5705 "env_logger 0.11.7",
5706 "etagere",
5707 "filedescriptor",
5708 "flume",
5709 "font-kit",
5710 "foreign-types 0.5.0",
5711 "futures 0.3.31",
5712 "gpui_macros",
5713 "http_client",
5714 "image",
5715 "inventory",
5716 "itertools 0.14.0",
5717 "log",
5718 "lyon",
5719 "media",
5720 "metal",
5721 "naga",
5722 "num_cpus",
5723 "objc",
5724 "objc2",
5725 "objc2-metal",
5726 "oo7",
5727 "open",
5728 "parking",
5729 "parking_lot",
5730 "pathfinder_geometry",
5731 "postage",
5732 "profiling",
5733 "rand 0.8.5",
5734 "raw-window-handle",
5735 "refineable",
5736 "reqwest_client",
5737 "resvg",
5738 "schemars",
5739 "seahash",
5740 "semantic_version",
5741 "serde",
5742 "serde_derive",
5743 "serde_json",
5744 "slotmap",
5745 "smallvec",
5746 "smol",
5747 "strum",
5748 "sum_tree",
5749 "taffy",
5750 "thiserror 1.0.69",
5751 "unicode-segmentation",
5752 "usvg",
5753 "util",
5754 "uuid",
5755 "waker-fn",
5756 "wayland-backend",
5757 "wayland-client",
5758 "wayland-cursor",
5759 "wayland-protocols",
5760 "wayland-protocols-plasma",
5761 "windows 0.60.0",
5762 "windows-core 0.60.1",
5763 "x11-clipboard",
5764 "x11rb",
5765 "xim",
5766 "xkbcommon",
5767]
5768
5769[[package]]
5770name = "gpui_macros"
5771version = "0.1.0"
5772dependencies = [
5773 "gpui",
5774 "proc-macro2",
5775 "quote",
5776 "syn 1.0.109",
5777]
5778
5779[[package]]
5780name = "gpui_tokio"
5781version = "0.1.0"
5782dependencies = [
5783 "gpui",
5784 "tokio",
5785 "util",
5786]
5787
5788[[package]]
5789name = "grid"
5790version = "0.13.0"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5793
5794[[package]]
5795name = "group"
5796version = "0.12.1"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5799dependencies = [
5800 "ff",
5801 "rand_core 0.6.4",
5802 "subtle",
5803]
5804
5805[[package]]
5806name = "h2"
5807version = "0.3.26"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5810dependencies = [
5811 "bytes 1.10.1",
5812 "fnv",
5813 "futures-core",
5814 "futures-sink",
5815 "futures-util",
5816 "http 0.2.12",
5817 "indexmap",
5818 "slab",
5819 "tokio",
5820 "tokio-util",
5821 "tracing",
5822]
5823
5824[[package]]
5825name = "h2"
5826version = "0.4.7"
5827source = "registry+https://github.com/rust-lang/crates.io-index"
5828checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5829dependencies = [
5830 "atomic-waker",
5831 "bytes 1.10.1",
5832 "fnv",
5833 "futures-core",
5834 "futures-sink",
5835 "http 1.2.0",
5836 "indexmap",
5837 "slab",
5838 "tokio",
5839 "tokio-util",
5840 "tracing",
5841]
5842
5843[[package]]
5844name = "half"
5845version = "2.4.1"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5848dependencies = [
5849 "cfg-if",
5850 "crunchy",
5851]
5852
5853[[package]]
5854name = "handlebars"
5855version = "4.5.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5858dependencies = [
5859 "log",
5860 "pest",
5861 "pest_derive",
5862 "serde",
5863 "serde_json",
5864 "thiserror 1.0.69",
5865]
5866
5867[[package]]
5868name = "handlebars"
5869version = "6.2.0"
5870source = "registry+https://github.com/rust-lang/crates.io-index"
5871checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5872dependencies = [
5873 "log",
5874 "num-order",
5875 "pest",
5876 "pest_derive",
5877 "serde",
5878 "serde_json",
5879 "thiserror 1.0.69",
5880]
5881
5882[[package]]
5883name = "hashbrown"
5884version = "0.12.3"
5885source = "registry+https://github.com/rust-lang/crates.io-index"
5886checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5887dependencies = [
5888 "ahash 0.7.8",
5889]
5890
5891[[package]]
5892name = "hashbrown"
5893version = "0.14.5"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5896dependencies = [
5897 "ahash 0.8.11",
5898 "allocator-api2",
5899]
5900
5901[[package]]
5902name = "hashbrown"
5903version = "0.15.2"
5904source = "registry+https://github.com/rust-lang/crates.io-index"
5905checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5906dependencies = [
5907 "allocator-api2",
5908 "equivalent",
5909 "foldhash",
5910 "serde",
5911]
5912
5913[[package]]
5914name = "hashlink"
5915version = "0.8.4"
5916source = "registry+https://github.com/rust-lang/crates.io-index"
5917checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5918dependencies = [
5919 "hashbrown 0.14.5",
5920]
5921
5922[[package]]
5923name = "hashlink"
5924version = "0.10.0"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5927dependencies = [
5928 "hashbrown 0.15.2",
5929]
5930
5931[[package]]
5932name = "headers"
5933version = "0.3.9"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5936dependencies = [
5937 "base64 0.21.7",
5938 "bytes 1.10.1",
5939 "headers-core",
5940 "http 0.2.12",
5941 "httpdate",
5942 "mime",
5943 "sha1",
5944]
5945
5946[[package]]
5947name = "headers-core"
5948version = "0.2.0"
5949source = "registry+https://github.com/rust-lang/crates.io-index"
5950checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5951dependencies = [
5952 "http 0.2.12",
5953]
5954
5955[[package]]
5956name = "heck"
5957version = "0.3.3"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5960dependencies = [
5961 "unicode-segmentation",
5962]
5963
5964[[package]]
5965name = "heck"
5966version = "0.4.1"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5969dependencies = [
5970 "unicode-segmentation",
5971]
5972
5973[[package]]
5974name = "heck"
5975version = "0.5.0"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5978
5979[[package]]
5980name = "heed"
5981version = "0.21.0"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5984dependencies = [
5985 "bitflags 2.8.0",
5986 "byteorder",
5987 "heed-traits",
5988 "heed-types",
5989 "libc",
5990 "lmdb-master-sys",
5991 "once_cell",
5992 "page_size",
5993 "serde",
5994 "synchronoise",
5995 "url",
5996]
5997
5998[[package]]
5999name = "heed-traits"
6000version = "0.20.0"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6003
6004[[package]]
6005name = "heed-types"
6006version = "0.21.0"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6009dependencies = [
6010 "bincode",
6011 "byteorder",
6012 "heed-traits",
6013 "serde",
6014 "serde_json",
6015]
6016
6017[[package]]
6018name = "hermit-abi"
6019version = "0.3.9"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6022
6023[[package]]
6024name = "hermit-abi"
6025version = "0.4.0"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6028
6029[[package]]
6030name = "hex"
6031version = "0.4.3"
6032source = "registry+https://github.com/rust-lang/crates.io-index"
6033checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6034
6035[[package]]
6036name = "hexf-parse"
6037version = "0.2.1"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6040
6041[[package]]
6042name = "hidden-trait"
6043version = "0.1.2"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6046dependencies = [
6047 "proc-macro2",
6048 "quote",
6049 "syn 1.0.109",
6050]
6051
6052[[package]]
6053name = "hkdf"
6054version = "0.12.4"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6057dependencies = [
6058 "hmac",
6059]
6060
6061[[package]]
6062name = "hmac"
6063version = "0.12.1"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6066dependencies = [
6067 "digest",
6068]
6069
6070[[package]]
6071name = "home"
6072version = "0.5.9"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6075dependencies = [
6076 "windows-sys 0.52.0",
6077]
6078
6079[[package]]
6080name = "hound"
6081version = "3.5.1"
6082source = "registry+https://github.com/rust-lang/crates.io-index"
6083checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6084
6085[[package]]
6086name = "html5ever"
6087version = "0.27.0"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6090dependencies = [
6091 "log",
6092 "mac",
6093 "markup5ever",
6094 "proc-macro2",
6095 "quote",
6096 "syn 2.0.100",
6097]
6098
6099[[package]]
6100name = "html_to_markdown"
6101version = "0.1.0"
6102dependencies = [
6103 "anyhow",
6104 "html5ever",
6105 "indoc",
6106 "markup5ever_rcdom",
6107 "pretty_assertions",
6108 "regex",
6109]
6110
6111[[package]]
6112name = "http"
6113version = "0.2.12"
6114source = "registry+https://github.com/rust-lang/crates.io-index"
6115checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6116dependencies = [
6117 "bytes 1.10.1",
6118 "fnv",
6119 "itoa",
6120]
6121
6122[[package]]
6123name = "http"
6124version = "1.2.0"
6125source = "registry+https://github.com/rust-lang/crates.io-index"
6126checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6127dependencies = [
6128 "bytes 1.10.1",
6129 "fnv",
6130 "itoa",
6131]
6132
6133[[package]]
6134name = "http-body"
6135version = "0.4.6"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6138dependencies = [
6139 "bytes 1.10.1",
6140 "http 0.2.12",
6141 "pin-project-lite",
6142]
6143
6144[[package]]
6145name = "http-body"
6146version = "1.0.1"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6149dependencies = [
6150 "bytes 1.10.1",
6151 "http 1.2.0",
6152]
6153
6154[[package]]
6155name = "http-body-util"
6156version = "0.1.2"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6159dependencies = [
6160 "bytes 1.10.1",
6161 "futures-util",
6162 "http 1.2.0",
6163 "http-body 1.0.1",
6164 "pin-project-lite",
6165]
6166
6167[[package]]
6168name = "http-range-header"
6169version = "0.3.1"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6172
6173[[package]]
6174name = "http-types"
6175version = "2.12.0"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6178dependencies = [
6179 "anyhow",
6180 "async-channel 1.9.0",
6181 "base64 0.13.1",
6182 "futures-lite 1.13.0",
6183 "http 0.2.12",
6184 "infer",
6185 "pin-project-lite",
6186 "rand 0.7.3",
6187 "serde",
6188 "serde_json",
6189 "serde_qs 0.8.5",
6190 "serde_urlencoded",
6191 "url",
6192]
6193
6194[[package]]
6195name = "http_client"
6196version = "0.1.0"
6197dependencies = [
6198 "anyhow",
6199 "bytes 1.10.1",
6200 "derive_more",
6201 "futures 0.3.31",
6202 "http 1.2.0",
6203 "log",
6204 "rustls 0.23.23",
6205 "rustls-platform-verifier",
6206 "serde",
6207 "serde_json",
6208 "url",
6209]
6210
6211[[package]]
6212name = "httparse"
6213version = "1.9.5"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6216
6217[[package]]
6218name = "httpdate"
6219version = "1.0.3"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6222
6223[[package]]
6224name = "human_bytes"
6225version = "0.4.3"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6228
6229[[package]]
6230name = "humantime"
6231version = "2.1.0"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6234
6235[[package]]
6236name = "hyper"
6237version = "0.14.32"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6240dependencies = [
6241 "bytes 1.10.1",
6242 "futures-channel",
6243 "futures-core",
6244 "futures-util",
6245 "h2 0.3.26",
6246 "http 0.2.12",
6247 "http-body 0.4.6",
6248 "httparse",
6249 "httpdate",
6250 "itoa",
6251 "pin-project-lite",
6252 "socket2",
6253 "tokio",
6254 "tower-service",
6255 "tracing",
6256 "want",
6257]
6258
6259[[package]]
6260name = "hyper"
6261version = "1.5.1"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6264dependencies = [
6265 "bytes 1.10.1",
6266 "futures-channel",
6267 "futures-util",
6268 "h2 0.4.7",
6269 "http 1.2.0",
6270 "http-body 1.0.1",
6271 "httparse",
6272 "itoa",
6273 "pin-project-lite",
6274 "smallvec",
6275 "tokio",
6276 "want",
6277]
6278
6279[[package]]
6280name = "hyper-rustls"
6281version = "0.24.2"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6284dependencies = [
6285 "futures-util",
6286 "http 0.2.12",
6287 "hyper 0.14.32",
6288 "log",
6289 "rustls 0.21.12",
6290 "rustls-native-certs 0.6.3",
6291 "tokio",
6292 "tokio-rustls 0.24.1",
6293]
6294
6295[[package]]
6296name = "hyper-rustls"
6297version = "0.27.3"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6300dependencies = [
6301 "futures-util",
6302 "http 1.2.0",
6303 "hyper 1.5.1",
6304 "hyper-util",
6305 "rustls 0.23.23",
6306 "rustls-native-certs 0.8.1",
6307 "rustls-pki-types",
6308 "tokio",
6309 "tokio-rustls 0.26.1",
6310 "tower-service",
6311]
6312
6313[[package]]
6314name = "hyper-tls"
6315version = "0.5.0"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6318dependencies = [
6319 "bytes 1.10.1",
6320 "hyper 0.14.32",
6321 "native-tls",
6322 "tokio",
6323 "tokio-native-tls",
6324]
6325
6326[[package]]
6327name = "hyper-util"
6328version = "0.1.10"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6331dependencies = [
6332 "bytes 1.10.1",
6333 "futures-channel",
6334 "futures-util",
6335 "http 1.2.0",
6336 "http-body 1.0.1",
6337 "hyper 1.5.1",
6338 "pin-project-lite",
6339 "socket2",
6340 "tokio",
6341 "tower-service",
6342 "tracing",
6343]
6344
6345[[package]]
6346name = "iana-time-zone"
6347version = "0.1.61"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6350dependencies = [
6351 "android_system_properties",
6352 "core-foundation-sys",
6353 "iana-time-zone-haiku",
6354 "js-sys",
6355 "wasm-bindgen",
6356 "windows-core 0.52.0",
6357]
6358
6359[[package]]
6360name = "iana-time-zone-haiku"
6361version = "0.1.2"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6364dependencies = [
6365 "cc",
6366]
6367
6368[[package]]
6369name = "icu_collections"
6370version = "1.5.0"
6371source = "registry+https://github.com/rust-lang/crates.io-index"
6372checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6373dependencies = [
6374 "displaydoc",
6375 "yoke",
6376 "zerofrom",
6377 "zerovec",
6378]
6379
6380[[package]]
6381name = "icu_locid"
6382version = "1.5.0"
6383source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6385dependencies = [
6386 "displaydoc",
6387 "litemap",
6388 "tinystr",
6389 "writeable",
6390 "zerovec",
6391]
6392
6393[[package]]
6394name = "icu_locid_transform"
6395version = "1.5.0"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6398dependencies = [
6399 "displaydoc",
6400 "icu_locid",
6401 "icu_locid_transform_data",
6402 "icu_provider",
6403 "tinystr",
6404 "zerovec",
6405]
6406
6407[[package]]
6408name = "icu_locid_transform_data"
6409version = "1.5.0"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6412
6413[[package]]
6414name = "icu_normalizer"
6415version = "1.5.0"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6418dependencies = [
6419 "displaydoc",
6420 "icu_collections",
6421 "icu_normalizer_data",
6422 "icu_properties",
6423 "icu_provider",
6424 "smallvec",
6425 "utf16_iter",
6426 "utf8_iter",
6427 "write16",
6428 "zerovec",
6429]
6430
6431[[package]]
6432name = "icu_normalizer_data"
6433version = "1.5.0"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6436
6437[[package]]
6438name = "icu_properties"
6439version = "1.5.1"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6442dependencies = [
6443 "displaydoc",
6444 "icu_collections",
6445 "icu_locid_transform",
6446 "icu_properties_data",
6447 "icu_provider",
6448 "tinystr",
6449 "zerovec",
6450]
6451
6452[[package]]
6453name = "icu_properties_data"
6454version = "1.5.0"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6457
6458[[package]]
6459name = "icu_provider"
6460version = "1.5.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6463dependencies = [
6464 "displaydoc",
6465 "icu_locid",
6466 "icu_provider_macros",
6467 "stable_deref_trait",
6468 "tinystr",
6469 "writeable",
6470 "yoke",
6471 "zerofrom",
6472 "zerovec",
6473]
6474
6475[[package]]
6476name = "icu_provider_macros"
6477version = "1.5.0"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6480dependencies = [
6481 "proc-macro2",
6482 "quote",
6483 "syn 2.0.100",
6484]
6485
6486[[package]]
6487name = "id-arena"
6488version = "2.2.1"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6491
6492[[package]]
6493name = "idna"
6494version = "1.0.3"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6497dependencies = [
6498 "idna_adapter",
6499 "smallvec",
6500 "utf8_iter",
6501]
6502
6503[[package]]
6504name = "idna_adapter"
6505version = "1.2.0"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6508dependencies = [
6509 "icu_normalizer",
6510 "icu_properties",
6511]
6512
6513[[package]]
6514name = "ignore"
6515version = "0.4.23"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6518dependencies = [
6519 "crossbeam-deque",
6520 "globset",
6521 "log",
6522 "memchr",
6523 "regex-automata 0.4.9",
6524 "same-file",
6525 "walkdir",
6526 "winapi-util",
6527]
6528
6529[[package]]
6530name = "image"
6531version = "0.25.5"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6534dependencies = [
6535 "bytemuck",
6536 "byteorder-lite",
6537 "color_quant",
6538 "exr",
6539 "gif",
6540 "image-webp",
6541 "num-traits",
6542 "png",
6543 "qoi",
6544 "ravif",
6545 "rayon",
6546 "rgb",
6547 "tiff",
6548 "zune-core",
6549 "zune-jpeg",
6550]
6551
6552[[package]]
6553name = "image-webp"
6554version = "0.2.0"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6557dependencies = [
6558 "byteorder-lite",
6559 "quick-error",
6560]
6561
6562[[package]]
6563name = "image_viewer"
6564version = "0.1.0"
6565dependencies = [
6566 "anyhow",
6567 "db",
6568 "editor",
6569 "file_icons",
6570 "gpui",
6571 "project",
6572 "schemars",
6573 "serde",
6574 "settings",
6575 "theme",
6576 "ui",
6577 "util",
6578 "workspace",
6579]
6580
6581[[package]]
6582name = "imagesize"
6583version = "0.13.0"
6584source = "registry+https://github.com/rust-lang/crates.io-index"
6585checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6586
6587[[package]]
6588name = "imara-diff"
6589version = "0.1.8"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6592dependencies = [
6593 "hashbrown 0.15.2",
6594]
6595
6596[[package]]
6597name = "imgref"
6598version = "1.11.0"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6601
6602[[package]]
6603name = "indexed_docs"
6604version = "0.1.0"
6605dependencies = [
6606 "anyhow",
6607 "async-trait",
6608 "cargo_metadata",
6609 "collections",
6610 "derive_more",
6611 "extension",
6612 "fs",
6613 "futures 0.3.31",
6614 "fuzzy",
6615 "gpui",
6616 "heed",
6617 "html_to_markdown",
6618 "http_client",
6619 "indexmap",
6620 "indoc",
6621 "parking_lot",
6622 "paths",
6623 "pretty_assertions",
6624 "serde",
6625 "strum",
6626 "util",
6627]
6628
6629[[package]]
6630name = "indexmap"
6631version = "2.7.1"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6634dependencies = [
6635 "equivalent",
6636 "hashbrown 0.15.2",
6637 "serde",
6638]
6639
6640[[package]]
6641name = "indoc"
6642version = "2.0.6"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6645
6646[[package]]
6647name = "infer"
6648version = "0.2.3"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6651
6652[[package]]
6653name = "inherent"
6654version = "1.0.11"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6657dependencies = [
6658 "proc-macro2",
6659 "quote",
6660 "syn 2.0.100",
6661]
6662
6663[[package]]
6664name = "inline_completion"
6665version = "0.1.0"
6666dependencies = [
6667 "gpui",
6668 "language",
6669 "project",
6670]
6671
6672[[package]]
6673name = "inline_completion_button"
6674version = "0.1.0"
6675dependencies = [
6676 "anyhow",
6677 "client",
6678 "copilot",
6679 "editor",
6680 "feature_flags",
6681 "fs",
6682 "futures 0.3.31",
6683 "gpui",
6684 "indoc",
6685 "inline_completion",
6686 "language",
6687 "lsp",
6688 "paths",
6689 "project",
6690 "regex",
6691 "serde_json",
6692 "settings",
6693 "supermaven",
6694 "telemetry",
6695 "theme",
6696 "ui",
6697 "workspace",
6698 "zed_actions",
6699 "zeta",
6700]
6701
6702[[package]]
6703name = "inotify"
6704version = "0.9.6"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6707dependencies = [
6708 "bitflags 1.3.2",
6709 "inotify-sys",
6710 "libc",
6711]
6712
6713[[package]]
6714name = "inotify"
6715version = "0.11.0"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6718dependencies = [
6719 "bitflags 2.8.0",
6720 "inotify-sys",
6721 "libc",
6722]
6723
6724[[package]]
6725name = "inotify-sys"
6726version = "0.1.5"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6729dependencies = [
6730 "libc",
6731]
6732
6733[[package]]
6734name = "inout"
6735version = "0.1.3"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6738dependencies = [
6739 "block-padding",
6740 "generic-array",
6741]
6742
6743[[package]]
6744name = "install_cli"
6745version = "0.1.0"
6746dependencies = [
6747 "anyhow",
6748 "gpui",
6749 "smol",
6750 "util",
6751]
6752
6753[[package]]
6754name = "instant"
6755version = "0.1.13"
6756source = "registry+https://github.com/rust-lang/crates.io-index"
6757checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6758dependencies = [
6759 "cfg-if",
6760]
6761
6762[[package]]
6763name = "interpolate_name"
6764version = "0.2.4"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6767dependencies = [
6768 "proc-macro2",
6769 "quote",
6770 "syn 2.0.100",
6771]
6772
6773[[package]]
6774name = "inventory"
6775version = "0.3.20"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6778dependencies = [
6779 "rustversion",
6780]
6781
6782[[package]]
6783name = "io-extras"
6784version = "0.18.4"
6785source = "registry+https://github.com/rust-lang/crates.io-index"
6786checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6787dependencies = [
6788 "io-lifetimes",
6789 "windows-sys 0.59.0",
6790]
6791
6792[[package]]
6793name = "io-lifetimes"
6794version = "2.0.4"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6797
6798[[package]]
6799name = "iovec"
6800version = "0.1.4"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6803dependencies = [
6804 "libc",
6805]
6806
6807[[package]]
6808name = "ipc-channel"
6809version = "0.19.0"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6812dependencies = [
6813 "bincode",
6814 "crossbeam-channel",
6815 "fnv",
6816 "lazy_static",
6817 "libc",
6818 "mio 1.0.3",
6819 "rand 0.8.5",
6820 "serde",
6821 "tempfile",
6822 "uuid",
6823 "windows 0.58.0",
6824]
6825
6826[[package]]
6827name = "ipnet"
6828version = "2.10.1"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6831
6832[[package]]
6833name = "is-docker"
6834version = "0.2.0"
6835source = "registry+https://github.com/rust-lang/crates.io-index"
6836checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6837dependencies = [
6838 "once_cell",
6839]
6840
6841[[package]]
6842name = "is-terminal"
6843version = "0.4.13"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6846dependencies = [
6847 "hermit-abi 0.4.0",
6848 "libc",
6849 "windows-sys 0.52.0",
6850]
6851
6852[[package]]
6853name = "is-wsl"
6854version = "0.4.0"
6855source = "registry+https://github.com/rust-lang/crates.io-index"
6856checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6857dependencies = [
6858 "is-docker",
6859 "once_cell",
6860]
6861
6862[[package]]
6863name = "is_terminal_polyfill"
6864version = "1.70.1"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6867
6868[[package]]
6869name = "itertools"
6870version = "0.10.5"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6873dependencies = [
6874 "either",
6875]
6876
6877[[package]]
6878name = "itertools"
6879version = "0.11.0"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6882dependencies = [
6883 "either",
6884]
6885
6886[[package]]
6887name = "itertools"
6888version = "0.12.1"
6889source = "registry+https://github.com/rust-lang/crates.io-index"
6890checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6891dependencies = [
6892 "either",
6893]
6894
6895[[package]]
6896name = "itertools"
6897version = "0.14.0"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6900dependencies = [
6901 "either",
6902]
6903
6904[[package]]
6905name = "itoa"
6906version = "1.0.14"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6909
6910[[package]]
6911name = "jiff"
6912version = "0.2.4"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6915dependencies = [
6916 "jiff-static",
6917 "log",
6918 "portable-atomic",
6919 "portable-atomic-util",
6920 "serde",
6921]
6922
6923[[package]]
6924name = "jiff-static"
6925version = "0.2.4"
6926source = "registry+https://github.com/rust-lang/crates.io-index"
6927checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6928dependencies = [
6929 "proc-macro2",
6930 "quote",
6931 "syn 2.0.100",
6932]
6933
6934[[package]]
6935name = "jni"
6936version = "0.21.1"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6939dependencies = [
6940 "cesu8",
6941 "cfg-if",
6942 "combine",
6943 "jni-sys",
6944 "log",
6945 "thiserror 1.0.69",
6946 "walkdir",
6947 "windows-sys 0.45.0",
6948]
6949
6950[[package]]
6951name = "jni-sys"
6952version = "0.3.0"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6955
6956[[package]]
6957name = "jobserver"
6958version = "0.1.32"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6961dependencies = [
6962 "libc",
6963]
6964
6965[[package]]
6966name = "journal"
6967version = "0.1.0"
6968dependencies = [
6969 "anyhow",
6970 "chrono",
6971 "editor",
6972 "gpui",
6973 "log",
6974 "schemars",
6975 "serde",
6976 "settings",
6977 "shellexpand 2.1.2",
6978 "workspace",
6979]
6980
6981[[package]]
6982name = "jpeg-decoder"
6983version = "0.3.1"
6984source = "registry+https://github.com/rust-lang/crates.io-index"
6985checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6986
6987[[package]]
6988name = "js-sys"
6989version = "0.3.76"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6992dependencies = [
6993 "once_cell",
6994 "wasm-bindgen",
6995]
6996
6997[[package]]
6998name = "jsonwebtoken"
6999version = "9.3.1"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7002dependencies = [
7003 "base64 0.22.1",
7004 "js-sys",
7005 "pem",
7006 "ring",
7007 "serde",
7008 "serde_json",
7009 "simple_asn1",
7010]
7011
7012[[package]]
7013name = "jupyter-protocol"
7014version = "0.6.0"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7017dependencies = [
7018 "anyhow",
7019 "async-trait",
7020 "bytes 1.10.1",
7021 "chrono",
7022 "futures 0.3.31",
7023 "serde",
7024 "serde_json",
7025 "uuid",
7026]
7027
7028[[package]]
7029name = "jupyter-websocket-client"
7030version = "0.9.0"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7033dependencies = [
7034 "anyhow",
7035 "async-trait",
7036 "async-tungstenite",
7037 "futures 0.3.31",
7038 "jupyter-protocol",
7039 "serde",
7040 "serde_json",
7041 "url",
7042 "uuid",
7043]
7044
7045[[package]]
7046name = "khronos-egl"
7047version = "6.0.0"
7048source = "registry+https://github.com/rust-lang/crates.io-index"
7049checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7050dependencies = [
7051 "libc",
7052 "libloading",
7053]
7054
7055[[package]]
7056name = "kqueue"
7057version = "1.0.8"
7058source = "registry+https://github.com/rust-lang/crates.io-index"
7059checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7060dependencies = [
7061 "kqueue-sys",
7062 "libc",
7063]
7064
7065[[package]]
7066name = "kqueue-sys"
7067version = "1.0.4"
7068source = "registry+https://github.com/rust-lang/crates.io-index"
7069checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7070dependencies = [
7071 "bitflags 1.3.2",
7072 "libc",
7073]
7074
7075[[package]]
7076name = "kurbo"
7077version = "0.11.1"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7080dependencies = [
7081 "arrayvec",
7082 "smallvec",
7083]
7084
7085[[package]]
7086name = "kv-log-macro"
7087version = "1.0.7"
7088source = "registry+https://github.com/rust-lang/crates.io-index"
7089checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7090dependencies = [
7091 "log",
7092]
7093
7094[[package]]
7095name = "language"
7096version = "0.1.0"
7097dependencies = [
7098 "anyhow",
7099 "async-trait",
7100 "async-watch",
7101 "clock",
7102 "collections",
7103 "ctor",
7104 "ec4rs",
7105 "env_logger 0.11.7",
7106 "fs",
7107 "futures 0.3.31",
7108 "fuzzy",
7109 "globset",
7110 "gpui",
7111 "http_client",
7112 "imara-diff",
7113 "indoc",
7114 "itertools 0.14.0",
7115 "log",
7116 "lsp",
7117 "parking_lot",
7118 "postage",
7119 "pretty_assertions",
7120 "rand 0.8.5",
7121 "regex",
7122 "rpc",
7123 "schemars",
7124 "serde",
7125 "serde_json",
7126 "settings",
7127 "smallvec",
7128 "smol",
7129 "streaming-iterator",
7130 "strsim",
7131 "sum_tree",
7132 "task",
7133 "text",
7134 "theme",
7135 "tree-sitter",
7136 "tree-sitter-elixir",
7137 "tree-sitter-embedded-template",
7138 "tree-sitter-heex",
7139 "tree-sitter-html",
7140 "tree-sitter-json",
7141 "tree-sitter-md",
7142 "tree-sitter-ruby",
7143 "tree-sitter-rust",
7144 "tree-sitter-typescript",
7145 "unicase",
7146 "unindent",
7147 "util",
7148]
7149
7150[[package]]
7151name = "language_extension"
7152version = "0.1.0"
7153dependencies = [
7154 "anyhow",
7155 "async-trait",
7156 "collections",
7157 "extension",
7158 "fs",
7159 "futures 0.3.31",
7160 "gpui",
7161 "language",
7162 "lsp",
7163 "serde",
7164 "serde_json",
7165 "util",
7166]
7167
7168[[package]]
7169name = "language_model"
7170version = "0.1.0"
7171dependencies = [
7172 "anthropic",
7173 "anyhow",
7174 "base64 0.22.1",
7175 "client",
7176 "collections",
7177 "futures 0.3.31",
7178 "google_ai",
7179 "gpui",
7180 "http_client",
7181 "image",
7182 "log",
7183 "open_ai",
7184 "parking_lot",
7185 "proto",
7186 "schemars",
7187 "serde",
7188 "serde_json",
7189 "smol",
7190 "strum",
7191 "telemetry_events",
7192 "thiserror 1.0.69",
7193 "ui",
7194 "util",
7195]
7196
7197[[package]]
7198name = "language_model_selector"
7199version = "0.1.0"
7200dependencies = [
7201 "feature_flags",
7202 "gpui",
7203 "language_model",
7204 "log",
7205 "picker",
7206 "proto",
7207 "ui",
7208 "workspace",
7209 "zed_actions",
7210]
7211
7212[[package]]
7213name = "language_models"
7214version = "0.1.0"
7215dependencies = [
7216 "anthropic",
7217 "anyhow",
7218 "aws-config",
7219 "aws-credential-types",
7220 "aws_http_client",
7221 "bedrock",
7222 "client",
7223 "collections",
7224 "copilot",
7225 "credentials_provider",
7226 "deepseek",
7227 "editor",
7228 "feature_flags",
7229 "fs",
7230 "futures 0.3.31",
7231 "google_ai",
7232 "gpui",
7233 "gpui_tokio",
7234 "http_client",
7235 "language_model",
7236 "lmstudio",
7237 "log",
7238 "menu",
7239 "mistral",
7240 "ollama",
7241 "open_ai",
7242 "project",
7243 "proto",
7244 "schemars",
7245 "serde",
7246 "serde_json",
7247 "settings",
7248 "smol",
7249 "strum",
7250 "theme",
7251 "tiktoken-rs",
7252 "tokio",
7253 "ui",
7254 "util",
7255]
7256
7257[[package]]
7258name = "language_selector"
7259version = "0.1.0"
7260dependencies = [
7261 "anyhow",
7262 "editor",
7263 "file_finder",
7264 "file_icons",
7265 "fuzzy",
7266 "gpui",
7267 "language",
7268 "picker",
7269 "project",
7270 "settings",
7271 "ui",
7272 "util",
7273 "workspace",
7274]
7275
7276[[package]]
7277name = "language_tools"
7278version = "0.1.0"
7279dependencies = [
7280 "anyhow",
7281 "client",
7282 "collections",
7283 "copilot",
7284 "editor",
7285 "env_logger 0.11.7",
7286 "futures 0.3.31",
7287 "gpui",
7288 "itertools 0.14.0",
7289 "language",
7290 "lsp",
7291 "project",
7292 "release_channel",
7293 "serde_json",
7294 "settings",
7295 "theme",
7296 "tree-sitter",
7297 "ui",
7298 "util",
7299 "workspace",
7300 "zed_actions",
7301]
7302
7303[[package]]
7304name = "languages"
7305version = "0.1.0"
7306dependencies = [
7307 "anyhow",
7308 "async-compression",
7309 "async-tar",
7310 "async-trait",
7311 "collections",
7312 "futures 0.3.31",
7313 "gpui",
7314 "http_client",
7315 "language",
7316 "log",
7317 "lsp",
7318 "node_runtime",
7319 "paths",
7320 "pet",
7321 "pet-conda",
7322 "pet-core",
7323 "pet-fs",
7324 "pet-poetry",
7325 "pet-reporter",
7326 "pretty_assertions",
7327 "project",
7328 "regex",
7329 "rope",
7330 "rust-embed",
7331 "serde",
7332 "serde_json",
7333 "settings",
7334 "smol",
7335 "snippet_provider",
7336 "task",
7337 "text",
7338 "theme",
7339 "toml 0.8.20",
7340 "tree-sitter",
7341 "tree-sitter-bash",
7342 "tree-sitter-c",
7343 "tree-sitter-cpp",
7344 "tree-sitter-css",
7345 "tree-sitter-diff",
7346 "tree-sitter-gitcommit",
7347 "tree-sitter-go",
7348 "tree-sitter-gomod",
7349 "tree-sitter-gowork",
7350 "tree-sitter-jsdoc",
7351 "tree-sitter-json",
7352 "tree-sitter-md",
7353 "tree-sitter-python",
7354 "tree-sitter-regex",
7355 "tree-sitter-rust",
7356 "tree-sitter-typescript",
7357 "tree-sitter-yaml",
7358 "unindent",
7359 "util",
7360 "workspace",
7361]
7362
7363[[package]]
7364name = "lazy_static"
7365version = "1.5.0"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7368dependencies = [
7369 "spin",
7370]
7371
7372[[package]]
7373name = "lazycell"
7374version = "1.3.0"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7377
7378[[package]]
7379name = "leb128"
7380version = "0.2.5"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7383
7384[[package]]
7385name = "lebe"
7386version = "0.5.2"
7387source = "registry+https://github.com/rust-lang/crates.io-index"
7388checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7389
7390[[package]]
7391name = "libc"
7392version = "0.2.171"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7395
7396[[package]]
7397name = "libdbus-sys"
7398version = "0.2.5"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7401dependencies = [
7402 "cc",
7403 "pkg-config",
7404]
7405
7406[[package]]
7407name = "libfuzzer-sys"
7408version = "0.4.8"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7411dependencies = [
7412 "arbitrary",
7413 "cc",
7414]
7415
7416[[package]]
7417name = "libgit2-sys"
7418version = "0.18.0+1.9.0"
7419source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7420dependencies = [
7421 "cc",
7422 "libc",
7423 "libz-sys",
7424 "pkg-config",
7425]
7426
7427[[package]]
7428name = "libloading"
7429version = "0.8.6"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7432dependencies = [
7433 "cfg-if",
7434 "windows-targets 0.52.6",
7435]
7436
7437[[package]]
7438name = "libm"
7439version = "0.2.11"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7442
7443[[package]]
7444name = "libmimalloc-sys"
7445version = "0.1.39"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7448dependencies = [
7449 "cc",
7450 "libc",
7451]
7452
7453[[package]]
7454name = "libredox"
7455version = "0.1.3"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7458dependencies = [
7459 "bitflags 2.8.0",
7460 "libc",
7461 "redox_syscall 0.5.8",
7462]
7463
7464[[package]]
7465name = "libsqlite3-sys"
7466version = "0.30.1"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7469dependencies = [
7470 "cc",
7471 "pkg-config",
7472 "vcpkg",
7473]
7474
7475[[package]]
7476name = "libwebrtc"
7477version = "0.3.7"
7478source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7479dependencies = [
7480 "cxx",
7481 "jni",
7482 "js-sys",
7483 "lazy_static",
7484 "livekit-protocol",
7485 "livekit-runtime",
7486 "log",
7487 "parking_lot",
7488 "serde",
7489 "serde_json",
7490 "thiserror 1.0.69",
7491 "tokio",
7492 "wasm-bindgen",
7493 "wasm-bindgen-futures",
7494 "web-sys",
7495 "webrtc-sys",
7496]
7497
7498[[package]]
7499name = "libz-sys"
7500version = "1.1.20"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7503dependencies = [
7504 "cc",
7505 "libc",
7506 "pkg-config",
7507 "vcpkg",
7508]
7509
7510[[package]]
7511name = "link-cplusplus"
7512version = "1.0.9"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7515dependencies = [
7516 "cc",
7517]
7518
7519[[package]]
7520name = "linkify"
7521version = "0.10.0"
7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7524dependencies = [
7525 "memchr",
7526]
7527
7528[[package]]
7529name = "linkme"
7530version = "0.3.32"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7533dependencies = [
7534 "linkme-impl",
7535]
7536
7537[[package]]
7538name = "linkme-impl"
7539version = "0.3.32"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7542dependencies = [
7543 "proc-macro2",
7544 "quote",
7545 "syn 2.0.100",
7546]
7547
7548[[package]]
7549name = "linux-raw-sys"
7550version = "0.4.14"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7553
7554[[package]]
7555name = "litemap"
7556version = "0.7.4"
7557source = "registry+https://github.com/rust-lang/crates.io-index"
7558checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7559
7560[[package]]
7561name = "livekit"
7562version = "0.7.0"
7563source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7564dependencies = [
7565 "chrono",
7566 "futures-util",
7567 "lazy_static",
7568 "libwebrtc",
7569 "livekit-api",
7570 "livekit-protocol",
7571 "livekit-runtime",
7572 "log",
7573 "parking_lot",
7574 "prost 0.12.6",
7575 "semver",
7576 "serde",
7577 "serde_json",
7578 "thiserror 1.0.69",
7579 "tokio",
7580]
7581
7582[[package]]
7583name = "livekit-api"
7584version = "0.4.1"
7585source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7586dependencies = [
7587 "async-tungstenite",
7588 "futures-util",
7589 "http 0.2.12",
7590 "jsonwebtoken",
7591 "livekit-protocol",
7592 "livekit-runtime",
7593 "log",
7594 "parking_lot",
7595 "prost 0.12.6",
7596 "reqwest 0.11.27",
7597 "scopeguard",
7598 "serde",
7599 "serde_json",
7600 "sha2",
7601 "thiserror 1.0.69",
7602 "tokio",
7603 "tokio-tungstenite 0.20.1",
7604 "url",
7605]
7606
7607[[package]]
7608name = "livekit-protocol"
7609version = "0.3.6"
7610source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7611dependencies = [
7612 "futures-util",
7613 "livekit-runtime",
7614 "parking_lot",
7615 "pbjson",
7616 "pbjson-types",
7617 "prost 0.12.6",
7618 "prost-types 0.12.6",
7619 "serde",
7620 "thiserror 1.0.69",
7621 "tokio",
7622]
7623
7624[[package]]
7625name = "livekit-runtime"
7626version = "0.3.1"
7627source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7628dependencies = [
7629 "async-io",
7630 "async-std",
7631 "async-task",
7632 "futures 0.3.31",
7633]
7634
7635[[package]]
7636name = "livekit_api"
7637version = "0.1.0"
7638dependencies = [
7639 "anyhow",
7640 "async-trait",
7641 "jsonwebtoken",
7642 "log",
7643 "prost 0.9.0",
7644 "prost-build 0.9.0",
7645 "prost-types 0.9.0",
7646 "reqwest 0.12.8",
7647 "serde",
7648]
7649
7650[[package]]
7651name = "livekit_client"
7652version = "0.1.0"
7653dependencies = [
7654 "anyhow",
7655 "async-trait",
7656 "collections",
7657 "core-foundation 0.9.4",
7658 "coreaudio-rs 0.12.1",
7659 "cpal",
7660 "futures 0.3.31",
7661 "gpui",
7662 "http 0.2.12",
7663 "http_client",
7664 "image",
7665 "livekit",
7666 "livekit_api",
7667 "log",
7668 "media",
7669 "nanoid",
7670 "parking_lot",
7671 "postage",
7672 "serde",
7673 "serde_json",
7674 "sha2",
7675 "simplelog",
7676 "smallvec",
7677 "util",
7678]
7679
7680[[package]]
7681name = "livekit_client_macos"
7682version = "0.1.0"
7683dependencies = [
7684 "anyhow",
7685 "async-broadcast",
7686 "async-trait",
7687 "collections",
7688 "core-foundation 0.9.4",
7689 "futures 0.3.31",
7690 "gpui",
7691 "livekit_api",
7692 "log",
7693 "media",
7694 "nanoid",
7695 "parking_lot",
7696 "postage",
7697 "serde",
7698 "serde_json",
7699 "sha2",
7700 "simplelog",
7701]
7702
7703[[package]]
7704name = "lmdb-master-sys"
7705version = "0.2.4"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7708dependencies = [
7709 "cc",
7710 "doxygen-rs",
7711 "libc",
7712]
7713
7714[[package]]
7715name = "lmstudio"
7716version = "0.1.0"
7717dependencies = [
7718 "anyhow",
7719 "futures 0.3.31",
7720 "http_client",
7721 "schemars",
7722 "serde",
7723 "serde_json",
7724]
7725
7726[[package]]
7727name = "lock_api"
7728version = "0.4.12"
7729source = "registry+https://github.com/rust-lang/crates.io-index"
7730checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7731dependencies = [
7732 "autocfg",
7733 "scopeguard",
7734]
7735
7736[[package]]
7737name = "log"
7738version = "0.4.26"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7741dependencies = [
7742 "serde",
7743 "value-bag",
7744]
7745
7746[[package]]
7747name = "loop9"
7748version = "0.1.5"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7751dependencies = [
7752 "imgref",
7753]
7754
7755[[package]]
7756name = "lru"
7757version = "0.12.5"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7760dependencies = [
7761 "hashbrown 0.15.2",
7762]
7763
7764[[package]]
7765name = "lsp"
7766version = "0.1.0"
7767dependencies = [
7768 "anyhow",
7769 "async-pipe",
7770 "collections",
7771 "ctor",
7772 "env_logger 0.11.7",
7773 "futures 0.3.31",
7774 "gpui",
7775 "log",
7776 "lsp-types",
7777 "parking_lot",
7778 "postage",
7779 "release_channel",
7780 "schemars",
7781 "serde",
7782 "serde_json",
7783 "smol",
7784 "util",
7785]
7786
7787[[package]]
7788name = "lsp-types"
7789version = "0.95.1"
7790source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7791dependencies = [
7792 "bitflags 1.3.2",
7793 "serde",
7794 "serde_json",
7795 "serde_repr",
7796 "url",
7797]
7798
7799[[package]]
7800name = "lua-src"
7801version = "547.0.0"
7802source = "registry+https://github.com/rust-lang/crates.io-index"
7803checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7804dependencies = [
7805 "cc",
7806]
7807
7808[[package]]
7809name = "luajit-src"
7810version = "210.5.12+a4f56a4"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7813dependencies = [
7814 "cc",
7815 "which 7.0.2",
7816]
7817
7818[[package]]
7819name = "lyon"
7820version = "1.0.1"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7823dependencies = [
7824 "lyon_algorithms",
7825 "lyon_extra",
7826 "lyon_tessellation",
7827]
7828
7829[[package]]
7830name = "lyon_algorithms"
7831version = "1.0.5"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7834dependencies = [
7835 "lyon_path",
7836 "num-traits",
7837]
7838
7839[[package]]
7840name = "lyon_extra"
7841version = "1.0.3"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7844dependencies = [
7845 "lyon_path",
7846 "thiserror 1.0.69",
7847]
7848
7849[[package]]
7850name = "lyon_geom"
7851version = "1.0.6"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7854dependencies = [
7855 "arrayvec",
7856 "euclid",
7857 "num-traits",
7858]
7859
7860[[package]]
7861name = "lyon_path"
7862version = "1.0.6"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7865dependencies = [
7866 "lyon_geom",
7867 "num-traits",
7868]
7869
7870[[package]]
7871name = "lyon_tessellation"
7872version = "1.0.15"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7875dependencies = [
7876 "float_next_after",
7877 "lyon_path",
7878 "num-traits",
7879]
7880
7881[[package]]
7882name = "mac"
7883version = "0.1.1"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7886
7887[[package]]
7888name = "mach2"
7889version = "0.4.2"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7892dependencies = [
7893 "libc",
7894]
7895
7896[[package]]
7897name = "malloc_buf"
7898version = "0.0.6"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7901dependencies = [
7902 "libc",
7903]
7904
7905[[package]]
7906name = "maplit"
7907version = "1.0.2"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7910
7911[[package]]
7912name = "markdown"
7913version = "0.1.0"
7914dependencies = [
7915 "anyhow",
7916 "assets",
7917 "env_logger 0.11.7",
7918 "gpui",
7919 "language",
7920 "languages",
7921 "linkify",
7922 "log",
7923 "node_runtime",
7924 "pulldown-cmark 0.12.2",
7925 "settings",
7926 "theme",
7927 "ui",
7928 "util",
7929]
7930
7931[[package]]
7932name = "markdown_preview"
7933version = "0.1.0"
7934dependencies = [
7935 "anyhow",
7936 "async-recursion 1.1.1",
7937 "collections",
7938 "editor",
7939 "gpui",
7940 "language",
7941 "linkify",
7942 "log",
7943 "pretty_assertions",
7944 "pulldown-cmark 0.12.2",
7945 "settings",
7946 "theme",
7947 "ui",
7948 "util",
7949 "workspace",
7950]
7951
7952[[package]]
7953name = "markup5ever"
7954version = "0.12.1"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7957dependencies = [
7958 "log",
7959 "phf",
7960 "phf_codegen",
7961 "string_cache",
7962 "string_cache_codegen",
7963 "tendril",
7964]
7965
7966[[package]]
7967name = "markup5ever_rcdom"
7968version = "0.3.0"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7971dependencies = [
7972 "html5ever",
7973 "markup5ever",
7974 "tendril",
7975 "xml5ever",
7976]
7977
7978[[package]]
7979name = "matchers"
7980version = "0.1.0"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7983dependencies = [
7984 "regex-automata 0.1.10",
7985]
7986
7987[[package]]
7988name = "matchit"
7989version = "0.7.3"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7992
7993[[package]]
7994name = "maybe-owned"
7995version = "0.3.4"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7998
7999[[package]]
8000name = "maybe-rayon"
8001version = "0.1.1"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8004dependencies = [
8005 "cfg-if",
8006 "rayon",
8007]
8008
8009[[package]]
8010name = "md-5"
8011version = "0.10.6"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8014dependencies = [
8015 "cfg-if",
8016 "digest",
8017]
8018
8019[[package]]
8020name = "mdbook"
8021version = "0.4.47"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8024dependencies = [
8025 "ammonia",
8026 "anyhow",
8027 "chrono",
8028 "clap",
8029 "clap_complete",
8030 "elasticlunr-rs",
8031 "env_logger 0.11.7",
8032 "futures-util",
8033 "handlebars 6.2.0",
8034 "hex",
8035 "ignore",
8036 "log",
8037 "memchr",
8038 "notify 8.0.0",
8039 "notify-debouncer-mini",
8040 "once_cell",
8041 "opener",
8042 "pathdiff",
8043 "pulldown-cmark 0.10.3",
8044 "regex",
8045 "serde",
8046 "serde_json",
8047 "sha2",
8048 "shlex",
8049 "tempfile",
8050 "tokio",
8051 "toml 0.5.11",
8052 "topological-sort",
8053 "walkdir",
8054 "warp",
8055]
8056
8057[[package]]
8058name = "media"
8059version = "0.1.0"
8060dependencies = [
8061 "anyhow",
8062 "bindgen 0.70.1",
8063 "core-foundation 0.9.4",
8064 "ctor",
8065 "foreign-types 0.5.0",
8066 "metal",
8067 "objc",
8068]
8069
8070[[package]]
8071name = "memchr"
8072version = "2.7.4"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8075
8076[[package]]
8077name = "memfd"
8078version = "0.6.4"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8081dependencies = [
8082 "rustix",
8083]
8084
8085[[package]]
8086name = "memmap2"
8087version = "0.9.5"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8090dependencies = [
8091 "libc",
8092]
8093
8094[[package]]
8095name = "memoffset"
8096version = "0.9.1"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8099dependencies = [
8100 "autocfg",
8101]
8102
8103[[package]]
8104name = "menu"
8105version = "0.1.0"
8106dependencies = [
8107 "gpui",
8108 "serde",
8109]
8110
8111[[package]]
8112name = "metal"
8113version = "0.31.0"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8116dependencies = [
8117 "bitflags 2.8.0",
8118 "block",
8119 "core-graphics-types 0.1.3",
8120 "foreign-types 0.5.0",
8121 "log",
8122 "objc",
8123 "paste",
8124]
8125
8126[[package]]
8127name = "migrator"
8128version = "0.1.0"
8129dependencies = [
8130 "anyhow",
8131 "collections",
8132 "convert_case 0.8.0",
8133 "log",
8134 "pretty_assertions",
8135 "streaming-iterator",
8136 "tree-sitter",
8137 "tree-sitter-json",
8138]
8139
8140[[package]]
8141name = "mimalloc"
8142version = "0.1.43"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8145dependencies = [
8146 "libmimalloc-sys",
8147]
8148
8149[[package]]
8150name = "mime"
8151version = "0.3.17"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8154
8155[[package]]
8156name = "mime_guess"
8157version = "2.0.5"
8158source = "registry+https://github.com/rust-lang/crates.io-index"
8159checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8160dependencies = [
8161 "mime",
8162 "unicase",
8163]
8164
8165[[package]]
8166name = "minimal-lexical"
8167version = "0.2.1"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8170
8171[[package]]
8172name = "miniz_oxide"
8173version = "0.8.0"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8176dependencies = [
8177 "adler2",
8178 "simd-adler32",
8179]
8180
8181[[package]]
8182name = "mint"
8183version = "0.5.9"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8186
8187[[package]]
8188name = "mio"
8189version = "0.8.11"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8192dependencies = [
8193 "libc",
8194 "log",
8195 "wasi 0.11.0+wasi-snapshot-preview1",
8196 "windows-sys 0.48.0",
8197]
8198
8199[[package]]
8200name = "mio"
8201version = "1.0.3"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8204dependencies = [
8205 "libc",
8206 "log",
8207 "wasi 0.11.0+wasi-snapshot-preview1",
8208 "windows-sys 0.52.0",
8209]
8210
8211[[package]]
8212name = "miow"
8213version = "0.6.0"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8216dependencies = [
8217 "windows-sys 0.48.0",
8218]
8219
8220[[package]]
8221name = "mistral"
8222version = "0.1.0"
8223dependencies = [
8224 "anyhow",
8225 "futures 0.3.31",
8226 "http_client",
8227 "schemars",
8228 "serde",
8229 "serde_json",
8230 "strum",
8231]
8232
8233[[package]]
8234name = "mlua"
8235version = "0.10.3"
8236source = "registry+https://github.com/rust-lang/crates.io-index"
8237checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8238dependencies = [
8239 "bstr",
8240 "either",
8241 "futures-util",
8242 "mlua-sys",
8243 "num-traits",
8244 "parking_lot",
8245 "rustc-hash 2.1.1",
8246]
8247
8248[[package]]
8249name = "mlua-sys"
8250version = "0.6.7"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8253dependencies = [
8254 "cc",
8255 "cfg-if",
8256 "lua-src",
8257 "luajit-src",
8258 "pkg-config",
8259]
8260
8261[[package]]
8262name = "msvc_spectre_libs"
8263version = "0.1.2"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8266dependencies = [
8267 "cc",
8268]
8269
8270[[package]]
8271name = "multi_buffer"
8272version = "0.1.0"
8273dependencies = [
8274 "anyhow",
8275 "buffer_diff",
8276 "clock",
8277 "collections",
8278 "ctor",
8279 "env_logger 0.11.7",
8280 "futures 0.3.31",
8281 "gpui",
8282 "indoc",
8283 "itertools 0.14.0",
8284 "language",
8285 "log",
8286 "parking_lot",
8287 "pretty_assertions",
8288 "project",
8289 "rand 0.8.5",
8290 "rope",
8291 "serde",
8292 "settings",
8293 "smallvec",
8294 "smol",
8295 "sum_tree",
8296 "text",
8297 "theme",
8298 "tree-sitter",
8299 "util",
8300]
8301
8302[[package]]
8303name = "multimap"
8304version = "0.8.3"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8307
8308[[package]]
8309name = "multimap"
8310version = "0.10.0"
8311source = "registry+https://github.com/rust-lang/crates.io-index"
8312checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8313
8314[[package]]
8315name = "naga"
8316version = "23.1.0"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8319dependencies = [
8320 "arrayvec",
8321 "bit-set 0.8.0",
8322 "bitflags 2.8.0",
8323 "cfg_aliases 0.1.1",
8324 "codespan-reporting",
8325 "hexf-parse",
8326 "indexmap",
8327 "log",
8328 "rustc-hash 1.1.0",
8329 "spirv",
8330 "termcolor",
8331 "thiserror 1.0.69",
8332 "unicode-xid",
8333]
8334
8335[[package]]
8336name = "nanoid"
8337version = "0.4.0"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8340dependencies = [
8341 "rand 0.8.5",
8342]
8343
8344[[package]]
8345name = "nanorand"
8346version = "0.7.0"
8347source = "registry+https://github.com/rust-lang/crates.io-index"
8348checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8349dependencies = [
8350 "getrandom 0.2.15",
8351]
8352
8353[[package]]
8354name = "native-tls"
8355version = "0.2.12"
8356source = "registry+https://github.com/rust-lang/crates.io-index"
8357checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8358dependencies = [
8359 "libc",
8360 "log",
8361 "openssl",
8362 "openssl-probe",
8363 "openssl-sys",
8364 "schannel",
8365 "security-framework 2.11.1",
8366 "security-framework-sys",
8367 "tempfile",
8368]
8369
8370[[package]]
8371name = "nbformat"
8372version = "0.10.0"
8373source = "registry+https://github.com/rust-lang/crates.io-index"
8374checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8375dependencies = [
8376 "anyhow",
8377 "chrono",
8378 "jupyter-protocol",
8379 "serde",
8380 "serde_json",
8381 "thiserror 1.0.69",
8382 "uuid",
8383]
8384
8385[[package]]
8386name = "ndk"
8387version = "0.8.0"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8390dependencies = [
8391 "bitflags 2.8.0",
8392 "jni-sys",
8393 "log",
8394 "ndk-sys",
8395 "num_enum",
8396 "thiserror 1.0.69",
8397]
8398
8399[[package]]
8400name = "ndk-context"
8401version = "0.1.1"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8404
8405[[package]]
8406name = "ndk-sys"
8407version = "0.5.0+25.2.9519653"
8408source = "registry+https://github.com/rust-lang/crates.io-index"
8409checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8410dependencies = [
8411 "jni-sys",
8412]
8413
8414[[package]]
8415name = "new_debug_unreachable"
8416version = "1.0.6"
8417source = "registry+https://github.com/rust-lang/crates.io-index"
8418checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8419
8420[[package]]
8421name = "nix"
8422version = "0.29.0"
8423source = "registry+https://github.com/rust-lang/crates.io-index"
8424checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8425dependencies = [
8426 "bitflags 2.8.0",
8427 "cfg-if",
8428 "cfg_aliases 0.2.1",
8429 "libc",
8430 "memoffset",
8431]
8432
8433[[package]]
8434name = "node_runtime"
8435version = "0.1.0"
8436dependencies = [
8437 "anyhow",
8438 "async-compression",
8439 "async-std",
8440 "async-tar",
8441 "async-trait",
8442 "async-watch",
8443 "async_zip",
8444 "futures 0.3.31",
8445 "http_client",
8446 "log",
8447 "paths",
8448 "semver",
8449 "serde",
8450 "serde_json",
8451 "smol",
8452 "tempfile",
8453 "util",
8454 "walkdir",
8455 "which 6.0.3",
8456]
8457
8458[[package]]
8459name = "nom"
8460version = "7.1.3"
8461source = "registry+https://github.com/rust-lang/crates.io-index"
8462checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8463dependencies = [
8464 "memchr",
8465 "minimal-lexical",
8466]
8467
8468[[package]]
8469name = "noop_proc_macro"
8470version = "0.3.0"
8471source = "registry+https://github.com/rust-lang/crates.io-index"
8472checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8473
8474[[package]]
8475name = "normpath"
8476version = "1.3.0"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8479dependencies = [
8480 "windows-sys 0.59.0",
8481]
8482
8483[[package]]
8484name = "notifications"
8485version = "0.1.0"
8486dependencies = [
8487 "anyhow",
8488 "channel",
8489 "client",
8490 "collections",
8491 "component",
8492 "db",
8493 "gpui",
8494 "linkme",
8495 "rpc",
8496 "settings",
8497 "sum_tree",
8498 "time",
8499 "ui",
8500 "util",
8501 "workspace",
8502]
8503
8504[[package]]
8505name = "notify"
8506version = "6.1.1"
8507source = "registry+https://github.com/rust-lang/crates.io-index"
8508checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8509dependencies = [
8510 "bitflags 2.8.0",
8511 "crossbeam-channel",
8512 "filetime",
8513 "fsevent-sys 4.1.0",
8514 "inotify 0.9.6",
8515 "kqueue",
8516 "libc",
8517 "log",
8518 "mio 0.8.11",
8519 "walkdir",
8520 "windows-sys 0.48.0",
8521]
8522
8523[[package]]
8524name = "notify"
8525version = "8.0.0"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8528dependencies = [
8529 "bitflags 2.8.0",
8530 "filetime",
8531 "fsevent-sys 4.1.0",
8532 "inotify 0.11.0",
8533 "kqueue",
8534 "libc",
8535 "log",
8536 "mio 1.0.3",
8537 "notify-types",
8538 "walkdir",
8539 "windows-sys 0.59.0",
8540]
8541
8542[[package]]
8543name = "notify-debouncer-mini"
8544version = "0.6.0"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8547dependencies = [
8548 "log",
8549 "notify 8.0.0",
8550 "notify-types",
8551 "tempfile",
8552]
8553
8554[[package]]
8555name = "notify-types"
8556version = "2.0.0"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8559
8560[[package]]
8561name = "ntapi"
8562version = "0.4.1"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8565dependencies = [
8566 "winapi",
8567]
8568
8569[[package]]
8570name = "nu-ansi-term"
8571version = "0.46.0"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8574dependencies = [
8575 "overload",
8576 "winapi",
8577]
8578
8579[[package]]
8580name = "num"
8581version = "0.4.3"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8584dependencies = [
8585 "num-bigint",
8586 "num-complex",
8587 "num-integer",
8588 "num-iter",
8589 "num-rational",
8590 "num-traits",
8591]
8592
8593[[package]]
8594name = "num-bigint"
8595version = "0.4.6"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8598dependencies = [
8599 "num-integer",
8600 "num-traits",
8601]
8602
8603[[package]]
8604name = "num-bigint-dig"
8605version = "0.8.4"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8608dependencies = [
8609 "byteorder",
8610 "lazy_static",
8611 "libm",
8612 "num-integer",
8613 "num-iter",
8614 "num-traits",
8615 "rand 0.8.5",
8616 "serde",
8617 "smallvec",
8618 "zeroize",
8619]
8620
8621[[package]]
8622name = "num-complex"
8623version = "0.4.6"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8626dependencies = [
8627 "num-traits",
8628]
8629
8630[[package]]
8631name = "num-conv"
8632version = "0.1.0"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8635
8636[[package]]
8637name = "num-derive"
8638version = "0.4.2"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8641dependencies = [
8642 "proc-macro2",
8643 "quote",
8644 "syn 2.0.100",
8645]
8646
8647[[package]]
8648name = "num-format"
8649version = "0.4.4"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8652dependencies = [
8653 "arrayvec",
8654 "itoa",
8655]
8656
8657[[package]]
8658name = "num-integer"
8659version = "0.1.46"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8662dependencies = [
8663 "num-traits",
8664]
8665
8666[[package]]
8667name = "num-iter"
8668version = "0.1.45"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8671dependencies = [
8672 "autocfg",
8673 "num-integer",
8674 "num-traits",
8675]
8676
8677[[package]]
8678name = "num-modular"
8679version = "0.6.1"
8680source = "registry+https://github.com/rust-lang/crates.io-index"
8681checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8682
8683[[package]]
8684name = "num-order"
8685version = "1.2.0"
8686source = "registry+https://github.com/rust-lang/crates.io-index"
8687checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8688dependencies = [
8689 "num-modular",
8690]
8691
8692[[package]]
8693name = "num-rational"
8694version = "0.4.2"
8695source = "registry+https://github.com/rust-lang/crates.io-index"
8696checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8697dependencies = [
8698 "num-bigint",
8699 "num-integer",
8700 "num-traits",
8701]
8702
8703[[package]]
8704name = "num-traits"
8705version = "0.2.19"
8706source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8708dependencies = [
8709 "autocfg",
8710 "libm",
8711]
8712
8713[[package]]
8714name = "num_cpus"
8715version = "1.16.0"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8718dependencies = [
8719 "hermit-abi 0.3.9",
8720 "libc",
8721]
8722
8723[[package]]
8724name = "num_enum"
8725version = "0.7.3"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8728dependencies = [
8729 "num_enum_derive",
8730]
8731
8732[[package]]
8733name = "num_enum_derive"
8734version = "0.7.3"
8735source = "registry+https://github.com/rust-lang/crates.io-index"
8736checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8737dependencies = [
8738 "proc-macro-crate",
8739 "proc-macro2",
8740 "quote",
8741 "syn 2.0.100",
8742]
8743
8744[[package]]
8745name = "num_threads"
8746version = "0.1.7"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8749dependencies = [
8750 "libc",
8751]
8752
8753[[package]]
8754name = "nvim-rs"
8755version = "0.8.0-pre"
8756source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8757dependencies = [
8758 "async-trait",
8759 "futures 0.3.31",
8760 "log",
8761 "parity-tokio-ipc",
8762 "rmp",
8763 "rmpv",
8764 "tokio",
8765 "tokio-util",
8766 "winapi",
8767]
8768
8769[[package]]
8770name = "objc"
8771version = "0.2.7"
8772source = "registry+https://github.com/rust-lang/crates.io-index"
8773checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8774dependencies = [
8775 "malloc_buf",
8776]
8777
8778[[package]]
8779name = "objc-sys"
8780version = "0.3.5"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8783
8784[[package]]
8785name = "objc2"
8786version = "0.5.2"
8787source = "registry+https://github.com/rust-lang/crates.io-index"
8788checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8789dependencies = [
8790 "objc-sys",
8791 "objc2-encode",
8792]
8793
8794[[package]]
8795name = "objc2-app-kit"
8796version = "0.2.2"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8799dependencies = [
8800 "bitflags 2.8.0",
8801 "block2",
8802 "libc",
8803 "objc2",
8804 "objc2-core-data",
8805 "objc2-core-image",
8806 "objc2-foundation",
8807 "objc2-quartz-core",
8808]
8809
8810[[package]]
8811name = "objc2-cloud-kit"
8812version = "0.2.2"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8815dependencies = [
8816 "bitflags 2.8.0",
8817 "block2",
8818 "objc2",
8819 "objc2-core-location",
8820 "objc2-foundation",
8821]
8822
8823[[package]]
8824name = "objc2-contacts"
8825version = "0.2.2"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8828dependencies = [
8829 "block2",
8830 "objc2",
8831 "objc2-foundation",
8832]
8833
8834[[package]]
8835name = "objc2-core-data"
8836version = "0.2.2"
8837source = "registry+https://github.com/rust-lang/crates.io-index"
8838checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8839dependencies = [
8840 "bitflags 2.8.0",
8841 "block2",
8842 "objc2",
8843 "objc2-foundation",
8844]
8845
8846[[package]]
8847name = "objc2-core-image"
8848version = "0.2.2"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8851dependencies = [
8852 "block2",
8853 "objc2",
8854 "objc2-foundation",
8855 "objc2-metal",
8856]
8857
8858[[package]]
8859name = "objc2-core-location"
8860version = "0.2.2"
8861source = "registry+https://github.com/rust-lang/crates.io-index"
8862checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8863dependencies = [
8864 "block2",
8865 "objc2",
8866 "objc2-contacts",
8867 "objc2-foundation",
8868]
8869
8870[[package]]
8871name = "objc2-encode"
8872version = "4.0.3"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8875
8876[[package]]
8877name = "objc2-foundation"
8878version = "0.2.2"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8881dependencies = [
8882 "bitflags 2.8.0",
8883 "block2",
8884 "libc",
8885 "objc2",
8886]
8887
8888[[package]]
8889name = "objc2-link-presentation"
8890version = "0.2.2"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8893dependencies = [
8894 "block2",
8895 "objc2",
8896 "objc2-app-kit",
8897 "objc2-foundation",
8898]
8899
8900[[package]]
8901name = "objc2-metal"
8902version = "0.2.2"
8903source = "registry+https://github.com/rust-lang/crates.io-index"
8904checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8905dependencies = [
8906 "bitflags 2.8.0",
8907 "block2",
8908 "objc2",
8909 "objc2-foundation",
8910]
8911
8912[[package]]
8913name = "objc2-quartz-core"
8914version = "0.2.2"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8917dependencies = [
8918 "bitflags 2.8.0",
8919 "block2",
8920 "objc2",
8921 "objc2-foundation",
8922 "objc2-metal",
8923]
8924
8925[[package]]
8926name = "objc2-symbols"
8927version = "0.2.2"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8930dependencies = [
8931 "objc2",
8932 "objc2-foundation",
8933]
8934
8935[[package]]
8936name = "objc2-ui-kit"
8937version = "0.2.2"
8938source = "registry+https://github.com/rust-lang/crates.io-index"
8939checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8940dependencies = [
8941 "bitflags 2.8.0",
8942 "block2",
8943 "objc2",
8944 "objc2-cloud-kit",
8945 "objc2-core-data",
8946 "objc2-core-image",
8947 "objc2-core-location",
8948 "objc2-foundation",
8949 "objc2-link-presentation",
8950 "objc2-quartz-core",
8951 "objc2-symbols",
8952 "objc2-uniform-type-identifiers",
8953 "objc2-user-notifications",
8954]
8955
8956[[package]]
8957name = "objc2-uniform-type-identifiers"
8958version = "0.2.2"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8961dependencies = [
8962 "block2",
8963 "objc2",
8964 "objc2-foundation",
8965]
8966
8967[[package]]
8968name = "objc2-user-notifications"
8969version = "0.2.2"
8970source = "registry+https://github.com/rust-lang/crates.io-index"
8971checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8972dependencies = [
8973 "bitflags 2.8.0",
8974 "block2",
8975 "objc2",
8976 "objc2-core-location",
8977 "objc2-foundation",
8978]
8979
8980[[package]]
8981name = "object"
8982version = "0.36.5"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8985dependencies = [
8986 "crc32fast",
8987 "hashbrown 0.15.2",
8988 "indexmap",
8989 "memchr",
8990]
8991
8992[[package]]
8993name = "oboe"
8994version = "0.6.1"
8995source = "registry+https://github.com/rust-lang/crates.io-index"
8996checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8997dependencies = [
8998 "jni",
8999 "ndk",
9000 "ndk-context",
9001 "num-derive",
9002 "num-traits",
9003 "oboe-sys",
9004]
9005
9006[[package]]
9007name = "oboe-sys"
9008version = "0.6.1"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9011dependencies = [
9012 "cc",
9013]
9014
9015[[package]]
9016name = "ollama"
9017version = "0.1.0"
9018dependencies = [
9019 "anyhow",
9020 "futures 0.3.31",
9021 "http_client",
9022 "schemars",
9023 "serde",
9024 "serde_json",
9025]
9026
9027[[package]]
9028name = "once_cell"
9029version = "1.20.3"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9032
9033[[package]]
9034name = "oo7"
9035version = "0.4.1"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9038dependencies = [
9039 "aes",
9040 "ashpd",
9041 "async-fs",
9042 "async-io",
9043 "async-lock",
9044 "blocking",
9045 "cbc",
9046 "cipher",
9047 "digest",
9048 "endi",
9049 "futures-lite 2.6.0",
9050 "futures-util",
9051 "getrandom 0.3.1",
9052 "hkdf",
9053 "hmac",
9054 "md-5",
9055 "num",
9056 "num-bigint-dig",
9057 "pbkdf2 0.12.2",
9058 "rand 0.9.0",
9059 "serde",
9060 "sha2",
9061 "subtle",
9062 "zbus",
9063 "zbus_macros",
9064 "zeroize",
9065 "zvariant",
9066]
9067
9068[[package]]
9069name = "oorandom"
9070version = "11.1.4"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9073
9074[[package]]
9075name = "open"
9076version = "5.3.2"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9079dependencies = [
9080 "is-wsl",
9081 "libc",
9082 "pathdiff",
9083]
9084
9085[[package]]
9086name = "open_ai"
9087version = "0.1.0"
9088dependencies = [
9089 "anyhow",
9090 "futures 0.3.31",
9091 "http_client",
9092 "schemars",
9093 "serde",
9094 "serde_json",
9095 "strum",
9096]
9097
9098[[package]]
9099name = "opener"
9100version = "0.7.2"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9103dependencies = [
9104 "bstr",
9105 "dbus",
9106 "normpath",
9107 "windows-sys 0.59.0",
9108]
9109
9110[[package]]
9111name = "openssl"
9112version = "0.10.70"
9113source = "registry+https://github.com/rust-lang/crates.io-index"
9114checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9115dependencies = [
9116 "bitflags 2.8.0",
9117 "cfg-if",
9118 "foreign-types 0.3.2",
9119 "libc",
9120 "once_cell",
9121 "openssl-macros",
9122 "openssl-sys",
9123]
9124
9125[[package]]
9126name = "openssl-macros"
9127version = "0.1.1"
9128source = "registry+https://github.com/rust-lang/crates.io-index"
9129checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9130dependencies = [
9131 "proc-macro2",
9132 "quote",
9133 "syn 2.0.100",
9134]
9135
9136[[package]]
9137name = "openssl-probe"
9138version = "0.1.5"
9139source = "registry+https://github.com/rust-lang/crates.io-index"
9140checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9141
9142[[package]]
9143name = "openssl-src"
9144version = "300.4.1+3.4.0"
9145source = "registry+https://github.com/rust-lang/crates.io-index"
9146checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9147dependencies = [
9148 "cc",
9149]
9150
9151[[package]]
9152name = "openssl-sys"
9153version = "0.9.105"
9154source = "registry+https://github.com/rust-lang/crates.io-index"
9155checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9156dependencies = [
9157 "cc",
9158 "libc",
9159 "openssl-src",
9160 "pkg-config",
9161 "vcpkg",
9162]
9163
9164[[package]]
9165name = "option-ext"
9166version = "0.2.0"
9167source = "registry+https://github.com/rust-lang/crates.io-index"
9168checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9169
9170[[package]]
9171name = "ordered-float"
9172version = "2.10.1"
9173source = "registry+https://github.com/rust-lang/crates.io-index"
9174checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9175dependencies = [
9176 "num-traits",
9177]
9178
9179[[package]]
9180name = "ordered-float"
9181version = "3.9.2"
9182source = "registry+https://github.com/rust-lang/crates.io-index"
9183checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9184dependencies = [
9185 "num-traits",
9186]
9187
9188[[package]]
9189name = "ordered-stream"
9190version = "0.2.0"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9193dependencies = [
9194 "futures-core",
9195 "pin-project-lite",
9196]
9197
9198[[package]]
9199name = "ouroboros"
9200version = "0.18.4"
9201source = "registry+https://github.com/rust-lang/crates.io-index"
9202checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9203dependencies = [
9204 "aliasable",
9205 "ouroboros_macro",
9206 "static_assertions",
9207]
9208
9209[[package]]
9210name = "ouroboros_macro"
9211version = "0.18.4"
9212source = "registry+https://github.com/rust-lang/crates.io-index"
9213checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9214dependencies = [
9215 "heck 0.4.1",
9216 "itertools 0.12.1",
9217 "proc-macro2",
9218 "proc-macro2-diagnostics",
9219 "quote",
9220 "syn 2.0.100",
9221]
9222
9223[[package]]
9224name = "outline"
9225version = "0.1.0"
9226dependencies = [
9227 "editor",
9228 "fuzzy",
9229 "gpui",
9230 "indoc",
9231 "language",
9232 "menu",
9233 "ordered-float 2.10.1",
9234 "picker",
9235 "project",
9236 "rope",
9237 "serde_json",
9238 "settings",
9239 "smol",
9240 "theme",
9241 "tree-sitter-rust",
9242 "tree-sitter-typescript",
9243 "ui",
9244 "util",
9245 "workspace",
9246 "zed_actions",
9247]
9248
9249[[package]]
9250name = "outline_panel"
9251version = "0.1.0"
9252dependencies = [
9253 "anyhow",
9254 "collections",
9255 "db",
9256 "editor",
9257 "file_icons",
9258 "fuzzy",
9259 "gpui",
9260 "itertools 0.14.0",
9261 "language",
9262 "log",
9263 "menu",
9264 "outline",
9265 "pretty_assertions",
9266 "project",
9267 "schemars",
9268 "search",
9269 "serde",
9270 "serde_json",
9271 "settings",
9272 "smallvec",
9273 "smol",
9274 "theme",
9275 "ui",
9276 "util",
9277 "workspace",
9278 "worktree",
9279 "zed_actions",
9280]
9281
9282[[package]]
9283name = "outref"
9284version = "0.5.1"
9285source = "registry+https://github.com/rust-lang/crates.io-index"
9286checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9287
9288[[package]]
9289name = "overload"
9290version = "0.1.1"
9291source = "registry+https://github.com/rust-lang/crates.io-index"
9292checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9293
9294[[package]]
9295name = "p256"
9296version = "0.11.1"
9297source = "registry+https://github.com/rust-lang/crates.io-index"
9298checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9299dependencies = [
9300 "ecdsa",
9301 "elliptic-curve",
9302 "sha2",
9303]
9304
9305[[package]]
9306name = "page_size"
9307version = "0.6.0"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9310dependencies = [
9311 "libc",
9312 "winapi",
9313]
9314
9315[[package]]
9316name = "palette"
9317version = "0.7.6"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9320dependencies = [
9321 "approx",
9322 "fast-srgb8",
9323 "palette_derive",
9324]
9325
9326[[package]]
9327name = "palette_derive"
9328version = "0.7.6"
9329source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9331dependencies = [
9332 "by_address",
9333 "proc-macro2",
9334 "quote",
9335 "syn 2.0.100",
9336]
9337
9338[[package]]
9339name = "panel"
9340version = "0.1.0"
9341dependencies = [
9342 "editor",
9343 "gpui",
9344 "settings",
9345 "theme",
9346 "ui",
9347 "workspace",
9348]
9349
9350[[package]]
9351name = "parity-tokio-ipc"
9352version = "0.9.0"
9353source = "registry+https://github.com/rust-lang/crates.io-index"
9354checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9355dependencies = [
9356 "futures 0.3.31",
9357 "libc",
9358 "log",
9359 "rand 0.7.3",
9360 "tokio",
9361 "winapi",
9362]
9363
9364[[package]]
9365name = "parking"
9366version = "2.2.1"
9367source = "registry+https://github.com/rust-lang/crates.io-index"
9368checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9369
9370[[package]]
9371name = "parking_lot"
9372version = "0.12.3"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9375dependencies = [
9376 "lock_api",
9377 "parking_lot_core",
9378]
9379
9380[[package]]
9381name = "parking_lot_core"
9382version = "0.9.10"
9383source = "registry+https://github.com/rust-lang/crates.io-index"
9384checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9385dependencies = [
9386 "cfg-if",
9387 "libc",
9388 "redox_syscall 0.5.8",
9389 "smallvec",
9390 "windows-targets 0.52.6",
9391]
9392
9393[[package]]
9394name = "password-hash"
9395version = "0.4.2"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9398dependencies = [
9399 "base64ct",
9400 "rand_core 0.6.4",
9401 "subtle",
9402]
9403
9404[[package]]
9405name = "password-hash"
9406version = "0.5.0"
9407source = "registry+https://github.com/rust-lang/crates.io-index"
9408checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9409dependencies = [
9410 "base64ct",
9411 "rand_core 0.6.4",
9412 "subtle",
9413]
9414
9415[[package]]
9416name = "paste"
9417version = "1.0.15"
9418source = "registry+https://github.com/rust-lang/crates.io-index"
9419checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9420
9421[[package]]
9422name = "pathdiff"
9423version = "0.2.3"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9426
9427[[package]]
9428name = "pathfinder_geometry"
9429version = "0.5.1"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9432dependencies = [
9433 "log",
9434 "pathfinder_simd",
9435]
9436
9437[[package]]
9438name = "pathfinder_simd"
9439version = "0.5.4"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9442dependencies = [
9443 "rustc_version",
9444]
9445
9446[[package]]
9447name = "paths"
9448version = "0.1.0"
9449dependencies = [
9450 "dirs 4.0.0",
9451 "util",
9452]
9453
9454[[package]]
9455name = "pbjson"
9456version = "0.6.0"
9457source = "registry+https://github.com/rust-lang/crates.io-index"
9458checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9459dependencies = [
9460 "base64 0.21.7",
9461 "serde",
9462]
9463
9464[[package]]
9465name = "pbjson-build"
9466version = "0.6.2"
9467source = "registry+https://github.com/rust-lang/crates.io-index"
9468checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9469dependencies = [
9470 "heck 0.4.1",
9471 "itertools 0.11.0",
9472 "prost 0.12.6",
9473 "prost-types 0.12.6",
9474]
9475
9476[[package]]
9477name = "pbjson-types"
9478version = "0.6.0"
9479source = "registry+https://github.com/rust-lang/crates.io-index"
9480checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9481dependencies = [
9482 "bytes 1.10.1",
9483 "chrono",
9484 "pbjson",
9485 "pbjson-build",
9486 "prost 0.12.6",
9487 "prost-build 0.12.6",
9488 "serde",
9489]
9490
9491[[package]]
9492name = "pbkdf2"
9493version = "0.11.0"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9496dependencies = [
9497 "digest",
9498 "hmac",
9499 "password-hash 0.4.2",
9500 "sha2",
9501]
9502
9503[[package]]
9504name = "pbkdf2"
9505version = "0.12.2"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9508dependencies = [
9509 "digest",
9510 "hmac",
9511]
9512
9513[[package]]
9514name = "pem"
9515version = "3.0.4"
9516source = "registry+https://github.com/rust-lang/crates.io-index"
9517checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9518dependencies = [
9519 "base64 0.22.1",
9520 "serde",
9521]
9522
9523[[package]]
9524name = "pem-rfc7468"
9525version = "0.7.0"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9528dependencies = [
9529 "base64ct",
9530]
9531
9532[[package]]
9533name = "percent-encoding"
9534version = "2.3.1"
9535source = "registry+https://github.com/rust-lang/crates.io-index"
9536checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9537
9538[[package]]
9539name = "perplexity"
9540version = "0.1.0"
9541dependencies = [
9542 "serde",
9543 "zed_extension_api 0.3.0",
9544]
9545
9546[[package]]
9547name = "pest"
9548version = "2.7.15"
9549source = "registry+https://github.com/rust-lang/crates.io-index"
9550checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9551dependencies = [
9552 "memchr",
9553 "thiserror 2.0.6",
9554 "ucd-trie",
9555]
9556
9557[[package]]
9558name = "pest_derive"
9559version = "2.7.15"
9560source = "registry+https://github.com/rust-lang/crates.io-index"
9561checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9562dependencies = [
9563 "pest",
9564 "pest_generator",
9565]
9566
9567[[package]]
9568name = "pest_generator"
9569version = "2.7.15"
9570source = "registry+https://github.com/rust-lang/crates.io-index"
9571checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9572dependencies = [
9573 "pest",
9574 "pest_meta",
9575 "proc-macro2",
9576 "quote",
9577 "syn 2.0.100",
9578]
9579
9580[[package]]
9581name = "pest_meta"
9582version = "2.7.15"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9585dependencies = [
9586 "once_cell",
9587 "pest",
9588 "sha2",
9589]
9590
9591[[package]]
9592name = "pet"
9593version = "0.1.0"
9594source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9595dependencies = [
9596 "clap",
9597 "env_logger 0.10.2",
9598 "lazy_static",
9599 "log",
9600 "msvc_spectre_libs",
9601 "pet-conda",
9602 "pet-core",
9603 "pet-env-var-path",
9604 "pet-fs",
9605 "pet-global-virtualenvs",
9606 "pet-homebrew",
9607 "pet-jsonrpc",
9608 "pet-linux-global-python",
9609 "pet-mac-commandlinetools",
9610 "pet-mac-python-org",
9611 "pet-mac-xcode",
9612 "pet-pipenv",
9613 "pet-pixi",
9614 "pet-poetry",
9615 "pet-pyenv",
9616 "pet-python-utils",
9617 "pet-reporter",
9618 "pet-telemetry",
9619 "pet-venv",
9620 "pet-virtualenv",
9621 "pet-virtualenvwrapper",
9622 "pet-windows-registry",
9623 "pet-windows-store",
9624 "serde",
9625 "serde_json",
9626]
9627
9628[[package]]
9629name = "pet-conda"
9630version = "0.1.0"
9631source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9632dependencies = [
9633 "env_logger 0.10.2",
9634 "lazy_static",
9635 "log",
9636 "msvc_spectre_libs",
9637 "pet-core",
9638 "pet-fs",
9639 "pet-python-utils",
9640 "pet-reporter",
9641 "regex",
9642 "serde",
9643 "serde_json",
9644 "yaml-rust2",
9645]
9646
9647[[package]]
9648name = "pet-core"
9649version = "0.1.0"
9650source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9651dependencies = [
9652 "clap",
9653 "lazy_static",
9654 "log",
9655 "msvc_spectre_libs",
9656 "pet-fs",
9657 "regex",
9658 "serde",
9659 "serde_json",
9660]
9661
9662[[package]]
9663name = "pet-env-var-path"
9664version = "0.1.0"
9665source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9666dependencies = [
9667 "lazy_static",
9668 "log",
9669 "msvc_spectre_libs",
9670 "pet-conda",
9671 "pet-core",
9672 "pet-fs",
9673 "pet-python-utils",
9674 "pet-virtualenv",
9675 "regex",
9676]
9677
9678[[package]]
9679name = "pet-fs"
9680version = "0.1.0"
9681source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9682dependencies = [
9683 "log",
9684 "msvc_spectre_libs",
9685]
9686
9687[[package]]
9688name = "pet-global-virtualenvs"
9689version = "0.1.0"
9690source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9691dependencies = [
9692 "log",
9693 "msvc_spectre_libs",
9694 "pet-conda",
9695 "pet-core",
9696 "pet-fs",
9697 "pet-virtualenv",
9698]
9699
9700[[package]]
9701name = "pet-homebrew"
9702version = "0.1.0"
9703source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9704dependencies = [
9705 "lazy_static",
9706 "log",
9707 "msvc_spectre_libs",
9708 "pet-conda",
9709 "pet-core",
9710 "pet-fs",
9711 "pet-python-utils",
9712 "pet-virtualenv",
9713 "regex",
9714 "serde",
9715 "serde_json",
9716]
9717
9718[[package]]
9719name = "pet-jsonrpc"
9720version = "0.1.0"
9721source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9722dependencies = [
9723 "env_logger 0.10.2",
9724 "log",
9725 "msvc_spectre_libs",
9726 "pet-core",
9727 "serde",
9728 "serde_json",
9729]
9730
9731[[package]]
9732name = "pet-linux-global-python"
9733version = "0.1.0"
9734source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9735dependencies = [
9736 "log",
9737 "msvc_spectre_libs",
9738 "pet-core",
9739 "pet-fs",
9740 "pet-python-utils",
9741 "pet-virtualenv",
9742]
9743
9744[[package]]
9745name = "pet-mac-commandlinetools"
9746version = "0.1.0"
9747source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9748dependencies = [
9749 "log",
9750 "msvc_spectre_libs",
9751 "pet-core",
9752 "pet-fs",
9753 "pet-python-utils",
9754 "pet-virtualenv",
9755]
9756
9757[[package]]
9758name = "pet-mac-python-org"
9759version = "0.1.0"
9760source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9761dependencies = [
9762 "log",
9763 "msvc_spectre_libs",
9764 "pet-core",
9765 "pet-fs",
9766 "pet-python-utils",
9767 "pet-virtualenv",
9768]
9769
9770[[package]]
9771name = "pet-mac-xcode"
9772version = "0.1.0"
9773source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9774dependencies = [
9775 "log",
9776 "msvc_spectre_libs",
9777 "pet-core",
9778 "pet-fs",
9779 "pet-python-utils",
9780 "pet-virtualenv",
9781]
9782
9783[[package]]
9784name = "pet-pipenv"
9785version = "0.1.0"
9786source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9787dependencies = [
9788 "log",
9789 "msvc_spectre_libs",
9790 "pet-core",
9791 "pet-fs",
9792 "pet-python-utils",
9793 "pet-virtualenv",
9794]
9795
9796[[package]]
9797name = "pet-pixi"
9798version = "0.1.0"
9799source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9800dependencies = [
9801 "log",
9802 "msvc_spectre_libs",
9803 "pet-conda",
9804 "pet-core",
9805 "pet-python-utils",
9806]
9807
9808[[package]]
9809name = "pet-poetry"
9810version = "0.1.0"
9811source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9812dependencies = [
9813 "base64 0.22.1",
9814 "lazy_static",
9815 "log",
9816 "msvc_spectre_libs",
9817 "pet-core",
9818 "pet-fs",
9819 "pet-python-utils",
9820 "pet-reporter",
9821 "pet-virtualenv",
9822 "regex",
9823 "serde",
9824 "serde_json",
9825 "sha2",
9826 "toml 0.8.20",
9827]
9828
9829[[package]]
9830name = "pet-pyenv"
9831version = "0.1.0"
9832source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9833dependencies = [
9834 "lazy_static",
9835 "log",
9836 "msvc_spectre_libs",
9837 "pet-conda",
9838 "pet-core",
9839 "pet-fs",
9840 "pet-python-utils",
9841 "pet-reporter",
9842 "regex",
9843 "serde",
9844 "serde_json",
9845]
9846
9847[[package]]
9848name = "pet-python-utils"
9849version = "0.1.0"
9850source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9851dependencies = [
9852 "env_logger 0.10.2",
9853 "lazy_static",
9854 "log",
9855 "msvc_spectre_libs",
9856 "pet-core",
9857 "pet-fs",
9858 "regex",
9859 "serde",
9860 "serde_json",
9861 "sha2",
9862]
9863
9864[[package]]
9865name = "pet-reporter"
9866version = "0.1.0"
9867source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9868dependencies = [
9869 "env_logger 0.10.2",
9870 "log",
9871 "msvc_spectre_libs",
9872 "pet-core",
9873 "pet-jsonrpc",
9874 "serde",
9875 "serde_json",
9876]
9877
9878[[package]]
9879name = "pet-telemetry"
9880version = "0.1.0"
9881source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9882dependencies = [
9883 "env_logger 0.10.2",
9884 "lazy_static",
9885 "log",
9886 "msvc_spectre_libs",
9887 "pet-core",
9888 "pet-fs",
9889 "pet-python-utils",
9890 "regex",
9891]
9892
9893[[package]]
9894name = "pet-venv"
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-python-utils",
9902 "pet-virtualenv",
9903]
9904
9905[[package]]
9906name = "pet-virtualenv"
9907version = "0.1.0"
9908source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9909dependencies = [
9910 "log",
9911 "msvc_spectre_libs",
9912 "pet-core",
9913 "pet-fs",
9914 "pet-python-utils",
9915]
9916
9917[[package]]
9918name = "pet-virtualenvwrapper"
9919version = "0.1.0"
9920source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9921dependencies = [
9922 "log",
9923 "msvc_spectre_libs",
9924 "pet-core",
9925 "pet-fs",
9926 "pet-python-utils",
9927 "pet-virtualenv",
9928]
9929
9930[[package]]
9931name = "pet-windows-registry"
9932version = "0.1.0"
9933source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9934dependencies = [
9935 "lazy_static",
9936 "log",
9937 "msvc_spectre_libs",
9938 "pet-conda",
9939 "pet-core",
9940 "pet-fs",
9941 "pet-python-utils",
9942 "pet-virtualenv",
9943 "pet-windows-store",
9944 "regex",
9945 "winreg 0.52.0",
9946]
9947
9948[[package]]
9949name = "pet-windows-store"
9950version = "0.1.0"
9951source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9952dependencies = [
9953 "lazy_static",
9954 "log",
9955 "msvc_spectre_libs",
9956 "pet-core",
9957 "pet-fs",
9958 "pet-python-utils",
9959 "pet-virtualenv",
9960 "regex",
9961 "winreg 0.52.0",
9962]
9963
9964[[package]]
9965name = "petgraph"
9966version = "0.6.5"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9969dependencies = [
9970 "fixedbitset",
9971 "indexmap",
9972]
9973
9974[[package]]
9975name = "phf"
9976version = "0.11.2"
9977source = "registry+https://github.com/rust-lang/crates.io-index"
9978checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9979dependencies = [
9980 "phf_macros",
9981 "phf_shared 0.11.2",
9982]
9983
9984[[package]]
9985name = "phf_codegen"
9986version = "0.11.2"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9989dependencies = [
9990 "phf_generator 0.11.2",
9991 "phf_shared 0.11.2",
9992]
9993
9994[[package]]
9995name = "phf_generator"
9996version = "0.10.0"
9997source = "registry+https://github.com/rust-lang/crates.io-index"
9998checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9999dependencies = [
10000 "phf_shared 0.10.0",
10001 "rand 0.8.5",
10002]
10003
10004[[package]]
10005name = "phf_generator"
10006version = "0.11.2"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10009dependencies = [
10010 "phf_shared 0.11.2",
10011 "rand 0.8.5",
10012]
10013
10014[[package]]
10015name = "phf_macros"
10016version = "0.11.2"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10019dependencies = [
10020 "phf_generator 0.11.2",
10021 "phf_shared 0.11.2",
10022 "proc-macro2",
10023 "quote",
10024 "syn 2.0.100",
10025]
10026
10027[[package]]
10028name = "phf_shared"
10029version = "0.10.0"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10032dependencies = [
10033 "siphasher 0.3.11",
10034]
10035
10036[[package]]
10037name = "phf_shared"
10038version = "0.11.2"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10041dependencies = [
10042 "siphasher 0.3.11",
10043]
10044
10045[[package]]
10046name = "picker"
10047version = "0.1.0"
10048dependencies = [
10049 "anyhow",
10050 "ctor",
10051 "editor",
10052 "env_logger 0.11.7",
10053 "gpui",
10054 "menu",
10055 "schemars",
10056 "serde",
10057 "serde_json",
10058 "ui",
10059 "util",
10060 "workspace",
10061]
10062
10063[[package]]
10064name = "pico-args"
10065version = "0.5.0"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10068
10069[[package]]
10070name = "pin-project"
10071version = "1.1.7"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10074dependencies = [
10075 "pin-project-internal",
10076]
10077
10078[[package]]
10079name = "pin-project-internal"
10080version = "1.1.7"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10083dependencies = [
10084 "proc-macro2",
10085 "quote",
10086 "syn 2.0.100",
10087]
10088
10089[[package]]
10090name = "pin-project-lite"
10091version = "0.2.16"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10094
10095[[package]]
10096name = "pin-utils"
10097version = "0.1.0"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10100
10101[[package]]
10102name = "piper"
10103version = "0.2.4"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10106dependencies = [
10107 "atomic-waker",
10108 "fastrand 2.3.0",
10109 "futures-io",
10110]
10111
10112[[package]]
10113name = "pkcs1"
10114version = "0.7.5"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10117dependencies = [
10118 "der 0.7.9",
10119 "pkcs8 0.10.2",
10120 "spki 0.7.3",
10121]
10122
10123[[package]]
10124name = "pkcs8"
10125version = "0.9.0"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10128dependencies = [
10129 "der 0.6.1",
10130 "spki 0.6.0",
10131]
10132
10133[[package]]
10134name = "pkcs8"
10135version = "0.10.2"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10138dependencies = [
10139 "der 0.7.9",
10140 "spki 0.7.3",
10141]
10142
10143[[package]]
10144name = "pkg-config"
10145version = "0.3.31"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10148
10149[[package]]
10150name = "plist"
10151version = "1.7.0"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10154dependencies = [
10155 "base64 0.22.1",
10156 "indexmap",
10157 "quick-xml 0.32.0",
10158 "serde",
10159 "time",
10160]
10161
10162[[package]]
10163name = "plotters"
10164version = "0.3.7"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10167dependencies = [
10168 "num-traits",
10169 "plotters-backend",
10170 "plotters-svg",
10171 "wasm-bindgen",
10172 "web-sys",
10173]
10174
10175[[package]]
10176name = "plotters-backend"
10177version = "0.3.7"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10180
10181[[package]]
10182name = "plotters-svg"
10183version = "0.3.7"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10186dependencies = [
10187 "plotters-backend",
10188]
10189
10190[[package]]
10191name = "png"
10192version = "0.17.15"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10195dependencies = [
10196 "bitflags 1.3.2",
10197 "crc32fast",
10198 "fdeflate",
10199 "flate2",
10200 "miniz_oxide",
10201]
10202
10203[[package]]
10204name = "polling"
10205version = "3.7.4"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10208dependencies = [
10209 "cfg-if",
10210 "concurrent-queue",
10211 "hermit-abi 0.4.0",
10212 "pin-project-lite",
10213 "rustix",
10214 "tracing",
10215 "windows-sys 0.59.0",
10216]
10217
10218[[package]]
10219name = "pollster"
10220version = "0.2.5"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10223
10224[[package]]
10225name = "portable-atomic"
10226version = "1.11.0"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10229
10230[[package]]
10231name = "portable-atomic-util"
10232version = "0.2.4"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10235dependencies = [
10236 "portable-atomic",
10237]
10238
10239[[package]]
10240name = "postage"
10241version = "0.5.0"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10244dependencies = [
10245 "atomic",
10246 "crossbeam-queue",
10247 "futures 0.3.31",
10248 "log",
10249 "parking_lot",
10250 "pin-project",
10251 "pollster",
10252 "static_assertions",
10253 "thiserror 1.0.69",
10254]
10255
10256[[package]]
10257name = "postcard"
10258version = "1.1.1"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10261dependencies = [
10262 "cobs",
10263 "embedded-io 0.4.0",
10264 "embedded-io 0.6.1",
10265 "serde",
10266]
10267
10268[[package]]
10269name = "powerfmt"
10270version = "0.2.0"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10273
10274[[package]]
10275name = "ppv-lite86"
10276version = "0.2.20"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10279dependencies = [
10280 "zerocopy 0.7.35",
10281]
10282
10283[[package]]
10284name = "precomputed-hash"
10285version = "0.1.1"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10288
10289[[package]]
10290name = "prettier"
10291version = "0.1.0"
10292dependencies = [
10293 "anyhow",
10294 "collections",
10295 "fs",
10296 "gpui",
10297 "language",
10298 "log",
10299 "lsp",
10300 "node_runtime",
10301 "parking_lot",
10302 "paths",
10303 "serde",
10304 "serde_json",
10305 "util",
10306]
10307
10308[[package]]
10309name = "pretty_assertions"
10310version = "1.4.1"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10313dependencies = [
10314 "diff",
10315 "yansi",
10316]
10317
10318[[package]]
10319name = "prettyplease"
10320version = "0.2.25"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10323dependencies = [
10324 "proc-macro2",
10325 "syn 2.0.100",
10326]
10327
10328[[package]]
10329name = "proc-macro-crate"
10330version = "3.2.0"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10333dependencies = [
10334 "toml_edit",
10335]
10336
10337[[package]]
10338name = "proc-macro-error-attr2"
10339version = "2.0.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10342dependencies = [
10343 "proc-macro2",
10344 "quote",
10345]
10346
10347[[package]]
10348name = "proc-macro-error2"
10349version = "2.0.1"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10352dependencies = [
10353 "proc-macro-error-attr2",
10354 "proc-macro2",
10355 "quote",
10356 "syn 2.0.100",
10357]
10358
10359[[package]]
10360name = "proc-macro2"
10361version = "1.0.94"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10364dependencies = [
10365 "unicode-ident",
10366]
10367
10368[[package]]
10369name = "proc-macro2-diagnostics"
10370version = "0.10.1"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10373dependencies = [
10374 "proc-macro2",
10375 "quote",
10376 "syn 2.0.100",
10377 "version_check",
10378 "yansi",
10379]
10380
10381[[package]]
10382name = "profiling"
10383version = "1.0.16"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10386dependencies = [
10387 "profiling-procmacros",
10388]
10389
10390[[package]]
10391name = "profiling-procmacros"
10392version = "1.0.16"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10395dependencies = [
10396 "quote",
10397 "syn 2.0.100",
10398]
10399
10400[[package]]
10401name = "project"
10402version = "0.1.0"
10403dependencies = [
10404 "aho-corasick",
10405 "anyhow",
10406 "askpass",
10407 "async-trait",
10408 "buffer_diff",
10409 "client",
10410 "clock",
10411 "collections",
10412 "env_logger 0.11.7",
10413 "extension",
10414 "fancy-regex 0.14.0",
10415 "fs",
10416 "futures 0.3.31",
10417 "fuzzy",
10418 "git",
10419 "git2",
10420 "globset",
10421 "gpui",
10422 "http_client",
10423 "image",
10424 "itertools 0.14.0",
10425 "language",
10426 "log",
10427 "lsp",
10428 "node_runtime",
10429 "parking_lot",
10430 "pathdiff",
10431 "paths",
10432 "postage",
10433 "prettier",
10434 "pretty_assertions",
10435 "rand 0.8.5",
10436 "regex",
10437 "release_channel",
10438 "remote",
10439 "rpc",
10440 "schemars",
10441 "serde",
10442 "serde_json",
10443 "settings",
10444 "sha2",
10445 "shellexpand 2.1.2",
10446 "shlex",
10447 "smol",
10448 "snippet",
10449 "snippet_provider",
10450 "task",
10451 "tempfile",
10452 "terminal",
10453 "text",
10454 "toml 0.8.20",
10455 "unindent",
10456 "url",
10457 "util",
10458 "which 6.0.3",
10459 "worktree",
10460]
10461
10462[[package]]
10463name = "project_panel"
10464version = "0.1.0"
10465dependencies = [
10466 "anyhow",
10467 "client",
10468 "collections",
10469 "command_palette_hooks",
10470 "db",
10471 "editor",
10472 "file_icons",
10473 "git",
10474 "gpui",
10475 "indexmap",
10476 "language",
10477 "menu",
10478 "pretty_assertions",
10479 "project",
10480 "schemars",
10481 "search",
10482 "serde",
10483 "serde_derive",
10484 "serde_json",
10485 "settings",
10486 "smallvec",
10487 "theme",
10488 "ui",
10489 "util",
10490 "workspace",
10491 "worktree",
10492 "zed_actions",
10493]
10494
10495[[package]]
10496name = "project_symbols"
10497version = "0.1.0"
10498dependencies = [
10499 "anyhow",
10500 "editor",
10501 "futures 0.3.31",
10502 "fuzzy",
10503 "gpui",
10504 "language",
10505 "lsp",
10506 "ordered-float 2.10.1",
10507 "picker",
10508 "project",
10509 "release_channel",
10510 "serde_json",
10511 "settings",
10512 "theme",
10513 "util",
10514 "workspace",
10515]
10516
10517[[package]]
10518name = "prometheus"
10519version = "0.13.4"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10522dependencies = [
10523 "cfg-if",
10524 "fnv",
10525 "lazy_static",
10526 "memchr",
10527 "parking_lot",
10528 "protobuf",
10529 "thiserror 1.0.69",
10530]
10531
10532[[package]]
10533name = "prompt_library"
10534version = "0.1.0"
10535dependencies = [
10536 "anyhow",
10537 "collections",
10538 "editor",
10539 "gpui",
10540 "language",
10541 "language_model",
10542 "log",
10543 "menu",
10544 "picker",
10545 "prompt_store",
10546 "release_channel",
10547 "rope",
10548 "serde",
10549 "settings",
10550 "theme",
10551 "ui",
10552 "util",
10553 "workspace",
10554 "zed_actions",
10555]
10556
10557[[package]]
10558name = "prompt_store"
10559version = "0.1.0"
10560dependencies = [
10561 "anyhow",
10562 "assets",
10563 "chrono",
10564 "collections",
10565 "fs",
10566 "futures 0.3.31",
10567 "fuzzy",
10568 "gpui",
10569 "handlebars 4.5.0",
10570 "heed",
10571 "language",
10572 "log",
10573 "parking_lot",
10574 "paths",
10575 "rope",
10576 "serde",
10577 "text",
10578 "util",
10579 "uuid",
10580]
10581
10582[[package]]
10583name = "prost"
10584version = "0.9.0"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10587dependencies = [
10588 "bytes 1.10.1",
10589 "prost-derive 0.9.0",
10590]
10591
10592[[package]]
10593name = "prost"
10594version = "0.12.6"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10597dependencies = [
10598 "bytes 1.10.1",
10599 "prost-derive 0.12.6",
10600]
10601
10602[[package]]
10603name = "prost-build"
10604version = "0.9.0"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10607dependencies = [
10608 "bytes 1.10.1",
10609 "heck 0.3.3",
10610 "itertools 0.10.5",
10611 "lazy_static",
10612 "log",
10613 "multimap 0.8.3",
10614 "petgraph",
10615 "prost 0.9.0",
10616 "prost-types 0.9.0",
10617 "regex",
10618 "tempfile",
10619 "which 4.4.2",
10620]
10621
10622[[package]]
10623name = "prost-build"
10624version = "0.12.6"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10627dependencies = [
10628 "bytes 1.10.1",
10629 "heck 0.5.0",
10630 "itertools 0.12.1",
10631 "log",
10632 "multimap 0.10.0",
10633 "once_cell",
10634 "petgraph",
10635 "prettyplease",
10636 "prost 0.12.6",
10637 "prost-types 0.12.6",
10638 "regex",
10639 "syn 2.0.100",
10640 "tempfile",
10641]
10642
10643[[package]]
10644name = "prost-derive"
10645version = "0.9.0"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10648dependencies = [
10649 "anyhow",
10650 "itertools 0.10.5",
10651 "proc-macro2",
10652 "quote",
10653 "syn 1.0.109",
10654]
10655
10656[[package]]
10657name = "prost-derive"
10658version = "0.12.6"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10661dependencies = [
10662 "anyhow",
10663 "itertools 0.12.1",
10664 "proc-macro2",
10665 "quote",
10666 "syn 2.0.100",
10667]
10668
10669[[package]]
10670name = "prost-types"
10671version = "0.9.0"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10674dependencies = [
10675 "bytes 1.10.1",
10676 "prost 0.9.0",
10677]
10678
10679[[package]]
10680name = "prost-types"
10681version = "0.12.6"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10684dependencies = [
10685 "prost 0.12.6",
10686]
10687
10688[[package]]
10689name = "proto"
10690version = "0.1.0"
10691dependencies = [
10692 "anyhow",
10693 "collections",
10694 "prost 0.9.0",
10695 "prost-build 0.9.0",
10696 "serde",
10697]
10698
10699[[package]]
10700name = "protobuf"
10701version = "2.28.0"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10704
10705[[package]]
10706name = "psm"
10707version = "0.1.24"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10710dependencies = [
10711 "cc",
10712]
10713
10714[[package]]
10715name = "ptr_meta"
10716version = "0.1.4"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10719dependencies = [
10720 "ptr_meta_derive",
10721]
10722
10723[[package]]
10724name = "ptr_meta_derive"
10725version = "0.1.4"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10728dependencies = [
10729 "proc-macro2",
10730 "quote",
10731 "syn 1.0.109",
10732]
10733
10734[[package]]
10735name = "pulldown-cmark"
10736version = "0.10.3"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10739dependencies = [
10740 "bitflags 2.8.0",
10741 "memchr",
10742 "pulldown-cmark-escape",
10743 "unicase",
10744]
10745
10746[[package]]
10747name = "pulldown-cmark"
10748version = "0.12.2"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10751dependencies = [
10752 "bitflags 2.8.0",
10753 "memchr",
10754 "unicase",
10755]
10756
10757[[package]]
10758name = "pulldown-cmark-escape"
10759version = "0.10.1"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10762
10763[[package]]
10764name = "pulley-interpreter"
10765version = "29.0.1"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10768dependencies = [
10769 "cranelift-bitset",
10770 "log",
10771 "sptr",
10772 "wasmtime-math",
10773]
10774
10775[[package]]
10776name = "qoi"
10777version = "0.4.1"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10780dependencies = [
10781 "bytemuck",
10782]
10783
10784[[package]]
10785name = "quick-error"
10786version = "2.0.1"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10789
10790[[package]]
10791name = "quick-xml"
10792version = "0.32.0"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10795dependencies = [
10796 "memchr",
10797]
10798
10799[[package]]
10800name = "quick-xml"
10801version = "0.37.2"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10804dependencies = [
10805 "memchr",
10806]
10807
10808[[package]]
10809name = "quinn"
10810version = "0.11.6"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10813dependencies = [
10814 "bytes 1.10.1",
10815 "pin-project-lite",
10816 "quinn-proto",
10817 "quinn-udp",
10818 "rustc-hash 2.1.1",
10819 "rustls 0.23.23",
10820 "socket2",
10821 "thiserror 2.0.6",
10822 "tokio",
10823 "tracing",
10824]
10825
10826[[package]]
10827name = "quinn-proto"
10828version = "0.11.9"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10831dependencies = [
10832 "bytes 1.10.1",
10833 "getrandom 0.2.15",
10834 "rand 0.8.5",
10835 "ring",
10836 "rustc-hash 2.1.1",
10837 "rustls 0.23.23",
10838 "rustls-pki-types",
10839 "slab",
10840 "thiserror 2.0.6",
10841 "tinyvec",
10842 "tracing",
10843 "web-time",
10844]
10845
10846[[package]]
10847name = "quinn-udp"
10848version = "0.5.9"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10851dependencies = [
10852 "cfg_aliases 0.2.1",
10853 "libc",
10854 "once_cell",
10855 "socket2",
10856 "tracing",
10857 "windows-sys 0.59.0",
10858]
10859
10860[[package]]
10861name = "quote"
10862version = "1.0.40"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10865dependencies = [
10866 "proc-macro2",
10867]
10868
10869[[package]]
10870name = "radium"
10871version = "0.7.0"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10874
10875[[package]]
10876name = "rand"
10877version = "0.7.3"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10880dependencies = [
10881 "getrandom 0.1.16",
10882 "libc",
10883 "rand_chacha 0.2.2",
10884 "rand_core 0.5.1",
10885 "rand_hc",
10886]
10887
10888[[package]]
10889name = "rand"
10890version = "0.8.5"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10893dependencies = [
10894 "libc",
10895 "rand_chacha 0.3.1",
10896 "rand_core 0.6.4",
10897]
10898
10899[[package]]
10900name = "rand"
10901version = "0.9.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10904dependencies = [
10905 "rand_chacha 0.9.0",
10906 "rand_core 0.9.0",
10907 "zerocopy 0.8.18",
10908]
10909
10910[[package]]
10911name = "rand_chacha"
10912version = "0.2.2"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10915dependencies = [
10916 "ppv-lite86",
10917 "rand_core 0.5.1",
10918]
10919
10920[[package]]
10921name = "rand_chacha"
10922version = "0.3.1"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10925dependencies = [
10926 "ppv-lite86",
10927 "rand_core 0.6.4",
10928]
10929
10930[[package]]
10931name = "rand_chacha"
10932version = "0.9.0"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10935dependencies = [
10936 "ppv-lite86",
10937 "rand_core 0.9.0",
10938]
10939
10940[[package]]
10941name = "rand_core"
10942version = "0.5.1"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10945dependencies = [
10946 "getrandom 0.1.16",
10947]
10948
10949[[package]]
10950name = "rand_core"
10951version = "0.6.4"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10954dependencies = [
10955 "getrandom 0.2.15",
10956]
10957
10958[[package]]
10959name = "rand_core"
10960version = "0.9.0"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10963dependencies = [
10964 "getrandom 0.3.1",
10965 "zerocopy 0.8.18",
10966]
10967
10968[[package]]
10969name = "rand_hc"
10970version = "0.2.0"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10973dependencies = [
10974 "rand_core 0.5.1",
10975]
10976
10977[[package]]
10978name = "rangemap"
10979version = "1.5.1"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10982
10983[[package]]
10984name = "rav1e"
10985version = "0.7.1"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10988dependencies = [
10989 "arbitrary",
10990 "arg_enum_proc_macro",
10991 "arrayvec",
10992 "av1-grain",
10993 "bitstream-io",
10994 "built",
10995 "cfg-if",
10996 "interpolate_name",
10997 "itertools 0.12.1",
10998 "libc",
10999 "libfuzzer-sys",
11000 "log",
11001 "maybe-rayon",
11002 "new_debug_unreachable",
11003 "noop_proc_macro",
11004 "num-derive",
11005 "num-traits",
11006 "once_cell",
11007 "paste",
11008 "profiling",
11009 "rand 0.8.5",
11010 "rand_chacha 0.3.1",
11011 "simd_helpers",
11012 "system-deps",
11013 "thiserror 1.0.69",
11014 "v_frame",
11015 "wasm-bindgen",
11016]
11017
11018[[package]]
11019name = "ravif"
11020version = "0.11.11"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11023dependencies = [
11024 "avif-serialize",
11025 "imgref",
11026 "loop9",
11027 "quick-error",
11028 "rav1e",
11029 "rayon",
11030 "rgb",
11031]
11032
11033[[package]]
11034name = "raw-window-handle"
11035version = "0.6.2"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11038
11039[[package]]
11040name = "raw-window-metal"
11041version = "0.4.0"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11044dependencies = [
11045 "cocoa 0.25.0",
11046 "core-graphics 0.23.2",
11047 "objc",
11048 "raw-window-handle",
11049]
11050
11051[[package]]
11052name = "rayon"
11053version = "1.10.0"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11056dependencies = [
11057 "either",
11058 "rayon-core",
11059]
11060
11061[[package]]
11062name = "rayon-core"
11063version = "1.12.1"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11066dependencies = [
11067 "crossbeam-deque",
11068 "crossbeam-utils",
11069]
11070
11071[[package]]
11072name = "read-fonts"
11073version = "0.22.5"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11076dependencies = [
11077 "bytemuck",
11078 "font-types",
11079]
11080
11081[[package]]
11082name = "recent_projects"
11083version = "0.1.0"
11084dependencies = [
11085 "anyhow",
11086 "auto_update",
11087 "editor",
11088 "extension_host",
11089 "file_finder",
11090 "futures 0.3.31",
11091 "fuzzy",
11092 "gpui",
11093 "language",
11094 "log",
11095 "markdown",
11096 "menu",
11097 "ordered-float 2.10.1",
11098 "paths",
11099 "picker",
11100 "project",
11101 "release_channel",
11102 "remote",
11103 "schemars",
11104 "serde",
11105 "serde_json",
11106 "settings",
11107 "smol",
11108 "task",
11109 "telemetry",
11110 "theme",
11111 "ui",
11112 "util",
11113 "workspace",
11114 "zed_actions",
11115]
11116
11117[[package]]
11118name = "redox_syscall"
11119version = "0.2.16"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11122dependencies = [
11123 "bitflags 1.3.2",
11124]
11125
11126[[package]]
11127name = "redox_syscall"
11128version = "0.5.8"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11131dependencies = [
11132 "bitflags 2.8.0",
11133]
11134
11135[[package]]
11136name = "redox_users"
11137version = "0.4.6"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11140dependencies = [
11141 "getrandom 0.2.15",
11142 "libredox",
11143 "thiserror 1.0.69",
11144]
11145
11146[[package]]
11147name = "refineable"
11148version = "0.1.0"
11149dependencies = [
11150 "derive_refineable",
11151]
11152
11153[[package]]
11154name = "regalloc2"
11155version = "0.11.1"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11158dependencies = [
11159 "allocator-api2",
11160 "bumpalo",
11161 "hashbrown 0.15.2",
11162 "log",
11163 "rustc-hash 2.1.1",
11164 "smallvec",
11165]
11166
11167[[package]]
11168name = "regex"
11169version = "1.11.1"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11172dependencies = [
11173 "aho-corasick",
11174 "memchr",
11175 "regex-automata 0.4.9",
11176 "regex-syntax 0.8.5",
11177]
11178
11179[[package]]
11180name = "regex-automata"
11181version = "0.1.10"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11184dependencies = [
11185 "regex-syntax 0.6.29",
11186]
11187
11188[[package]]
11189name = "regex-automata"
11190version = "0.4.9"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11193dependencies = [
11194 "aho-corasick",
11195 "memchr",
11196 "regex-syntax 0.8.5",
11197]
11198
11199[[package]]
11200name = "regex-lite"
11201version = "0.1.6"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11204
11205[[package]]
11206name = "regex-syntax"
11207version = "0.6.29"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11210
11211[[package]]
11212name = "regex-syntax"
11213version = "0.8.5"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11216
11217[[package]]
11218name = "release_channel"
11219version = "0.1.0"
11220dependencies = [
11221 "gpui",
11222]
11223
11224[[package]]
11225name = "remote"
11226version = "0.1.0"
11227dependencies = [
11228 "anyhow",
11229 "askpass",
11230 "async-trait",
11231 "collections",
11232 "fs",
11233 "futures 0.3.31",
11234 "gpui",
11235 "itertools 0.14.0",
11236 "log",
11237 "parking_lot",
11238 "paths",
11239 "prost 0.9.0",
11240 "release_channel",
11241 "rpc",
11242 "schemars",
11243 "serde",
11244 "serde_json",
11245 "shlex",
11246 "smol",
11247 "tempfile",
11248 "thiserror 1.0.69",
11249 "util",
11250]
11251
11252[[package]]
11253name = "remote_server"
11254version = "0.1.0"
11255dependencies = [
11256 "anyhow",
11257 "async-watch",
11258 "backtrace",
11259 "cargo_toml",
11260 "chrono",
11261 "clap",
11262 "client",
11263 "clock",
11264 "env_logger 0.11.7",
11265 "extension",
11266 "extension_host",
11267 "fork",
11268 "fs",
11269 "futures 0.3.31",
11270 "git",
11271 "git_hosting_providers",
11272 "gpui",
11273 "gpui_tokio",
11274 "http_client",
11275 "language",
11276 "language_extension",
11277 "languages",
11278 "libc",
11279 "log",
11280 "lsp",
11281 "node_runtime",
11282 "paths",
11283 "project",
11284 "proto",
11285 "release_channel",
11286 "remote",
11287 "reqwest_client",
11288 "rpc",
11289 "rust-embed",
11290 "serde",
11291 "serde_json",
11292 "settings",
11293 "shellexpand 2.1.2",
11294 "smol",
11295 "sysinfo",
11296 "telemetry_events",
11297 "toml 0.8.20",
11298 "unindent",
11299 "util",
11300 "worktree",
11301]
11302
11303[[package]]
11304name = "rend"
11305version = "0.4.2"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11308dependencies = [
11309 "bytecheck",
11310]
11311
11312[[package]]
11313name = "repl"
11314version = "0.1.0"
11315dependencies = [
11316 "alacritty_terminal",
11317 "anyhow",
11318 "async-dispatcher",
11319 "async-tungstenite",
11320 "base64 0.22.1",
11321 "client",
11322 "collections",
11323 "command_palette_hooks",
11324 "editor",
11325 "env_logger 0.11.7",
11326 "feature_flags",
11327 "file_icons",
11328 "futures 0.3.31",
11329 "gpui",
11330 "http_client",
11331 "image",
11332 "indoc",
11333 "jupyter-protocol",
11334 "jupyter-websocket-client",
11335 "language",
11336 "languages",
11337 "log",
11338 "markdown_preview",
11339 "menu",
11340 "multi_buffer",
11341 "nbformat",
11342 "picker",
11343 "project",
11344 "runtimelib",
11345 "schemars",
11346 "serde",
11347 "serde_json",
11348 "settings",
11349 "smol",
11350 "telemetry",
11351 "terminal",
11352 "terminal_view",
11353 "theme",
11354 "tree-sitter-md",
11355 "tree-sitter-python",
11356 "tree-sitter-typescript",
11357 "ui",
11358 "util",
11359 "uuid",
11360 "workspace",
11361]
11362
11363[[package]]
11364name = "reqwest"
11365version = "0.11.27"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11368dependencies = [
11369 "base64 0.21.7",
11370 "bytes 1.10.1",
11371 "encoding_rs",
11372 "futures-core",
11373 "futures-util",
11374 "h2 0.3.26",
11375 "http 0.2.12",
11376 "http-body 0.4.6",
11377 "hyper 0.14.32",
11378 "hyper-rustls 0.24.2",
11379 "hyper-tls",
11380 "ipnet",
11381 "js-sys",
11382 "log",
11383 "mime",
11384 "native-tls",
11385 "once_cell",
11386 "percent-encoding",
11387 "pin-project-lite",
11388 "rustls 0.21.12",
11389 "rustls-native-certs 0.6.3",
11390 "rustls-pemfile 1.0.4",
11391 "serde",
11392 "serde_json",
11393 "serde_urlencoded",
11394 "sync_wrapper 0.1.2",
11395 "system-configuration 0.5.1",
11396 "tokio",
11397 "tokio-native-tls",
11398 "tokio-rustls 0.24.1",
11399 "tower-service",
11400 "url",
11401 "wasm-bindgen",
11402 "wasm-bindgen-futures",
11403 "web-sys",
11404 "winreg 0.50.0",
11405]
11406
11407[[package]]
11408name = "reqwest"
11409version = "0.12.8"
11410source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11411dependencies = [
11412 "base64 0.22.1",
11413 "bytes 1.10.1",
11414 "encoding_rs",
11415 "futures-core",
11416 "futures-util",
11417 "h2 0.4.7",
11418 "http 1.2.0",
11419 "http-body 1.0.1",
11420 "http-body-util",
11421 "hyper 1.5.1",
11422 "hyper-rustls 0.27.3",
11423 "hyper-util",
11424 "ipnet",
11425 "js-sys",
11426 "log",
11427 "mime",
11428 "once_cell",
11429 "percent-encoding",
11430 "pin-project-lite",
11431 "quinn",
11432 "rustls 0.23.23",
11433 "rustls-native-certs 0.8.1",
11434 "rustls-pemfile 2.2.0",
11435 "rustls-pki-types",
11436 "serde",
11437 "serde_json",
11438 "serde_urlencoded",
11439 "sync_wrapper 1.0.2",
11440 "system-configuration 0.6.1",
11441 "tokio",
11442 "tokio-rustls 0.26.1",
11443 "tokio-socks",
11444 "tokio-util",
11445 "tower-service",
11446 "url",
11447 "wasm-bindgen",
11448 "wasm-bindgen-futures",
11449 "wasm-streams",
11450 "web-sys",
11451 "windows-registry",
11452]
11453
11454[[package]]
11455name = "reqwest_client"
11456version = "0.1.0"
11457dependencies = [
11458 "anyhow",
11459 "bytes 1.10.1",
11460 "futures 0.3.31",
11461 "gpui",
11462 "http_client",
11463 "log",
11464 "regex",
11465 "reqwest 0.12.8",
11466 "serde",
11467 "smol",
11468 "tokio",
11469]
11470
11471[[package]]
11472name = "resvg"
11473version = "0.45.0"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11476dependencies = [
11477 "log",
11478 "pico-args",
11479 "rgb",
11480 "svgtypes",
11481 "tiny-skia",
11482 "usvg",
11483]
11484
11485[[package]]
11486name = "rfc6979"
11487version = "0.3.1"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11490dependencies = [
11491 "crypto-bigint 0.4.9",
11492 "hmac",
11493 "zeroize",
11494]
11495
11496[[package]]
11497name = "rgb"
11498version = "0.8.50"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11501dependencies = [
11502 "bytemuck",
11503]
11504
11505[[package]]
11506name = "rich_text"
11507version = "0.1.0"
11508dependencies = [
11509 "futures 0.3.31",
11510 "gpui",
11511 "language",
11512 "linkify",
11513 "pulldown-cmark 0.12.2",
11514 "theme",
11515 "ui",
11516 "util",
11517]
11518
11519[[package]]
11520name = "ring"
11521version = "0.17.8"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11524dependencies = [
11525 "cc",
11526 "cfg-if",
11527 "getrandom 0.2.15",
11528 "libc",
11529 "spin",
11530 "untrusted",
11531 "windows-sys 0.52.0",
11532]
11533
11534[[package]]
11535name = "rkyv"
11536version = "0.7.45"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11539dependencies = [
11540 "bitvec",
11541 "bytecheck",
11542 "bytes 1.10.1",
11543 "hashbrown 0.12.3",
11544 "ptr_meta",
11545 "rend",
11546 "rkyv_derive",
11547 "seahash",
11548 "tinyvec",
11549 "uuid",
11550]
11551
11552[[package]]
11553name = "rkyv_derive"
11554version = "0.7.45"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11557dependencies = [
11558 "proc-macro2",
11559 "quote",
11560 "syn 1.0.109",
11561]
11562
11563[[package]]
11564name = "rmp"
11565version = "0.8.14"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11568dependencies = [
11569 "byteorder",
11570 "num-traits",
11571 "paste",
11572]
11573
11574[[package]]
11575name = "rmpv"
11576version = "1.3.0"
11577source = "registry+https://github.com/rust-lang/crates.io-index"
11578checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11579dependencies = [
11580 "num-traits",
11581 "rmp",
11582]
11583
11584[[package]]
11585name = "rodio"
11586version = "0.20.1"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11589dependencies = [
11590 "cpal",
11591 "hound",
11592]
11593
11594[[package]]
11595name = "rope"
11596version = "0.1.0"
11597dependencies = [
11598 "arrayvec",
11599 "criterion",
11600 "ctor",
11601 "env_logger 0.11.7",
11602 "gpui",
11603 "log",
11604 "rand 0.8.5",
11605 "rayon",
11606 "smallvec",
11607 "sum_tree",
11608 "unicode-segmentation",
11609 "util",
11610]
11611
11612[[package]]
11613name = "roxmltree"
11614version = "0.20.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11617
11618[[package]]
11619name = "rpc"
11620version = "0.1.0"
11621dependencies = [
11622 "anyhow",
11623 "async-tungstenite",
11624 "base64 0.22.1",
11625 "chrono",
11626 "collections",
11627 "env_logger 0.11.7",
11628 "futures 0.3.31",
11629 "gpui",
11630 "parking_lot",
11631 "proto",
11632 "rand 0.8.5",
11633 "rsa",
11634 "serde",
11635 "serde_json",
11636 "sha2",
11637 "strum",
11638 "tracing",
11639 "util",
11640 "zstd",
11641]
11642
11643[[package]]
11644name = "rsa"
11645version = "0.9.8"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11648dependencies = [
11649 "const-oid",
11650 "digest",
11651 "num-bigint-dig",
11652 "num-integer",
11653 "num-traits",
11654 "pkcs1",
11655 "pkcs8 0.10.2",
11656 "rand_core 0.6.4",
11657 "signature 2.2.0",
11658 "spki 0.7.3",
11659 "subtle",
11660 "zeroize",
11661]
11662
11663[[package]]
11664name = "runtimelib"
11665version = "0.25.0"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11668dependencies = [
11669 "anyhow",
11670 "async-dispatcher",
11671 "async-std",
11672 "base64 0.22.1",
11673 "bytes 1.10.1",
11674 "chrono",
11675 "data-encoding",
11676 "dirs 5.0.1",
11677 "futures 0.3.31",
11678 "glob",
11679 "jupyter-protocol",
11680 "ring",
11681 "serde",
11682 "serde_json",
11683 "shellexpand 3.1.0",
11684 "smol",
11685 "uuid",
11686 "zeromq",
11687]
11688
11689[[package]]
11690name = "rust-embed"
11691version = "8.5.0"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11694dependencies = [
11695 "rust-embed-impl",
11696 "rust-embed-utils",
11697 "walkdir",
11698]
11699
11700[[package]]
11701name = "rust-embed-impl"
11702version = "8.5.0"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11705dependencies = [
11706 "proc-macro2",
11707 "quote",
11708 "rust-embed-utils",
11709 "syn 2.0.100",
11710 "walkdir",
11711]
11712
11713[[package]]
11714name = "rust-embed-utils"
11715version = "8.5.0"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11718dependencies = [
11719 "globset",
11720 "sha2",
11721 "walkdir",
11722]
11723
11724[[package]]
11725name = "rust_decimal"
11726version = "1.36.0"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11729dependencies = [
11730 "arrayvec",
11731 "borsh",
11732 "bytes 1.10.1",
11733 "num-traits",
11734 "rand 0.8.5",
11735 "rkyv",
11736 "serde",
11737 "serde_json",
11738]
11739
11740[[package]]
11741name = "rustc-demangle"
11742version = "0.1.24"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11745
11746[[package]]
11747name = "rustc-hash"
11748version = "1.1.0"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11751
11752[[package]]
11753name = "rustc-hash"
11754version = "2.1.1"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11757
11758[[package]]
11759name = "rustc_version"
11760version = "0.4.1"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11763dependencies = [
11764 "semver",
11765]
11766
11767[[package]]
11768name = "rustix"
11769version = "0.38.42"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11772dependencies = [
11773 "bitflags 2.8.0",
11774 "errno 0.3.10",
11775 "itoa",
11776 "libc",
11777 "linux-raw-sys",
11778 "once_cell",
11779 "windows-sys 0.59.0",
11780]
11781
11782[[package]]
11783name = "rustix-openpty"
11784version = "0.1.1"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11787dependencies = [
11788 "errno 0.3.10",
11789 "libc",
11790 "rustix",
11791]
11792
11793[[package]]
11794name = "rustls"
11795version = "0.21.12"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11798dependencies = [
11799 "log",
11800 "ring",
11801 "rustls-webpki 0.101.7",
11802 "sct",
11803]
11804
11805[[package]]
11806name = "rustls"
11807version = "0.23.23"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11810dependencies = [
11811 "aws-lc-rs",
11812 "log",
11813 "once_cell",
11814 "ring",
11815 "rustls-pki-types",
11816 "rustls-webpki 0.102.8",
11817 "subtle",
11818 "zeroize",
11819]
11820
11821[[package]]
11822name = "rustls-native-certs"
11823version = "0.6.3"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11826dependencies = [
11827 "openssl-probe",
11828 "rustls-pemfile 1.0.4",
11829 "schannel",
11830 "security-framework 2.11.1",
11831]
11832
11833[[package]]
11834name = "rustls-native-certs"
11835version = "0.8.1"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11838dependencies = [
11839 "openssl-probe",
11840 "rustls-pki-types",
11841 "schannel",
11842 "security-framework 3.0.1",
11843]
11844
11845[[package]]
11846name = "rustls-pemfile"
11847version = "1.0.4"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11850dependencies = [
11851 "base64 0.21.7",
11852]
11853
11854[[package]]
11855name = "rustls-pemfile"
11856version = "2.2.0"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11859dependencies = [
11860 "rustls-pki-types",
11861]
11862
11863[[package]]
11864name = "rustls-pki-types"
11865version = "1.10.0"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11868dependencies = [
11869 "web-time",
11870]
11871
11872[[package]]
11873name = "rustls-platform-verifier"
11874version = "0.5.0"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11877dependencies = [
11878 "core-foundation 0.10.0",
11879 "core-foundation-sys",
11880 "jni",
11881 "log",
11882 "once_cell",
11883 "rustls 0.23.23",
11884 "rustls-native-certs 0.8.1",
11885 "rustls-platform-verifier-android",
11886 "rustls-webpki 0.102.8",
11887 "security-framework 3.0.1",
11888 "security-framework-sys",
11889 "webpki-root-certs",
11890 "windows-sys 0.52.0",
11891]
11892
11893[[package]]
11894name = "rustls-platform-verifier-android"
11895version = "0.1.1"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11898
11899[[package]]
11900name = "rustls-webpki"
11901version = "0.101.7"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11904dependencies = [
11905 "ring",
11906 "untrusted",
11907]
11908
11909[[package]]
11910name = "rustls-webpki"
11911version = "0.102.8"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11914dependencies = [
11915 "aws-lc-rs",
11916 "ring",
11917 "rustls-pki-types",
11918 "untrusted",
11919]
11920
11921[[package]]
11922name = "rustversion"
11923version = "1.0.18"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11926
11927[[package]]
11928name = "rustybuzz"
11929version = "0.14.1"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11932dependencies = [
11933 "bitflags 2.8.0",
11934 "bytemuck",
11935 "libm",
11936 "smallvec",
11937 "ttf-parser 0.21.1",
11938 "unicode-bidi-mirroring 0.2.0",
11939 "unicode-ccc 0.2.0",
11940 "unicode-properties",
11941 "unicode-script",
11942]
11943
11944[[package]]
11945name = "rustybuzz"
11946version = "0.20.1"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11949dependencies = [
11950 "bitflags 2.8.0",
11951 "bytemuck",
11952 "core_maths",
11953 "log",
11954 "smallvec",
11955 "ttf-parser 0.25.1",
11956 "unicode-bidi-mirroring 0.4.0",
11957 "unicode-ccc 0.4.0",
11958 "unicode-properties",
11959 "unicode-script",
11960]
11961
11962[[package]]
11963name = "ryu"
11964version = "1.0.18"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11967
11968[[package]]
11969name = "salsa20"
11970version = "0.10.2"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11973dependencies = [
11974 "cipher",
11975]
11976
11977[[package]]
11978name = "same-file"
11979version = "1.0.6"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11982dependencies = [
11983 "winapi-util",
11984]
11985
11986[[package]]
11987name = "schannel"
11988version = "0.1.27"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11991dependencies = [
11992 "windows-sys 0.59.0",
11993]
11994
11995[[package]]
11996name = "schema_generator"
11997version = "0.1.0"
11998dependencies = [
11999 "anyhow",
12000 "clap",
12001 "env_logger 0.11.7",
12002 "schemars",
12003 "serde",
12004 "serde_json",
12005 "theme",
12006]
12007
12008[[package]]
12009name = "schemars"
12010version = "0.8.22"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12013dependencies = [
12014 "dyn-clone",
12015 "indexmap",
12016 "schemars_derive",
12017 "serde",
12018 "serde_json",
12019]
12020
12021[[package]]
12022name = "schemars_derive"
12023version = "0.8.22"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12026dependencies = [
12027 "proc-macro2",
12028 "quote",
12029 "serde_derive_internals",
12030 "syn 2.0.100",
12031]
12032
12033[[package]]
12034name = "scoped-tls"
12035version = "1.0.1"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12038
12039[[package]]
12040name = "scopeguard"
12041version = "1.2.0"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12044
12045[[package]]
12046name = "scratch"
12047version = "1.0.7"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12050
12051[[package]]
12052name = "scripting_tool"
12053version = "0.1.0"
12054dependencies = [
12055 "anyhow",
12056 "buffer_diff",
12057 "clock",
12058 "collections",
12059 "futures 0.3.31",
12060 "gpui",
12061 "language",
12062 "log",
12063 "mlua",
12064 "parking_lot",
12065 "project",
12066 "rand 0.8.5",
12067 "regex",
12068 "schemars",
12069 "serde",
12070 "serde_json",
12071 "settings",
12072 "util",
12073]
12074
12075[[package]]
12076name = "scrypt"
12077version = "0.11.0"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12080dependencies = [
12081 "password-hash 0.5.0",
12082 "pbkdf2 0.12.2",
12083 "salsa20",
12084 "sha2",
12085]
12086
12087[[package]]
12088name = "sct"
12089version = "0.7.1"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12092dependencies = [
12093 "ring",
12094 "untrusted",
12095]
12096
12097[[package]]
12098name = "sea-bae"
12099version = "0.2.1"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12102dependencies = [
12103 "heck 0.4.1",
12104 "proc-macro-error2",
12105 "proc-macro2",
12106 "quote",
12107 "syn 2.0.100",
12108]
12109
12110[[package]]
12111name = "sea-orm"
12112version = "1.1.5"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12115dependencies = [
12116 "async-stream",
12117 "async-trait",
12118 "bigdecimal",
12119 "chrono",
12120 "futures 0.3.31",
12121 "log",
12122 "ouroboros",
12123 "rust_decimal",
12124 "sea-orm-macros",
12125 "sea-query",
12126 "sea-query-binder",
12127 "serde",
12128 "serde_json",
12129 "sqlx",
12130 "strum",
12131 "thiserror 1.0.69",
12132 "time",
12133 "tracing",
12134 "url",
12135 "uuid",
12136]
12137
12138[[package]]
12139name = "sea-orm-macros"
12140version = "1.1.5"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12143dependencies = [
12144 "heck 0.4.1",
12145 "proc-macro2",
12146 "quote",
12147 "sea-bae",
12148 "syn 2.0.100",
12149 "unicode-ident",
12150]
12151
12152[[package]]
12153name = "sea-query"
12154version = "0.32.1"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12157dependencies = [
12158 "bigdecimal",
12159 "chrono",
12160 "inherent",
12161 "ordered-float 3.9.2",
12162 "rust_decimal",
12163 "serde_json",
12164 "time",
12165 "uuid",
12166]
12167
12168[[package]]
12169name = "sea-query-binder"
12170version = "0.7.0"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12173dependencies = [
12174 "bigdecimal",
12175 "chrono",
12176 "rust_decimal",
12177 "sea-query",
12178 "serde_json",
12179 "sqlx",
12180 "time",
12181 "uuid",
12182]
12183
12184[[package]]
12185name = "seahash"
12186version = "4.1.0"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12189
12190[[package]]
12191name = "search"
12192version = "0.1.0"
12193dependencies = [
12194 "any_vec",
12195 "anyhow",
12196 "bitflags 2.8.0",
12197 "client",
12198 "collections",
12199 "editor",
12200 "futures 0.3.31",
12201 "gpui",
12202 "language",
12203 "menu",
12204 "project",
12205 "schemars",
12206 "serde",
12207 "serde_json",
12208 "settings",
12209 "smol",
12210 "theme",
12211 "ui",
12212 "unindent",
12213 "util",
12214 "workspace",
12215 "zed_actions",
12216]
12217
12218[[package]]
12219name = "sec1"
12220version = "0.3.0"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12223dependencies = [
12224 "base16ct",
12225 "der 0.6.1",
12226 "generic-array",
12227 "pkcs8 0.9.0",
12228 "subtle",
12229 "zeroize",
12230]
12231
12232[[package]]
12233name = "security-framework"
12234version = "2.11.1"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12237dependencies = [
12238 "bitflags 2.8.0",
12239 "core-foundation 0.9.4",
12240 "core-foundation-sys",
12241 "libc",
12242 "security-framework-sys",
12243]
12244
12245[[package]]
12246name = "security-framework"
12247version = "3.0.1"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12250dependencies = [
12251 "bitflags 2.8.0",
12252 "core-foundation 0.10.0",
12253 "core-foundation-sys",
12254 "libc",
12255 "security-framework-sys",
12256]
12257
12258[[package]]
12259name = "security-framework-sys"
12260version = "2.12.1"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12263dependencies = [
12264 "core-foundation-sys",
12265 "libc",
12266]
12267
12268[[package]]
12269name = "self_cell"
12270version = "1.1.0"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12273
12274[[package]]
12275name = "semantic_index"
12276version = "0.1.0"
12277dependencies = [
12278 "anyhow",
12279 "arrayvec",
12280 "blake3",
12281 "client",
12282 "clock",
12283 "collections",
12284 "env_logger 0.11.7",
12285 "feature_flags",
12286 "fs",
12287 "futures 0.3.31",
12288 "futures-batch",
12289 "gpui",
12290 "heed",
12291 "http_client",
12292 "language",
12293 "language_model",
12294 "languages",
12295 "log",
12296 "open_ai",
12297 "parking_lot",
12298 "project",
12299 "reqwest_client",
12300 "serde",
12301 "serde_json",
12302 "settings",
12303 "sha2",
12304 "smol",
12305 "streaming-iterator",
12306 "tempfile",
12307 "theme",
12308 "tree-sitter",
12309 "ui",
12310 "unindent",
12311 "util",
12312 "workspace",
12313 "worktree",
12314]
12315
12316[[package]]
12317name = "semantic_version"
12318version = "0.1.0"
12319dependencies = [
12320 "anyhow",
12321 "serde",
12322]
12323
12324[[package]]
12325name = "semver"
12326version = "1.0.25"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12329dependencies = [
12330 "serde",
12331]
12332
12333[[package]]
12334name = "serde"
12335version = "1.0.218"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12338dependencies = [
12339 "serde_derive",
12340]
12341
12342[[package]]
12343name = "serde_derive"
12344version = "1.0.218"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12347dependencies = [
12348 "proc-macro2",
12349 "quote",
12350 "syn 2.0.100",
12351]
12352
12353[[package]]
12354name = "serde_derive_internals"
12355version = "0.29.1"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12358dependencies = [
12359 "proc-macro2",
12360 "quote",
12361 "syn 2.0.100",
12362]
12363
12364[[package]]
12365name = "serde_fmt"
12366version = "1.0.3"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12369dependencies = [
12370 "serde",
12371]
12372
12373[[package]]
12374name = "serde_json"
12375version = "1.0.139"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12378dependencies = [
12379 "indexmap",
12380 "itoa",
12381 "memchr",
12382 "ryu",
12383 "serde",
12384]
12385
12386[[package]]
12387name = "serde_json_lenient"
12388version = "0.2.4"
12389source = "registry+https://github.com/rust-lang/crates.io-index"
12390checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12391dependencies = [
12392 "indexmap",
12393 "itoa",
12394 "memchr",
12395 "ryu",
12396 "serde",
12397]
12398
12399[[package]]
12400name = "serde_path_to_error"
12401version = "0.1.16"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12404dependencies = [
12405 "itoa",
12406 "serde",
12407]
12408
12409[[package]]
12410name = "serde_qs"
12411version = "0.8.5"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12414dependencies = [
12415 "percent-encoding",
12416 "serde",
12417 "thiserror 1.0.69",
12418]
12419
12420[[package]]
12421name = "serde_qs"
12422version = "0.10.1"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12425dependencies = [
12426 "percent-encoding",
12427 "serde",
12428 "thiserror 1.0.69",
12429]
12430
12431[[package]]
12432name = "serde_repr"
12433version = "0.1.19"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12436dependencies = [
12437 "proc-macro2",
12438 "quote",
12439 "syn 2.0.100",
12440]
12441
12442[[package]]
12443name = "serde_spanned"
12444version = "0.6.8"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12447dependencies = [
12448 "serde",
12449]
12450
12451[[package]]
12452name = "serde_urlencoded"
12453version = "0.7.1"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12456dependencies = [
12457 "form_urlencoded",
12458 "itoa",
12459 "ryu",
12460 "serde",
12461]
12462
12463[[package]]
12464name = "session"
12465version = "0.1.0"
12466dependencies = [
12467 "db",
12468 "gpui",
12469 "serde_json",
12470 "util",
12471 "uuid",
12472]
12473
12474[[package]]
12475name = "settings"
12476version = "0.1.0"
12477dependencies = [
12478 "anyhow",
12479 "collections",
12480 "ec4rs",
12481 "fs",
12482 "futures 0.3.31",
12483 "gpui",
12484 "indoc",
12485 "inventory",
12486 "log",
12487 "paths",
12488 "pretty_assertions",
12489 "release_channel",
12490 "rust-embed",
12491 "schemars",
12492 "serde",
12493 "serde_derive",
12494 "serde_json",
12495 "serde_json_lenient",
12496 "smallvec",
12497 "streaming-iterator",
12498 "tree-sitter",
12499 "tree-sitter-json",
12500 "unindent",
12501 "util",
12502]
12503
12504[[package]]
12505name = "settings_ui"
12506version = "0.1.0"
12507dependencies = [
12508 "command_palette_hooks",
12509 "editor",
12510 "feature_flags",
12511 "gpui",
12512 "settings",
12513 "theme",
12514 "ui",
12515 "workspace",
12516]
12517
12518[[package]]
12519name = "sha1"
12520version = "0.10.6"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12523dependencies = [
12524 "cfg-if",
12525 "cpufeatures",
12526 "digest",
12527]
12528
12529[[package]]
12530name = "sha1_smol"
12531version = "1.0.1"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12534
12535[[package]]
12536name = "sha2"
12537version = "0.10.8"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12540dependencies = [
12541 "cfg-if",
12542 "cpufeatures",
12543 "digest",
12544]
12545
12546[[package]]
12547name = "sharded-slab"
12548version = "0.1.7"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12551dependencies = [
12552 "lazy_static",
12553]
12554
12555[[package]]
12556name = "shell-words"
12557version = "1.1.0"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12560
12561[[package]]
12562name = "shellexpand"
12563version = "2.1.2"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12566dependencies = [
12567 "dirs 4.0.0",
12568]
12569
12570[[package]]
12571name = "shellexpand"
12572version = "3.1.0"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12575dependencies = [
12576 "dirs 5.0.1",
12577]
12578
12579[[package]]
12580name = "shlex"
12581version = "1.3.0"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12584
12585[[package]]
12586name = "signal-hook"
12587version = "0.3.17"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12590dependencies = [
12591 "libc",
12592 "signal-hook-registry",
12593]
12594
12595[[package]]
12596name = "signal-hook-registry"
12597version = "1.4.2"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12600dependencies = [
12601 "libc",
12602]
12603
12604[[package]]
12605name = "signature"
12606version = "1.6.4"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12609dependencies = [
12610 "digest",
12611 "rand_core 0.6.4",
12612]
12613
12614[[package]]
12615name = "signature"
12616version = "2.2.0"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12619dependencies = [
12620 "digest",
12621 "rand_core 0.6.4",
12622]
12623
12624[[package]]
12625name = "simd-adler32"
12626version = "0.3.7"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12629
12630[[package]]
12631name = "simd_helpers"
12632version = "0.1.0"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12635dependencies = [
12636 "quote",
12637]
12638
12639[[package]]
12640name = "simdutf8"
12641version = "0.1.5"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12644
12645[[package]]
12646name = "simple_asn1"
12647version = "0.6.2"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12650dependencies = [
12651 "num-bigint",
12652 "num-traits",
12653 "thiserror 1.0.69",
12654 "time",
12655]
12656
12657[[package]]
12658name = "simplecss"
12659version = "0.2.1"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12662dependencies = [
12663 "log",
12664]
12665
12666[[package]]
12667name = "simplelog"
12668version = "0.12.2"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12671dependencies = [
12672 "log",
12673 "termcolor",
12674 "time",
12675]
12676
12677[[package]]
12678name = "siphasher"
12679version = "0.3.11"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12682
12683[[package]]
12684name = "siphasher"
12685version = "1.0.1"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12688
12689[[package]]
12690name = "skrifa"
12691version = "0.22.3"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12694dependencies = [
12695 "bytemuck",
12696 "read-fonts",
12697]
12698
12699[[package]]
12700name = "slab"
12701version = "0.4.9"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12704dependencies = [
12705 "autocfg",
12706]
12707
12708[[package]]
12709name = "slash_commands_example"
12710version = "0.1.0"
12711dependencies = [
12712 "zed_extension_api 0.1.0",
12713]
12714
12715[[package]]
12716name = "slotmap"
12717version = "1.0.7"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12720dependencies = [
12721 "version_check",
12722]
12723
12724[[package]]
12725name = "smallvec"
12726version = "1.14.0"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12729dependencies = [
12730 "serde",
12731]
12732
12733[[package]]
12734name = "smart-default"
12735version = "0.6.0"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12738dependencies = [
12739 "proc-macro2",
12740 "quote",
12741 "syn 1.0.109",
12742]
12743
12744[[package]]
12745name = "smol"
12746version = "2.0.2"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12749dependencies = [
12750 "async-channel 2.3.1",
12751 "async-executor",
12752 "async-fs",
12753 "async-io",
12754 "async-lock",
12755 "async-net",
12756 "async-process",
12757 "blocking",
12758 "futures-lite 2.6.0",
12759]
12760
12761[[package]]
12762name = "smol_str"
12763version = "0.1.24"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12766dependencies = [
12767 "serde",
12768]
12769
12770[[package]]
12771name = "snippet"
12772version = "0.1.0"
12773dependencies = [
12774 "anyhow",
12775 "smallvec",
12776]
12777
12778[[package]]
12779name = "snippet_provider"
12780version = "0.1.0"
12781dependencies = [
12782 "anyhow",
12783 "collections",
12784 "extension",
12785 "fs",
12786 "futures 0.3.31",
12787 "gpui",
12788 "parking_lot",
12789 "paths",
12790 "schemars",
12791 "serde",
12792 "serde_json_lenient",
12793 "snippet",
12794 "util",
12795]
12796
12797[[package]]
12798name = "snippets_ui"
12799version = "0.1.0"
12800dependencies = [
12801 "fuzzy",
12802 "gpui",
12803 "language",
12804 "paths",
12805 "picker",
12806 "ui",
12807 "util",
12808 "workspace",
12809]
12810
12811[[package]]
12812name = "socket2"
12813version = "0.5.8"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12816dependencies = [
12817 "libc",
12818 "windows-sys 0.52.0",
12819]
12820
12821[[package]]
12822name = "spdx"
12823version = "0.10.7"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12826dependencies = [
12827 "smallvec",
12828]
12829
12830[[package]]
12831name = "spin"
12832version = "0.9.8"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12835dependencies = [
12836 "lock_api",
12837]
12838
12839[[package]]
12840name = "spirv"
12841version = "0.3.0+sdk-1.3.268.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12844dependencies = [
12845 "bitflags 2.8.0",
12846]
12847
12848[[package]]
12849name = "spki"
12850version = "0.6.0"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12853dependencies = [
12854 "base64ct",
12855 "der 0.6.1",
12856]
12857
12858[[package]]
12859name = "spki"
12860version = "0.7.3"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12863dependencies = [
12864 "base64ct",
12865 "der 0.7.9",
12866]
12867
12868[[package]]
12869name = "sptr"
12870version = "0.3.2"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12873
12874[[package]]
12875name = "sqlez"
12876version = "0.1.0"
12877dependencies = [
12878 "anyhow",
12879 "collections",
12880 "futures 0.3.31",
12881 "indoc",
12882 "libsqlite3-sys",
12883 "parking_lot",
12884 "smol",
12885 "sqlformat",
12886 "thread_local",
12887 "util",
12888 "uuid",
12889]
12890
12891[[package]]
12892name = "sqlez_macros"
12893version = "0.1.0"
12894dependencies = [
12895 "sqlez",
12896 "sqlformat",
12897 "syn 1.0.109",
12898]
12899
12900[[package]]
12901name = "sqlformat"
12902version = "0.2.6"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12905dependencies = [
12906 "nom",
12907 "unicode_categories",
12908]
12909
12910[[package]]
12911name = "sqlx"
12912version = "0.8.3"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12915dependencies = [
12916 "sqlx-core",
12917 "sqlx-macros",
12918 "sqlx-mysql",
12919 "sqlx-postgres",
12920 "sqlx-sqlite",
12921]
12922
12923[[package]]
12924name = "sqlx-core"
12925version = "0.8.3"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12928dependencies = [
12929 "bigdecimal",
12930 "bytes 1.10.1",
12931 "chrono",
12932 "crc",
12933 "crossbeam-queue",
12934 "either",
12935 "event-listener 5.3.1",
12936 "futures-core",
12937 "futures-intrusive",
12938 "futures-io",
12939 "futures-util",
12940 "hashbrown 0.15.2",
12941 "hashlink 0.10.0",
12942 "indexmap",
12943 "log",
12944 "memchr",
12945 "once_cell",
12946 "percent-encoding",
12947 "rust_decimal",
12948 "rustls 0.23.23",
12949 "rustls-pemfile 2.2.0",
12950 "serde",
12951 "serde_json",
12952 "sha2",
12953 "smallvec",
12954 "thiserror 2.0.6",
12955 "time",
12956 "tokio",
12957 "tokio-stream",
12958 "tracing",
12959 "url",
12960 "uuid",
12961 "webpki-roots",
12962]
12963
12964[[package]]
12965name = "sqlx-macros"
12966version = "0.8.3"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12969dependencies = [
12970 "proc-macro2",
12971 "quote",
12972 "sqlx-core",
12973 "sqlx-macros-core",
12974 "syn 2.0.100",
12975]
12976
12977[[package]]
12978name = "sqlx-macros-core"
12979version = "0.8.3"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12982dependencies = [
12983 "dotenvy",
12984 "either",
12985 "heck 0.5.0",
12986 "hex",
12987 "once_cell",
12988 "proc-macro2",
12989 "quote",
12990 "serde",
12991 "serde_json",
12992 "sha2",
12993 "sqlx-core",
12994 "sqlx-mysql",
12995 "sqlx-postgres",
12996 "sqlx-sqlite",
12997 "syn 2.0.100",
12998 "tempfile",
12999 "tokio",
13000 "url",
13001]
13002
13003[[package]]
13004name = "sqlx-mysql"
13005version = "0.8.3"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13008dependencies = [
13009 "atoi",
13010 "base64 0.22.1",
13011 "bigdecimal",
13012 "bitflags 2.8.0",
13013 "byteorder",
13014 "bytes 1.10.1",
13015 "chrono",
13016 "crc",
13017 "digest",
13018 "dotenvy",
13019 "either",
13020 "futures-channel",
13021 "futures-core",
13022 "futures-io",
13023 "futures-util",
13024 "generic-array",
13025 "hex",
13026 "hkdf",
13027 "hmac",
13028 "itoa",
13029 "log",
13030 "md-5",
13031 "memchr",
13032 "once_cell",
13033 "percent-encoding",
13034 "rand 0.8.5",
13035 "rsa",
13036 "rust_decimal",
13037 "serde",
13038 "sha1",
13039 "sha2",
13040 "smallvec",
13041 "sqlx-core",
13042 "stringprep",
13043 "thiserror 2.0.6",
13044 "time",
13045 "tracing",
13046 "uuid",
13047 "whoami",
13048]
13049
13050[[package]]
13051name = "sqlx-postgres"
13052version = "0.8.3"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13055dependencies = [
13056 "atoi",
13057 "base64 0.22.1",
13058 "bigdecimal",
13059 "bitflags 2.8.0",
13060 "byteorder",
13061 "chrono",
13062 "crc",
13063 "dotenvy",
13064 "etcetera",
13065 "futures-channel",
13066 "futures-core",
13067 "futures-util",
13068 "hex",
13069 "hkdf",
13070 "hmac",
13071 "home",
13072 "itoa",
13073 "log",
13074 "md-5",
13075 "memchr",
13076 "num-bigint",
13077 "once_cell",
13078 "rand 0.8.5",
13079 "rust_decimal",
13080 "serde",
13081 "serde_json",
13082 "sha2",
13083 "smallvec",
13084 "sqlx-core",
13085 "stringprep",
13086 "thiserror 2.0.6",
13087 "time",
13088 "tracing",
13089 "uuid",
13090 "whoami",
13091]
13092
13093[[package]]
13094name = "sqlx-sqlite"
13095version = "0.8.3"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13098dependencies = [
13099 "atoi",
13100 "chrono",
13101 "flume",
13102 "futures-channel",
13103 "futures-core",
13104 "futures-executor",
13105 "futures-intrusive",
13106 "futures-util",
13107 "libsqlite3-sys",
13108 "log",
13109 "percent-encoding",
13110 "serde",
13111 "serde_urlencoded",
13112 "sqlx-core",
13113 "time",
13114 "tracing",
13115 "url",
13116 "uuid",
13117]
13118
13119[[package]]
13120name = "stable_deref_trait"
13121version = "1.2.0"
13122source = "registry+https://github.com/rust-lang/crates.io-index"
13123checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13124
13125[[package]]
13126name = "static_assertions"
13127version = "1.1.0"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13130
13131[[package]]
13132name = "story"
13133version = "0.1.0"
13134dependencies = [
13135 "gpui",
13136 "itertools 0.14.0",
13137 "smallvec",
13138]
13139
13140[[package]]
13141name = "storybook"
13142version = "0.1.0"
13143dependencies = [
13144 "anyhow",
13145 "clap",
13146 "collab_ui",
13147 "ctrlc",
13148 "dialoguer",
13149 "editor",
13150 "fuzzy",
13151 "gpui",
13152 "indoc",
13153 "language",
13154 "log",
13155 "menu",
13156 "picker",
13157 "project",
13158 "reqwest_client",
13159 "rust-embed",
13160 "settings",
13161 "simplelog",
13162 "story",
13163 "strum",
13164 "theme",
13165 "title_bar",
13166 "ui",
13167]
13168
13169[[package]]
13170name = "streaming-iterator"
13171version = "0.1.9"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13174
13175[[package]]
13176name = "streaming_diff"
13177version = "0.1.0"
13178dependencies = [
13179 "ordered-float 2.10.1",
13180 "rand 0.8.5",
13181 "rope",
13182 "util",
13183]
13184
13185[[package]]
13186name = "strict-num"
13187version = "0.1.1"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13190dependencies = [
13191 "float-cmp",
13192]
13193
13194[[package]]
13195name = "string_cache"
13196version = "0.8.7"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13199dependencies = [
13200 "new_debug_unreachable",
13201 "once_cell",
13202 "parking_lot",
13203 "phf_shared 0.10.0",
13204 "precomputed-hash",
13205 "serde",
13206]
13207
13208[[package]]
13209name = "string_cache_codegen"
13210version = "0.5.2"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13213dependencies = [
13214 "phf_generator 0.10.0",
13215 "phf_shared 0.10.0",
13216 "proc-macro2",
13217 "quote",
13218]
13219
13220[[package]]
13221name = "stringprep"
13222version = "0.1.5"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13225dependencies = [
13226 "unicode-bidi",
13227 "unicode-normalization",
13228 "unicode-properties",
13229]
13230
13231[[package]]
13232name = "strsim"
13233version = "0.11.1"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13236
13237[[package]]
13238name = "strum"
13239version = "0.26.3"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13242dependencies = [
13243 "strum_macros",
13244]
13245
13246[[package]]
13247name = "strum_macros"
13248version = "0.26.4"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13251dependencies = [
13252 "heck 0.5.0",
13253 "proc-macro2",
13254 "quote",
13255 "rustversion",
13256 "syn 2.0.100",
13257]
13258
13259[[package]]
13260name = "subtle"
13261version = "2.6.1"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13264
13265[[package]]
13266name = "sum_tree"
13267version = "0.1.0"
13268dependencies = [
13269 "arrayvec",
13270 "ctor",
13271 "env_logger 0.11.7",
13272 "log",
13273 "rand 0.8.5",
13274 "rayon",
13275]
13276
13277[[package]]
13278name = "supermaven"
13279version = "0.1.0"
13280dependencies = [
13281 "anyhow",
13282 "client",
13283 "collections",
13284 "editor",
13285 "env_logger 0.11.7",
13286 "futures 0.3.31",
13287 "gpui",
13288 "http_client",
13289 "inline_completion",
13290 "language",
13291 "log",
13292 "postage",
13293 "project",
13294 "serde",
13295 "serde_json",
13296 "settings",
13297 "smol",
13298 "supermaven_api",
13299 "text",
13300 "theme",
13301 "ui",
13302 "unicode-segmentation",
13303 "util",
13304]
13305
13306[[package]]
13307name = "supermaven_api"
13308version = "0.1.0"
13309dependencies = [
13310 "anyhow",
13311 "futures 0.3.31",
13312 "http_client",
13313 "paths",
13314 "serde",
13315 "serde_json",
13316 "smol",
13317]
13318
13319[[package]]
13320name = "sval"
13321version = "2.13.2"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13324
13325[[package]]
13326name = "sval_buffer"
13327version = "2.13.2"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13330dependencies = [
13331 "sval",
13332 "sval_ref",
13333]
13334
13335[[package]]
13336name = "sval_dynamic"
13337version = "2.13.2"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13340dependencies = [
13341 "sval",
13342]
13343
13344[[package]]
13345name = "sval_fmt"
13346version = "2.13.2"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13349dependencies = [
13350 "itoa",
13351 "ryu",
13352 "sval",
13353]
13354
13355[[package]]
13356name = "sval_json"
13357version = "2.13.2"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13360dependencies = [
13361 "itoa",
13362 "ryu",
13363 "sval",
13364]
13365
13366[[package]]
13367name = "sval_nested"
13368version = "2.13.2"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13371dependencies = [
13372 "sval",
13373 "sval_buffer",
13374 "sval_ref",
13375]
13376
13377[[package]]
13378name = "sval_ref"
13379version = "2.13.2"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13382dependencies = [
13383 "sval",
13384]
13385
13386[[package]]
13387name = "sval_serde"
13388version = "2.13.2"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13391dependencies = [
13392 "serde",
13393 "sval",
13394 "sval_nested",
13395]
13396
13397[[package]]
13398name = "svg_fmt"
13399version = "0.4.4"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13402
13403[[package]]
13404name = "svgtypes"
13405version = "0.15.3"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13408dependencies = [
13409 "kurbo",
13410 "siphasher 1.0.1",
13411]
13412
13413[[package]]
13414name = "swash"
13415version = "0.1.19"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13418dependencies = [
13419 "skrifa",
13420 "yazi",
13421 "zeno",
13422]
13423
13424[[package]]
13425name = "syn"
13426version = "1.0.109"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13429dependencies = [
13430 "proc-macro2",
13431 "quote",
13432 "unicode-ident",
13433]
13434
13435[[package]]
13436name = "syn"
13437version = "2.0.100"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13440dependencies = [
13441 "proc-macro2",
13442 "quote",
13443 "unicode-ident",
13444]
13445
13446[[package]]
13447name = "sync_wrapper"
13448version = "0.1.2"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13451
13452[[package]]
13453name = "sync_wrapper"
13454version = "1.0.2"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13457dependencies = [
13458 "futures-core",
13459]
13460
13461[[package]]
13462name = "synchronoise"
13463version = "1.0.1"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13466dependencies = [
13467 "crossbeam-queue",
13468]
13469
13470[[package]]
13471name = "synstructure"
13472version = "0.13.1"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13475dependencies = [
13476 "proc-macro2",
13477 "quote",
13478 "syn 2.0.100",
13479]
13480
13481[[package]]
13482name = "sys-locale"
13483version = "0.3.2"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13486dependencies = [
13487 "libc",
13488]
13489
13490[[package]]
13491name = "sysinfo"
13492version = "0.31.4"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13495dependencies = [
13496 "core-foundation-sys",
13497 "libc",
13498 "memchr",
13499 "ntapi",
13500 "rayon",
13501 "windows 0.57.0",
13502]
13503
13504[[package]]
13505name = "system-configuration"
13506version = "0.5.1"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13509dependencies = [
13510 "bitflags 1.3.2",
13511 "core-foundation 0.9.4",
13512 "system-configuration-sys 0.5.0",
13513]
13514
13515[[package]]
13516name = "system-configuration"
13517version = "0.6.1"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13520dependencies = [
13521 "bitflags 2.8.0",
13522 "core-foundation 0.9.4",
13523 "system-configuration-sys 0.6.0",
13524]
13525
13526[[package]]
13527name = "system-configuration-sys"
13528version = "0.5.0"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13531dependencies = [
13532 "core-foundation-sys",
13533 "libc",
13534]
13535
13536[[package]]
13537name = "system-configuration-sys"
13538version = "0.6.0"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13541dependencies = [
13542 "core-foundation-sys",
13543 "libc",
13544]
13545
13546[[package]]
13547name = "system-deps"
13548version = "6.2.2"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13551dependencies = [
13552 "cfg-expr",
13553 "heck 0.5.0",
13554 "pkg-config",
13555 "toml 0.8.20",
13556 "version-compare",
13557]
13558
13559[[package]]
13560name = "system-interface"
13561version = "0.27.3"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13564dependencies = [
13565 "bitflags 2.8.0",
13566 "cap-fs-ext",
13567 "cap-std",
13568 "fd-lock",
13569 "io-lifetimes",
13570 "rustix",
13571 "windows-sys 0.59.0",
13572 "winx",
13573]
13574
13575[[package]]
13576name = "tab_switcher"
13577version = "0.1.0"
13578dependencies = [
13579 "anyhow",
13580 "collections",
13581 "ctor",
13582 "editor",
13583 "env_logger 0.11.7",
13584 "gpui",
13585 "language",
13586 "menu",
13587 "picker",
13588 "project",
13589 "schemars",
13590 "serde",
13591 "serde_json",
13592 "settings",
13593 "theme",
13594 "ui",
13595 "util",
13596 "workspace",
13597]
13598
13599[[package]]
13600name = "taffy"
13601version = "0.4.4"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13604dependencies = [
13605 "arrayvec",
13606 "grid",
13607 "num-traits",
13608 "serde",
13609 "slotmap",
13610]
13611
13612[[package]]
13613name = "take-until"
13614version = "0.2.0"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13617
13618[[package]]
13619name = "tap"
13620version = "1.0.1"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13623
13624[[package]]
13625name = "target-lexicon"
13626version = "0.12.16"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13629
13630[[package]]
13631name = "target-lexicon"
13632version = "0.13.2"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13635
13636[[package]]
13637name = "task"
13638version = "0.1.0"
13639dependencies = [
13640 "anyhow",
13641 "collections",
13642 "futures 0.3.31",
13643 "gpui",
13644 "hex",
13645 "parking_lot",
13646 "schemars",
13647 "serde",
13648 "serde_json_lenient",
13649 "sha2",
13650 "shellexpand 2.1.2",
13651 "util",
13652 "zed_actions",
13653]
13654
13655[[package]]
13656name = "tasks_ui"
13657version = "0.1.0"
13658dependencies = [
13659 "anyhow",
13660 "editor",
13661 "file_icons",
13662 "fuzzy",
13663 "gpui",
13664 "language",
13665 "menu",
13666 "picker",
13667 "project",
13668 "schemars",
13669 "serde",
13670 "serde_json",
13671 "settings",
13672 "task",
13673 "tree-sitter-rust",
13674 "tree-sitter-typescript",
13675 "ui",
13676 "util",
13677 "workspace",
13678 "zed_actions",
13679]
13680
13681[[package]]
13682name = "telemetry"
13683version = "0.1.0"
13684dependencies = [
13685 "futures 0.3.31",
13686 "serde",
13687 "serde_json",
13688 "telemetry_events",
13689]
13690
13691[[package]]
13692name = "telemetry_events"
13693version = "0.1.0"
13694dependencies = [
13695 "semantic_version",
13696 "serde",
13697 "serde_json",
13698]
13699
13700[[package]]
13701name = "tempfile"
13702version = "3.17.1"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13705dependencies = [
13706 "cfg-if",
13707 "fastrand 2.3.0",
13708 "getrandom 0.3.1",
13709 "once_cell",
13710 "rustix",
13711 "windows-sys 0.59.0",
13712]
13713
13714[[package]]
13715name = "tendril"
13716version = "0.4.3"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13719dependencies = [
13720 "futf",
13721 "mac",
13722 "utf-8",
13723]
13724
13725[[package]]
13726name = "termcolor"
13727version = "1.4.1"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13730dependencies = [
13731 "winapi-util",
13732]
13733
13734[[package]]
13735name = "terminal"
13736version = "0.1.0"
13737dependencies = [
13738 "alacritty_terminal",
13739 "anyhow",
13740 "collections",
13741 "dirs 4.0.0",
13742 "futures 0.3.31",
13743 "gpui",
13744 "libc",
13745 "rand 0.8.5",
13746 "regex",
13747 "release_channel",
13748 "schemars",
13749 "serde",
13750 "serde_derive",
13751 "settings",
13752 "smol",
13753 "sysinfo",
13754 "task",
13755 "theme",
13756 "thiserror 1.0.69",
13757 "util",
13758 "windows 0.60.0",
13759]
13760
13761[[package]]
13762name = "terminal_size"
13763version = "0.4.1"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13766dependencies = [
13767 "rustix",
13768 "windows-sys 0.59.0",
13769]
13770
13771[[package]]
13772name = "terminal_view"
13773version = "0.1.0"
13774dependencies = [
13775 "anyhow",
13776 "async-recursion 1.1.1",
13777 "breadcrumbs",
13778 "client",
13779 "collections",
13780 "db",
13781 "dirs 4.0.0",
13782 "editor",
13783 "futures 0.3.31",
13784 "gpui",
13785 "itertools 0.14.0",
13786 "language",
13787 "log",
13788 "project",
13789 "rand 0.8.5",
13790 "schemars",
13791 "search",
13792 "serde",
13793 "serde_json",
13794 "settings",
13795 "shellexpand 2.1.2",
13796 "smol",
13797 "task",
13798 "terminal",
13799 "theme",
13800 "ui",
13801 "util",
13802 "workspace",
13803 "zed_actions",
13804]
13805
13806[[package]]
13807name = "text"
13808version = "0.1.0"
13809dependencies = [
13810 "anyhow",
13811 "clock",
13812 "collections",
13813 "ctor",
13814 "env_logger 0.11.7",
13815 "gpui",
13816 "http_client",
13817 "log",
13818 "parking_lot",
13819 "postage",
13820 "rand 0.8.5",
13821 "regex",
13822 "rope",
13823 "smallvec",
13824 "sum_tree",
13825 "util",
13826]
13827
13828[[package]]
13829name = "theme"
13830version = "0.1.0"
13831dependencies = [
13832 "anyhow",
13833 "collections",
13834 "derive_more",
13835 "fs",
13836 "futures 0.3.31",
13837 "gpui",
13838 "indexmap",
13839 "log",
13840 "palette",
13841 "parking_lot",
13842 "refineable",
13843 "schemars",
13844 "serde",
13845 "serde_derive",
13846 "serde_json",
13847 "serde_json_lenient",
13848 "serde_repr",
13849 "settings",
13850 "strum",
13851 "thiserror 1.0.69",
13852 "util",
13853 "uuid",
13854]
13855
13856[[package]]
13857name = "theme_extension"
13858version = "0.1.0"
13859dependencies = [
13860 "anyhow",
13861 "extension",
13862 "fs",
13863 "gpui",
13864 "theme",
13865]
13866
13867[[package]]
13868name = "theme_importer"
13869version = "0.1.0"
13870dependencies = [
13871 "anyhow",
13872 "clap",
13873 "gpui",
13874 "indexmap",
13875 "log",
13876 "palette",
13877 "rust-embed",
13878 "serde",
13879 "serde_json",
13880 "serde_json_lenient",
13881 "simplelog",
13882 "strum",
13883 "theme",
13884 "vscode_theme",
13885]
13886
13887[[package]]
13888name = "theme_selector"
13889version = "0.1.0"
13890dependencies = [
13891 "fs",
13892 "fuzzy",
13893 "gpui",
13894 "log",
13895 "picker",
13896 "serde",
13897 "settings",
13898 "telemetry",
13899 "theme",
13900 "ui",
13901 "util",
13902 "workspace",
13903 "zed_actions",
13904]
13905
13906[[package]]
13907name = "thiserror"
13908version = "1.0.69"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13911dependencies = [
13912 "thiserror-impl 1.0.69",
13913]
13914
13915[[package]]
13916name = "thiserror"
13917version = "2.0.6"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13920dependencies = [
13921 "thiserror-impl 2.0.6",
13922]
13923
13924[[package]]
13925name = "thiserror-impl"
13926version = "1.0.69"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13929dependencies = [
13930 "proc-macro2",
13931 "quote",
13932 "syn 2.0.100",
13933]
13934
13935[[package]]
13936name = "thiserror-impl"
13937version = "2.0.6"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13940dependencies = [
13941 "proc-macro2",
13942 "quote",
13943 "syn 2.0.100",
13944]
13945
13946[[package]]
13947name = "thread_local"
13948version = "1.1.8"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13951dependencies = [
13952 "cfg-if",
13953 "once_cell",
13954]
13955
13956[[package]]
13957name = "tiff"
13958version = "0.9.1"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13961dependencies = [
13962 "flate2",
13963 "jpeg-decoder",
13964 "weezl",
13965]
13966
13967[[package]]
13968name = "tiktoken-rs"
13969version = "0.6.0"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13972dependencies = [
13973 "anyhow",
13974 "base64 0.21.7",
13975 "bstr",
13976 "fancy-regex 0.13.0",
13977 "lazy_static",
13978 "parking_lot",
13979 "regex",
13980 "rustc-hash 1.1.0",
13981]
13982
13983[[package]]
13984name = "time"
13985version = "0.3.37"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13988dependencies = [
13989 "deranged",
13990 "itoa",
13991 "libc",
13992 "num-conv",
13993 "num_threads",
13994 "powerfmt",
13995 "serde",
13996 "time-core",
13997 "time-macros",
13998]
13999
14000[[package]]
14001name = "time-core"
14002version = "0.1.2"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14005
14006[[package]]
14007name = "time-macros"
14008version = "0.2.19"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14011dependencies = [
14012 "num-conv",
14013 "time-core",
14014]
14015
14016[[package]]
14017name = "time_format"
14018version = "0.1.0"
14019dependencies = [
14020 "core-foundation 0.9.4",
14021 "core-foundation-sys",
14022 "sys-locale",
14023 "time",
14024]
14025
14026[[package]]
14027name = "tiny-keccak"
14028version = "2.0.2"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14031dependencies = [
14032 "crunchy",
14033]
14034
14035[[package]]
14036name = "tiny-skia"
14037version = "0.11.4"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14040dependencies = [
14041 "arrayref",
14042 "arrayvec",
14043 "bytemuck",
14044 "cfg-if",
14045 "log",
14046 "png",
14047 "tiny-skia-path",
14048]
14049
14050[[package]]
14051name = "tiny-skia-path"
14052version = "0.11.4"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14055dependencies = [
14056 "arrayref",
14057 "bytemuck",
14058 "strict-num",
14059]
14060
14061[[package]]
14062name = "tiny_http"
14063version = "0.8.2"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14066dependencies = [
14067 "ascii",
14068 "chrono",
14069 "chunked_transfer",
14070 "log",
14071 "url",
14072]
14073
14074[[package]]
14075name = "tinystr"
14076version = "0.7.6"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14079dependencies = [
14080 "displaydoc",
14081 "zerovec",
14082]
14083
14084[[package]]
14085name = "tinytemplate"
14086version = "1.2.1"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14089dependencies = [
14090 "serde",
14091 "serde_json",
14092]
14093
14094[[package]]
14095name = "tinyvec"
14096version = "1.8.0"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14099dependencies = [
14100 "tinyvec_macros",
14101]
14102
14103[[package]]
14104name = "tinyvec_macros"
14105version = "0.1.1"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14108
14109[[package]]
14110name = "title_bar"
14111version = "0.1.0"
14112dependencies = [
14113 "auto_update",
14114 "call",
14115 "client",
14116 "collections",
14117 "feature_flags",
14118 "git_ui",
14119 "gpui",
14120 "http_client",
14121 "notifications",
14122 "pretty_assertions",
14123 "project",
14124 "remote",
14125 "rpc",
14126 "schemars",
14127 "serde",
14128 "settings",
14129 "smallvec",
14130 "story",
14131 "telemetry",
14132 "theme",
14133 "tree-sitter-md",
14134 "ui",
14135 "util",
14136 "windows 0.60.0",
14137 "workspace",
14138 "zed_actions",
14139 "zeta",
14140]
14141
14142[[package]]
14143name = "tokio"
14144version = "1.43.0"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14147dependencies = [
14148 "backtrace",
14149 "bytes 1.10.1",
14150 "libc",
14151 "mio 1.0.3",
14152 "parking_lot",
14153 "pin-project-lite",
14154 "signal-hook-registry",
14155 "socket2",
14156 "tokio-macros",
14157 "windows-sys 0.52.0",
14158]
14159
14160[[package]]
14161name = "tokio-io"
14162version = "0.1.13"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14165dependencies = [
14166 "bytes 0.4.12",
14167 "futures 0.1.31",
14168 "log",
14169]
14170
14171[[package]]
14172name = "tokio-macros"
14173version = "2.5.0"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14176dependencies = [
14177 "proc-macro2",
14178 "quote",
14179 "syn 2.0.100",
14180]
14181
14182[[package]]
14183name = "tokio-native-tls"
14184version = "0.3.1"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14187dependencies = [
14188 "native-tls",
14189 "tokio",
14190]
14191
14192[[package]]
14193name = "tokio-rustls"
14194version = "0.24.1"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14197dependencies = [
14198 "rustls 0.21.12",
14199 "tokio",
14200]
14201
14202[[package]]
14203name = "tokio-rustls"
14204version = "0.26.1"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14207dependencies = [
14208 "rustls 0.23.23",
14209 "tokio",
14210]
14211
14212[[package]]
14213name = "tokio-socks"
14214version = "0.5.2"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14217dependencies = [
14218 "either",
14219 "futures-io",
14220 "futures-util",
14221 "thiserror 1.0.69",
14222 "tokio",
14223]
14224
14225[[package]]
14226name = "tokio-stream"
14227version = "0.1.17"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14230dependencies = [
14231 "futures-core",
14232 "pin-project-lite",
14233 "tokio",
14234]
14235
14236[[package]]
14237name = "tokio-tungstenite"
14238version = "0.20.1"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14241dependencies = [
14242 "futures-util",
14243 "log",
14244 "rustls 0.21.12",
14245 "rustls-native-certs 0.6.3",
14246 "tokio",
14247 "tokio-rustls 0.24.1",
14248 "tungstenite 0.20.1",
14249]
14250
14251[[package]]
14252name = "tokio-tungstenite"
14253version = "0.21.0"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14256dependencies = [
14257 "futures-util",
14258 "log",
14259 "tokio",
14260 "tungstenite 0.21.0",
14261]
14262
14263[[package]]
14264name = "tokio-util"
14265version = "0.7.13"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14268dependencies = [
14269 "bytes 1.10.1",
14270 "futures-core",
14271 "futures-io",
14272 "futures-sink",
14273 "pin-project-lite",
14274 "tokio",
14275]
14276
14277[[package]]
14278name = "toml"
14279version = "0.5.11"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14282dependencies = [
14283 "serde",
14284]
14285
14286[[package]]
14287name = "toml"
14288version = "0.8.20"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14291dependencies = [
14292 "serde",
14293 "serde_spanned",
14294 "toml_datetime",
14295 "toml_edit",
14296]
14297
14298[[package]]
14299name = "toml_datetime"
14300version = "0.6.8"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14303dependencies = [
14304 "serde",
14305]
14306
14307[[package]]
14308name = "toml_edit"
14309version = "0.22.23"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14312dependencies = [
14313 "indexmap",
14314 "serde",
14315 "serde_spanned",
14316 "toml_datetime",
14317 "winnow 0.7.1",
14318]
14319
14320[[package]]
14321name = "toolchain_selector"
14322version = "0.1.0"
14323dependencies = [
14324 "editor",
14325 "fuzzy",
14326 "gpui",
14327 "language",
14328 "picker",
14329 "project",
14330 "ui",
14331 "util",
14332 "workspace",
14333]
14334
14335[[package]]
14336name = "topological-sort"
14337version = "0.2.2"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14340
14341[[package]]
14342name = "tower"
14343version = "0.4.13"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14346dependencies = [
14347 "futures-core",
14348 "futures-util",
14349 "pin-project",
14350 "pin-project-lite",
14351 "tokio",
14352 "tower-layer",
14353 "tower-service",
14354 "tracing",
14355]
14356
14357[[package]]
14358name = "tower-http"
14359version = "0.3.5"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14362dependencies = [
14363 "bitflags 1.3.2",
14364 "bytes 1.10.1",
14365 "futures-core",
14366 "futures-util",
14367 "http 0.2.12",
14368 "http-body 0.4.6",
14369 "http-range-header",
14370 "pin-project-lite",
14371 "tower-layer",
14372 "tower-service",
14373]
14374
14375[[package]]
14376name = "tower-http"
14377version = "0.4.4"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14380dependencies = [
14381 "bitflags 2.8.0",
14382 "bytes 1.10.1",
14383 "futures-core",
14384 "futures-util",
14385 "http 0.2.12",
14386 "http-body 0.4.6",
14387 "http-range-header",
14388 "pin-project-lite",
14389 "tower-layer",
14390 "tower-service",
14391 "tracing",
14392]
14393
14394[[package]]
14395name = "tower-layer"
14396version = "0.3.3"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14399
14400[[package]]
14401name = "tower-service"
14402version = "0.3.3"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14405
14406[[package]]
14407name = "tracing"
14408version = "0.1.41"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14411dependencies = [
14412 "log",
14413 "pin-project-lite",
14414 "tracing-attributes",
14415 "tracing-core",
14416]
14417
14418[[package]]
14419name = "tracing-attributes"
14420version = "0.1.28"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14423dependencies = [
14424 "proc-macro2",
14425 "quote",
14426 "syn 2.0.100",
14427]
14428
14429[[package]]
14430name = "tracing-core"
14431version = "0.1.33"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14434dependencies = [
14435 "once_cell",
14436 "valuable",
14437]
14438
14439[[package]]
14440name = "tracing-log"
14441version = "0.2.0"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14444dependencies = [
14445 "log",
14446 "once_cell",
14447 "tracing-core",
14448]
14449
14450[[package]]
14451name = "tracing-serde"
14452version = "0.2.0"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14455dependencies = [
14456 "serde",
14457 "tracing-core",
14458]
14459
14460[[package]]
14461name = "tracing-subscriber"
14462version = "0.3.19"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14465dependencies = [
14466 "matchers",
14467 "nu-ansi-term",
14468 "once_cell",
14469 "regex",
14470 "serde",
14471 "serde_json",
14472 "sharded-slab",
14473 "smallvec",
14474 "thread_local",
14475 "tracing",
14476 "tracing-core",
14477 "tracing-log",
14478 "tracing-serde",
14479]
14480
14481[[package]]
14482name = "trait-variant"
14483version = "0.1.2"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14486dependencies = [
14487 "proc-macro2",
14488 "quote",
14489 "syn 2.0.100",
14490]
14491
14492[[package]]
14493name = "tree-sitter"
14494version = "0.25.3"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14497dependencies = [
14498 "cc",
14499 "regex",
14500 "regex-syntax 0.8.5",
14501 "serde_json",
14502 "streaming-iterator",
14503 "tree-sitter-language",
14504 "wasmtime-c-api-impl",
14505]
14506
14507[[package]]
14508name = "tree-sitter-bash"
14509version = "0.23.3"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14512dependencies = [
14513 "cc",
14514 "tree-sitter-language",
14515]
14516
14517[[package]]
14518name = "tree-sitter-c"
14519version = "0.23.4"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14522dependencies = [
14523 "cc",
14524 "tree-sitter-language",
14525]
14526
14527[[package]]
14528name = "tree-sitter-cpp"
14529version = "0.23.4"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14532dependencies = [
14533 "cc",
14534 "tree-sitter-language",
14535]
14536
14537[[package]]
14538name = "tree-sitter-css"
14539version = "0.23.2"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14542dependencies = [
14543 "cc",
14544 "tree-sitter-language",
14545]
14546
14547[[package]]
14548name = "tree-sitter-diff"
14549version = "0.1.0"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14552dependencies = [
14553 "cc",
14554 "tree-sitter-language",
14555]
14556
14557[[package]]
14558name = "tree-sitter-elixir"
14559version = "0.3.4"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14562dependencies = [
14563 "cc",
14564 "tree-sitter-language",
14565]
14566
14567[[package]]
14568name = "tree-sitter-embedded-template"
14569version = "0.23.2"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14572dependencies = [
14573 "cc",
14574 "tree-sitter-language",
14575]
14576
14577[[package]]
14578name = "tree-sitter-gitcommit"
14579version = "0.0.1"
14580source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14581dependencies = [
14582 "cc",
14583 "tree-sitter-language",
14584]
14585
14586[[package]]
14587name = "tree-sitter-go"
14588version = "0.23.4"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14591dependencies = [
14592 "cc",
14593 "tree-sitter-language",
14594]
14595
14596[[package]]
14597name = "tree-sitter-gomod"
14598version = "1.1.1"
14599source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14600dependencies = [
14601 "cc",
14602 "tree-sitter-language",
14603]
14604
14605[[package]]
14606name = "tree-sitter-gowork"
14607version = "0.0.1"
14608source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14609dependencies = [
14610 "cc",
14611 "tree-sitter-language",
14612]
14613
14614[[package]]
14615name = "tree-sitter-heex"
14616version = "0.0.1"
14617source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14618dependencies = [
14619 "cc",
14620 "tree-sitter-language",
14621]
14622
14623[[package]]
14624name = "tree-sitter-html"
14625version = "0.23.2"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14628dependencies = [
14629 "cc",
14630 "tree-sitter-language",
14631]
14632
14633[[package]]
14634name = "tree-sitter-jsdoc"
14635version = "0.23.2"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14638dependencies = [
14639 "cc",
14640 "tree-sitter-language",
14641]
14642
14643[[package]]
14644name = "tree-sitter-json"
14645version = "0.24.8"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14648dependencies = [
14649 "cc",
14650 "tree-sitter-language",
14651]
14652
14653[[package]]
14654name = "tree-sitter-language"
14655version = "0.1.3"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14658
14659[[package]]
14660name = "tree-sitter-md"
14661version = "0.3.2"
14662source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14663dependencies = [
14664 "cc",
14665 "tree-sitter-language",
14666]
14667
14668[[package]]
14669name = "tree-sitter-python"
14670version = "0.23.6"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14673dependencies = [
14674 "cc",
14675 "tree-sitter-language",
14676]
14677
14678[[package]]
14679name = "tree-sitter-regex"
14680version = "0.24.3"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14683dependencies = [
14684 "cc",
14685 "tree-sitter-language",
14686]
14687
14688[[package]]
14689name = "tree-sitter-ruby"
14690version = "0.23.1"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14693dependencies = [
14694 "cc",
14695 "tree-sitter-language",
14696]
14697
14698[[package]]
14699name = "tree-sitter-rust"
14700version = "0.23.2"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14703dependencies = [
14704 "cc",
14705 "tree-sitter-language",
14706]
14707
14708[[package]]
14709name = "tree-sitter-typescript"
14710version = "0.23.2"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14713dependencies = [
14714 "cc",
14715 "tree-sitter-language",
14716]
14717
14718[[package]]
14719name = "tree-sitter-yaml"
14720version = "0.6.1"
14721source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14722dependencies = [
14723 "cc",
14724 "tree-sitter-language",
14725]
14726
14727[[package]]
14728name = "try-lock"
14729version = "0.2.5"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14732
14733[[package]]
14734name = "ttf-parser"
14735version = "0.21.1"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14738
14739[[package]]
14740name = "ttf-parser"
14741version = "0.25.1"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14744dependencies = [
14745 "core_maths",
14746]
14747
14748[[package]]
14749name = "tungstenite"
14750version = "0.20.1"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14753dependencies = [
14754 "byteorder",
14755 "bytes 1.10.1",
14756 "data-encoding",
14757 "http 0.2.12",
14758 "httparse",
14759 "log",
14760 "rand 0.8.5",
14761 "rustls 0.21.12",
14762 "sha1",
14763 "thiserror 1.0.69",
14764 "url",
14765 "utf-8",
14766]
14767
14768[[package]]
14769name = "tungstenite"
14770version = "0.21.0"
14771source = "registry+https://github.com/rust-lang/crates.io-index"
14772checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14773dependencies = [
14774 "byteorder",
14775 "bytes 1.10.1",
14776 "data-encoding",
14777 "http 1.2.0",
14778 "httparse",
14779 "log",
14780 "rand 0.8.5",
14781 "sha1",
14782 "thiserror 1.0.69",
14783 "url",
14784 "utf-8",
14785]
14786
14787[[package]]
14788name = "tungstenite"
14789version = "0.24.0"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14792dependencies = [
14793 "byteorder",
14794 "bytes 1.10.1",
14795 "data-encoding",
14796 "http 1.2.0",
14797 "httparse",
14798 "log",
14799 "rand 0.8.5",
14800 "sha1",
14801 "thiserror 1.0.69",
14802 "utf-8",
14803]
14804
14805[[package]]
14806name = "typeid"
14807version = "1.0.2"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14810
14811[[package]]
14812name = "typenum"
14813version = "1.17.0"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14816
14817[[package]]
14818name = "ucd-trie"
14819version = "0.1.7"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14822
14823[[package]]
14824name = "uds_windows"
14825version = "1.1.0"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14828dependencies = [
14829 "memoffset",
14830 "tempfile",
14831 "winapi",
14832]
14833
14834[[package]]
14835name = "ui"
14836version = "0.1.0"
14837dependencies = [
14838 "chrono",
14839 "component",
14840 "gpui",
14841 "itertools 0.14.0",
14842 "linkme",
14843 "menu",
14844 "serde",
14845 "settings",
14846 "smallvec",
14847 "story",
14848 "strum",
14849 "theme",
14850 "ui_macros",
14851 "util",
14852 "windows 0.60.0",
14853]
14854
14855[[package]]
14856name = "ui_input"
14857version = "0.1.0"
14858dependencies = [
14859 "editor",
14860 "gpui",
14861 "settings",
14862 "theme",
14863 "ui",
14864]
14865
14866[[package]]
14867name = "ui_macros"
14868version = "0.1.0"
14869dependencies = [
14870 "convert_case 0.8.0",
14871 "linkme",
14872 "proc-macro2",
14873 "quote",
14874 "syn 1.0.109",
14875]
14876
14877[[package]]
14878name = "unicase"
14879version = "2.8.1"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14882
14883[[package]]
14884name = "unicode-bidi"
14885version = "0.3.17"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14888
14889[[package]]
14890name = "unicode-bidi-mirroring"
14891version = "0.2.0"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14894
14895[[package]]
14896name = "unicode-bidi-mirroring"
14897version = "0.4.0"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14900
14901[[package]]
14902name = "unicode-ccc"
14903version = "0.2.0"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14906
14907[[package]]
14908name = "unicode-ccc"
14909version = "0.4.0"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14912
14913[[package]]
14914name = "unicode-ident"
14915version = "1.0.14"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14918
14919[[package]]
14920name = "unicode-linebreak"
14921version = "0.1.5"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14924
14925[[package]]
14926name = "unicode-normalization"
14927version = "0.1.24"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14930dependencies = [
14931 "tinyvec",
14932]
14933
14934[[package]]
14935name = "unicode-properties"
14936version = "0.1.3"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14939
14940[[package]]
14941name = "unicode-script"
14942version = "0.5.7"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14945
14946[[package]]
14947name = "unicode-segmentation"
14948version = "1.12.0"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14951
14952[[package]]
14953name = "unicode-vo"
14954version = "0.1.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14957
14958[[package]]
14959name = "unicode-width"
14960version = "0.1.14"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14963
14964[[package]]
14965name = "unicode-xid"
14966version = "0.2.6"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14969
14970[[package]]
14971name = "unicode_categories"
14972version = "0.1.1"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14975
14976[[package]]
14977name = "unindent"
14978version = "0.2.3"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14981
14982[[package]]
14983name = "untrusted"
14984version = "0.9.0"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14987
14988[[package]]
14989name = "url"
14990version = "2.5.4"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14993dependencies = [
14994 "form_urlencoded",
14995 "idna",
14996 "percent-encoding",
14997 "serde",
14998]
14999
15000[[package]]
15001name = "urlencoding"
15002version = "2.1.3"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15005
15006[[package]]
15007name = "usvg"
15008version = "0.45.0"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15011dependencies = [
15012 "base64 0.22.1",
15013 "data-url",
15014 "flate2",
15015 "fontdb 0.23.0",
15016 "imagesize",
15017 "kurbo",
15018 "log",
15019 "pico-args",
15020 "roxmltree",
15021 "rustybuzz 0.20.1",
15022 "simplecss",
15023 "siphasher 1.0.1",
15024 "strict-num",
15025 "svgtypes",
15026 "tiny-skia-path",
15027 "unicode-bidi",
15028 "unicode-script",
15029 "unicode-vo",
15030 "xmlwriter",
15031]
15032
15033[[package]]
15034name = "utf-8"
15035version = "0.7.6"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15038
15039[[package]]
15040name = "utf16_iter"
15041version = "1.0.5"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15044
15045[[package]]
15046name = "utf8_iter"
15047version = "1.0.4"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15050
15051[[package]]
15052name = "utf8parse"
15053version = "0.2.2"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15056
15057[[package]]
15058name = "util"
15059version = "0.1.0"
15060dependencies = [
15061 "anyhow",
15062 "async-fs",
15063 "collections",
15064 "dirs 4.0.0",
15065 "dunce",
15066 "futures 0.3.31",
15067 "futures-lite 1.13.0",
15068 "git2",
15069 "globset",
15070 "itertools 0.14.0",
15071 "libc",
15072 "log",
15073 "rand 0.8.5",
15074 "regex",
15075 "rust-embed",
15076 "serde",
15077 "serde_json",
15078 "smol",
15079 "take-until",
15080 "tempfile",
15081 "tendril",
15082 "unicase",
15083 "util_macros",
15084]
15085
15086[[package]]
15087name = "util_macros"
15088version = "0.1.0"
15089dependencies = [
15090 "quote",
15091 "syn 1.0.109",
15092]
15093
15094[[package]]
15095name = "uuid"
15096version = "1.13.2"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15099dependencies = [
15100 "getrandom 0.3.1",
15101 "serde",
15102 "sha1_smol",
15103]
15104
15105[[package]]
15106name = "v_frame"
15107version = "0.3.8"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15110dependencies = [
15111 "aligned-vec",
15112 "num-traits",
15113 "wasm-bindgen",
15114]
15115
15116[[package]]
15117name = "valuable"
15118version = "0.1.0"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15121
15122[[package]]
15123name = "value-bag"
15124version = "1.10.0"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15127dependencies = [
15128 "value-bag-serde1",
15129 "value-bag-sval2",
15130]
15131
15132[[package]]
15133name = "value-bag-serde1"
15134version = "1.10.0"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15137dependencies = [
15138 "erased-serde",
15139 "serde",
15140 "serde_fmt",
15141]
15142
15143[[package]]
15144name = "value-bag-sval2"
15145version = "1.10.0"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15148dependencies = [
15149 "sval",
15150 "sval_buffer",
15151 "sval_dynamic",
15152 "sval_fmt",
15153 "sval_json",
15154 "sval_ref",
15155 "sval_serde",
15156]
15157
15158[[package]]
15159name = "vcpkg"
15160version = "0.2.15"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15163
15164[[package]]
15165name = "version-compare"
15166version = "0.2.0"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15169
15170[[package]]
15171name = "version_check"
15172version = "0.9.5"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15175
15176[[package]]
15177name = "vim"
15178version = "0.1.0"
15179dependencies = [
15180 "anyhow",
15181 "assets",
15182 "async-compat",
15183 "async-trait",
15184 "collections",
15185 "command_palette",
15186 "command_palette_hooks",
15187 "editor",
15188 "futures 0.3.31",
15189 "git_ui",
15190 "gpui",
15191 "indoc",
15192 "itertools 0.14.0",
15193 "language",
15194 "libc",
15195 "log",
15196 "lsp",
15197 "multi_buffer",
15198 "nvim-rs",
15199 "parking_lot",
15200 "picker",
15201 "project",
15202 "project_panel",
15203 "regex",
15204 "release_channel",
15205 "schemars",
15206 "search",
15207 "serde",
15208 "serde_derive",
15209 "serde_json",
15210 "settings",
15211 "task",
15212 "theme",
15213 "tokio",
15214 "ui",
15215 "util",
15216 "vim_mode_setting",
15217 "workspace",
15218 "zed_actions",
15219]
15220
15221[[package]]
15222name = "vim_mode_setting"
15223version = "0.1.0"
15224dependencies = [
15225 "anyhow",
15226 "gpui",
15227 "settings",
15228]
15229
15230[[package]]
15231name = "vscode_theme"
15232version = "0.2.0"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15235dependencies = [
15236 "serde",
15237]
15238
15239[[package]]
15240name = "vsimd"
15241version = "0.8.0"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15244
15245[[package]]
15246name = "vswhom"
15247version = "0.1.0"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15250dependencies = [
15251 "libc",
15252 "vswhom-sys",
15253]
15254
15255[[package]]
15256name = "vswhom-sys"
15257version = "0.1.2"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15260dependencies = [
15261 "cc",
15262 "libc",
15263]
15264
15265[[package]]
15266name = "vte"
15267version = "0.15.0"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15270dependencies = [
15271 "arrayvec",
15272 "bitflags 2.8.0",
15273 "cursor-icon",
15274 "log",
15275 "memchr",
15276 "serde",
15277]
15278
15279[[package]]
15280name = "waker-fn"
15281version = "1.2.0"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15284
15285[[package]]
15286name = "walkdir"
15287version = "2.5.0"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15290dependencies = [
15291 "same-file",
15292 "winapi-util",
15293]
15294
15295[[package]]
15296name = "want"
15297version = "0.3.1"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15300dependencies = [
15301 "try-lock",
15302]
15303
15304[[package]]
15305name = "warp"
15306version = "0.3.7"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15309dependencies = [
15310 "bytes 1.10.1",
15311 "futures-channel",
15312 "futures-util",
15313 "headers",
15314 "http 0.2.12",
15315 "hyper 0.14.32",
15316 "log",
15317 "mime",
15318 "mime_guess",
15319 "percent-encoding",
15320 "pin-project",
15321 "scoped-tls",
15322 "serde",
15323 "serde_json",
15324 "serde_urlencoded",
15325 "tokio",
15326 "tokio-tungstenite 0.21.0",
15327 "tokio-util",
15328 "tower-service",
15329 "tracing",
15330]
15331
15332[[package]]
15333name = "wasi"
15334version = "0.9.0+wasi-snapshot-preview1"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15337
15338[[package]]
15339name = "wasi"
15340version = "0.11.0+wasi-snapshot-preview1"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15343
15344[[package]]
15345name = "wasi"
15346version = "0.13.3+wasi-0.2.2"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15349dependencies = [
15350 "wit-bindgen-rt 0.33.0",
15351]
15352
15353[[package]]
15354name = "wasite"
15355version = "0.1.0"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15358
15359[[package]]
15360name = "wasm-bindgen"
15361version = "0.2.99"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15364dependencies = [
15365 "cfg-if",
15366 "once_cell",
15367 "wasm-bindgen-macro",
15368]
15369
15370[[package]]
15371name = "wasm-bindgen-backend"
15372version = "0.2.99"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15375dependencies = [
15376 "bumpalo",
15377 "log",
15378 "proc-macro2",
15379 "quote",
15380 "syn 2.0.100",
15381 "wasm-bindgen-shared",
15382]
15383
15384[[package]]
15385name = "wasm-bindgen-futures"
15386version = "0.4.49"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15389dependencies = [
15390 "cfg-if",
15391 "js-sys",
15392 "once_cell",
15393 "wasm-bindgen",
15394 "web-sys",
15395]
15396
15397[[package]]
15398name = "wasm-bindgen-macro"
15399version = "0.2.99"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15402dependencies = [
15403 "quote",
15404 "wasm-bindgen-macro-support",
15405]
15406
15407[[package]]
15408name = "wasm-bindgen-macro-support"
15409version = "0.2.99"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15412dependencies = [
15413 "proc-macro2",
15414 "quote",
15415 "syn 2.0.100",
15416 "wasm-bindgen-backend",
15417 "wasm-bindgen-shared",
15418]
15419
15420[[package]]
15421name = "wasm-bindgen-shared"
15422version = "0.2.99"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15425
15426[[package]]
15427name = "wasm-encoder"
15428version = "0.201.0"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15431dependencies = [
15432 "leb128",
15433]
15434
15435[[package]]
15436name = "wasm-encoder"
15437version = "0.221.3"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15440dependencies = [
15441 "leb128",
15442 "wasmparser 0.221.3",
15443]
15444
15445[[package]]
15446name = "wasm-metadata"
15447version = "0.201.0"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15450dependencies = [
15451 "anyhow",
15452 "indexmap",
15453 "serde",
15454 "serde_derive",
15455 "serde_json",
15456 "spdx",
15457 "wasm-encoder 0.201.0",
15458 "wasmparser 0.201.0",
15459]
15460
15461[[package]]
15462name = "wasm-metadata"
15463version = "0.221.3"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15466dependencies = [
15467 "anyhow",
15468 "indexmap",
15469 "serde",
15470 "serde_derive",
15471 "serde_json",
15472 "spdx",
15473 "wasm-encoder 0.221.3",
15474 "wasmparser 0.221.3",
15475]
15476
15477[[package]]
15478name = "wasm-streams"
15479version = "0.4.2"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15482dependencies = [
15483 "futures-util",
15484 "js-sys",
15485 "wasm-bindgen",
15486 "wasm-bindgen-futures",
15487 "web-sys",
15488]
15489
15490[[package]]
15491name = "wasmparser"
15492version = "0.201.0"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15495dependencies = [
15496 "bitflags 2.8.0",
15497 "indexmap",
15498 "semver",
15499]
15500
15501[[package]]
15502name = "wasmparser"
15503version = "0.221.3"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15506dependencies = [
15507 "bitflags 2.8.0",
15508 "hashbrown 0.15.2",
15509 "indexmap",
15510 "semver",
15511 "serde",
15512]
15513
15514[[package]]
15515name = "wasmprinter"
15516version = "0.221.3"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15519dependencies = [
15520 "anyhow",
15521 "termcolor",
15522 "wasmparser 0.221.3",
15523]
15524
15525[[package]]
15526name = "wasmtime"
15527version = "29.0.1"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15530dependencies = [
15531 "anyhow",
15532 "async-trait",
15533 "bitflags 2.8.0",
15534 "bumpalo",
15535 "cc",
15536 "cfg-if",
15537 "encoding_rs",
15538 "hashbrown 0.14.5",
15539 "indexmap",
15540 "libc",
15541 "log",
15542 "mach2",
15543 "memfd",
15544 "object",
15545 "once_cell",
15546 "paste",
15547 "postcard",
15548 "psm",
15549 "pulley-interpreter",
15550 "rustix",
15551 "semver",
15552 "serde",
15553 "serde_derive",
15554 "smallvec",
15555 "sptr",
15556 "target-lexicon 0.13.2",
15557 "trait-variant",
15558 "wasmparser 0.221.3",
15559 "wasmtime-asm-macros",
15560 "wasmtime-component-macro",
15561 "wasmtime-component-util",
15562 "wasmtime-cranelift",
15563 "wasmtime-environ",
15564 "wasmtime-fiber",
15565 "wasmtime-jit-icache-coherence",
15566 "wasmtime-math",
15567 "wasmtime-slab",
15568 "wasmtime-versioned-export-macros",
15569 "wasmtime-winch",
15570 "windows-sys 0.59.0",
15571]
15572
15573[[package]]
15574name = "wasmtime-asm-macros"
15575version = "29.0.1"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15578dependencies = [
15579 "cfg-if",
15580]
15581
15582[[package]]
15583name = "wasmtime-c-api-impl"
15584version = "29.0.1"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15587dependencies = [
15588 "anyhow",
15589 "log",
15590 "tracing",
15591 "wasmtime",
15592 "wasmtime-c-api-macros",
15593]
15594
15595[[package]]
15596name = "wasmtime-c-api-macros"
15597version = "29.0.1"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15600dependencies = [
15601 "proc-macro2",
15602 "quote",
15603]
15604
15605[[package]]
15606name = "wasmtime-component-macro"
15607version = "29.0.1"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15610dependencies = [
15611 "anyhow",
15612 "proc-macro2",
15613 "quote",
15614 "syn 2.0.100",
15615 "wasmtime-component-util",
15616 "wasmtime-wit-bindgen",
15617 "wit-parser 0.221.3",
15618]
15619
15620[[package]]
15621name = "wasmtime-component-util"
15622version = "29.0.1"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15625
15626[[package]]
15627name = "wasmtime-cranelift"
15628version = "29.0.1"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15631dependencies = [
15632 "anyhow",
15633 "cfg-if",
15634 "cranelift-codegen",
15635 "cranelift-control",
15636 "cranelift-entity",
15637 "cranelift-frontend",
15638 "cranelift-native",
15639 "gimli",
15640 "itertools 0.12.1",
15641 "log",
15642 "object",
15643 "smallvec",
15644 "target-lexicon 0.13.2",
15645 "thiserror 1.0.69",
15646 "wasmparser 0.221.3",
15647 "wasmtime-environ",
15648 "wasmtime-versioned-export-macros",
15649]
15650
15651[[package]]
15652name = "wasmtime-environ"
15653version = "29.0.1"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15656dependencies = [
15657 "anyhow",
15658 "cpp_demangle",
15659 "cranelift-bitset",
15660 "cranelift-entity",
15661 "gimli",
15662 "indexmap",
15663 "log",
15664 "object",
15665 "postcard",
15666 "rustc-demangle",
15667 "semver",
15668 "serde",
15669 "serde_derive",
15670 "smallvec",
15671 "target-lexicon 0.13.2",
15672 "wasm-encoder 0.221.3",
15673 "wasmparser 0.221.3",
15674 "wasmprinter",
15675 "wasmtime-component-util",
15676]
15677
15678[[package]]
15679name = "wasmtime-fiber"
15680version = "29.0.1"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15683dependencies = [
15684 "anyhow",
15685 "cc",
15686 "cfg-if",
15687 "rustix",
15688 "wasmtime-asm-macros",
15689 "wasmtime-versioned-export-macros",
15690 "windows-sys 0.59.0",
15691]
15692
15693[[package]]
15694name = "wasmtime-jit-icache-coherence"
15695version = "29.0.1"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15698dependencies = [
15699 "anyhow",
15700 "cfg-if",
15701 "libc",
15702 "windows-sys 0.59.0",
15703]
15704
15705[[package]]
15706name = "wasmtime-math"
15707version = "29.0.1"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15710dependencies = [
15711 "libm",
15712]
15713
15714[[package]]
15715name = "wasmtime-slab"
15716version = "29.0.1"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15719
15720[[package]]
15721name = "wasmtime-versioned-export-macros"
15722version = "29.0.1"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15725dependencies = [
15726 "proc-macro2",
15727 "quote",
15728 "syn 2.0.100",
15729]
15730
15731[[package]]
15732name = "wasmtime-wasi"
15733version = "29.0.1"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15736dependencies = [
15737 "anyhow",
15738 "async-trait",
15739 "bitflags 2.8.0",
15740 "bytes 1.10.1",
15741 "cap-fs-ext",
15742 "cap-net-ext",
15743 "cap-rand",
15744 "cap-std",
15745 "cap-time-ext",
15746 "fs-set-times",
15747 "futures 0.3.31",
15748 "io-extras",
15749 "io-lifetimes",
15750 "rustix",
15751 "system-interface",
15752 "thiserror 1.0.69",
15753 "tokio",
15754 "tracing",
15755 "trait-variant",
15756 "url",
15757 "wasmtime",
15758 "wiggle",
15759 "windows-sys 0.59.0",
15760]
15761
15762[[package]]
15763name = "wasmtime-winch"
15764version = "29.0.1"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15767dependencies = [
15768 "anyhow",
15769 "cranelift-codegen",
15770 "gimli",
15771 "object",
15772 "target-lexicon 0.13.2",
15773 "wasmparser 0.221.3",
15774 "wasmtime-cranelift",
15775 "wasmtime-environ",
15776 "winch-codegen",
15777]
15778
15779[[package]]
15780name = "wasmtime-wit-bindgen"
15781version = "29.0.1"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15784dependencies = [
15785 "anyhow",
15786 "heck 0.5.0",
15787 "indexmap",
15788 "wit-parser 0.221.3",
15789]
15790
15791[[package]]
15792name = "wast"
15793version = "35.0.2"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15796dependencies = [
15797 "leb128",
15798]
15799
15800[[package]]
15801name = "wayland-backend"
15802version = "0.3.8"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15805dependencies = [
15806 "cc",
15807 "downcast-rs",
15808 "rustix",
15809 "scoped-tls",
15810 "smallvec",
15811 "wayland-sys",
15812]
15813
15814[[package]]
15815name = "wayland-client"
15816version = "0.31.8"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15819dependencies = [
15820 "bitflags 2.8.0",
15821 "rustix",
15822 "wayland-backend",
15823 "wayland-scanner",
15824]
15825
15826[[package]]
15827name = "wayland-cursor"
15828version = "0.31.8"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15831dependencies = [
15832 "rustix",
15833 "wayland-client",
15834 "xcursor",
15835]
15836
15837[[package]]
15838name = "wayland-protocols"
15839version = "0.31.2"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15842dependencies = [
15843 "bitflags 2.8.0",
15844 "wayland-backend",
15845 "wayland-client",
15846 "wayland-scanner",
15847]
15848
15849[[package]]
15850name = "wayland-protocols-plasma"
15851version = "0.2.0"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15854dependencies = [
15855 "bitflags 2.8.0",
15856 "wayland-backend",
15857 "wayland-client",
15858 "wayland-protocols",
15859 "wayland-scanner",
15860]
15861
15862[[package]]
15863name = "wayland-scanner"
15864version = "0.31.6"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15867dependencies = [
15868 "proc-macro2",
15869 "quick-xml 0.37.2",
15870 "quote",
15871]
15872
15873[[package]]
15874name = "wayland-sys"
15875version = "0.31.6"
15876source = "registry+https://github.com/rust-lang/crates.io-index"
15877checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15878dependencies = [
15879 "dlib",
15880 "log",
15881 "once_cell",
15882 "pkg-config",
15883]
15884
15885[[package]]
15886name = "web-sys"
15887version = "0.3.76"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15890dependencies = [
15891 "js-sys",
15892 "wasm-bindgen",
15893]
15894
15895[[package]]
15896name = "web-time"
15897version = "1.1.0"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15900dependencies = [
15901 "js-sys",
15902 "wasm-bindgen",
15903]
15904
15905[[package]]
15906name = "webpki-root-certs"
15907version = "0.26.8"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15910dependencies = [
15911 "rustls-pki-types",
15912]
15913
15914[[package]]
15915name = "webpki-roots"
15916version = "0.26.7"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15919dependencies = [
15920 "rustls-pki-types",
15921]
15922
15923[[package]]
15924name = "webrtc-sys"
15925version = "0.3.5"
15926source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15927dependencies = [
15928 "cc",
15929 "cxx",
15930 "cxx-build",
15931 "glob",
15932 "log",
15933 "webrtc-sys-build",
15934]
15935
15936[[package]]
15937name = "webrtc-sys-build"
15938version = "0.3.5"
15939source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15940dependencies = [
15941 "fs2",
15942 "regex",
15943 "reqwest 0.11.27",
15944 "scratch",
15945 "semver",
15946 "zip",
15947]
15948
15949[[package]]
15950name = "weezl"
15951version = "0.1.8"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15954
15955[[package]]
15956name = "welcome"
15957version = "0.1.0"
15958dependencies = [
15959 "anyhow",
15960 "client",
15961 "db",
15962 "editor",
15963 "fuzzy",
15964 "gpui",
15965 "install_cli",
15966 "language",
15967 "picker",
15968 "project",
15969 "schemars",
15970 "serde",
15971 "settings",
15972 "telemetry",
15973 "ui",
15974 "util",
15975 "vim_mode_setting",
15976 "workspace",
15977 "zed_actions",
15978]
15979
15980[[package]]
15981name = "which"
15982version = "4.4.2"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15985dependencies = [
15986 "either",
15987 "home",
15988 "once_cell",
15989 "rustix",
15990]
15991
15992[[package]]
15993name = "which"
15994version = "6.0.3"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15997dependencies = [
15998 "either",
15999 "home",
16000 "rustix",
16001 "winsafe",
16002]
16003
16004[[package]]
16005name = "which"
16006version = "7.0.2"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16009dependencies = [
16010 "either",
16011 "env_home",
16012 "rustix",
16013 "winsafe",
16014]
16015
16016[[package]]
16017name = "whoami"
16018version = "1.5.2"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16021dependencies = [
16022 "redox_syscall 0.5.8",
16023 "wasite",
16024]
16025
16026[[package]]
16027name = "wiggle"
16028version = "29.0.1"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16031dependencies = [
16032 "anyhow",
16033 "async-trait",
16034 "bitflags 2.8.0",
16035 "thiserror 1.0.69",
16036 "tracing",
16037 "wasmtime",
16038 "wiggle-macro",
16039]
16040
16041[[package]]
16042name = "wiggle-generate"
16043version = "29.0.1"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16046dependencies = [
16047 "anyhow",
16048 "heck 0.5.0",
16049 "proc-macro2",
16050 "quote",
16051 "shellexpand 2.1.2",
16052 "syn 2.0.100",
16053 "witx",
16054]
16055
16056[[package]]
16057name = "wiggle-macro"
16058version = "29.0.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16061dependencies = [
16062 "proc-macro2",
16063 "quote",
16064 "syn 2.0.100",
16065 "wiggle-generate",
16066]
16067
16068[[package]]
16069name = "winapi"
16070version = "0.3.9"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16073dependencies = [
16074 "winapi-i686-pc-windows-gnu",
16075 "winapi-x86_64-pc-windows-gnu",
16076]
16077
16078[[package]]
16079name = "winapi-i686-pc-windows-gnu"
16080version = "0.4.0"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16083
16084[[package]]
16085name = "winapi-util"
16086version = "0.1.9"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16089dependencies = [
16090 "windows-sys 0.59.0",
16091]
16092
16093[[package]]
16094name = "winapi-x86_64-pc-windows-gnu"
16095version = "0.4.0"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16098
16099[[package]]
16100name = "winch-codegen"
16101version = "29.0.1"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16104dependencies = [
16105 "anyhow",
16106 "cranelift-codegen",
16107 "gimli",
16108 "regalloc2",
16109 "smallvec",
16110 "target-lexicon 0.13.2",
16111 "thiserror 1.0.69",
16112 "wasmparser 0.221.3",
16113 "wasmtime-cranelift",
16114 "wasmtime-environ",
16115]
16116
16117[[package]]
16118name = "windows"
16119version = "0.54.0"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16122dependencies = [
16123 "windows-core 0.54.0",
16124 "windows-targets 0.52.6",
16125]
16126
16127[[package]]
16128name = "windows"
16129version = "0.57.0"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16132dependencies = [
16133 "windows-core 0.57.0",
16134 "windows-targets 0.52.6",
16135]
16136
16137[[package]]
16138name = "windows"
16139version = "0.58.0"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16142dependencies = [
16143 "windows-core 0.58.0",
16144 "windows-targets 0.52.6",
16145]
16146
16147[[package]]
16148name = "windows"
16149version = "0.60.0"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16152dependencies = [
16153 "windows-collections",
16154 "windows-core 0.60.1",
16155 "windows-future",
16156 "windows-link",
16157 "windows-numerics",
16158]
16159
16160[[package]]
16161name = "windows-collections"
16162version = "0.1.1"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16165dependencies = [
16166 "windows-core 0.60.1",
16167]
16168
16169[[package]]
16170name = "windows-core"
16171version = "0.52.0"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16174dependencies = [
16175 "windows-targets 0.52.6",
16176]
16177
16178[[package]]
16179name = "windows-core"
16180version = "0.54.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16183dependencies = [
16184 "windows-result 0.1.2",
16185 "windows-targets 0.52.6",
16186]
16187
16188[[package]]
16189name = "windows-core"
16190version = "0.57.0"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16193dependencies = [
16194 "windows-implement 0.57.0",
16195 "windows-interface 0.57.0",
16196 "windows-result 0.1.2",
16197 "windows-targets 0.52.6",
16198]
16199
16200[[package]]
16201name = "windows-core"
16202version = "0.58.0"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16205dependencies = [
16206 "windows-implement 0.58.0",
16207 "windows-interface 0.58.0",
16208 "windows-result 0.2.0",
16209 "windows-strings 0.1.0",
16210 "windows-targets 0.52.6",
16211]
16212
16213[[package]]
16214name = "windows-core"
16215version = "0.60.1"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16218dependencies = [
16219 "windows-implement 0.59.0",
16220 "windows-interface 0.59.0",
16221 "windows-link",
16222 "windows-result 0.3.1",
16223 "windows-strings 0.3.1",
16224]
16225
16226[[package]]
16227name = "windows-future"
16228version = "0.1.1"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16231dependencies = [
16232 "windows-core 0.60.1",
16233 "windows-link",
16234]
16235
16236[[package]]
16237name = "windows-implement"
16238version = "0.57.0"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16241dependencies = [
16242 "proc-macro2",
16243 "quote",
16244 "syn 2.0.100",
16245]
16246
16247[[package]]
16248name = "windows-implement"
16249version = "0.58.0"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16252dependencies = [
16253 "proc-macro2",
16254 "quote",
16255 "syn 2.0.100",
16256]
16257
16258[[package]]
16259name = "windows-implement"
16260version = "0.59.0"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16263dependencies = [
16264 "proc-macro2",
16265 "quote",
16266 "syn 2.0.100",
16267]
16268
16269[[package]]
16270name = "windows-interface"
16271version = "0.57.0"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16274dependencies = [
16275 "proc-macro2",
16276 "quote",
16277 "syn 2.0.100",
16278]
16279
16280[[package]]
16281name = "windows-interface"
16282version = "0.58.0"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16285dependencies = [
16286 "proc-macro2",
16287 "quote",
16288 "syn 2.0.100",
16289]
16290
16291[[package]]
16292name = "windows-interface"
16293version = "0.59.0"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16296dependencies = [
16297 "proc-macro2",
16298 "quote",
16299 "syn 2.0.100",
16300]
16301
16302[[package]]
16303name = "windows-link"
16304version = "0.1.0"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16307
16308[[package]]
16309name = "windows-numerics"
16310version = "0.1.1"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16313dependencies = [
16314 "windows-core 0.60.1",
16315 "windows-link",
16316]
16317
16318[[package]]
16319name = "windows-registry"
16320version = "0.2.0"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16323dependencies = [
16324 "windows-result 0.2.0",
16325 "windows-strings 0.1.0",
16326 "windows-targets 0.52.6",
16327]
16328
16329[[package]]
16330name = "windows-result"
16331version = "0.1.2"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16334dependencies = [
16335 "windows-targets 0.52.6",
16336]
16337
16338[[package]]
16339name = "windows-result"
16340version = "0.2.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16343dependencies = [
16344 "windows-targets 0.52.6",
16345]
16346
16347[[package]]
16348name = "windows-result"
16349version = "0.3.1"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16352dependencies = [
16353 "windows-link",
16354]
16355
16356[[package]]
16357name = "windows-strings"
16358version = "0.1.0"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16361dependencies = [
16362 "windows-result 0.2.0",
16363 "windows-targets 0.52.6",
16364]
16365
16366[[package]]
16367name = "windows-strings"
16368version = "0.3.1"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16371dependencies = [
16372 "windows-link",
16373]
16374
16375[[package]]
16376name = "windows-sys"
16377version = "0.45.0"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16380dependencies = [
16381 "windows-targets 0.42.2",
16382]
16383
16384[[package]]
16385name = "windows-sys"
16386version = "0.48.0"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16389dependencies = [
16390 "windows-targets 0.48.5",
16391]
16392
16393[[package]]
16394name = "windows-sys"
16395version = "0.52.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16398dependencies = [
16399 "windows-targets 0.52.6",
16400]
16401
16402[[package]]
16403name = "windows-sys"
16404version = "0.59.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16407dependencies = [
16408 "windows-targets 0.52.6",
16409]
16410
16411[[package]]
16412name = "windows-targets"
16413version = "0.42.2"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16416dependencies = [
16417 "windows_aarch64_gnullvm 0.42.2",
16418 "windows_aarch64_msvc 0.42.2",
16419 "windows_i686_gnu 0.42.2",
16420 "windows_i686_msvc 0.42.2",
16421 "windows_x86_64_gnu 0.42.2",
16422 "windows_x86_64_gnullvm 0.42.2",
16423 "windows_x86_64_msvc 0.42.2",
16424]
16425
16426[[package]]
16427name = "windows-targets"
16428version = "0.48.5"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16431dependencies = [
16432 "windows_aarch64_gnullvm 0.48.5",
16433 "windows_aarch64_msvc 0.48.5",
16434 "windows_i686_gnu 0.48.5",
16435 "windows_i686_msvc 0.48.5",
16436 "windows_x86_64_gnu 0.48.5",
16437 "windows_x86_64_gnullvm 0.48.5",
16438 "windows_x86_64_msvc 0.48.5",
16439]
16440
16441[[package]]
16442name = "windows-targets"
16443version = "0.52.6"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16446dependencies = [
16447 "windows_aarch64_gnullvm 0.52.6",
16448 "windows_aarch64_msvc 0.52.6",
16449 "windows_i686_gnu 0.52.6",
16450 "windows_i686_gnullvm",
16451 "windows_i686_msvc 0.52.6",
16452 "windows_x86_64_gnu 0.52.6",
16453 "windows_x86_64_gnullvm 0.52.6",
16454 "windows_x86_64_msvc 0.52.6",
16455]
16456
16457[[package]]
16458name = "windows_aarch64_gnullvm"
16459version = "0.42.2"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16462
16463[[package]]
16464name = "windows_aarch64_gnullvm"
16465version = "0.48.5"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16468
16469[[package]]
16470name = "windows_aarch64_gnullvm"
16471version = "0.52.6"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16474
16475[[package]]
16476name = "windows_aarch64_msvc"
16477version = "0.42.2"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16480
16481[[package]]
16482name = "windows_aarch64_msvc"
16483version = "0.48.5"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16486
16487[[package]]
16488name = "windows_aarch64_msvc"
16489version = "0.52.6"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16492
16493[[package]]
16494name = "windows_i686_gnu"
16495version = "0.42.2"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16498
16499[[package]]
16500name = "windows_i686_gnu"
16501version = "0.48.5"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16504
16505[[package]]
16506name = "windows_i686_gnu"
16507version = "0.52.6"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16510
16511[[package]]
16512name = "windows_i686_gnullvm"
16513version = "0.52.6"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16516
16517[[package]]
16518name = "windows_i686_msvc"
16519version = "0.42.2"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16522
16523[[package]]
16524name = "windows_i686_msvc"
16525version = "0.48.5"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16528
16529[[package]]
16530name = "windows_i686_msvc"
16531version = "0.52.6"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16534
16535[[package]]
16536name = "windows_x86_64_gnu"
16537version = "0.42.2"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16540
16541[[package]]
16542name = "windows_x86_64_gnu"
16543version = "0.48.5"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16546
16547[[package]]
16548name = "windows_x86_64_gnu"
16549version = "0.52.6"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16552
16553[[package]]
16554name = "windows_x86_64_gnullvm"
16555version = "0.42.2"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16558
16559[[package]]
16560name = "windows_x86_64_gnullvm"
16561version = "0.48.5"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16564
16565[[package]]
16566name = "windows_x86_64_gnullvm"
16567version = "0.52.6"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16570
16571[[package]]
16572name = "windows_x86_64_msvc"
16573version = "0.42.2"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16576
16577[[package]]
16578name = "windows_x86_64_msvc"
16579version = "0.48.5"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16582
16583[[package]]
16584name = "windows_x86_64_msvc"
16585version = "0.52.6"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16588
16589[[package]]
16590name = "winnow"
16591version = "0.6.20"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16594dependencies = [
16595 "memchr",
16596]
16597
16598[[package]]
16599name = "winnow"
16600version = "0.7.1"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16603dependencies = [
16604 "memchr",
16605]
16606
16607[[package]]
16608name = "winreg"
16609version = "0.50.0"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16612dependencies = [
16613 "cfg-if",
16614 "windows-sys 0.48.0",
16615]
16616
16617[[package]]
16618name = "winreg"
16619version = "0.52.0"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16622dependencies = [
16623 "cfg-if",
16624 "windows-sys 0.48.0",
16625]
16626
16627[[package]]
16628name = "winresource"
16629version = "0.1.19"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16632dependencies = [
16633 "toml 0.8.20",
16634 "version_check",
16635]
16636
16637[[package]]
16638name = "winsafe"
16639version = "0.0.19"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16642
16643[[package]]
16644name = "winx"
16645version = "0.36.4"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16648dependencies = [
16649 "bitflags 2.8.0",
16650 "windows-sys 0.59.0",
16651]
16652
16653[[package]]
16654name = "wio"
16655version = "0.2.2"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16658dependencies = [
16659 "winapi",
16660]
16661
16662[[package]]
16663name = "wit-bindgen"
16664version = "0.22.0"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16667dependencies = [
16668 "bitflags 2.8.0",
16669 "wit-bindgen-rt 0.22.0",
16670 "wit-bindgen-rust-macro",
16671]
16672
16673[[package]]
16674name = "wit-bindgen-core"
16675version = "0.22.0"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16678dependencies = [
16679 "anyhow",
16680 "wit-parser 0.201.0",
16681]
16682
16683[[package]]
16684name = "wit-bindgen-rt"
16685version = "0.22.0"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16688
16689[[package]]
16690name = "wit-bindgen-rt"
16691version = "0.33.0"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16694dependencies = [
16695 "bitflags 2.8.0",
16696]
16697
16698[[package]]
16699name = "wit-bindgen-rust"
16700version = "0.22.0"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16703dependencies = [
16704 "anyhow",
16705 "heck 0.4.1",
16706 "indexmap",
16707 "wasm-metadata 0.201.0",
16708 "wit-bindgen-core",
16709 "wit-component 0.201.0",
16710]
16711
16712[[package]]
16713name = "wit-bindgen-rust-macro"
16714version = "0.22.0"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16717dependencies = [
16718 "anyhow",
16719 "proc-macro2",
16720 "quote",
16721 "syn 2.0.100",
16722 "wit-bindgen-core",
16723 "wit-bindgen-rust",
16724]
16725
16726[[package]]
16727name = "wit-component"
16728version = "0.201.0"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16731dependencies = [
16732 "anyhow",
16733 "bitflags 2.8.0",
16734 "indexmap",
16735 "log",
16736 "serde",
16737 "serde_derive",
16738 "serde_json",
16739 "wasm-encoder 0.201.0",
16740 "wasm-metadata 0.201.0",
16741 "wasmparser 0.201.0",
16742 "wit-parser 0.201.0",
16743]
16744
16745[[package]]
16746name = "wit-component"
16747version = "0.221.3"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16750dependencies = [
16751 "anyhow",
16752 "bitflags 2.8.0",
16753 "indexmap",
16754 "log",
16755 "serde",
16756 "serde_derive",
16757 "serde_json",
16758 "wasm-encoder 0.221.3",
16759 "wasm-metadata 0.221.3",
16760 "wasmparser 0.221.3",
16761 "wit-parser 0.221.3",
16762]
16763
16764[[package]]
16765name = "wit-parser"
16766version = "0.201.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16769dependencies = [
16770 "anyhow",
16771 "id-arena",
16772 "indexmap",
16773 "log",
16774 "semver",
16775 "serde",
16776 "serde_derive",
16777 "serde_json",
16778 "unicode-xid",
16779 "wasmparser 0.201.0",
16780]
16781
16782[[package]]
16783name = "wit-parser"
16784version = "0.221.3"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16787dependencies = [
16788 "anyhow",
16789 "id-arena",
16790 "indexmap",
16791 "log",
16792 "semver",
16793 "serde",
16794 "serde_derive",
16795 "serde_json",
16796 "unicode-xid",
16797 "wasmparser 0.221.3",
16798]
16799
16800[[package]]
16801name = "witx"
16802version = "0.9.1"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16805dependencies = [
16806 "anyhow",
16807 "log",
16808 "thiserror 1.0.69",
16809 "wast",
16810]
16811
16812[[package]]
16813name = "workspace"
16814version = "0.1.0"
16815dependencies = [
16816 "any_vec",
16817 "anyhow",
16818 "async-recursion 1.1.1",
16819 "bincode",
16820 "call",
16821 "client",
16822 "clock",
16823 "collections",
16824 "component",
16825 "db",
16826 "derive_more",
16827 "env_logger 0.11.7",
16828 "fs",
16829 "futures 0.3.31",
16830 "gpui",
16831 "http_client",
16832 "itertools 0.14.0",
16833 "language",
16834 "log",
16835 "node_runtime",
16836 "parking_lot",
16837 "postage",
16838 "project",
16839 "remote",
16840 "schemars",
16841 "serde",
16842 "serde_json",
16843 "session",
16844 "settings",
16845 "smallvec",
16846 "sqlez",
16847 "strum",
16848 "task",
16849 "telemetry",
16850 "tempfile",
16851 "theme",
16852 "ui",
16853 "util",
16854 "uuid",
16855 "zed_actions",
16856]
16857
16858[[package]]
16859name = "worktree"
16860version = "0.1.0"
16861dependencies = [
16862 "anyhow",
16863 "clock",
16864 "collections",
16865 "env_logger 0.11.7",
16866 "fs",
16867 "futures 0.3.31",
16868 "fuzzy",
16869 "git",
16870 "git2",
16871 "git_hosting_providers",
16872 "gpui",
16873 "http_client",
16874 "ignore",
16875 "language",
16876 "log",
16877 "parking_lot",
16878 "paths",
16879 "postage",
16880 "pretty_assertions",
16881 "rand 0.8.5",
16882 "rpc",
16883 "schemars",
16884 "serde",
16885 "serde_json",
16886 "settings",
16887 "smallvec",
16888 "smol",
16889 "sum_tree",
16890 "text",
16891 "util",
16892]
16893
16894[[package]]
16895name = "write16"
16896version = "1.0.0"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16899
16900[[package]]
16901name = "writeable"
16902version = "0.5.5"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16905
16906[[package]]
16907name = "wyz"
16908version = "0.5.1"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16911dependencies = [
16912 "tap",
16913]
16914
16915[[package]]
16916name = "x11-clipboard"
16917version = "0.9.3"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16920dependencies = [
16921 "libc",
16922 "x11rb",
16923]
16924
16925[[package]]
16926name = "x11rb"
16927version = "0.13.1"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16930dependencies = [
16931 "as-raw-xcb-connection",
16932 "gethostname",
16933 "libc",
16934 "rustix",
16935 "x11rb-protocol",
16936]
16937
16938[[package]]
16939name = "x11rb-protocol"
16940version = "0.13.1"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16943
16944[[package]]
16945name = "xattr"
16946version = "0.2.3"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16949dependencies = [
16950 "libc",
16951]
16952
16953[[package]]
16954name = "xcursor"
16955version = "0.3.8"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16958
16959[[package]]
16960name = "xdg-home"
16961version = "1.3.0"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16964dependencies = [
16965 "libc",
16966 "windows-sys 0.59.0",
16967]
16968
16969[[package]]
16970name = "xim"
16971version = "0.4.0"
16972source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16973dependencies = [
16974 "ahash 0.8.11",
16975 "hashbrown 0.14.5",
16976 "log",
16977 "x11rb",
16978 "xim-ctext",
16979 "xim-parser",
16980]
16981
16982[[package]]
16983name = "xim-ctext"
16984version = "0.3.0"
16985source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16986dependencies = [
16987 "encoding_rs",
16988]
16989
16990[[package]]
16991name = "xim-parser"
16992version = "0.2.1"
16993source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16994dependencies = [
16995 "bitflags 2.8.0",
16996]
16997
16998[[package]]
16999name = "xkbcommon"
17000version = "0.7.0"
17001source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17002dependencies = [
17003 "as-raw-xcb-connection",
17004 "libc",
17005 "memmap2",
17006 "xkeysym",
17007]
17008
17009[[package]]
17010name = "xkeysym"
17011version = "0.2.1"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17014
17015[[package]]
17016name = "xml5ever"
17017version = "0.18.1"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17020dependencies = [
17021 "log",
17022 "mac",
17023 "markup5ever",
17024]
17025
17026[[package]]
17027name = "xmlparser"
17028version = "0.13.6"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17031
17032[[package]]
17033name = "xmlwriter"
17034version = "0.1.0"
17035source = "registry+https://github.com/rust-lang/crates.io-index"
17036checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17037
17038[[package]]
17039name = "xtask"
17040version = "0.1.0"
17041dependencies = [
17042 "anyhow",
17043 "cargo_metadata",
17044 "cargo_toml",
17045 "clap",
17046]
17047
17048[[package]]
17049name = "yaml-rust2"
17050version = "0.8.1"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17053dependencies = [
17054 "arraydeque",
17055 "encoding_rs",
17056 "hashlink 0.8.4",
17057]
17058
17059[[package]]
17060name = "yansi"
17061version = "1.0.1"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17064
17065[[package]]
17066name = "yazi"
17067version = "0.1.6"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17070
17071[[package]]
17072name = "yeslogic-fontconfig-sys"
17073version = "6.0.0"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17076dependencies = [
17077 "dlib",
17078 "once_cell",
17079 "pkg-config",
17080]
17081
17082[[package]]
17083name = "yoke"
17084version = "0.7.5"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17087dependencies = [
17088 "serde",
17089 "stable_deref_trait",
17090 "yoke-derive",
17091 "zerofrom",
17092]
17093
17094[[package]]
17095name = "yoke-derive"
17096version = "0.7.5"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17099dependencies = [
17100 "proc-macro2",
17101 "quote",
17102 "syn 2.0.100",
17103 "synstructure",
17104]
17105
17106[[package]]
17107name = "zbus"
17108version = "5.5.0"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17111dependencies = [
17112 "async-broadcast",
17113 "async-executor",
17114 "async-fs",
17115 "async-io",
17116 "async-lock",
17117 "async-process",
17118 "async-recursion 1.1.1",
17119 "async-task",
17120 "async-trait",
17121 "blocking",
17122 "enumflags2",
17123 "event-listener 5.3.1",
17124 "futures-core",
17125 "futures-lite 2.6.0",
17126 "hex",
17127 "nix",
17128 "ordered-stream",
17129 "serde",
17130 "serde_repr",
17131 "static_assertions",
17132 "tracing",
17133 "uds_windows",
17134 "windows-sys 0.59.0",
17135 "winnow 0.7.1",
17136 "xdg-home",
17137 "zbus_macros",
17138 "zbus_names",
17139 "zvariant",
17140]
17141
17142[[package]]
17143name = "zbus_macros"
17144version = "5.5.0"
17145source = "registry+https://github.com/rust-lang/crates.io-index"
17146checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17147dependencies = [
17148 "proc-macro-crate",
17149 "proc-macro2",
17150 "quote",
17151 "syn 2.0.100",
17152 "zbus_names",
17153 "zvariant",
17154 "zvariant_utils",
17155]
17156
17157[[package]]
17158name = "zbus_names"
17159version = "4.1.0"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17162dependencies = [
17163 "serde",
17164 "static_assertions",
17165 "winnow 0.6.20",
17166 "zvariant",
17167]
17168
17169[[package]]
17170name = "zed"
17171version = "0.179.0"
17172dependencies = [
17173 "activity_indicator",
17174 "anyhow",
17175 "ashpd",
17176 "assets",
17177 "assistant",
17178 "assistant2",
17179 "assistant_context_editor",
17180 "assistant_settings",
17181 "assistant_tools",
17182 "async-watch",
17183 "audio",
17184 "auto_update",
17185 "auto_update_ui",
17186 "backtrace",
17187 "breadcrumbs",
17188 "call",
17189 "channel",
17190 "chrono",
17191 "clap",
17192 "cli",
17193 "client",
17194 "collab_ui",
17195 "collections",
17196 "command_palette",
17197 "command_palette_hooks",
17198 "component_preview",
17199 "copilot",
17200 "db",
17201 "diagnostics",
17202 "editor",
17203 "env_logger 0.11.7",
17204 "extension",
17205 "extension_host",
17206 "extensions_ui",
17207 "feature_flags",
17208 "feedback",
17209 "file_finder",
17210 "fs",
17211 "futures 0.3.31",
17212 "git",
17213 "git_hosting_providers",
17214 "git_ui",
17215 "go_to_line",
17216 "gpui",
17217 "gpui_tokio",
17218 "http_client",
17219 "image_viewer",
17220 "inline_completion_button",
17221 "install_cli",
17222 "journal",
17223 "language",
17224 "language_extension",
17225 "language_model",
17226 "language_models",
17227 "language_selector",
17228 "language_tools",
17229 "languages",
17230 "libc",
17231 "log",
17232 "markdown",
17233 "markdown_preview",
17234 "menu",
17235 "migrator",
17236 "mimalloc",
17237 "nix",
17238 "node_runtime",
17239 "notifications",
17240 "outline",
17241 "outline_panel",
17242 "parking_lot",
17243 "paths",
17244 "picker",
17245 "profiling",
17246 "project",
17247 "project_panel",
17248 "project_symbols",
17249 "prompt_store",
17250 "proto",
17251 "recent_projects",
17252 "release_channel",
17253 "remote",
17254 "repl",
17255 "reqwest_client",
17256 "rope",
17257 "search",
17258 "serde",
17259 "serde_json",
17260 "session",
17261 "settings",
17262 "settings_ui",
17263 "shellexpand 2.1.2",
17264 "simplelog",
17265 "smol",
17266 "snippet_provider",
17267 "snippets_ui",
17268 "supermaven",
17269 "sysinfo",
17270 "tab_switcher",
17271 "task",
17272 "tasks_ui",
17273 "telemetry",
17274 "telemetry_events",
17275 "terminal_view",
17276 "theme",
17277 "theme_extension",
17278 "theme_selector",
17279 "time",
17280 "toolchain_selector",
17281 "tree-sitter-md",
17282 "tree-sitter-rust",
17283 "ui",
17284 "url",
17285 "urlencoding",
17286 "util",
17287 "uuid",
17288 "vim",
17289 "vim_mode_setting",
17290 "welcome",
17291 "windows 0.60.0",
17292 "winresource",
17293 "workspace",
17294 "zed_actions",
17295 "zeta",
17296]
17297
17298[[package]]
17299name = "zed_actions"
17300version = "0.1.0"
17301dependencies = [
17302 "gpui",
17303 "schemars",
17304 "serde",
17305]
17306
17307[[package]]
17308name = "zed_emmet"
17309version = "0.0.3"
17310dependencies = [
17311 "zed_extension_api 0.1.0",
17312]
17313
17314[[package]]
17315name = "zed_extension_api"
17316version = "0.1.0"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17319dependencies = [
17320 "serde",
17321 "serde_json",
17322 "wit-bindgen",
17323]
17324
17325[[package]]
17326name = "zed_extension_api"
17327version = "0.3.0"
17328dependencies = [
17329 "serde",
17330 "serde_json",
17331 "wit-bindgen",
17332]
17333
17334[[package]]
17335name = "zed_glsl"
17336version = "0.1.0"
17337dependencies = [
17338 "zed_extension_api 0.1.0",
17339]
17340
17341[[package]]
17342name = "zed_html"
17343version = "0.1.6"
17344dependencies = [
17345 "zed_extension_api 0.1.0",
17346]
17347
17348[[package]]
17349name = "zed_llm_client"
17350version = "0.4.1"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17353dependencies = [
17354 "serde",
17355 "serde_json",
17356 "uuid",
17357]
17358
17359[[package]]
17360name = "zed_proto"
17361version = "0.2.1"
17362dependencies = [
17363 "zed_extension_api 0.1.0",
17364]
17365
17366[[package]]
17367name = "zed_ruff"
17368version = "0.1.0"
17369dependencies = [
17370 "zed_extension_api 0.1.0",
17371]
17372
17373[[package]]
17374name = "zed_snippets"
17375version = "0.0.5"
17376dependencies = [
17377 "serde_json",
17378 "zed_extension_api 0.1.0",
17379]
17380
17381[[package]]
17382name = "zed_test_extension"
17383version = "0.1.0"
17384dependencies = [
17385 "zed_extension_api 0.3.0",
17386]
17387
17388[[package]]
17389name = "zed_toml"
17390version = "0.1.3"
17391dependencies = [
17392 "zed_extension_api 0.1.0",
17393]
17394
17395[[package]]
17396name = "zeno"
17397version = "0.2.3"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17400
17401[[package]]
17402name = "zerocopy"
17403version = "0.7.35"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17406dependencies = [
17407 "byteorder",
17408 "zerocopy-derive 0.7.35",
17409]
17410
17411[[package]]
17412name = "zerocopy"
17413version = "0.8.18"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17416dependencies = [
17417 "zerocopy-derive 0.8.18",
17418]
17419
17420[[package]]
17421name = "zerocopy-derive"
17422version = "0.7.35"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17425dependencies = [
17426 "proc-macro2",
17427 "quote",
17428 "syn 2.0.100",
17429]
17430
17431[[package]]
17432name = "zerocopy-derive"
17433version = "0.8.18"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17436dependencies = [
17437 "proc-macro2",
17438 "quote",
17439 "syn 2.0.100",
17440]
17441
17442[[package]]
17443name = "zerofrom"
17444version = "0.1.5"
17445source = "registry+https://github.com/rust-lang/crates.io-index"
17446checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17447dependencies = [
17448 "zerofrom-derive",
17449]
17450
17451[[package]]
17452name = "zerofrom-derive"
17453version = "0.1.5"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17456dependencies = [
17457 "proc-macro2",
17458 "quote",
17459 "syn 2.0.100",
17460 "synstructure",
17461]
17462
17463[[package]]
17464name = "zeroize"
17465version = "1.8.1"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17468dependencies = [
17469 "zeroize_derive",
17470]
17471
17472[[package]]
17473name = "zeroize_derive"
17474version = "1.4.2"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17477dependencies = [
17478 "proc-macro2",
17479 "quote",
17480 "syn 2.0.100",
17481]
17482
17483[[package]]
17484name = "zeromq"
17485version = "0.5.0-pre"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17488dependencies = [
17489 "async-dispatcher",
17490 "async-std",
17491 "async-trait",
17492 "asynchronous-codec",
17493 "bytes 1.10.1",
17494 "crossbeam-queue",
17495 "dashmap 5.5.3",
17496 "futures 0.3.31",
17497 "log",
17498 "num-traits",
17499 "once_cell",
17500 "parking_lot",
17501 "rand 0.8.5",
17502 "regex",
17503 "thiserror 1.0.69",
17504 "uuid",
17505]
17506
17507[[package]]
17508name = "zerovec"
17509version = "0.10.4"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17512dependencies = [
17513 "yoke",
17514 "zerofrom",
17515 "zerovec-derive",
17516]
17517
17518[[package]]
17519name = "zerovec-derive"
17520version = "0.10.3"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17523dependencies = [
17524 "proc-macro2",
17525 "quote",
17526 "syn 2.0.100",
17527]
17528
17529[[package]]
17530name = "zeta"
17531version = "0.1.0"
17532dependencies = [
17533 "anyhow",
17534 "arrayvec",
17535 "call",
17536 "chrono",
17537 "client",
17538 "clock",
17539 "collections",
17540 "command_palette_hooks",
17541 "ctor",
17542 "db",
17543 "editor",
17544 "env_logger 0.11.7",
17545 "feature_flags",
17546 "fs",
17547 "futures 0.3.31",
17548 "gpui",
17549 "http_client",
17550 "indoc",
17551 "inline_completion",
17552 "language",
17553 "language_model",
17554 "log",
17555 "menu",
17556 "migrator",
17557 "paths",
17558 "postage",
17559 "project",
17560 "regex",
17561 "release_channel",
17562 "reqwest_client",
17563 "rpc",
17564 "serde",
17565 "serde_json",
17566 "settings",
17567 "telemetry",
17568 "telemetry_events",
17569 "theme",
17570 "thiserror 1.0.69",
17571 "tree-sitter-go",
17572 "tree-sitter-rust",
17573 "ui",
17574 "unindent",
17575 "util",
17576 "uuid",
17577 "workspace",
17578 "worktree",
17579 "zed_actions",
17580 "zed_llm_client",
17581]
17582
17583[[package]]
17584name = "zip"
17585version = "0.6.6"
17586source = "registry+https://github.com/rust-lang/crates.io-index"
17587checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17588dependencies = [
17589 "aes",
17590 "byteorder",
17591 "bzip2",
17592 "constant_time_eq 0.1.5",
17593 "crc32fast",
17594 "crossbeam-utils",
17595 "flate2",
17596 "hmac",
17597 "pbkdf2 0.11.0",
17598 "sha1",
17599 "time",
17600 "zstd",
17601]
17602
17603[[package]]
17604name = "zstd"
17605version = "0.11.2+zstd.1.5.2"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17608dependencies = [
17609 "zstd-safe",
17610]
17611
17612[[package]]
17613name = "zstd-safe"
17614version = "5.0.2+zstd.1.5.2"
17615source = "registry+https://github.com/rust-lang/crates.io-index"
17616checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17617dependencies = [
17618 "libc",
17619 "zstd-sys",
17620]
17621
17622[[package]]
17623name = "zstd-sys"
17624version = "2.0.13+zstd.1.5.6"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17627dependencies = [
17628 "cc",
17629 "pkg-config",
17630]
17631
17632[[package]]
17633name = "zune-core"
17634version = "0.4.12"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17637
17638[[package]]
17639name = "zune-inflate"
17640version = "0.2.54"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17643dependencies = [
17644 "simd-adler32",
17645]
17646
17647[[package]]
17648name = "zune-jpeg"
17649version = "0.4.13"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17652dependencies = [
17653 "zune-core",
17654]
17655
17656[[package]]
17657name = "zvariant"
17658version = "5.4.0"
17659source = "registry+https://github.com/rust-lang/crates.io-index"
17660checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17661dependencies = [
17662 "endi",
17663 "enumflags2",
17664 "serde",
17665 "static_assertions",
17666 "url",
17667 "winnow 0.7.1",
17668 "zvariant_derive",
17669 "zvariant_utils",
17670]
17671
17672[[package]]
17673name = "zvariant_derive"
17674version = "5.4.0"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17677dependencies = [
17678 "proc-macro-crate",
17679 "proc-macro2",
17680 "quote",
17681 "syn 2.0.100",
17682 "zvariant_utils",
17683]
17684
17685[[package]]
17686name = "zvariant_utils"
17687version = "3.2.0"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17690dependencies = [
17691 "proc-macro2",
17692 "quote",
17693 "serde",
17694 "static_assertions",
17695 "syn 2.0.100",
17696 "winnow 0.7.1",
17697]