Cargo.lock 200 KB
Newer Older
1
2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Gavin Wood's avatar
Gavin Wood committed
3
4
5
6
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
7
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
Gavin Wood's avatar
Gavin Wood committed
8
dependencies = [
9
10
 "lazy_static",
 "regex",
Gavin Wood's avatar
Gavin Wood committed
11
12
]

13
14
[[package]]
name = "addr2line"
15
version = "0.12.1"
16
source = "registry+https://github.com/rust-lang/crates.io-index"
17
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
18
19
20
21
dependencies = [
 "gimli 0.21.0",
]

22
23
[[package]]
name = "adler32"
24
version = "1.0.4"
25
source = "registry+https://github.com/rust-lang/crates.io-index"
26
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
27

28
29
[[package]]
name = "aes-ctr"
30
version = "0.3.0"
31
source = "registry+https://github.com/rust-lang/crates.io-index"
32
checksum = "d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee"
33
dependencies = [
34
35
36
37
 "aes-soft",
 "aesni",
 "ctr",
 "stream-cipher",
38
39
40
41
]

[[package]]
name = "aes-soft"
42
version = "0.3.3"
43
source = "registry+https://github.com/rust-lang/crates.io-index"
44
checksum = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d"
45
dependencies = [
46
 "block-cipher-trait",
47
 "byteorder",
48
 "opaque-debug",
49
50
51
52
]

[[package]]
name = "aesni"
53
version = "0.6.0"
54
source = "registry+https://github.com/rust-lang/crates.io-index"
55
checksum = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100"
56
dependencies = [
57
58
59
 "block-cipher-trait",
 "opaque-debug",
 "stream-cipher",
60
61
]

62
63
[[package]]
name = "ahash"
64
version = "0.2.18"
65
source = "registry+https://github.com/rust-lang/crates.io-index"
66
checksum = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3"
67
dependencies = [
68
 "const-random",
69
70
]

71
72
[[package]]
name = "aho-corasick"
73
version = "0.7.10"
74
source = "registry+https://github.com/rust-lang/crates.io-index"
75
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
76
dependencies = [
77
 "memchr",
78
79
]

80
81
82
83
[[package]]
name = "alga"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
84
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
85
dependencies = [
86
87
88
 "approx",
 "num-complex",
 "num-traits 0.2.11",
89
90
]

asynchronous rob's avatar
asynchronous rob committed
91
92
93
94
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
95
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
asynchronous rob's avatar
asynchronous rob committed
96
dependencies = [
97
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
98
99
]

100
101
102
103
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
104
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
105
dependencies = [
106
 "winapi 0.3.8",
107
108
]

109
110
[[package]]
name = "anyhow"
111
version = "1.0.31"
112
source = "registry+https://github.com/rust-lang/crates.io-index"
113
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
114

115
116
117
118
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
119
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
120
dependencies = [
121
 "num-traits 0.2.11",
122
123
]

124
125
[[package]]
name = "arc-swap"
126
version = "0.4.6"
127
source = "registry+https://github.com/rust-lang/crates.io-index"
128
checksum = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62"
129

asynchronous rob's avatar
asynchronous rob committed
130
131
[[package]]
name = "arrayref"
Gavin Wood's avatar
Gavin Wood committed
132
version = "0.3.6"
asynchronous rob's avatar
asynchronous rob committed
133
source = "registry+https://github.com/rust-lang/crates.io-index"
134
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
asynchronous rob's avatar
asynchronous rob committed
135
136
137

[[package]]
name = "arrayvec"
138
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
139
source = "registry+https://github.com/rust-lang/crates.io-index"
140
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
asynchronous rob's avatar
asynchronous rob committed
141
dependencies = [
142
 "nodrop",
asynchronous rob's avatar
asynchronous rob committed
143
144
]

145
146
147
148
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
149
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
150

asynchronous rob's avatar
asynchronous rob committed
151
152
[[package]]
name = "asn1_der"
153
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
154
source = "registry+https://github.com/rust-lang/crates.io-index"
155
checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"
asynchronous rob's avatar
asynchronous rob committed
156
dependencies = [
157
 "asn1_der_derive",
158
159
160
161
]

[[package]]
name = "asn1_der_derive"
162
version = "0.1.2"
163
source = "registry+https://github.com/rust-lang/crates.io-index"
164
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
165
dependencies = [
166
 "quote 1.0.6",
167
 "syn 1.0.27",
asynchronous rob's avatar
asynchronous rob committed
168
169
]

170
171
[[package]]
name = "assert_cmd"
172
version = "0.12.2"
173
source = "registry+https://github.com/rust-lang/crates.io-index"
174
checksum = "936fcf2c692b37c696cd0002c57752b2d9478402450c9ca4a463f6afae16d6f5"
175
dependencies = [
176
177
178
179
180
 "doc-comment",
 "escargot",
 "predicates",
 "predicates-core",
 "predicates-tree",
181
 "wait-timeout",
182
183
]

Gavin Wood's avatar
Gavin Wood committed
184
185
186
187
[[package]]
name = "assert_matches"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
188
checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
Gavin Wood's avatar
Gavin Wood committed
189

190
191
192
193
194
195
196
197
198
199
[[package]]
name = "async-macros"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421d59b24c1feea2496e409b3e0a8de23e5fc130a2ddc0b012e551f3b272bba"
dependencies = [
 "futures-core-preview",
 "pin-utils",
]

200
201
[[package]]
name = "async-std"
202
version = "0.99.12"
203
source = "registry+https://github.com/rust-lang/crates.io-index"
204
checksum = "44501a9f7961bb539b67be0c428b3694e26557046a52759ca7eaf790030a64cc"
205
dependencies = [
206
207
208
 "async-macros",
 "async-task 1.3.1",
 "crossbeam-channel 0.3.9",
209
 "crossbeam-deque",
210
 "crossbeam-utils 0.6.6",
211
212
 "futures-core",
 "futures-io",
213
 "futures-timer 1.0.3",
214
215
216
217
218
219
220
221
222
223
 "kv-log-macro",
 "log 0.4.8",
 "memchr",
 "mio",
 "mio-uds",
 "num_cpus",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "slab",
224
225
]

226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
[[package]]
name = "async-std"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a45cee2749d880d7066e328a7e161c7470ced883b2fd000ca4643e9f1dd5083a"
dependencies = [
 "async-task 3.0.0",
 "crossbeam-utils 0.7.2",
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-timer 3.0.2",
 "kv-log-macro",
 "log 0.4.8",
 "memchr",
 "num_cpus",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "slab",
 "smol",
 "wasm-bindgen-futures",
]

250
251
[[package]]
name = "async-task"
Gavin Wood's avatar
Gavin Wood committed
252
version = "1.3.1"
253
source = "registry+https://github.com/rust-lang/crates.io-index"
254
checksum = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d"
255
dependencies = [
256
257
 "libc",
 "winapi 0.3.8",
258
259
]

260
261
262
263
264
265
[[package]]
name = "async-task"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17772156ef2829aadc587461c7753af20b7e8db1529bc66855add962a3b35d3"

266
267
[[package]]
name = "async-tls"
268
version = "0.7.0"
269
source = "registry+https://github.com/rust-lang/crates.io-index"
270
checksum = "95fd83426b89b034bf4e9ceb9c533c2f2386b813fd3dcae0a425ec6f1837d78a"
271
dependencies = [
272
 "futures 0.3.5",
273
 "rustls",
274
 "webpki",
275
 "webpki-roots 0.19.0",
276
277
]

asynchronous rob's avatar
asynchronous rob committed
278
279
[[package]]
name = "atty"
Gavin Wood's avatar
Gavin Wood committed
280
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
281
source = "registry+https://github.com/rust-lang/crates.io-index"
282
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
asynchronous rob's avatar
asynchronous rob committed
283
dependencies = [
284
285
286
 "hermit-abi",
 "libc",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
287
288
]

289
290
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
291
version = "0.1.7"
292
source = "registry+https://github.com/rust-lang/crates.io-index"
293
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
294

Gavin Wood's avatar
Gavin Wood committed
295
296
297
298
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
299
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
Gavin Wood's avatar
Gavin Wood committed
300

asynchronous rob's avatar
asynchronous rob committed
301
302
[[package]]
name = "backtrace"
303
version = "0.3.48"
asynchronous rob's avatar
asynchronous rob committed
304
source = "registry+https://github.com/rust-lang/crates.io-index"
305
checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
asynchronous rob's avatar
asynchronous rob committed
306
dependencies = [
307
 "addr2line",
308
309
 "cfg-if",
 "libc",
310
 "object 0.19.0",
311
 "rustc-demangle",
asynchronous rob's avatar
asynchronous rob committed
312
313
314
]

[[package]]
315
316
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
317
source = "registry+https://github.com/rust-lang/crates.io-index"
318
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
asynchronous rob's avatar
asynchronous rob committed
319

320
321
322
323
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
324
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
325

326
327
328
329
330
331
[[package]]
name = "base64"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42"

Gavin Wood's avatar
Gavin Wood committed
332
333
[[package]]
name = "bincode"
Gavin Wood's avatar
Gavin Wood committed
334
version = "1.2.1"
Gavin Wood's avatar
Gavin Wood committed
335
source = "registry+https://github.com/rust-lang/crates.io-index"
336
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
Gavin Wood's avatar
Gavin Wood committed
337
dependencies = [
338
 "byteorder",
339
 "serde",
Gavin Wood's avatar
Gavin Wood committed
340
341
]

342
343
[[package]]
name = "bindgen"
344
version = "0.53.3"
345
source = "registry+https://github.com/rust-lang/crates.io-index"
346
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
347
dependencies = [
348
349
350
351
352
 "bitflags",
 "cexpr",
 "cfg-if",
 "clang-sys",
 "clap",
353
 "env_logger",
354
355
356
357
 "lazy_static",
 "lazycell",
 "log 0.4.8",
 "peeking_take_while",
358
 "proc-macro2 1.0.17",
359
 "quote 1.0.6",
360
361
362
363
 "regex",
 "rustc-hash",
 "shlex",
 "which",
364
365
]

366
367
[[package]]
name = "bitflags"
368
version = "1.2.1"
369
source = "registry+https://github.com/rust-lang/crates.io-index"
370
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
371

asynchronous rob's avatar
asynchronous rob committed
372
[[package]]
373
374
name = "bitmask"
version = "0.5.0"
375
source = "registry+https://github.com/rust-lang/crates.io-index"
376
checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
asynchronous rob's avatar
asynchronous rob committed
377

Gavin Wood's avatar
Gavin Wood committed
378
379
[[package]]
name = "bitvec"
380
version = "0.17.4"
Gavin Wood's avatar
Gavin Wood committed
381
source = "registry+https://github.com/rust-lang/crates.io-index"
382
383
384
385
386
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
dependencies = [
 "either",
 "radium",
]
Gavin Wood's avatar
Gavin Wood committed
387

388
389
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
390
version = "0.8.1"
391
source = "registry+https://github.com/rust-lang/crates.io-index"
392
checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"
393
dependencies = [
394
395
396
397
 "byte-tools",
 "crypto-mac",
 "digest",
 "opaque-debug",
398
399
]

asynchronous rob's avatar
asynchronous rob committed
400
401
402
403
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
404
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
asynchronous rob's avatar
asynchronous rob committed
405
dependencies = [
406
407
 "arrayvec 0.4.12",
 "constant_time_eq",
asynchronous rob's avatar
asynchronous rob committed
408
409
]

Gavin Wood's avatar
Gavin Wood committed
410
411
[[package]]
name = "blake2b_simd"
Gavin Wood's avatar
Gavin Wood committed
412
version = "0.5.10"
Gavin Wood's avatar
Gavin Wood committed
413
source = "registry+https://github.com/rust-lang/crates.io-index"
414
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
Gavin Wood's avatar
Gavin Wood committed
415
dependencies = [
416
417
418
 "arrayref",
 "arrayvec 0.5.1",
 "constant_time_eq",
Gavin Wood's avatar
Gavin Wood committed
419
420
]

421
422
423
424
425
426
427
428
429
430
431
[[package]]
name = "blake2s_simd"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9e07352b829279624ceb7c64adb4f585dacdb81d35cafae81139ccd617cf44"
dependencies = [
 "arrayref",
 "arrayvec 0.5.1",
 "constant_time_eq",
]

432
433
[[package]]
name = "block-buffer"
434
version = "0.7.3"
435
source = "registry+https://github.com/rust-lang/crates.io-index"
436
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
437
dependencies = [
438
439
 "block-padding",
 "byte-tools",
440
 "byteorder",
441
 "generic-array",
442
443
]

444
445
[[package]]
name = "block-cipher-trait"
446
version = "0.6.2"
447
source = "registry+https://github.com/rust-lang/crates.io-index"
448
checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774"
449
dependencies = [
450
 "generic-array",
451
452
]

453
454
[[package]]
name = "block-padding"
455
version = "0.1.5"
456
source = "registry+https://github.com/rust-lang/crates.io-index"
457
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
458
dependencies = [
459
 "byte-tools",
460
461
]

asynchronous rob's avatar
asynchronous rob committed
462
463
[[package]]
name = "bs58"
464
version = "0.3.1"
asynchronous rob's avatar
asynchronous rob committed
465
source = "registry+https://github.com/rust-lang/crates.io-index"
466
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
asynchronous rob's avatar
asynchronous rob committed
467

468
469
[[package]]
name = "bstr"
470
version = "0.2.13"
471
source = "registry+https://github.com/rust-lang/crates.io-index"
472
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
473
dependencies = [
474
 "memchr",
475
476
]

477
478
[[package]]
name = "bumpalo"
479
version = "3.3.0"
480
source = "registry+https://github.com/rust-lang/crates.io-index"
481
checksum = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6"
482

483
484
[[package]]
name = "byte-slice-cast"
Gavin Wood's avatar
Gavin Wood committed
485
version = "0.3.5"
486
source = "registry+https://github.com/rust-lang/crates.io-index"
487
checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
488

489
490
[[package]]
name = "byte-tools"
491
version = "0.3.1"
492
source = "registry+https://github.com/rust-lang/crates.io-index"
493
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
494

asynchronous rob's avatar
asynchronous rob committed
495
496
[[package]]
name = "byteorder"
497
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
498
source = "registry+https://github.com/rust-lang/crates.io-index"
499
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
asynchronous rob's avatar
asynchronous rob committed
500
501
502

[[package]]
name = "bytes"
503
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
504
source = "registry+https://github.com/rust-lang/crates.io-index"
505
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
asynchronous rob's avatar
asynchronous rob committed
506
dependencies = [
507
 "byteorder",
508
509
 "either",
 "iovec",
asynchronous rob's avatar
asynchronous rob committed
510
511
]

Gavin Wood's avatar
Gavin Wood committed
512
513
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
514
version = "0.5.4"
Gavin Wood's avatar
Gavin Wood committed
515
source = "registry+https://github.com/rust-lang/crates.io-index"
516
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
517

518
519
520
521
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
522
checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
523

asynchronous rob's avatar
asynchronous rob committed
524
525
[[package]]
name = "cc"
526
version = "1.0.54"
asynchronous rob's avatar
asynchronous rob committed
527
source = "registry+https://github.com/rust-lang/crates.io-index"
528
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
529
dependencies = [
530
 "jobserver",
531
532
533
534
]

[[package]]
name = "cexpr"
535
version = "0.4.0"
536
source = "registry+https://github.com/rust-lang/crates.io-index"
537
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
538
dependencies = [
539
 "nom",
540
]
asynchronous rob's avatar
asynchronous rob committed
541
542
543

[[package]]
name = "cfg-if"
544
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
545
source = "registry+https://github.com/rust-lang/crates.io-index"
546
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
asynchronous rob's avatar
asynchronous rob committed
547

548
549
550
551
[[package]]
name = "chacha20-poly1305-aead"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
552
checksum = "77d2058ba29594f69c75e8a9018e0485e3914ca5084e3613cd64529042f5423b"
553
dependencies = [
554
 "constant_time_eq",
555
556
]

asynchronous rob's avatar
asynchronous rob committed
557
558
[[package]]
name = "chrono"
559
version = "0.4.11"
asynchronous rob's avatar
asynchronous rob committed
560
source = "registry+https://github.com/rust-lang/crates.io-index"
561
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
asynchronous rob's avatar
asynchronous rob committed
562
dependencies = [
563
564
565
566
567
 "js-sys",
 "num-integer",
 "num-traits 0.2.11",
 "time",
 "wasm-bindgen",
asynchronous rob's avatar
asynchronous rob committed
568
569
]

570
571
[[package]]
name = "clang-sys"
572
version = "0.29.3"
573
source = "registry+https://github.com/rust-lang/crates.io-index"
574
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
575
dependencies = [
576
577
578
 "glob",
 "libc",
 "libloading",
579
580
]

asynchronous rob's avatar
asynchronous rob committed
581
582
[[package]]
name = "clap"
583
version = "2.33.1"
asynchronous rob's avatar
asynchronous rob committed
584
source = "registry+https://github.com/rust-lang/crates.io-index"
585
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
asynchronous rob's avatar
asynchronous rob committed
586
dependencies = [
587
588
589
590
591
592
593
 "ansi_term 0.11.0",
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
594
595
596
597
598
599
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
600
checksum = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17"
601
dependencies = [
602
 "cc",
asynchronous rob's avatar
asynchronous rob committed
603
604
605
606
607
608
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
609
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
asynchronous rob's avatar
asynchronous rob committed
610
dependencies = [
611
 "bitflags",
asynchronous rob's avatar
asynchronous rob committed
612
613
]

614
615
616
617
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
618
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
619
dependencies = [
620
621
 "cfg-if",
 "wasm-bindgen",
622
623
624
625
626
627
]

[[package]]
name = "console_log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
628
checksum = "1e7871d2947441b0fdd8e2bd1ce2a2f75304f896582c0d572162d48290683c48"
629
dependencies = [
630
631
 "log 0.4.8",
 "web-sys",
632
633
]

634
635
[[package]]
name = "const-random"
Gavin Wood's avatar
Gavin Wood committed
636
version = "0.1.8"
637
source = "registry+https://github.com/rust-lang/crates.io-index"
638
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
639
dependencies = [
640
641
 "const-random-macro",
 "proc-macro-hack",
642
643
644
645
]

[[package]]
name = "const-random-macro"
Gavin Wood's avatar
Gavin Wood committed
646
version = "0.1.8"
647
source = "registry+https://github.com/rust-lang/crates.io-index"
648
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
649
dependencies = [
650
651
 "getrandom",
 "proc-macro-hack",
652
653
]

asynchronous rob's avatar
asynchronous rob committed
654
655
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
656
version = "0.1.5"
asynchronous rob's avatar
asynchronous rob committed
657
source = "registry+https://github.com/rust-lang/crates.io-index"
658
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
asynchronous rob's avatar
asynchronous rob committed
659

660
661
[[package]]
name = "core-foundation"
Gavin Wood's avatar
Gavin Wood committed
662
version = "0.7.0"
663
source = "registry+https://github.com/rust-lang/crates.io-index"
664
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
665
dependencies = [
666
667
 "core-foundation-sys",
 "libc",
668
669
670
671
]

[[package]]
name = "core-foundation-sys"
Gavin Wood's avatar
Gavin Wood committed
672
version = "0.7.0"
673
source = "registry+https://github.com/rust-lang/crates.io-index"
674
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
675

Gavin Wood's avatar
Gavin Wood committed
676
[[package]]
Gavin Wood's avatar
Gavin Wood committed
677
name = "cranelift-bforest"
678
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
679
source = "registry+https://github.com/rust-lang/crates.io-index"
680
checksum = "d4425bb6c3f3d2f581c650f1a1fdd3196a975490149cf59bea9d34c3bea79eda"
Gavin Wood's avatar
Gavin Wood committed
681
dependencies = [
682
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
683
684
685
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
686
name = "cranelift-codegen"
687
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
688
source = "registry+https://github.com/rust-lang/crates.io-index"
689
checksum = "d166b289fd30062ee6de86284750fc3fe5d037c6b864b3326ce153239b0626e1"
Gavin Wood's avatar
Gavin Wood committed
690
dependencies = [
691
 "byteorder",
692
693
694
695
 "cranelift-bforest",
 "cranelift-codegen-meta",
 "cranelift-codegen-shared",
 "cranelift-entity",
696
 "gimli 0.20.0",
697
 "log 0.4.8",
698
 "regalloc",
699
 "serde",
700
 "smallvec 1.4.0",
701
702
 "target-lexicon",
 "thiserror",
Gavin Wood's avatar
Gavin Wood committed
703
704
705
706
]

[[package]]
name = "cranelift-codegen-meta"
707
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
708
source = "registry+https://github.com/rust-lang/crates.io-index"
709
checksum = "02c9fb2306a36d41c5facd4bf3400bc6c157185c43a96eaaa503471c34c5144b"
Gavin Wood's avatar
Gavin Wood committed
710
dependencies = [
711
712
 "cranelift-codegen-shared",
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
713
714
715
716
]

[[package]]
name = "cranelift-codegen-shared"
717
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
718
source = "registry+https://github.com/rust-lang/crates.io-index"
719
checksum = "44e0cfe9b1f97d9f836bca551618106c7d53b93b579029ecd38e73daa7eb689e"
Gavin Wood's avatar
Gavin Wood committed
720
721
722

[[package]]
name = "cranelift-entity"
723
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
724
source = "registry+https://github.com/rust-lang/crates.io-index"
725
checksum = "926a73c432e5ba9c891171ff50b75e7d992cd76cd271f0a0a0ba199138077472"
Gavin Wood's avatar
Gavin Wood committed
726
dependencies = [
727
 "serde",
Gavin Wood's avatar
Gavin Wood committed
728
729
730
731
]

[[package]]
name = "cranelift-frontend"
732
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
733
source = "registry+https://github.com/rust-lang/crates.io-index"
734
checksum = "e45f82e3446dd1ebb8c2c2f6a6b0e6cd6cd52965c7e5f7b1b35e9a9ace31ccde"
Gavin Wood's avatar
Gavin Wood committed
735
dependencies = [
736
737
 "cranelift-codegen",
 "log 0.4.8",
738
 "smallvec 1.4.0",
739
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
740
741
742
743
]

[[package]]
name = "cranelift-native"
744
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
745
source = "registry+https://github.com/rust-lang/crates.io-index"
746
checksum = "488b5d481bb0996a143e55a9d1739ef425efa20d4a5e5e98c859a8573c9ead9a"
Gavin Wood's avatar
Gavin Wood committed
747
dependencies = [
748
749
750
 "cranelift-codegen",
 "raw-cpuid",
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
751
752
753
754
]

[[package]]
name = "cranelift-wasm"
755
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
756
source = "registry+https://github.com/rust-lang/crates.io-index"
757
checksum = "00aa8dde71fd9fdb1958e7b0ef8f524c1560e2c6165e4ea54bc302b40551c161"
Gavin Wood's avatar
Gavin Wood committed
758
dependencies = [
759
760
761
762
763
764
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "log 0.4.8",
 "serde",
 "thiserror",
765
 "wasmparser 0.51.4",
Gavin Wood's avatar
Gavin Wood committed
766
]
Gavin Wood's avatar
Gavin Wood committed
767

768
[[package]]
769
770
name = "crc32fast"
version = "1.2.0"
771
source = "registry+https://github.com/rust-lang/crates.io-index"
772
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
773
dependencies = [
774
 "cfg-if",
775
776
]

777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
[[package]]
name = "crossbeam"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
dependencies = [
 "cfg-if",
 "crossbeam-channel 0.4.2",
 "crossbeam-deque",
 "crossbeam-epoch",
 "crossbeam-queue",
 "crossbeam-utils 0.7.2",
]

[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
dependencies = [
 "crossbeam-utils 0.6.6",
]

800
801
[[package]]
name = "crossbeam-channel"
802
version = "0.4.2"
803
source = "registry+https://github.com/rust-lang/crates.io-index"
804
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
805
dependencies = [
806
 "crossbeam-utils 0.7.2",
807
 "maybe-uninit",
808
809
]

810
811
[[package]]
name = "crossbeam-deque"
812
version = "0.7.3"
813
source = "registry+https://github.com/rust-lang/crates.io-index"
814
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
815
dependencies = [
816
 "crossbeam-epoch",
817
 "crossbeam-utils 0.7.2",
818
 "maybe-uninit",
819
820
]

asynchronous rob's avatar
asynchronous rob committed
821
822
[[package]]
name = "crossbeam-epoch"
823
version = "0.8.2"
asynchronous rob's avatar
asynchronous rob committed
824
source = "registry+https://github.com/rust-lang/crates.io-index"
825
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
asynchronous rob's avatar
asynchronous rob committed
826
dependencies = [
827
828
 "autocfg 1.0.0",
 "cfg-if",
829
 "crossbeam-utils 0.7.2",
830
831
832
833
 "lazy_static",
 "maybe-uninit",
 "memoffset",
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
834
835
]

836
837
[[package]]
name = "crossbeam-queue"
Gavin Wood's avatar
Gavin Wood committed
838
version = "0.2.1"
839
source = "registry+https://github.com/rust-lang/crates.io-index"
840
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
841
dependencies = [
842
 "cfg-if",
843
844
845
846
847
848
849
850
851
852
853
 "crossbeam-utils 0.7.2",
]

[[package]]
name = "crossbeam-utils"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
dependencies = [
 "cfg-if",
 "lazy_static",
854
]
855

856
857
[[package]]
name = "crossbeam-utils"
858
version = "0.7.2"
859
source = "registry+https://github.com/rust-lang/crates.io-index"
860
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
861
dependencies = [
862
863
864
 "autocfg 1.0.0",
 "cfg-if",
 "lazy_static",
865
866
]

867
868
[[package]]
name = "crunchy"
869
version = "0.2.2"
870
source = "registry+https://github.com/rust-lang/crates.io-index"
871
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
872
873
874

[[package]]
name = "crypto-mac"
875
version = "0.7.0"
876
source = "registry+https://github.com/rust-lang/crates.io-index"
877
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
878
dependencies = [
879
880
 "generic-array",
 "subtle 1.0.0",
881
882
]

Gavin Wood's avatar
Gavin Wood committed
883
884
885
886
[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
887
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
Gavin Wood's avatar
Gavin Wood committed
888
dependencies = [