Cargo.lock 192 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 = "adler32"
15
version = "1.0.4"
16
source = "registry+https://github.com/rust-lang/crates.io-index"
17
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
18

19
20
[[package]]
name = "aes-ctr"
21
version = "0.3.0"
22
source = "registry+https://github.com/rust-lang/crates.io-index"
23
checksum = "d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee"
24
dependencies = [
25
26
27
28
 "aes-soft",
 "aesni",
 "ctr",
 "stream-cipher",
29
30
31
32
]

[[package]]
name = "aes-soft"
33
version = "0.3.3"
34
source = "registry+https://github.com/rust-lang/crates.io-index"
35
checksum = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d"
36
dependencies = [
37
 "block-cipher-trait",
38
 "byteorder",
39
 "opaque-debug",
40
41
42
43
]

[[package]]
name = "aesni"
44
version = "0.6.0"
45
source = "registry+https://github.com/rust-lang/crates.io-index"
46
checksum = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100"
47
dependencies = [
48
49
50
 "block-cipher-trait",
 "opaque-debug",
 "stream-cipher",
51
52
]

53
54
[[package]]
name = "ahash"
55
version = "0.2.18"
56
source = "registry+https://github.com/rust-lang/crates.io-index"
57
checksum = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3"
58
dependencies = [
59
 "const-random",
60
61
]

62
63
[[package]]
name = "aho-corasick"
64
version = "0.7.10"
65
source = "registry+https://github.com/rust-lang/crates.io-index"
66
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
67
dependencies = [
68
 "memchr",
69
70
]

71
72
73
74
[[package]]
name = "alga"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
75
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
76
dependencies = [
77
78
79
 "approx",
 "num-complex",
 "num-traits 0.2.11",
80
81
]

asynchronous rob's avatar
asynchronous rob committed
82
83
84
85
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
86
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
asynchronous rob's avatar
asynchronous rob committed
87
dependencies = [
88
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
89
90
]

91
92
93
94
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
95
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
96
dependencies = [
97
 "winapi 0.3.8",
98
99
]

100
101
[[package]]
name = "anyhow"
102
version = "1.0.28"
103
source = "registry+https://github.com/rust-lang/crates.io-index"
104
checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
105

asynchronous rob's avatar
asynchronous rob committed
106
107
108
109
[[package]]
name = "app_dirs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
110
checksum = "e73a24bad9bd6a94d6395382a6c69fe071708ae4409f763c5475e14ee896313d"
asynchronous rob's avatar
asynchronous rob committed
111
dependencies = [
112
113
114
115
 "ole32-sys",
 "shell32-sys",
 "winapi 0.2.8",
 "xdg",
asynchronous rob's avatar
asynchronous rob committed
116
117
]

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

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

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

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

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

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

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

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

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

193
194
[[package]]
name = "async-std"
195
196
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
checksum = "538ecb01eb64eecd772087e5b6f7540cbc917f047727339a472dafed2185b267"
dependencies = [
 "async-task",
 "broadcaster",
 "crossbeam-channel",
 "crossbeam-deque",
 "crossbeam-utils",
 "futures-core",
 "futures-io",
 "futures-timer 2.0.2",
 "kv-log-macro",
 "log 0.4.8",
 "memchr",
 "mio",
 "mio-uds",
 "num_cpus",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "slab",
217
218
219
220
]

[[package]]
name = "async-task"
Gavin Wood's avatar
Gavin Wood committed
221
version = "1.3.1"
222
source = "registry+https://github.com/rust-lang/crates.io-index"
223
checksum = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d"
224
dependencies = [
225
226
 "libc",
 "winapi 0.3.8",
227
228
]

229
230
[[package]]
name = "async-tls"
231
version = "0.7.0"
232
source = "registry+https://github.com/rust-lang/crates.io-index"
233
checksum = "95fd83426b89b034bf4e9ceb9c533c2f2386b813fd3dcae0a425ec6f1837d78a"
234
dependencies = [
235
 "futures 0.3.4",
236
 "rustls",
237
 "webpki",
238
 "webpki-roots 0.19.0",
239
240
]

asynchronous rob's avatar
asynchronous rob committed
241
242
[[package]]
name = "atty"
Gavin Wood's avatar
Gavin Wood committed
243
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
244
source = "registry+https://github.com/rust-lang/crates.io-index"
245
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
asynchronous rob's avatar
asynchronous rob committed
246
dependencies = [
247
248
249
 "hermit-abi",
 "libc",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
250
251
]

252
253
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
254
version = "0.1.7"
255
source = "registry+https://github.com/rust-lang/crates.io-index"
256
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
257

Gavin Wood's avatar
Gavin Wood committed
258
259
260
261
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
262
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
Gavin Wood's avatar
Gavin Wood committed
263

asynchronous rob's avatar
asynchronous rob committed
264
265
[[package]]
name = "backtrace"
266
version = "0.3.46"
asynchronous rob's avatar
asynchronous rob committed
267
source = "registry+https://github.com/rust-lang/crates.io-index"
268
checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
asynchronous rob's avatar
asynchronous rob committed
269
dependencies = [
270
271
272
273
 "backtrace-sys",
 "cfg-if",
 "libc",
 "rustc-demangle",
asynchronous rob's avatar
asynchronous rob committed
274
275
276
277
]

[[package]]
name = "backtrace-sys"
278
version = "0.1.36"
asynchronous rob's avatar
asynchronous rob committed
279
source = "registry+https://github.com/rust-lang/crates.io-index"
280
checksum = "78848718ee1255a2485d1309ad9cdecfc2e7d0362dd11c6829364c6b35ae1bc7"
asynchronous rob's avatar
asynchronous rob committed
281
dependencies = [
282
283
 "cc",
 "libc",
asynchronous rob's avatar
asynchronous rob committed
284
285
286
]

[[package]]
287
288
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
289
source = "registry+https://github.com/rust-lang/crates.io-index"
290
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
asynchronous rob's avatar
asynchronous rob committed
291

292
293
294
295
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
296
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
297

Gavin Wood's avatar
Gavin Wood committed
298
299
[[package]]
name = "bincode"
Gavin Wood's avatar
Gavin Wood committed
300
version = "1.2.1"
Gavin Wood's avatar
Gavin Wood committed
301
source = "registry+https://github.com/rust-lang/crates.io-index"
302
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
Gavin Wood's avatar
Gavin Wood committed
303
dependencies = [
304
 "byteorder",
305
 "serde",
Gavin Wood's avatar
Gavin Wood committed
306
307
]

308
309
[[package]]
name = "bindgen"
310
version = "0.53.2"
311
source = "registry+https://github.com/rust-lang/crates.io-index"
312
checksum = "6bb26d6a69a335b8cb0e7c7e9775cd5666611dc50a37177c3f2cedcfc040e8c8"
313
dependencies = [
314
315
316
317
318
319
320
321
322
323
 "bitflags",
 "cexpr",
 "cfg-if",
 "clang-sys",
 "clap",
 "env_logger 0.7.1",
 "lazy_static",
 "lazycell",
 "log 0.4.8",
 "peeking_take_while",
324
 "proc-macro2 1.0.10",
325
326
327
328
329
 "quote 1.0.3",
 "regex",
 "rustc-hash",
 "shlex",
 "which",
330
331
]

332
333
[[package]]
name = "bitflags"
334
version = "1.2.1"
335
source = "registry+https://github.com/rust-lang/crates.io-index"
336
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
337

asynchronous rob's avatar
asynchronous rob committed
338
[[package]]
339
340
name = "bitmask"
version = "0.5.0"
341
source = "registry+https://github.com/rust-lang/crates.io-index"
342
checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
asynchronous rob's avatar
asynchronous rob committed
343

Gavin Wood's avatar
Gavin Wood committed
344
345
[[package]]
name = "bitvec"
346
version = "0.17.4"
Gavin Wood's avatar
Gavin Wood committed
347
source = "registry+https://github.com/rust-lang/crates.io-index"
348
349
350
351
352
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
dependencies = [
 "either",
 "radium",
]
Gavin Wood's avatar
Gavin Wood committed
353

354
355
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
356
version = "0.8.1"
357
source = "registry+https://github.com/rust-lang/crates.io-index"
358
checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"
359
dependencies = [
360
361
362
363
 "byte-tools",
 "crypto-mac",
 "digest",
 "opaque-debug",
364
365
]

asynchronous rob's avatar
asynchronous rob committed
366
367
368
369
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
370
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
asynchronous rob's avatar
asynchronous rob committed
371
dependencies = [
372
373
 "arrayvec 0.4.12",
 "constant_time_eq",
asynchronous rob's avatar
asynchronous rob committed
374
375
]

Gavin Wood's avatar
Gavin Wood committed
376
377
[[package]]
name = "blake2b_simd"
Gavin Wood's avatar
Gavin Wood committed
378
version = "0.5.10"
Gavin Wood's avatar
Gavin Wood committed
379
source = "registry+https://github.com/rust-lang/crates.io-index"
380
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
Gavin Wood's avatar
Gavin Wood committed
381
dependencies = [
382
383
384
 "arrayref",
 "arrayvec 0.5.1",
 "constant_time_eq",
Gavin Wood's avatar
Gavin Wood committed
385
386
]

387
388
389
390
391
392
393
394
395
396
397
[[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",
]

398
399
[[package]]
name = "block-buffer"
400
version = "0.7.3"
401
source = "registry+https://github.com/rust-lang/crates.io-index"
402
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
403
dependencies = [
404
405
 "block-padding",
 "byte-tools",
406
 "byteorder",
407
 "generic-array",
408
409
]

410
411
[[package]]
name = "block-cipher-trait"
412
version = "0.6.2"
413
source = "registry+https://github.com/rust-lang/crates.io-index"
414
checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774"
415
dependencies = [
416
 "generic-array",
417
418
]

419
420
[[package]]
name = "block-padding"
421
version = "0.1.5"
422
source = "registry+https://github.com/rust-lang/crates.io-index"
423
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
424
dependencies = [
425
 "byte-tools",
426
427
]

428
429
[[package]]
name = "broadcaster"
430
version = "1.0.0"
431
source = "registry+https://github.com/rust-lang/crates.io-index"
432
checksum = "d9c972e21e0d055a36cf73e4daae870941fe7a8abcd5ac3396aab9e4c126bd87"
433
dependencies = [
434
435
436
437
 "futures-channel",
 "futures-core",
 "futures-sink",
 "futures-util",
438
 "parking_lot 0.10.2",
439
 "slab",
440
441
]

asynchronous rob's avatar
asynchronous rob committed
442
443
[[package]]
name = "bs58"
444
version = "0.3.1"
asynchronous rob's avatar
asynchronous rob committed
445
source = "registry+https://github.com/rust-lang/crates.io-index"
446
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
asynchronous rob's avatar
asynchronous rob committed
447

448
449
[[package]]
name = "bstr"
450
version = "0.2.12"
451
source = "registry+https://github.com/rust-lang/crates.io-index"
452
checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41"
453
dependencies = [
454
 "memchr",
455
456
]

457
458
[[package]]
name = "bumpalo"
459
version = "3.2.1"
460
source = "registry+https://github.com/rust-lang/crates.io-index"
461
checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
462

463
464
[[package]]
name = "byte-slice-cast"
Gavin Wood's avatar
Gavin Wood committed
465
version = "0.3.5"
466
source = "registry+https://github.com/rust-lang/crates.io-index"
467
checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
468

469
470
[[package]]
name = "byte-tools"
471
version = "0.3.1"
472
source = "registry+https://github.com/rust-lang/crates.io-index"
473
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
474

asynchronous rob's avatar
asynchronous rob committed
475
476
[[package]]
name = "byteorder"
477
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
478
source = "registry+https://github.com/rust-lang/crates.io-index"
479
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
asynchronous rob's avatar
asynchronous rob committed
480
481
482

[[package]]
name = "bytes"
483
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
484
source = "registry+https://github.com/rust-lang/crates.io-index"
485
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
asynchronous rob's avatar
asynchronous rob committed
486
dependencies = [
487
 "byteorder",
488
489
 "either",
 "iovec",
asynchronous rob's avatar
asynchronous rob committed
490
491
]

Gavin Wood's avatar
Gavin Wood committed
492
493
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
494
version = "0.5.4"
Gavin Wood's avatar
Gavin Wood committed
495
source = "registry+https://github.com/rust-lang/crates.io-index"
496
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
497

498
499
500
501
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
502
checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
503

asynchronous rob's avatar
asynchronous rob committed
504
505
[[package]]
name = "cc"
Gavin Wood's avatar
Gavin Wood committed
506
version = "1.0.50"
asynchronous rob's avatar
asynchronous rob committed
507
source = "registry+https://github.com/rust-lang/crates.io-index"
508
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
509
dependencies = [
510
 "jobserver",
511
512
513
514
]

[[package]]
name = "cexpr"
515
version = "0.4.0"
516
source = "registry+https://github.com/rust-lang/crates.io-index"
517
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
518
dependencies = [
519
 "nom",
520
]
asynchronous rob's avatar
asynchronous rob committed
521
522
523

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

528
529
530
531
[[package]]
name = "chacha20-poly1305-aead"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
532
checksum = "77d2058ba29594f69c75e8a9018e0485e3914ca5084e3613cd64529042f5423b"
533
dependencies = [
534
 "constant_time_eq",
535
536
]

asynchronous rob's avatar
asynchronous rob committed
537
538
[[package]]
name = "chrono"
539
version = "0.4.11"
asynchronous rob's avatar
asynchronous rob committed
540
source = "registry+https://github.com/rust-lang/crates.io-index"
541
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
asynchronous rob's avatar
asynchronous rob committed
542
dependencies = [
543
544
545
546
547
 "js-sys",
 "num-integer",
 "num-traits 0.2.11",
 "time",
 "wasm-bindgen",
asynchronous rob's avatar
asynchronous rob committed
548
549
]

550
551
[[package]]
name = "clang-sys"
552
version = "0.29.3"
553
source = "registry+https://github.com/rust-lang/crates.io-index"
554
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
555
dependencies = [
556
557
558
 "glob",
 "libc",
 "libloading",
559
560
]

asynchronous rob's avatar
asynchronous rob committed
561
562
[[package]]
name = "clap"
563
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
564
source = "registry+https://github.com/rust-lang/crates.io-index"
565
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
asynchronous rob's avatar
asynchronous rob committed
566
dependencies = [
567
568
569
570
571
572
573
 "ansi_term 0.11.0",
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
574
575
576
577
578
579
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
580
checksum = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17"
581
dependencies = [
582
 "cc",
asynchronous rob's avatar
asynchronous rob committed
583
584
585
586
587
588
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
589
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
asynchronous rob's avatar
asynchronous rob committed
590
dependencies = [
591
 "bitflags",
asynchronous rob's avatar
asynchronous rob committed
592
593
]

594
595
596
597
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
598
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
599
dependencies = [
600
601
 "cfg-if",
 "wasm-bindgen",
602
603
604
605
606
607
]

[[package]]
name = "console_log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
608
checksum = "1e7871d2947441b0fdd8e2bd1ce2a2f75304f896582c0d572162d48290683c48"
609
dependencies = [
610
611
 "log 0.4.8",
 "web-sys",
612
613
]

614
615
[[package]]
name = "const-random"
Gavin Wood's avatar
Gavin Wood committed
616
version = "0.1.8"
617
source = "registry+https://github.com/rust-lang/crates.io-index"
618
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
619
dependencies = [
620
621
 "const-random-macro",
 "proc-macro-hack",
622
623
624
625
]

[[package]]
name = "const-random-macro"
Gavin Wood's avatar
Gavin Wood committed
626
version = "0.1.8"
627
source = "registry+https://github.com/rust-lang/crates.io-index"
628
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
629
dependencies = [
630
631
 "getrandom",
 "proc-macro-hack",
632
633
]

asynchronous rob's avatar
asynchronous rob committed
634
635
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
636
version = "0.1.5"
asynchronous rob's avatar
asynchronous rob committed
637
source = "registry+https://github.com/rust-lang/crates.io-index"
638
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
asynchronous rob's avatar
asynchronous rob committed
639

640
641
[[package]]
name = "core-foundation"
Gavin Wood's avatar
Gavin Wood committed
642
version = "0.7.0"
643
source = "registry+https://github.com/rust-lang/crates.io-index"
644
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
645
dependencies = [
646
647
 "core-foundation-sys",
 "libc",
648
649
650
651
]

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

Gavin Wood's avatar
Gavin Wood committed
656
[[package]]
Gavin Wood's avatar
Gavin Wood committed
657
name = "cranelift-bforest"
658
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
659
source = "registry+https://github.com/rust-lang/crates.io-index"
660
checksum = "45a9c21f8042b9857bda93f6c1910b9f9f24100187a3d3d52f214a34e3dc5818"
Gavin Wood's avatar
Gavin Wood committed
661
dependencies = [
662
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
663
664
665
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
666
name = "cranelift-codegen"
667
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
668
source = "registry+https://github.com/rust-lang/crates.io-index"
669
checksum = "7853f77a6e4a33c67a69c40f5e1bb982bd2dc5c4a22e17e67b65bbccf9b33b2e"
Gavin Wood's avatar
Gavin Wood committed
670
dependencies = [
671
 "byteorder",
672
673
674
675
676
677
678
 "cranelift-bforest",
 "cranelift-codegen-meta",
 "cranelift-codegen-shared",
 "cranelift-entity",
 "gimli",
 "log 0.4.8",
 "serde",
679
 "smallvec 1.3.0",
680
681
 "target-lexicon",
 "thiserror",
Gavin Wood's avatar
Gavin Wood committed
682
683
684
685
]

[[package]]
name = "cranelift-codegen-meta"
686
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
687
source = "registry+https://github.com/rust-lang/crates.io-index"
688
checksum = "084cd6d5fb0d1da28acd72c199471bfb09acc703ec8f3bf07b1699584272a3b9"
Gavin Wood's avatar
Gavin Wood committed
689
dependencies = [
690
691
 "cranelift-codegen-shared",
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
692
693
694
695
]

[[package]]
name = "cranelift-codegen-shared"
696
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
697
source = "registry+https://github.com/rust-lang/crates.io-index"
698
checksum = "701b599783305a58c25027a4d73f2d6b599b2d8ef3f26677275f480b4d51e05d"
Gavin Wood's avatar
Gavin Wood committed
699
700
701

[[package]]
name = "cranelift-entity"
702
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
703
source = "registry+https://github.com/rust-lang/crates.io-index"
704
checksum = "b88e792b28e1ebbc0187b72ba5ba880dad083abe9231a99d19604d10c9e73f38"
Gavin Wood's avatar
Gavin Wood committed
705
dependencies = [
706
 "serde",
Gavin Wood's avatar
Gavin Wood committed
707
708
709
710
]

[[package]]
name = "cranelift-frontend"
711
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
712
source = "registry+https://github.com/rust-lang/crates.io-index"
713
checksum = "518344698fa6c976d853319218415fdfb4f1bc6b42d0b2e2df652e55dff1f778"
Gavin Wood's avatar
Gavin Wood committed
714
dependencies = [
715
716
 "cranelift-codegen",
 "log 0.4.8",
717
 "smallvec 1.3.0",
718
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
719
720
721
722
]

[[package]]
name = "cranelift-native"
723
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
724
source = "registry+https://github.com/rust-lang/crates.io-index"
725
checksum = "32daf082da21c0c05d93394ff4842c2ab7c4991b1f3186a1d952f8ac660edd0b"
Gavin Wood's avatar
Gavin Wood committed
726
dependencies = [
727
728
729
 "cranelift-codegen",
 "raw-cpuid",
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
730
731
732
733
]

[[package]]
name = "cranelift-wasm"
734
version = "0.59.0"
Gavin Wood's avatar
Gavin Wood committed
735
source = "registry+https://github.com/rust-lang/crates.io-index"
736
checksum = "e2aa816f554a3ef739a5d17ca3081a1f8983f04c944ea8ff60fb8d9dd8cd2d7b"
Gavin Wood's avatar
Gavin Wood committed
737
dependencies = [
738
739
740
741
742
743
744
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "log 0.4.8",
 "serde",
 "thiserror",
 "wasmparser",
Gavin Wood's avatar
Gavin Wood committed
745
]
Gavin Wood's avatar
Gavin Wood committed
746

747
[[package]]
748
749
name = "crc32fast"
version = "1.2.0"
750
source = "registry+https://github.com/rust-lang/crates.io-index"
751
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
752
dependencies = [
753
 "cfg-if",
754
755
]

756
757
[[package]]
name = "crossbeam-channel"
758
version = "0.4.2"
759
source = "registry+https://github.com/rust-lang/crates.io-index"
760
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
761
dependencies = [
762
763
 "crossbeam-utils",
 "maybe-uninit",
764
765
]

766
767
[[package]]
name = "crossbeam-deque"
768
version = "0.7.3"
769
source = "registry+https://github.com/rust-lang/crates.io-index"
770
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
771
dependencies = [
772
773
774
 "crossbeam-epoch",
 "crossbeam-utils",
 "maybe-uninit",
775
776
]

asynchronous rob's avatar
asynchronous rob committed
777
778
[[package]]
name = "crossbeam-epoch"
779
version = "0.8.2"
asynchronous rob's avatar
asynchronous rob committed
780
source = "registry+https://github.com/rust-lang/crates.io-index"
781
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
asynchronous rob's avatar
asynchronous rob committed
782
dependencies = [
783
784
785
786
787
788
789
 "autocfg 1.0.0",
 "cfg-if",
 "crossbeam-utils",
 "lazy_static",
 "maybe-uninit",
 "memoffset",
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
790
791
]

792
793
[[package]]
name = "crossbeam-queue"
Gavin Wood's avatar
Gavin Wood committed
794
version = "0.2.1"
795
source = "registry+https://github.com/rust-lang/crates.io-index"
796
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
797
dependencies = [
798
799
 "cfg-if",
 "crossbeam-utils",
800
]
801

802
803
[[package]]
name = "crossbeam-utils"
804
version = "0.7.2"
805
source = "registry+https://github.com/rust-lang/crates.io-index"
806
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
807
dependencies = [
808
809
810
 "autocfg 1.0.0",
 "cfg-if",
 "lazy_static",
811
812
]

813
814
[[package]]
name = "crunchy"
815
version = "0.2.2"
816
source = "registry+https://github.com/rust-lang/crates.io-index"
817
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
818
819
820

[[package]]
name = "crypto-mac"
821
version = "0.7.0"
822
source = "registry+https://github.com/rust-lang/crates.io-index"
823
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
824
dependencies = [
825
826
 "generic-array",
 "subtle 1.0.0",
827
828
]

Gavin Wood's avatar
Gavin Wood committed
829
830
831
832
[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
833
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
Gavin Wood's avatar
Gavin Wood committed
834
dependencies = [
835
 "sct",
Gavin Wood's avatar
Gavin Wood committed
836
837
]

838
839
[[package]]
name = "ctr"
840
version = "0.3.2"
841
source = "registry+https://github.com/rust-lang/crates.io-index"
842
checksum = "022cd691704491df67d25d006fe8eca083098253c4d43516c2206479c58c6736"
843
dependencies = [
844
845
 "block-cipher-trait",
 "stream-cipher",
846
847
]

Gavin Wood's avatar
Gavin Wood committed
848
849
850
851
[[package]]
name = "curve25519-dalek"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
852
checksum = "26778518a7f6cffa1d25a44b602b62b979bd88adb9e99ffec546998cf3404839"
Gavin Wood's avatar
Gavin Wood committed
853
dependencies = [
854
 "byteorder",
855
856
857
858
 "digest",
 "rand_core 0.5.1",
 "subtle 2.2.2",
 "zeroize",
Gavin Wood's avatar
Gavin Wood committed
859
860
]

861
862
[[package]]
name = "data-encoding"
863
version = "2.2.0"
864
source = "registry+https://github.com/rust-lang/crates.io-index"
865
checksum = "11c0346158a19b3627234e15596f5e465c360fcdb97d817bcb255e0510f5a788"
866

867
868
[[package]]
name = "derive_more"
869
version = "0.14.1"