]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.lock
'cargo update' test-cargo-miri
[rust.git] / test-cargo-miri / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "byteorder"
5 version = "1.3.4"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
8
9 [[package]]
10 name = "cargo-miri-test"
11 version = "0.1.0"
12 dependencies = [
13  "byteorder",
14  "rand",
15 ]
16
17 [[package]]
18 name = "cfg-if"
19 version = "0.1.10"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
22
23 [[package]]
24 name = "getrandom"
25 version = "0.1.15"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
28 dependencies = [
29  "cfg-if",
30  "libc",
31  "wasi",
32 ]
33
34 [[package]]
35 name = "hermit-abi"
36 version = "0.1.15"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
39 dependencies = [
40  "libc",
41 ]
42
43 [[package]]
44 name = "libc"
45 version = "0.2.77"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
48
49 [[package]]
50 name = "num_cpus"
51 version = "1.13.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
54 dependencies = [
55  "hermit-abi",
56  "libc",
57 ]
58
59 [[package]]
60 name = "ppv-lite86"
61 version = "0.2.9"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
64
65 [[package]]
66 name = "rand"
67 version = "0.7.3"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
70 dependencies = [
71  "getrandom",
72  "libc",
73  "rand_chacha",
74  "rand_core",
75  "rand_hc",
76  "rand_pcg",
77 ]
78
79 [[package]]
80 name = "rand_chacha"
81 version = "0.2.2"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
84 dependencies = [
85  "ppv-lite86",
86  "rand_core",
87 ]
88
89 [[package]]
90 name = "rand_core"
91 version = "0.5.1"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
94 dependencies = [
95  "getrandom",
96 ]
97
98 [[package]]
99 name = "rand_hc"
100 version = "0.2.0"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
103 dependencies = [
104  "rand_core",
105 ]
106
107 [[package]]
108 name = "rand_pcg"
109 version = "0.2.1"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
112 dependencies = [
113  "rand_core",
114 ]
115
116 [[package]]
117 name = "subcrate"
118 version = "0.1.0"
119 dependencies = [
120  "num_cpus",
121 ]
122
123 [[package]]
124 name = "wasi"
125 version = "0.9.0+wasi-snapshot-preview1"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"