]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/test_dependencies/Cargo.lock
Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514
[rust.git] / src / tools / miri / test_dependencies / 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 = "autocfg"
7 version = "1.1.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
10
11 [[package]]
12 name = "bitflags"
13 version = "1.3.2"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
16
17 [[package]]
18 name = "bytes"
19 version = "1.3.0"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
22
23 [[package]]
24 name = "cfg-if"
25 version = "1.0.0"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
28
29 [[package]]
30 name = "getrandom"
31 version = "0.1.16"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
34 dependencies = [
35  "cfg-if",
36  "libc",
37  "wasi 0.9.0+wasi-snapshot-preview1",
38 ]
39
40 [[package]]
41 name = "getrandom"
42 version = "0.2.8"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
45 dependencies = [
46  "cfg-if",
47  "libc",
48  "wasi 0.11.0+wasi-snapshot-preview1",
49 ]
50
51 [[package]]
52 name = "hermit-abi"
53 version = "0.1.19"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
56 dependencies = [
57  "libc",
58 ]
59
60 [[package]]
61 name = "libc"
62 version = "0.2.137"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
65
66 [[package]]
67 name = "lock_api"
68 version = "0.4.9"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
71 dependencies = [
72  "autocfg",
73  "scopeguard",
74 ]
75
76 [[package]]
77 name = "log"
78 version = "0.4.17"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
81 dependencies = [
82  "cfg-if",
83 ]
84
85 [[package]]
86 name = "memchr"
87 version = "2.5.0"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
90
91 [[package]]
92 name = "mio"
93 version = "0.8.5"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
96 dependencies = [
97  "libc",
98  "log",
99  "wasi 0.11.0+wasi-snapshot-preview1",
100  "windows-sys",
101 ]
102
103 [[package]]
104 name = "miri-test-deps"
105 version = "0.1.0"
106 dependencies = [
107  "getrandom 0.1.16",
108  "getrandom 0.2.8",
109  "libc",
110  "num_cpus",
111  "page_size",
112  "rand",
113  "tokio",
114 ]
115
116 [[package]]
117 name = "num_cpus"
118 version = "1.14.0"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
121 dependencies = [
122  "hermit-abi",
123  "libc",
124 ]
125
126 [[package]]
127 name = "page_size"
128 version = "0.5.0"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "1b7663cbd190cfd818d08efa8497f6cd383076688c49a391ef7c0d03cd12b561"
131 dependencies = [
132  "libc",
133  "winapi",
134 ]
135
136 [[package]]
137 name = "parking_lot"
138 version = "0.12.1"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
141 dependencies = [
142  "lock_api",
143  "parking_lot_core",
144 ]
145
146 [[package]]
147 name = "parking_lot_core"
148 version = "0.9.4"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
151 dependencies = [
152  "cfg-if",
153  "libc",
154  "redox_syscall",
155  "smallvec",
156  "windows-sys",
157 ]
158
159 [[package]]
160 name = "pin-project-lite"
161 version = "0.2.9"
162 source = "registry+https://github.com/rust-lang/crates.io-index"
163 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
164
165 [[package]]
166 name = "ppv-lite86"
167 version = "0.2.17"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
170
171 [[package]]
172 name = "proc-macro2"
173 version = "1.0.47"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
176 dependencies = [
177  "unicode-ident",
178 ]
179
180 [[package]]
181 name = "quote"
182 version = "1.0.21"
183 source = "registry+https://github.com/rust-lang/crates.io-index"
184 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
185 dependencies = [
186  "proc-macro2",
187 ]
188
189 [[package]]
190 name = "rand"
191 version = "0.8.5"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
194 dependencies = [
195  "libc",
196  "rand_chacha",
197  "rand_core",
198 ]
199
200 [[package]]
201 name = "rand_chacha"
202 version = "0.3.1"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
205 dependencies = [
206  "ppv-lite86",
207  "rand_core",
208 ]
209
210 [[package]]
211 name = "rand_core"
212 version = "0.6.4"
213 source = "registry+https://github.com/rust-lang/crates.io-index"
214 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
215 dependencies = [
216  "getrandom 0.2.8",
217 ]
218
219 [[package]]
220 name = "redox_syscall"
221 version = "0.2.16"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
224 dependencies = [
225  "bitflags",
226 ]
227
228 [[package]]
229 name = "scopeguard"
230 version = "1.1.0"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
233
234 [[package]]
235 name = "signal-hook-registry"
236 version = "1.4.0"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
239 dependencies = [
240  "libc",
241 ]
242
243 [[package]]
244 name = "smallvec"
245 version = "1.10.0"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
248
249 [[package]]
250 name = "socket2"
251 version = "0.4.7"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
254 dependencies = [
255  "libc",
256  "winapi",
257 ]
258
259 [[package]]
260 name = "syn"
261 version = "1.0.103"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
264 dependencies = [
265  "proc-macro2",
266  "quote",
267  "unicode-ident",
268 ]
269
270 [[package]]
271 name = "tokio"
272 version = "1.22.0"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
275 dependencies = [
276  "autocfg",
277  "bytes",
278  "libc",
279  "memchr",
280  "mio",
281  "num_cpus",
282  "parking_lot",
283  "pin-project-lite",
284  "signal-hook-registry",
285  "socket2",
286  "tokio-macros",
287  "winapi",
288 ]
289
290 [[package]]
291 name = "tokio-macros"
292 version = "1.8.0"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
295 dependencies = [
296  "proc-macro2",
297  "quote",
298  "syn",
299 ]
300
301 [[package]]
302 name = "unicode-ident"
303 version = "1.0.5"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
306
307 [[package]]
308 name = "wasi"
309 version = "0.9.0+wasi-snapshot-preview1"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
312
313 [[package]]
314 name = "wasi"
315 version = "0.11.0+wasi-snapshot-preview1"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
318
319 [[package]]
320 name = "winapi"
321 version = "0.3.9"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
324 dependencies = [
325  "winapi-i686-pc-windows-gnu",
326  "winapi-x86_64-pc-windows-gnu",
327 ]
328
329 [[package]]
330 name = "winapi-i686-pc-windows-gnu"
331 version = "0.4.0"
332 source = "registry+https://github.com/rust-lang/crates.io-index"
333 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
334
335 [[package]]
336 name = "winapi-x86_64-pc-windows-gnu"
337 version = "0.4.0"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
340
341 [[package]]
342 name = "windows-sys"
343 version = "0.42.0"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
346 dependencies = [
347  "windows_aarch64_gnullvm",
348  "windows_aarch64_msvc",
349  "windows_i686_gnu",
350  "windows_i686_msvc",
351  "windows_x86_64_gnu",
352  "windows_x86_64_gnullvm",
353  "windows_x86_64_msvc",
354 ]
355
356 [[package]]
357 name = "windows_aarch64_gnullvm"
358 version = "0.42.0"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
361
362 [[package]]
363 name = "windows_aarch64_msvc"
364 version = "0.42.0"
365 source = "registry+https://github.com/rust-lang/crates.io-index"
366 checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
367
368 [[package]]
369 name = "windows_i686_gnu"
370 version = "0.42.0"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
373
374 [[package]]
375 name = "windows_i686_msvc"
376 version = "0.42.0"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
379
380 [[package]]
381 name = "windows_x86_64_gnu"
382 version = "0.42.0"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
385
386 [[package]]
387 name = "windows_x86_64_gnullvm"
388 version = "0.42.0"
389 source = "registry+https://github.com/rust-lang/crates.io-index"
390 checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
391
392 [[package]]
393 name = "windows_x86_64_msvc"
394 version = "0.42.0"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"