1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "crossterm_winapi"
5version = "0.8.0"
6dependencies = [
7 "winapi",
8]
9
10[[package]]
11name = "winapi"
12version = "0.3.9"
13source = "registry+https://github.com/rust-lang/crates.io-index"
14checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15dependencies = [
16 "winapi-i686-pc-windows-gnu",
17 "winapi-x86_64-pc-windows-gnu",
18]
19
20[[package]]
21name = "winapi-i686-pc-windows-gnu"
22version = "0.4.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
25
26[[package]]
27name = "winapi-x86_64-pc-windows-gnu"
28version = "0.4.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
31