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