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.
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.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
16dependencies = [
17 "cfg-if",
18 "libc",
19 "wasi",
20]
21
22[[package]]
23name = "git-dependency"
24version = "0.1.0"
25dependencies = [
26 "rand",
27]
28
29[[package]]
30name = "libc"
31version = "0.2.94"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
34
35[[package]]
36name = "ppv-lite86"
37version = "0.2.10"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
40
41[[package]]
42name = "rand"
43version = "0.8.3"
44source = "git+https://github.com/rust-random/rand.git#f0e01ee0a7257753cc51b291f62666f4765923ef"
45dependencies = [
46 "libc",
47 "rand_chacha",
48 "rand_core",
49 "rand_hc",
50]
51
52[[package]]
53name = "rand_chacha"
54version = "0.3.0"
55source = "git+https://github.com/rust-random/rand.git#f0e01ee0a7257753cc51b291f62666f4765923ef"
56dependencies = [
57 "ppv-lite86",
58 "rand_core",
59]
60
61[[package]]
62name = "rand_core"
63version = "0.6.2"
64source = "git+https://github.com/rust-random/rand.git#f0e01ee0a7257753cc51b291f62666f4765923ef"
65dependencies = [
66 "getrandom",
67]
68
69[[package]]
70name = "rand_hc"
71version = "0.3.0"
72source = "git+https://github.com/rust-random/rand.git#f0e01ee0a7257753cc51b291f62666f4765923ef"
73dependencies = [
74 "rand_core",
75]
76
77[[package]]
78name = "wasi"
79version = "0.10.2+wasi-snapshot-preview1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"