]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Merge pull request #872 from bjorn3/dependabot/cargo/cranelift-codegen-062e984
[rust.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "ar"
5 version = "0.8.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7
8 [[package]]
9 name = "autocfg"
10 version = "0.1.7"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12
13 [[package]]
14 name = "bitflags"
15 version = "1.2.1"
16 source = "registry+https://github.com/rust-lang/crates.io-index"
17
18 [[package]]
19 name = "byteorder"
20 version = "1.3.2"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22
23 [[package]]
24 name = "cc"
25 version = "1.0.50"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27
28 [[package]]
29 name = "cfg-if"
30 version = "0.1.10"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32
33 [[package]]
34 name = "cranelift-bforest"
35 version = "0.56.0"
36 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
37 dependencies = [
38  "cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
39 ]
40
41 [[package]]
42 name = "cranelift-codegen"
43 version = "0.56.0"
44 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
45 dependencies = [
46  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
47  "cranelift-bforest 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
48  "cranelift-codegen-meta 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
49  "cranelift-codegen-shared 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
50  "cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
51  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
52  "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
53  "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
54  "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
55 ]
56
57 [[package]]
58 name = "cranelift-codegen-meta"
59 version = "0.56.0"
60 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
61 dependencies = [
62  "cranelift-codegen-shared 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
63  "cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
64 ]
65
66 [[package]]
67 name = "cranelift-codegen-shared"
68 version = "0.56.0"
69 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
70
71 [[package]]
72 name = "cranelift-entity"
73 version = "0.56.0"
74 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
75
76 [[package]]
77 name = "cranelift-frontend"
78 version = "0.56.0"
79 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
80 dependencies = [
81  "cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
82  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
83  "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
84  "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
85 ]
86
87 [[package]]
88 name = "cranelift-module"
89 version = "0.56.0"
90 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
91 dependencies = [
92  "cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
93  "cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
94  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
95  "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
96 ]
97
98 [[package]]
99 name = "cranelift-native"
100 version = "0.56.0"
101 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
102 dependencies = [
103  "cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
104  "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
105  "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
106 ]
107
108 [[package]]
109 name = "cranelift-object"
110 version = "0.56.0"
111 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
112 dependencies = [
113  "cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
114  "cranelift-module 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
115  "object 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
116  "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
117 ]
118
119 [[package]]
120 name = "cranelift-simplejit"
121 version = "0.56.0"
122 source = "git+https://github.com/bytecodealliance/cranelift/#062e984cddb39bfe41f3abcb4653e76670960a69"
123 dependencies = [
124  "cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
125  "cranelift-module 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
126  "cranelift-native 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
127  "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
128  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
129  "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
130  "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
131  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
132 ]
133
134 [[package]]
135 name = "crc32fast"
136 version = "1.2.0"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 dependencies = [
139  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
140 ]
141
142 [[package]]
143 name = "errno"
144 version = "0.2.4"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 dependencies = [
147  "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
148  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
149  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
150 ]
151
152 [[package]]
153 name = "errno-dragonfly"
154 version = "0.1.1"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 dependencies = [
157  "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
158  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
159 ]
160
161 [[package]]
162 name = "gcc"
163 version = "0.3.55"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165
166 [[package]]
167 name = "gimli"
168 version = "0.20.0"
169 source = "registry+https://github.com/rust-lang/crates.io-index"
170 dependencies = [
171  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
172  "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
173 ]
174
175 [[package]]
176 name = "goblin"
177 version = "0.1.3"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 dependencies = [
180  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
181  "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
182  "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
183 ]
184
185 [[package]]
186 name = "indexmap"
187 version = "1.3.0"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 dependencies = [
190  "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
191 ]
192
193 [[package]]
194 name = "libc"
195 version = "0.2.66"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197
198 [[package]]
199 name = "libloading"
200 version = "0.5.2"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
202 dependencies = [
203  "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
204  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
205 ]
206
207 [[package]]
208 name = "log"
209 version = "0.4.8"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 dependencies = [
212  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
213 ]
214
215 [[package]]
216 name = "mach"
217 version = "0.2.3"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 dependencies = [
220  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
221 ]
222
223 [[package]]
224 name = "object"
225 version = "0.17.0"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 dependencies = [
228  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
229  "goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
230  "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
231  "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
232  "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
233  "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
234 ]
235
236 [[package]]
237 name = "plain"
238 version = "0.2.3"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240
241 [[package]]
242 name = "proc-macro2"
243 version = "1.0.7"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 dependencies = [
246  "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
247 ]
248
249 [[package]]
250 name = "quote"
251 version = "1.0.2"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 dependencies = [
254  "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
255 ]
256
257 [[package]]
258 name = "raw-cpuid"
259 version = "7.0.3"
260 source = "registry+https://github.com/rust-lang/crates.io-index"
261 dependencies = [
262  "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
263  "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
264  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
265 ]
266
267 [[package]]
268 name = "region"
269 version = "2.1.2"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
271 dependencies = [
272  "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
273  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
274  "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
275  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
276 ]
277
278 [[package]]
279 name = "rustc_codegen_cranelift"
280 version = "0.1.0"
281 dependencies = [
282  "ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
283  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
284  "cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
285  "cranelift-frontend 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
286  "cranelift-module 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
287  "cranelift-object 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
288  "cranelift-simplejit 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
289  "gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
290  "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
291  "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
292  "object 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
293  "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
294 ]
295
296 [[package]]
297 name = "rustc_version"
298 version = "0.2.3"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 dependencies = [
301  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
302 ]
303
304 [[package]]
305 name = "scroll"
306 version = "0.10.1"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 dependencies = [
309  "scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
310 ]
311
312 [[package]]
313 name = "scroll_derive"
314 version = "0.10.1"
315 source = "registry+https://github.com/rust-lang/crates.io-index"
316 dependencies = [
317  "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
318  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
319  "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
320 ]
321
322 [[package]]
323 name = "semver"
324 version = "0.9.0"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 dependencies = [
327  "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
328 ]
329
330 [[package]]
331 name = "semver-parser"
332 version = "0.7.0"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
334
335 [[package]]
336 name = "smallvec"
337 version = "1.1.0"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339
340 [[package]]
341 name = "syn"
342 version = "1.0.13"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
344 dependencies = [
345  "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
346  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
347  "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
348 ]
349
350 [[package]]
351 name = "target-lexicon"
352 version = "0.10.0"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354
355 [[package]]
356 name = "thiserror"
357 version = "1.0.9"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 dependencies = [
360  "thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
361 ]
362
363 [[package]]
364 name = "thiserror-impl"
365 version = "1.0.9"
366 source = "registry+https://github.com/rust-lang/crates.io-index"
367 dependencies = [
368  "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
369  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
370  "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
371 ]
372
373 [[package]]
374 name = "unicode-xid"
375 version = "0.2.0"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377
378 [[package]]
379 name = "uuid"
380 version = "0.8.1"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382
383 [[package]]
384 name = "winapi"
385 version = "0.3.8"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 dependencies = [
388  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
389  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
390 ]
391
392 [[package]]
393 name = "winapi-i686-pc-windows-gnu"
394 version = "0.4.0"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396
397 [[package]]
398 name = "winapi-x86_64-pc-windows-gnu"
399 version = "0.4.0"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
401
402 [metadata]
403 "checksum ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
404 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
405 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
406 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
407 "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
408 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
409 "checksum cranelift-bforest 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
410 "checksum cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
411 "checksum cranelift-codegen-meta 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
412 "checksum cranelift-codegen-shared 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
413 "checksum cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
414 "checksum cranelift-frontend 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
415 "checksum cranelift-module 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
416 "checksum cranelift-native 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
417 "checksum cranelift-object 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
418 "checksum cranelift-simplejit 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
419 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
420 "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
421 "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
422 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
423 "checksum gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
424 "checksum goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da"
425 "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
426 "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
427 "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
428 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
429 "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
430 "checksum object 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea44a4fd660ab0f38434934ca0212e90fbeaaee54126ef20a3451c30c95bafae"
431 "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
432 "checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc"
433 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
434 "checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
435 "checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
436 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
437 "checksum scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
438 "checksum scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28"
439 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
440 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
441 "checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
442 "checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8"
443 "checksum target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
444 "checksum thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6f357d1814b33bc2dc221243f8424104bfe72dbe911d5b71b3816a2dff1c977e"
445 "checksum thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2e25d25307eb8436894f727aba8f65d07adf02e5b35a13cebed48bd282bfef"
446 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
447 "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
448 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
449 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
450 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"