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