]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/test_dependencies/Cargo.lock
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[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.1.0"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
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.7"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
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.126"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
65
66 [[package]]
67 name = "lock_api"
68 version = "0.4.7"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
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.4"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
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.7",
109  "libc",
110  "num_cpus",
111  "page_size",
112  "rand",
113  "tokio",
114 ]
115
116 [[package]]
117 name = "num_cpus"
118 version = "1.13.1"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
121 dependencies = [
122  "hermit-abi",
123  "libc",
124 ]
125
126 [[package]]
127 name = "once_cell"
128 version = "1.13.0"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
131
132 [[package]]
133 name = "page_size"
134 version = "0.4.2"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
137 dependencies = [
138  "libc",
139  "winapi",
140 ]
141
142 [[package]]
143 name = "parking_lot"
144 version = "0.12.1"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
147 dependencies = [
148  "lock_api",
149  "parking_lot_core",
150 ]
151
152 [[package]]
153 name = "parking_lot_core"
154 version = "0.9.3"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
157 dependencies = [
158  "cfg-if",
159  "libc",
160  "redox_syscall",
161  "smallvec",
162  "windows-sys",
163 ]
164
165 [[package]]
166 name = "pin-project-lite"
167 version = "0.2.9"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
170
171 [[package]]
172 name = "ppv-lite86"
173 version = "0.2.16"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
176
177 [[package]]
178 name = "proc-macro2"
179 version = "1.0.40"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
182 dependencies = [
183  "unicode-ident",
184 ]
185
186 [[package]]
187 name = "quote"
188 version = "1.0.20"
189 source = "registry+https://github.com/rust-lang/crates.io-index"
190 checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
191 dependencies = [
192  "proc-macro2",
193 ]
194
195 [[package]]
196 name = "rand"
197 version = "0.8.5"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
200 dependencies = [
201  "libc",
202  "rand_chacha",
203  "rand_core",
204 ]
205
206 [[package]]
207 name = "rand_chacha"
208 version = "0.3.1"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
211 dependencies = [
212  "ppv-lite86",
213  "rand_core",
214 ]
215
216 [[package]]
217 name = "rand_core"
218 version = "0.6.3"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
221 dependencies = [
222  "getrandom 0.2.7",
223 ]
224
225 [[package]]
226 name = "redox_syscall"
227 version = "0.2.13"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
230 dependencies = [
231  "bitflags",
232 ]
233
234 [[package]]
235 name = "scopeguard"
236 version = "1.1.0"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
239
240 [[package]]
241 name = "signal-hook-registry"
242 version = "1.4.0"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
245 dependencies = [
246  "libc",
247 ]
248
249 [[package]]
250 name = "smallvec"
251 version = "1.9.0"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
254
255 [[package]]
256 name = "socket2"
257 version = "0.4.4"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
260 dependencies = [
261  "libc",
262  "winapi",
263 ]
264
265 [[package]]
266 name = "syn"
267 version = "1.0.98"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
270 dependencies = [
271  "proc-macro2",
272  "quote",
273  "unicode-ident",
274 ]
275
276 [[package]]
277 name = "tokio"
278 version = "1.19.2"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
281 dependencies = [
282  "bytes",
283  "libc",
284  "memchr",
285  "mio",
286  "num_cpus",
287  "once_cell",
288  "parking_lot",
289  "pin-project-lite",
290  "signal-hook-registry",
291  "socket2",
292  "tokio-macros",
293  "winapi",
294 ]
295
296 [[package]]
297 name = "tokio-macros"
298 version = "1.8.0"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
301 dependencies = [
302  "proc-macro2",
303  "quote",
304  "syn",
305 ]
306
307 [[package]]
308 name = "unicode-ident"
309 version = "1.0.1"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
312
313 [[package]]
314 name = "wasi"
315 version = "0.9.0+wasi-snapshot-preview1"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
318
319 [[package]]
320 name = "wasi"
321 version = "0.11.0+wasi-snapshot-preview1"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
324
325 [[package]]
326 name = "winapi"
327 version = "0.3.9"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
330 dependencies = [
331  "winapi-i686-pc-windows-gnu",
332  "winapi-x86_64-pc-windows-gnu",
333 ]
334
335 [[package]]
336 name = "winapi-i686-pc-windows-gnu"
337 version = "0.4.0"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
340
341 [[package]]
342 name = "winapi-x86_64-pc-windows-gnu"
343 version = "0.4.0"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
346
347 [[package]]
348 name = "windows-sys"
349 version = "0.36.1"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
352 dependencies = [
353  "windows_aarch64_msvc",
354  "windows_i686_gnu",
355  "windows_i686_msvc",
356  "windows_x86_64_gnu",
357  "windows_x86_64_msvc",
358 ]
359
360 [[package]]
361 name = "windows_aarch64_msvc"
362 version = "0.36.1"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
365
366 [[package]]
367 name = "windows_i686_gnu"
368 version = "0.36.1"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
371
372 [[package]]
373 name = "windows_i686_msvc"
374 version = "0.36.1"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
377
378 [[package]]
379 name = "windows_x86_64_gnu"
380 version = "0.36.1"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
383
384 [[package]]
385 name = "windows_x86_64_msvc"
386 version = "0.36.1"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
388 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"