]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch09-error-handling/no-listing-09-guess-out-of-range/Cargo.lock
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / book / listings / ch09-error-handling / no-listing-09-guess-out-of-range / Cargo.lock
CommitLineData
74b04a01
XL
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
6a06907d
XL
4name = "cfg-if"
5version = "1.0.0"
74b04a01 6source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 7checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
74b04a01
XL
8
9[[package]]
6a06907d
XL
10name = "getrandom"
11version = "0.2.2"
74b04a01 12source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 13checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
74b04a01 14dependencies = [
6a06907d
XL
15 "cfg-if",
16 "libc",
17 "wasi",
74b04a01
XL
18]
19
74b04a01
XL
20[[package]]
21name = "guessing_game"
22version = "0.1.0"
23dependencies = [
6a06907d 24 "rand",
74b04a01
XL
25]
26
27[[package]]
28name = "libc"
6a06907d 29version = "0.2.86"
74b04a01 30source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d
XL
31checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
32
33[[package]]
34name = "ppv-lite86"
35version = "0.2.10"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
74b04a01
XL
38
39[[package]]
40name = "rand"
6a06907d 41version = "0.8.3"
74b04a01 42source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 43checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
74b04a01 44dependencies = [
6a06907d
XL
45 "libc",
46 "rand_chacha",
47 "rand_core",
48 "rand_hc",
74b04a01
XL
49]
50
51[[package]]
6a06907d
XL
52name = "rand_chacha"
53version = "0.3.0"
74b04a01 54source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 55checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
74b04a01 56dependencies = [
6a06907d
XL
57 "ppv-lite86",
58 "rand_core",
74b04a01
XL
59]
60
61[[package]]
62name = "rand_core"
6a06907d 63version = "0.6.2"
74b04a01 64source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 65checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
74b04a01 66dependencies = [
6a06907d 67 "getrandom",
74b04a01
XL
68]
69
70[[package]]
6a06907d
XL
71name = "rand_hc"
72version = "0.3.0"
74b04a01 73source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d
XL
74checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
75dependencies = [
76 "rand_core",
77]
74b04a01
XL
78
79[[package]]
6a06907d
XL
80name = "wasi"
81version = "0.10.2+wasi-snapshot-preview1"
74b04a01 82source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 83checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"