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-dynamic"
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.3"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
21dependencies = [
22 "cfg-if",
23 "libc",
24 "wasi",
25]
26
27[[package]]
28name = "libc"
29version = "0.2.102"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
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.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
44dependencies = [
45 "libc",
46 "rand_chacha",
47 "rand_core",
48 "rand_hc",
49]
50
51[[package]]
52name = "rand_chacha"
53version = "0.3.1"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
56dependencies = [
57 "ppv-lite86",
58 "rand_core",
59]
60
61[[package]]
62name = "rand_core"
63version = "0.6.3"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
66dependencies = [
67 "getrandom",
68]
69
70[[package]]
71name = "rand_hc"
72version = "0.3.1"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
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"