]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.lock
Add failing page_size test.
[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  "issue_rust_86261",
25  "page_size",
26  "rand",
27  "serde_derive",
28 ]
29
30 [[package]]
31 name = "cdylib"
32 version = "0.1.0"
33 dependencies = [
34  "byteorder",
35 ]
36
37 [[package]]
38 name = "cfg-if"
39 version = "1.0.0"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
42
43 [[package]]
44 name = "exported_symbol"
45 version = "0.1.0"
46 dependencies = [
47  "exported_symbol_dep",
48 ]
49
50 [[package]]
51 name = "exported_symbol_dep"
52 version = "0.1.0"
53
54 [[package]]
55 name = "getrandom"
56 version = "0.1.16"
57 source = "registry+https://github.com/rust-lang/crates.io-index"
58 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
59 dependencies = [
60  "cfg-if",
61  "libc",
62  "wasi 0.9.0+wasi-snapshot-preview1",
63 ]
64
65 [[package]]
66 name = "getrandom"
67 version = "0.2.2"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
70 dependencies = [
71  "cfg-if",
72  "libc",
73  "wasi 0.10.2+wasi-snapshot-preview1",
74 ]
75
76 [[package]]
77 name = "hermit-abi"
78 version = "0.1.18"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
81 dependencies = [
82  "libc",
83 ]
84
85 [[package]]
86 name = "issue_1567"
87 version = "0.1.0"
88 dependencies = [
89  "byteorder",
90 ]
91
92 [[package]]
93 name = "issue_1691"
94 version = "0.1.0"
95
96 [[package]]
97 name = "issue_1705"
98 version = "0.1.0"
99 dependencies = [
100  "byteorder",
101 ]
102
103 [[package]]
104 name = "issue_1760"
105 version = "0.1.0"
106
107 [[package]]
108 name = "issue_rust_86261"
109 version = "0.1.0"
110
111 [[package]]
112 name = "libc"
113 version = "0.2.92"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
116
117 [[package]]
118 name = "num_cpus"
119 version = "1.13.0"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
122 dependencies = [
123  "hermit-abi",
124  "libc",
125 ]
126
127 [[package]]
128 name = "page_size"
129 version = "0.4.2"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
132 dependencies = [
133  "libc",
134  "winapi",
135 ]
136
137 [[package]]
138 name = "ppv-lite86"
139 version = "0.2.10"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
142
143 [[package]]
144 name = "proc-macro2"
145 version = "1.0.26"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
148 dependencies = [
149  "unicode-xid",
150 ]
151
152 [[package]]
153 name = "quote"
154 version = "1.0.9"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
157 dependencies = [
158  "proc-macro2",
159 ]
160
161 [[package]]
162 name = "rand"
163 version = "0.8.3"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
166 dependencies = [
167  "libc",
168  "rand_chacha",
169  "rand_core",
170  "rand_hc",
171 ]
172
173 [[package]]
174 name = "rand_chacha"
175 version = "0.3.0"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
178 dependencies = [
179  "ppv-lite86",
180  "rand_core",
181 ]
182
183 [[package]]
184 name = "rand_core"
185 version = "0.6.2"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
188 dependencies = [
189  "getrandom 0.2.2",
190 ]
191
192 [[package]]
193 name = "rand_hc"
194 version = "0.3.0"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
197 dependencies = [
198  "rand_core",
199 ]
200
201 [[package]]
202 name = "serde_derive"
203 version = "1.0.125"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
206 dependencies = [
207  "proc-macro2",
208  "quote",
209  "syn",
210 ]
211
212 [[package]]
213 name = "subcrate"
214 version = "0.1.0"
215 dependencies = [
216  "num_cpus",
217 ]
218
219 [[package]]
220 name = "syn"
221 version = "1.0.68"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
224 dependencies = [
225  "proc-macro2",
226  "quote",
227  "unicode-xid",
228 ]
229
230 [[package]]
231 name = "unicode-xid"
232 version = "0.2.1"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
235
236 [[package]]
237 name = "wasi"
238 version = "0.9.0+wasi-snapshot-preview1"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
241
242 [[package]]
243 name = "wasi"
244 version = "0.10.2+wasi-snapshot-preview1"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
247
248 [[package]]
249 name = "winapi"
250 version = "0.3.9"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
253 dependencies = [
254  "winapi-i686-pc-windows-gnu",
255  "winapi-x86_64-pc-windows-gnu",
256 ]
257
258 [[package]]
259 name = "winapi-i686-pc-windows-gnu"
260 version = "0.4.0"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
263
264 [[package]]
265 name = "winapi-x86_64-pc-windows-gnu"
266 version = "0.4.0"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"