A rust crate i use for my projects
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "libc"
7version = "0.2.174"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
10
11[[package]]
12name = "snowy_libs"
13version = "0.1.3"
14dependencies = [
15 "termsize",
16]
17
18[[package]]
19name = "termsize"
20version = "0.1.9"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "6f11ff5c25c172608d5b85e2fb43ee9a6d683a7f4ab7f96ae07b3d8b590368fd"
23dependencies = [
24 "libc",
25 "winapi",
26]
27
28[[package]]
29name = "winapi"
30version = "0.3.9"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
33dependencies = [
34 "winapi-i686-pc-windows-gnu",
35 "winapi-x86_64-pc-windows-gnu",
36]
37
38[[package]]
39name = "winapi-i686-pc-windows-gnu"
40version = "0.4.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
43
44[[package]]
45name = "winapi-x86_64-pc-windows-gnu"
46version = "0.4.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"