]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.lock
Auto merge of #1776 - hyd-dev:1170, r=RalfJung
[rust.git] / test-cargo-miri / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "byteorder"
7 version = "1.4.3"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
10
11 [[package]]
12 name = "cargo-miri-test"
13 version = "0.1.0"
14 dependencies = [
15  "byteorder",
16  "cdylib",
17  "exported_symbol",
18  "getrandom 0.1.16",
19  "getrandom 0.2.2",
20  "issue_1567",
21  "issue_1691",
22  "issue_1705",
23  "issue_1760",
24  "rand",
25  "serde_derive",
26 ]
27
28 [[package]]
29 name = "cdylib"
30 version = "0.1.0"
31 dependencies = [
32  "byteorder",
33 ]
34
35 [[package]]
36 name = "cfg-if"
37 version = "1.0.0"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
40
41 [[package]]
42 name = "exported_symbol"
43 version = "0.1.0"
44 dependencies = [
45  "exported_symbol_dep",
46 ]
47
48 [[package]]
49 name = "exported_symbol_dep"
50 version = "0.1.0"
51
52 [[package]]
53 name = "getrandom"
54 version = "0.1.16"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
57 dependencies = [
58  "cfg-if",
59  "libc",
60  "wasi 0.9.0+wasi-snapshot-preview1",
61 ]
62
63 [[package]]
64 name = "getrandom"
65 version = "0.2.2"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
68 dependencies = [
69  "cfg-if",
70  "libc",
71  "wasi 0.10.2+wasi-snapshot-preview1",
72 ]
73
74 [[package]]
75 name = "hermit-abi"
76 version = "0.1.18"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
79 dependencies = [
80  "libc",
81 ]
82
83 [[package]]
84 name = "issue_1567"
85 version = "0.1.0"
86 dependencies = [
87  "byteorder",
88 ]
89
90 [[package]]
91 name = "issue_1691"
92 version = "0.1.0"
93
94 [[package]]
95 name = "issue_1705"
96 version = "0.1.0"
97 dependencies = [
98  "byteorder",
99 ]
100
101 [[package]]
102 name = "issue_1760"
103 version = "0.1.0"
104
105 [[package]]
106 name = "libc"
107 version = "0.2.92"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
110
111 [[package]]
112 name = "num_cpus"
113 version = "1.13.0"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
116 dependencies = [
117  "hermit-abi",
118  "libc",
119 ]
120
121 [[package]]
122 name = "ppv-lite86"
123 version = "0.2.10"
124 source = "registry+https://github.com/rust-lang/crates.io-index"
125 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
126
127 [[package]]
128 name = "proc-macro2"
129 version = "1.0.26"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
132 dependencies = [
133  "unicode-xid",
134 ]
135
136 [[package]]
137 name = "quote"
138 version = "1.0.9"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
141 dependencies = [
142  "proc-macro2",
143 ]
144
145 [[package]]
146 name = "rand"
147 version = "0.8.3"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
150 dependencies = [
151  "libc",
152  "rand_chacha",
153  "rand_core",
154  "rand_hc",
155 ]
156
157 [[package]]
158 name = "rand_chacha"
159 version = "0.3.0"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
162 dependencies = [
163  "ppv-lite86",
164  "rand_core",
165 ]
166
167 [[package]]
168 name = "rand_core"
169 version = "0.6.2"
170 source = "registry+https://github.com/rust-lang/crates.io-index"
171 checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
172 dependencies = [
173  "getrandom 0.2.2",
174 ]
175
176 [[package]]
177 name = "rand_hc"
178 version = "0.3.0"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
181 dependencies = [
182  "rand_core",
183 ]
184
185 [[package]]
186 name = "serde_derive"
187 version = "1.0.125"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
190 dependencies = [
191  "proc-macro2",
192  "quote",
193  "syn",
194 ]
195
196 [[package]]
197 name = "subcrate"
198 version = "0.1.0"
199 dependencies = [
200  "num_cpus",
201 ]
202
203 [[package]]
204 name = "syn"
205 version = "1.0.68"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
208 dependencies = [
209  "proc-macro2",
210  "quote",
211  "unicode-xid",
212 ]
213
214 [[package]]
215 name = "unicode-xid"
216 version = "0.2.1"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
219
220 [[package]]
221 name = "wasi"
222 version = "0.9.0+wasi-snapshot-preview1"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
225
226 [[package]]
227 name = "wasi"
228 version = "0.10.2+wasi-snapshot-preview1"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"