]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/test_dependencies/Cargo.lock
Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa
[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.2.1"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
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.133"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"
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.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 = "page_size"
128 version = "0.4.2"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
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.3"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
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.16"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
170
171 [[package]]
172 name = "proc-macro2"
173 version = "1.0.45"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "3edcd08cf4fea98d1ae6c9ddd3b8ccb1acac7c3693d62625969a7daa04a2ae36"
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.7",
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.9.0"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
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.101"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2"
264 dependencies = [
265  "proc-macro2",
266  "quote",
267  "unicode-ident",
268 ]
269
270 [[package]]
271 name = "tokio"
272 version = "1.21.2"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
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.4"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
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.36.1"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
346 dependencies = [
347  "windows_aarch64_msvc",
348  "windows_i686_gnu",
349  "windows_i686_msvc",
350  "windows_x86_64_gnu",
351  "windows_x86_64_msvc",
352 ]
353
354 [[package]]
355 name = "windows_aarch64_msvc"
356 version = "0.36.1"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
359
360 [[package]]
361 name = "windows_i686_gnu"
362 version = "0.36.1"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
365
366 [[package]]
367 name = "windows_i686_msvc"
368 version = "0.36.1"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
371
372 [[package]]
373 name = "windows_x86_64_gnu"
374 version = "0.36.1"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
377
378 [[package]]
379 name = "windows_x86_64_msvc"
380 version = "0.36.1"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"