main
 1# This file is automatically @generated by Cargo.
 2# It is not intended for manual editing.
 3version = 3
 4
 5[[package]]
 6name = "cfg-if"
 7version = "1.0.0"
 8source = "registry+https://github.com/rust-lang/crates.io-index"
 9checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
10
11[[package]]
12name = "getrandom"
13version = "0.2.8"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
16dependencies = [
17 "cfg-if",
18 "libc",
19 "wasi",
20]
21
22[[package]]
23name = "guessing_game"
24version = "0.1.0"
25dependencies = [
26 "rand",
27]
28
29[[package]]
30name = "libc"
31version = "0.2.139"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
34
35[[package]]
36name = "ppv-lite86"
37version = "0.2.17"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
40
41[[package]]
42name = "rand"
43version = "0.8.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
46dependencies = [
47 "libc",
48 "rand_chacha",
49 "rand_core",
50]
51
52[[package]]
53name = "rand_chacha"
54version = "0.3.1"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
57dependencies = [
58 "ppv-lite86",
59 "rand_core",
60]
61
62[[package]]
63name = "rand_core"
64version = "0.6.4"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
67dependencies = [
68 "getrandom",
69]
70
71[[package]]
72name = "wasi"
73version = "0.11.0+wasi-snapshot-preview1"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"