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