Finished
[bataille.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "bataille"
5 version = "0.1.0"
6 dependencies = [
7  "rand",
8 ]
9
10 [[package]]
11 name = "cfg-if"
12 version = "0.1.10"
13 source = "registry+https://github.com/rust-lang/crates.io-index"
14 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
15
16 [[package]]
17 name = "getrandom"
18 version = "0.1.14"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
21 dependencies = [
22  "cfg-if",
23  "libc",
24  "wasi",
25 ]
26
27 [[package]]
28 name = "libc"
29 version = "0.2.71"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
32
33 [[package]]
34 name = "ppv-lite86"
35 version = "0.2.8"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
38
39 [[package]]
40 name = "rand"
41 version = "0.7.3"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
44 dependencies = [
45  "getrandom",
46  "libc",
47  "rand_chacha",
48  "rand_core",
49  "rand_hc",
50 ]
51
52 [[package]]
53 name = "rand_chacha"
54 version = "0.2.2"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
57 dependencies = [
58  "ppv-lite86",
59  "rand_core",
60 ]
61
62 [[package]]
63 name = "rand_core"
64 version = "0.5.1"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
67 dependencies = [
68  "getrandom",
69 ]
70
71 [[package]]
72 name = "rand_hc"
73 version = "0.2.0"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
76 dependencies = [
77  "rand_core",
78 ]
79
80 [[package]]
81 name = "wasi"
82 version = "0.9.0+wasi-snapshot-preview1"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"