Cargo.lock 202 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.1.0"
25
source = "registry+https://github.com/rust-lang/crates.io-index"
26
checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
27

28
29
[[package]]
name = "ahash"
30
version = "0.2.18"
31
source = "registry+https://github.com/rust-lang/crates.io-index"
32
checksum = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3"
33
dependencies = [
34
 "const-random",
35
36
]

37
38
[[package]]
name = "aho-corasick"
39
version = "0.7.10"
40
source = "registry+https://github.com/rust-lang/crates.io-index"
41
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
42
dependencies = [
43
 "memchr",
44
45
]

46
47
48
49
[[package]]
name = "alga"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
50
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
51
dependencies = [
52
53
 "approx",
 "num-complex",
54
 "num-traits 0.2.12",
55
56
]

asynchronous rob's avatar
asynchronous rob committed
57
58
59
60
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
61
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
asynchronous rob's avatar
asynchronous rob committed
62
dependencies = [
63
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
64
65
]

66
67
68
69
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
70
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
71
dependencies = [
72
 "winapi 0.3.8",
73
74
]

75
76
[[package]]
name = "anyhow"
77
version = "1.0.31"
78
source = "registry+https://github.com/rust-lang/crates.io-index"
79
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
80

81
82
83
84
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
85
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
86
dependencies = [
87
 "num-traits 0.2.12",
88
89
]

90
91
[[package]]
name = "arc-swap"
92
version = "0.4.7"
93
source = "registry+https://github.com/rust-lang/crates.io-index"
94
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
95

asynchronous rob's avatar
asynchronous rob committed
96
97
[[package]]
name = "arrayref"
Gavin Wood's avatar
Gavin Wood committed
98
version = "0.3.6"
asynchronous rob's avatar
asynchronous rob committed
99
source = "registry+https://github.com/rust-lang/crates.io-index"
100
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
asynchronous rob's avatar
asynchronous rob committed
101
102
103

[[package]]
name = "arrayvec"
104
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
105
source = "registry+https://github.com/rust-lang/crates.io-index"
106
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
asynchronous rob's avatar
asynchronous rob committed
107
dependencies = [
108
 "nodrop",
asynchronous rob's avatar
asynchronous rob committed
109
110
]

111
112
113
114
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
115
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
116

asynchronous rob's avatar
asynchronous rob committed
117
118
[[package]]
name = "asn1_der"
119
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
120
source = "registry+https://github.com/rust-lang/crates.io-index"
121
checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"
asynchronous rob's avatar
asynchronous rob committed
122
dependencies = [
123
 "asn1_der_derive",
124
125
126
127
]

[[package]]
name = "asn1_der_derive"
128
version = "0.1.2"
129
source = "registry+https://github.com/rust-lang/crates.io-index"
130
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
131
dependencies = [
132
133
 "quote 1.0.7",
 "syn 1.0.31",
asynchronous rob's avatar
asynchronous rob committed
134
135
]

136
137
[[package]]
name = "assert_cmd"
138
version = "0.12.2"
139
source = "registry+https://github.com/rust-lang/crates.io-index"
140
checksum = "936fcf2c692b37c696cd0002c57752b2d9478402450c9ca4a463f6afae16d6f5"
141
dependencies = [
142
143
144
145
146
 "doc-comment",
 "escargot",
 "predicates",
 "predicates-core",
 "predicates-tree",
147
 "wait-timeout",
148
149
]

Gavin Wood's avatar
Gavin Wood committed
150
151
152
153
[[package]]
name = "assert_matches"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
154
checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
Gavin Wood's avatar
Gavin Wood committed
155

156
157
[[package]]
name = "async-std"
158
version = "1.5.0"
159
source = "registry+https://github.com/rust-lang/crates.io-index"
160
checksum = "538ecb01eb64eecd772087e5b6f7540cbc917f047727339a472dafed2185b267"
161
dependencies = [
162
163
 "async-task",
 "broadcaster",
164
 "crossbeam-channel",
165
 "crossbeam-deque",
166
 "crossbeam-utils",
167
168
 "futures-core",
 "futures-io",
169
 "futures-timer 2.0.2",
170
171
172
 "kv-log-macro",
 "log 0.4.8",
 "memchr",
173
174
 "mio",
 "mio-uds",
175
176
177
178
179
180
181
 "num_cpus",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "slab",
]

182
183
[[package]]
name = "async-task"
Gavin Wood's avatar
Gavin Wood committed
184
version = "1.3.1"
185
source = "registry+https://github.com/rust-lang/crates.io-index"
186
checksum = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d"
187
dependencies = [
188
189
 "libc",
 "winapi 0.3.8",
190
191
]

192
193
[[package]]
name = "async-tls"
194
version = "0.7.0"
195
source = "registry+https://github.com/rust-lang/crates.io-index"
196
checksum = "95fd83426b89b034bf4e9ceb9c533c2f2386b813fd3dcae0a425ec6f1837d78a"
197
dependencies = [
198
 "futures 0.3.5",
199
 "rustls",
200
 "webpki",
201
 "webpki-roots 0.19.0",
202
203
]

asynchronous rob's avatar
asynchronous rob committed
204
205
[[package]]
name = "atty"
Gavin Wood's avatar
Gavin Wood committed
206
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
207
source = "registry+https://github.com/rust-lang/crates.io-index"
208
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
asynchronous rob's avatar
asynchronous rob committed
209
dependencies = [
210
211
212
 "hermit-abi",
 "libc",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
213
214
]

215
216
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
217
version = "0.1.7"
218
source = "registry+https://github.com/rust-lang/crates.io-index"
219
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
220

Gavin Wood's avatar
Gavin Wood committed
221
222
223
224
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
225
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
Gavin Wood's avatar
Gavin Wood committed
226

asynchronous rob's avatar
asynchronous rob committed
227
228
[[package]]
name = "backtrace"
229
version = "0.3.49"
asynchronous rob's avatar
asynchronous rob committed
230
source = "registry+https://github.com/rust-lang/crates.io-index"
231
checksum = "05100821de9e028f12ae3d189176b41ee198341eb8f369956407fea2f5cc666c"
asynchronous rob's avatar
asynchronous rob committed
232
dependencies = [
233
 "addr2line",
234
235
 "cfg-if",
 "libc",
236
237
 "miniz_oxide",
 "object 0.20.0",
238
 "rustc-demangle",
asynchronous rob's avatar
asynchronous rob committed
239
240
241
]

[[package]]
242
243
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
244
source = "registry+https://github.com/rust-lang/crates.io-index"
245
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
asynchronous rob's avatar
asynchronous rob committed
246

247
248
249
250
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
251
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
252

253
254
[[package]]
name = "base64"
255
version = "0.12.2"
256
source = "registry+https://github.com/rust-lang/crates.io-index"
257
checksum = "e223af0dc48c96d4f8342ec01a4974f139df863896b316681efd36742f22cc67"
258

Gavin Wood's avatar
Gavin Wood committed
259
260
[[package]]
name = "bincode"
Gavin Wood's avatar
Gavin Wood committed
261
version = "1.2.1"
Gavin Wood's avatar
Gavin Wood committed
262
source = "registry+https://github.com/rust-lang/crates.io-index"
263
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
Gavin Wood's avatar
Gavin Wood committed
264
dependencies = [
265
 "byteorder",
266
 "serde",
Gavin Wood's avatar
Gavin Wood committed
267
268
]

269
270
[[package]]
name = "bindgen"
271
version = "0.53.3"
272
source = "registry+https://github.com/rust-lang/crates.io-index"
273
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
274
dependencies = [
275
276
277
278
279
 "bitflags",
 "cexpr",
 "cfg-if",
 "clang-sys",
 "clap",
280
 "env_logger",
281
282
283
284
 "lazy_static",
 "lazycell",
 "log 0.4.8",
 "peeking_take_while",
285
286
 "proc-macro2 1.0.18",
 "quote 1.0.7",
287
288
289
290
 "regex",
 "rustc-hash",
 "shlex",
 "which",
291
292
]

293
294
[[package]]
name = "bitflags"
295
version = "1.2.1"
296
source = "registry+https://github.com/rust-lang/crates.io-index"
297
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
298

asynchronous rob's avatar
asynchronous rob committed
299
[[package]]
300
301
name = "bitmask"
version = "0.5.0"
302
source = "registry+https://github.com/rust-lang/crates.io-index"
303
checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
asynchronous rob's avatar
asynchronous rob committed
304

Gavin Wood's avatar
Gavin Wood committed
305
306
[[package]]
name = "bitvec"
307
version = "0.17.4"
Gavin Wood's avatar
Gavin Wood committed
308
source = "registry+https://github.com/rust-lang/crates.io-index"
309
310
311
312
313
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
dependencies = [
 "either",
 "radium",
]
Gavin Wood's avatar
Gavin Wood committed
314

315
316
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
317
version = "0.8.1"
318
source = "registry+https://github.com/rust-lang/crates.io-index"
319
checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"
320
dependencies = [
321
322
323
324
 "byte-tools",
 "crypto-mac",
 "digest",
 "opaque-debug",
325
326
]

asynchronous rob's avatar
asynchronous rob committed
327
328
329
330
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
331
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
asynchronous rob's avatar
asynchronous rob committed
332
dependencies = [
333
334
 "arrayvec 0.4.12",
 "constant_time_eq",
asynchronous rob's avatar
asynchronous rob committed
335
336
]

Gavin Wood's avatar
Gavin Wood committed
337
338
[[package]]
name = "blake2b_simd"
Gavin Wood's avatar
Gavin Wood committed
339
version = "0.5.10"
Gavin Wood's avatar
Gavin Wood committed
340
source = "registry+https://github.com/rust-lang/crates.io-index"
341
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
Gavin Wood's avatar
Gavin Wood committed
342
dependencies = [
343
344
345
 "arrayref",
 "arrayvec 0.5.1",
 "constant_time_eq",
Gavin Wood's avatar
Gavin Wood committed
346
347
]

348
349
350
351
352
353
354
355
356
357
358
[[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",
]

359
360
[[package]]
name = "block-buffer"
361
version = "0.7.3"
362
source = "registry+https://github.com/rust-lang/crates.io-index"
363
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
364
dependencies = [
365
366
 "block-padding",
 "byte-tools",
367
 "byteorder",
368
 "generic-array",
369
370
371
372
]

[[package]]
name = "block-padding"
373
version = "0.1.5"
374
source = "registry+https://github.com/rust-lang/crates.io-index"
375
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
376
dependencies = [
377
 "byte-tools",
378
379
]

380
381
382
383
384
385
386
387
388
389
390
391
392
393
[[package]]
name = "broadcaster"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c972e21e0d055a36cf73e4daae870941fe7a8abcd5ac3396aab9e4c126bd87"
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-sink",
 "futures-util",
 "parking_lot 0.10.2",
 "slab",
]

asynchronous rob's avatar
asynchronous rob committed
394
395
[[package]]
name = "bs58"
396
version = "0.3.1"
asynchronous rob's avatar
asynchronous rob committed
397
source = "registry+https://github.com/rust-lang/crates.io-index"
398
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
asynchronous rob's avatar
asynchronous rob committed
399

400
401
[[package]]
name = "bstr"
402
version = "0.2.13"
403
source = "registry+https://github.com/rust-lang/crates.io-index"
404
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
405
dependencies = [
406
 "memchr",
407
408
]

409
410
[[package]]
name = "bumpalo"
411
version = "3.4.0"
412
source = "registry+https://github.com/rust-lang/crates.io-index"
413
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
414

415
416
[[package]]
name = "byte-slice-cast"
Gavin Wood's avatar
Gavin Wood committed
417
version = "0.3.5"
418
source = "registry+https://github.com/rust-lang/crates.io-index"
419
checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
420

421
422
[[package]]
name = "byte-tools"
423
version = "0.3.1"
424
source = "registry+https://github.com/rust-lang/crates.io-index"
425
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
426

asynchronous rob's avatar
asynchronous rob committed
427
428
[[package]]
name = "byteorder"
429
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
430
source = "registry+https://github.com/rust-lang/crates.io-index"
431
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
asynchronous rob's avatar
asynchronous rob committed
432
433
434

[[package]]
name = "bytes"
435
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
436
source = "registry+https://github.com/rust-lang/crates.io-index"
437
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
asynchronous rob's avatar
asynchronous rob committed
438
dependencies = [
439
 "byteorder",
440
441
 "either",
 "iovec",
asynchronous rob's avatar
asynchronous rob committed
442
443
]

Gavin Wood's avatar
Gavin Wood committed
444
445
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
446
version = "0.5.4"
Gavin Wood's avatar
Gavin Wood committed
447
source = "registry+https://github.com/rust-lang/crates.io-index"
448
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
449

450
451
452
453
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
454
checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
455

asynchronous rob's avatar
asynchronous rob committed
456
457
[[package]]
name = "cc"
458
version = "1.0.54"
asynchronous rob's avatar
asynchronous rob committed
459
source = "registry+https://github.com/rust-lang/crates.io-index"
460
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
461
dependencies = [
462
 "jobserver",
463
464
465
466
]

[[package]]
name = "cexpr"
467
version = "0.4.0"
468
source = "registry+https://github.com/rust-lang/crates.io-index"
469
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
470
dependencies = [
471
 "nom",
472
]
asynchronous rob's avatar
asynchronous rob committed
473
474
475

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

480
481
482
483
[[package]]
name = "chacha20-poly1305-aead"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
484
checksum = "77d2058ba29594f69c75e8a9018e0485e3914ca5084e3613cd64529042f5423b"
485
dependencies = [
486
 "constant_time_eq",
487
488
]

asynchronous rob's avatar
asynchronous rob committed
489
490
[[package]]
name = "chrono"
491
version = "0.4.11"
asynchronous rob's avatar
asynchronous rob committed
492
source = "registry+https://github.com/rust-lang/crates.io-index"
493
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
asynchronous rob's avatar
asynchronous rob committed
494
dependencies = [
495
496
 "js-sys",
 "num-integer",
497
 "num-traits 0.2.12",
498
499
 "time",
 "wasm-bindgen",
asynchronous rob's avatar
asynchronous rob committed
500
501
]

502
503
[[package]]
name = "clang-sys"
504
version = "0.29.3"
505
source = "registry+https://github.com/rust-lang/crates.io-index"
506
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
507
dependencies = [
508
509
510
 "glob",
 "libc",
 "libloading",
511
512
]

asynchronous rob's avatar
asynchronous rob committed
513
514
[[package]]
name = "clap"
515
version = "2.33.1"
asynchronous rob's avatar
asynchronous rob committed
516
source = "registry+https://github.com/rust-lang/crates.io-index"
517
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
asynchronous rob's avatar
asynchronous rob committed
518
dependencies = [
519
520
521
522
523
524
525
 "ansi_term 0.11.0",
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
526
527
528
529
]

[[package]]
name = "clear_on_drop"
530
version = "0.2.4"
531
source = "registry+https://github.com/rust-lang/crates.io-index"
532
checksum = "c9cc5db465b294c3fa986d5bbb0f3017cd850bff6dd6c52f9ccff8b4d21b7b08"
533
dependencies = [
534
 "cc",
asynchronous rob's avatar
asynchronous rob committed
535
536
537
538
539
540
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
541
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
asynchronous rob's avatar
asynchronous rob committed
542
dependencies = [
543
 "bitflags",
asynchronous rob's avatar
asynchronous rob committed
544
545
]

546
547
548
549
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
550
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
551
dependencies = [
552
553
 "cfg-if",
 "wasm-bindgen",
554
555
556
557
558
559
]

[[package]]
name = "console_log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
560
checksum = "1e7871d2947441b0fdd8e2bd1ce2a2f75304f896582c0d572162d48290683c48"
561
dependencies = [
562
563
 "log 0.4.8",
 "web-sys",
564
565
]

566
567
[[package]]
name = "const-random"
Gavin Wood's avatar
Gavin Wood committed
568
version = "0.1.8"
569
source = "registry+https://github.com/rust-lang/crates.io-index"
570
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
571
dependencies = [
572
573
 "const-random-macro",
 "proc-macro-hack",
574
575
576
577
]

[[package]]
name = "const-random-macro"
Gavin Wood's avatar
Gavin Wood committed
578
version = "0.1.8"
579
source = "registry+https://github.com/rust-lang/crates.io-index"
580
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
581
dependencies = [
582
583
 "getrandom",
 "proc-macro-hack",
584
585
]

asynchronous rob's avatar
asynchronous rob committed
586
587
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
588
version = "0.1.5"
asynchronous rob's avatar
asynchronous rob committed
589
source = "registry+https://github.com/rust-lang/crates.io-index"
590
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
asynchronous rob's avatar
asynchronous rob committed
591

592
593
[[package]]
name = "core-foundation"
Gavin Wood's avatar
Gavin Wood committed
594
version = "0.7.0"
595
source = "registry+https://github.com/rust-lang/crates.io-index"
596
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
597
dependencies = [
598
599
 "core-foundation-sys",
 "libc",
600
601
602
603
]

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

Gavin Wood's avatar
Gavin Wood committed
608
[[package]]
Gavin Wood's avatar
Gavin Wood committed
609
name = "cranelift-bforest"
610
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
611
source = "registry+https://github.com/rust-lang/crates.io-index"
612
checksum = "d4425bb6c3f3d2f581c650f1a1fdd3196a975490149cf59bea9d34c3bea79eda"
Gavin Wood's avatar
Gavin Wood committed
613
dependencies = [
614
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
615
616
617
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
618
name = "cranelift-codegen"
619
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
620
source = "registry+https://github.com/rust-lang/crates.io-index"
621
checksum = "d166b289fd30062ee6de86284750fc3fe5d037c6b864b3326ce153239b0626e1"
Gavin Wood's avatar
Gavin Wood committed
622
dependencies = [
623
 "byteorder",
624
625
626
627
 "cranelift-bforest",
 "cranelift-codegen-meta",
 "cranelift-codegen-shared",
 "cranelift-entity",
628
 "gimli 0.20.0",
629
 "log 0.4.8",
630
 "regalloc",
631
 "serde",
632
 "smallvec 1.4.0",
633
634
 "target-lexicon",
 "thiserror",
Gavin Wood's avatar
Gavin Wood committed
635
636
637
638
]

[[package]]
name = "cranelift-codegen-meta"
639
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
640
source = "registry+https://github.com/rust-lang/crates.io-index"
641
checksum = "02c9fb2306a36d41c5facd4bf3400bc6c157185c43a96eaaa503471c34c5144b"
Gavin Wood's avatar
Gavin Wood committed
642
dependencies = [
643
644
 "cranelift-codegen-shared",
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
645
646
647
648
]

[[package]]
name = "cranelift-codegen-shared"
649
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
650
source = "registry+https://github.com/rust-lang/crates.io-index"
651
checksum = "44e0cfe9b1f97d9f836bca551618106c7d53b93b579029ecd38e73daa7eb689e"
Gavin Wood's avatar
Gavin Wood committed
652
653
654

[[package]]
name = "cranelift-entity"
655
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
656
source = "registry+https://github.com/rust-lang/crates.io-index"
657
checksum = "926a73c432e5ba9c891171ff50b75e7d992cd76cd271f0a0a0ba199138077472"
Gavin Wood's avatar
Gavin Wood committed
658
dependencies = [
659
 "serde",
Gavin Wood's avatar
Gavin Wood committed
660
661
662
663
]

[[package]]
name = "cranelift-frontend"
664
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
665
source = "registry+https://github.com/rust-lang/crates.io-index"
666
checksum = "e45f82e3446dd1ebb8c2c2f6a6b0e6cd6cd52965c7e5f7b1b35e9a9ace31ccde"
Gavin Wood's avatar
Gavin Wood committed
667
dependencies = [
668
669
 "cranelift-codegen",
 "log 0.4.8",
670
 "smallvec 1.4.0",
671
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
672
673
674
675
]

[[package]]
name = "cranelift-native"
676
version = "0.63.0"
Gavin Wood's avatar
Gavin Wood committed
677
source = "registry+https://github.com/rust-lang/crates.io-index"
678
checksum = "488b5d481bb0996a143e55a9d1739ef425efa20d4a5e5e98c859a8573c9ead9a"
Gavin Wood's avatar
Gavin Wood committed
679
dependencies = [
680
681
682
 "cranelift-codegen",
 "raw-cpuid",
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
683
684
685
686
]

[[package]]
name = "cranelift-wasm"
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 = "00aa8dde71fd9fdb1958e7b0ef8f524c1560e2c6165e4ea54bc302b40551c161"
Gavin Wood's avatar
Gavin Wood committed
690
dependencies = [
691
692
693
694
695
696
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "log 0.4.8",
 "serde",
 "thiserror",
697
 "wasmparser 0.51.4",
Gavin Wood's avatar
Gavin Wood committed
698
]
Gavin Wood's avatar
Gavin Wood committed
699

700
[[package]]
701
702
name = "crc32fast"
version = "1.2.0"
703
source = "registry+https://github.com/rust-lang/crates.io-index"
704
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
705
dependencies = [
706
 "cfg-if",
707
708
]

709
710
[[package]]
name = "crossbeam-channel"
711
version = "0.4.2"
712
source = "registry+https://github.com/rust-lang/crates.io-index"
713
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
714
dependencies = [
715
 "crossbeam-utils",
716
 "maybe-uninit",
717
718
]

719
720
[[package]]
name = "crossbeam-deque"
721
version = "0.7.3"
722
source = "registry+https://github.com/rust-lang/crates.io-index"
723
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
724
dependencies = [
725
 "crossbeam-epoch",
726
 "crossbeam-utils",
727
 "maybe-uninit",
728
729
]

asynchronous rob's avatar
asynchronous rob committed
730
731
[[package]]
name = "crossbeam-epoch"
732
version = "0.8.2"
asynchronous rob's avatar
asynchronous rob committed
733
source = "registry+https://github.com/rust-lang/crates.io-index"
734
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
asynchronous rob's avatar
asynchronous rob committed
735
dependencies = [
736
737
 "autocfg 1.0.0",
 "cfg-if",
738
 "crossbeam-utils",
739
740
741
742
 "lazy_static",
 "maybe-uninit",
 "memoffset",
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
743
744
]

745
746
[[package]]
name = "crossbeam-queue"
747
version = "0.2.3"
748
source = "registry+https://github.com/rust-lang/crates.io-index"
749
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
750
dependencies = [
751
 "cfg-if",
752
 "crossbeam-utils",
753
 "maybe-uninit",
754
]
755

756
757
[[package]]
name = "crossbeam-utils"
758
version = "0.7.2"
759
source = "registry+https://github.com/rust-lang/crates.io-index"
760
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
761
dependencies = [
762
763
764
 "autocfg 1.0.0",
 "cfg-if",
 "lazy_static",
765
766
]

767
768
[[package]]
name = "crunchy"
769
version = "0.2.2"
770
source = "registry+https://github.com/rust-lang/crates.io-index"
771
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
772
773
774

[[package]]
name = "crypto-mac"
775
version = "0.7.0"
776
source = "registry+https://github.com/rust-lang/crates.io-index"
777
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
778
dependencies = [
779
780
 "generic-array",
 "subtle 1.0.0",
781
782
]

Gavin Wood's avatar
Gavin Wood committed
783
784
785
786
[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
787
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
Gavin Wood's avatar
Gavin Wood committed
788
dependencies = [
789
 "sct",
Gavin Wood's avatar
Gavin Wood committed
790
791
]

Gavin Wood's avatar
Gavin Wood committed
792
793
[[package]]
name = "curve25519-dalek"
794
version = "2.1.0"
Gavin Wood's avatar
Gavin Wood committed
795
source = "registry+https://github.com/rust-lang/crates.io-index"
796
checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"
Gavin Wood's avatar
Gavin Wood committed
797
dependencies = [
798
 "byteorder",
799
800
 "digest",
 "rand_core 0.5.1",
801
 "subtle 2.2.3",
802
 "zeroize",
Gavin Wood's avatar
Gavin Wood committed
803
804
]

805
806
[[package]]
name = "data-encoding"
807
version = "2.2.1"
808
source = "registry+https://github.com/rust-lang/crates.io-index"
809
checksum = "72aa14c04dfae8dd7d8a2b1cb7ca2152618cd01336dbfe704b8dcbf8d41dbd69"
810

811
812
[[package]]
name = "derive_more"
813
version = "0.14.1"
814
source = "registry+https://github.com/rust-lang/crates.io-index"
815
checksum = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839"
816
dependencies = [
817
818
819
820
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "rustc_version",
 "syn 0.15.44",
821
822
]

823
824
825
826
[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
827
checksum = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe"
828
dependencies = [
829
830
831
832
833
834
 "lazy_static",
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "regex",
 "rustc_version",
 "syn 0.15.44",
835
836
]

837
838
[[package]]
name = "derive_more"