nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "basic"
5version = "0.1.0"
6dependencies = [
7 "rand",
8]
9
10[[package]]
11name = "cfg-if"
12version = "1.0.0"
13source = "registry+https://github.com/rust-lang/crates.io-index"
14checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
15
16[[package]]
17name = "getrandom"
18version = "0.2.2"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
21dependencies = [
22 "cfg-if",
23 "libc",
24 "wasi",
25]
26
27[[package]]
28name = "libc"
29version = "0.2.94"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
32
33[[package]]
34name = "ppv-lite86"
35version = "0.2.10"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
38
39[[package]]
40name = "rand"
41version = "0.8.3"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
44dependencies = [
45 "libc",
46 "rand_chacha",
47 "rand_core",
48 "rand_hc",
49]
50
51[[package]]
52name = "rand_chacha"
53version = "0.3.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
56dependencies = [
57 "ppv-lite86",
58 "rand_core",
59]
60
61[[package]]
62name = "rand_core"
63version = "0.6.2"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
66dependencies = [
67 "getrandom",
68]
69
70[[package]]
71name = "rand_hc"
72version = "0.3.0"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
75dependencies = [
76 "rand_core",
77]
78
79[[package]]
80name = "wasi"
81version = "0.10.2+wasi-snapshot-preview1"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"