Cargo.lock 261 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.14.1"
16
source = "registry+https://github.com/rust-lang/crates.io-index"
17
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
18
dependencies = [
19
20
21
22
23
24
25
26
27
28
 "gimli 0.23.0",
]

[[package]]
name = "addr2line"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
dependencies = [
 "gimli 0.24.0",
29
30
]

31
32
[[package]]
name = "adler"
33
version = "0.2.2"
34
source = "registry+https://github.com/rust-lang/crates.io-index"
35
checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10"
36

37
38
[[package]]
name = "aead"
39
version = "0.3.2"
40
source = "registry+https://github.com/rust-lang/crates.io-index"
41
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
42
dependencies = [
Pierre Krieger's avatar
Pierre Krieger committed
43
 "generic-array 0.14.4",
44
45
46
47
]

[[package]]
name = "aes"
48
version = "0.4.0"
49
source = "registry+https://github.com/rust-lang/crates.io-index"
50
checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5"
51
dependencies = [
52
53
 "aes-soft",
 "aesni",
54
 "block-cipher",
55
56
57
58
]

[[package]]
name = "aes-gcm"
59
version = "0.6.0"
60
source = "registry+https://github.com/rust-lang/crates.io-index"
61
checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1"
62
63
64
dependencies = [
 "aead",
 "aes",
65
 "block-cipher",
66
 "ghash",
67
 "subtle 2.2.3",
68
69
70
71
]

[[package]]
name = "aes-soft"
72
version = "0.4.0"
73
source = "registry+https://github.com/rust-lang/crates.io-index"
74
checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7"
75
dependencies = [
76
 "block-cipher",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
77
 "byteorder",
78
 "opaque-debug 0.2.3",
79
80
81
82
]

[[package]]
name = "aesni"
83
version = "0.7.0"
84
source = "registry+https://github.com/rust-lang/crates.io-index"
85
checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264"
86
dependencies = [
87
 "block-cipher",
88
 "opaque-debug 0.2.3",
89
90
]

91
92
93
94
95
96
[[package]]
name = "ahash"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c"

97
98
[[package]]
name = "aho-corasick"
99
version = "0.7.13"
100
source = "registry+https://github.com/rust-lang/crates.io-index"
101
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
102
dependencies = [
103
 "memchr",
104
105
]

106
107
108
109
110
111
[[package]]
name = "always-assert"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"

asynchronous rob's avatar
asynchronous rob committed
112
113
114
115
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
116
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
asynchronous rob's avatar
asynchronous rob committed
117
dependencies = [
118
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed
119
120
]

121
122
123
124
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
125
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
126
dependencies = [
127
 "winapi 0.3.9",
128
129
]

130
131
[[package]]
name = "anyhow"
132
version = "1.0.39"
133
source = "registry+https://github.com/rust-lang/crates.io-index"
134
checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767"
135

136
137
138
139
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
140
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
141
dependencies = [
Sergey Pepyakin's avatar
Sergey Pepyakin committed
142
 "num-traits",
143
144
]

145
146
[[package]]
name = "arc-swap"
147
version = "0.4.7"
148
source = "registry+https://github.com/rust-lang/crates.io-index"
149
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
150

asynchronous rob's avatar
asynchronous rob committed
151
152
[[package]]
name = "arrayref"
Gavin Wood's avatar
Gavin Wood committed
153
version = "0.3.6"
asynchronous rob's avatar
asynchronous rob committed
154
source = "registry+https://github.com/rust-lang/crates.io-index"
155
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
asynchronous rob's avatar
asynchronous rob committed
156
157
158

[[package]]
name = "arrayvec"
159
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
160
source = "registry+https://github.com/rust-lang/crates.io-index"
161
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
asynchronous rob's avatar
asynchronous rob committed
162
dependencies = [
163
 "nodrop",
asynchronous rob's avatar
asynchronous rob committed
164
165
]

166
167
[[package]]
name = "arrayvec"
168
version = "0.5.2"
169
source = "registry+https://github.com/rust-lang/crates.io-index"
170
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
171

Gavin Wood's avatar
Gavin Wood committed
172
173
174
175
176
177
[[package]]
name = "arrayvec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"

asynchronous rob's avatar
asynchronous rob committed
178
179
[[package]]
name = "asn1_der"
180
version = "0.7.4"
asynchronous rob's avatar
asynchronous rob committed
181
source = "registry+https://github.com/rust-lang/crates.io-index"
182
checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3"
asynchronous rob's avatar
asynchronous rob committed
183

184
185
[[package]]
name = "assert_cmd"
186
version = "1.0.2"
187
source = "registry+https://github.com/rust-lang/crates.io-index"
188
checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e"
189
dependencies = [
190
191
192
193
 "doc-comment",
 "predicates",
 "predicates-core",
 "predicates-tree",
194
 "wait-timeout",
195
196
]

Gavin Wood's avatar
Gavin Wood committed
197
198
[[package]]
name = "assert_matches"
199
version = "1.5.0"
Gavin Wood's avatar
Gavin Wood committed
200
source = "registry+https://github.com/rust-lang/crates.io-index"
201
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
Gavin Wood's avatar
Gavin Wood committed
202

203
204
205
206
207
208
209
210
211
212
[[package]]
name = "async-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
 "quote",
 "syn",
]

213
214
[[package]]
name = "async-channel"
215
version = "1.5.1"
216
source = "registry+https://github.com/rust-lang/crates.io-index"
217
checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
218
219
220
221
222
223
dependencies = [
 "concurrent-queue",
 "event-listener",
 "futures-core",
]

224
225
[[package]]
name = "async-executor"
226
version = "1.4.1"
227
source = "registry+https://github.com/rust-lang/crates.io-index"
228
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
229
dependencies = [
230
 "async-task",
231
232
 "concurrent-queue",
 "fastrand",
233
 "futures-lite",
234
 "once_cell",
235
 "slab",
236
237
238
239
]

[[package]]
name = "async-global-executor"
240
version = "2.0.2"
241
source = "registry+https://github.com/rust-lang/crates.io-index"
242
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
243
dependencies = [
244
 "async-channel",
245
246
 "async-executor",
 "async-io",
247
248
 "async-mutex",
 "blocking",
249
 "futures-lite",
250
 "num_cpus",
251
 "once_cell",
252
253
254
255
]

[[package]]
name = "async-io"
256
version = "1.3.1"
257
source = "registry+https://github.com/rust-lang/crates.io-index"
258
checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
259
260
261
dependencies = [
 "concurrent-queue",
 "fastrand",
262
 "futures-lite",
263
 "libc",
264
 "log",
265
 "nb-connect",
266
 "once_cell",
267
 "parking",
268
 "polling",
269
 "vec-arena",
270
 "waker-fn",
271
272
273
 "winapi 0.3.9",
]

274
275
276
277
278
279
280
281
282
[[package]]
name = "async-lock"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
dependencies = [
 "event-listener",
]

283
284
285
286
287
288
289
290
291
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
 "event-listener",
]

292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
[[package]]
name = "async-process"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda"
dependencies = [
 "async-io",
 "blocking",
 "cfg-if 0.1.10",
 "event-listener",
 "futures-lite",
 "once_cell",
 "signal-hook",
 "winapi 0.3.9",
]

308
309
[[package]]
name = "async-std"
310
version = "1.9.0"
311
source = "registry+https://github.com/rust-lang/crates.io-index"
312
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
313
dependencies = [
314
 "async-attributes",
315
 "async-channel",
316
 "async-global-executor",
317
 "async-io",
318
 "async-lock",
319
320
 "async-process",
 "crossbeam-utils 0.8.1",
321
 "futures-channel",
322
323
 "futures-core",
 "futures-io",
324
 "futures-lite",
325
 "gloo-timers",
326
 "kv-log-macro",
327
 "log",
328
329
 "memchr",
 "num_cpus",
330
 "once_cell",
331
 "pin-project-lite 0.2.4",
332
333
 "pin-utils",
 "slab",
334
 "wasm-bindgen-futures",
335
336
]

337
338
339
340
341
342
343
344
345
346
347
348
349
350
[[package]]
name = "async-std-resolver"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665c56111e244fe38e7708ee10948a4356ad6a548997c21f5a63a0f4e0edc4d"
dependencies = [
 "async-std",
 "async-trait",
 "futures-io",
 "futures-util",
 "pin-utils",
 "trust-dns-resolver",
]

351
352
353
354
355
356
[[package]]
name = "async-task"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"

357
358
[[package]]
name = "async-trait"
359
version = "0.1.48"
360
source = "registry+https://github.com/rust-lang/crates.io-index"
361
checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf"
362
dependencies = [
Sergey Pepyakin's avatar
Sergey Pepyakin committed
363
364
365
 "proc-macro2",
 "quote",
 "syn",
366
367
]

368
369
370
371
372
373
374
375
376
377
378
379
380
[[package]]
name = "asynchronous-codec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"
dependencies = [
 "bytes 1.0.1",
 "futures-sink",
 "futures-util",
 "memchr",
 "pin-project-lite 0.2.4",
]

381
382
383
384
385
386
387
388
389
390
391
392
393
[[package]]
name = "asynchronous-codec"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
dependencies = [
 "bytes 1.0.1",
 "futures-sink",
 "futures-util",
 "memchr",
 "pin-project-lite 0.2.4",
]

Seun Lanlege's avatar
Seun Lanlege committed
394
395
[[package]]
name = "atomic"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
396
version = "0.5.0"
Seun Lanlege's avatar
Seun Lanlege committed
397
source = "registry+https://github.com/rust-lang/crates.io-index"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
398
399
checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"
dependencies = [
400
 "autocfg",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
401
]
Seun Lanlege's avatar
Seun Lanlege committed
402

403
404
405
406
407
408
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"

asynchronous rob's avatar
asynchronous rob committed
409
410
[[package]]
name = "atty"
Gavin Wood's avatar
Gavin Wood committed
411
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
412
source = "registry+https://github.com/rust-lang/crates.io-index"
413
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
asynchronous rob's avatar
asynchronous rob committed
414
dependencies = [
415
416
 "hermit-abi",
 "libc",
417
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed
418
419
]

Gavin Wood's avatar
Gavin Wood committed
420
421
[[package]]
name = "autocfg"
422
version = "1.0.0"
Gavin Wood's avatar
Gavin Wood committed
423
source = "registry+https://github.com/rust-lang/crates.io-index"
424
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
Gavin Wood's avatar
Gavin Wood committed
425

asynchronous rob's avatar
asynchronous rob committed
426
427
[[package]]
name = "backtrace"
428
version = "0.3.56"
asynchronous rob's avatar
asynchronous rob committed
429
source = "registry+https://github.com/rust-lang/crates.io-index"
430
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
asynchronous rob's avatar
asynchronous rob committed
431
dependencies = [
432
 "addr2line 0.14.1",
433
 "cfg-if 1.0.0",
434
 "libc",
435
 "miniz_oxide",
436
 "object 0.23.0",
437
 "rustc-demangle",
asynchronous rob's avatar
asynchronous rob committed
438
439
]

440
441
442
443
444
445
[[package]]
name = "base-x"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"

asynchronous rob's avatar
asynchronous rob committed
446
[[package]]
447
448
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
449
source = "registry+https://github.com/rust-lang/crates.io-index"
450
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
asynchronous rob's avatar
asynchronous rob committed
451

452
453
454
455
456
457
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"

458
459
[[package]]
name = "base64"
460
version = "0.12.3"
461
source = "registry+https://github.com/rust-lang/crates.io-index"
462
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
463

Shawn Tabrizi's avatar
Shawn Tabrizi committed
464
465
466
467
468
469
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"

470
471
472
473
474
[[package]]
name = "beef"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"
Niklas Adolfsson's avatar
Niklas Adolfsson committed
475
476
477
dependencies = [
 "serde",
]
478

479
480
481
[[package]]
name = "beefy-gadget"
version = "0.1.0"
482
source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3"
483
484
dependencies = [
 "beefy-primitives",
André Silva's avatar
André Silva committed
485
 "futures 0.3.14",
486
487
488
489
490
491
492
493
494
495
 "hex",
 "log",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "sc-network-gossip",
 "sp-api",
 "sp-application-crypto",
Andreas Doerr's avatar
Andreas Doerr committed
496
 "sp-arithmetic",
497
498
499
500
501
502
503
504
505
506
507
508
509
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-keystore",
 "sp-runtime",
 "sp-utils",
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "beefy-gadget-rpc"
version = "0.1.0"
510
source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3"
511
512
513
dependencies = [
 "beefy-gadget",
 "beefy-primitives",
André Silva's avatar
André Silva committed
514
 "futures 0.3.14",
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
 "log",
 "parity-scale-codec",
 "sc-rpc",
 "serde",
 "serde_json",
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "beefy-primitives"
version = "0.1.0"
531
source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3"
532
533
534
535
536
537
538
539
540
dependencies = [
 "parity-scale-codec",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

Gavin Wood's avatar
Gavin Wood committed
541
542
[[package]]
name = "bincode"
543
version = "1.3.1"
Gavin Wood's avatar
Gavin Wood committed
544
source = "registry+https://github.com/rust-lang/crates.io-index"
545
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
Gavin Wood's avatar
Gavin Wood committed
546
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
547
 "byteorder",
548
 "serde",
Gavin Wood's avatar
Gavin Wood committed
549
550
]

551
552
[[package]]
name = "bindgen"
553
version = "0.57.0"
554
source = "registry+https://github.com/rust-lang/crates.io-index"
555
checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
556
dependencies = [
557
558
559
560
561
562
 "bitflags",
 "cexpr",
 "clang-sys",
 "lazy_static",
 "lazycell",
 "peeking_take_while",
Sergey Pepyakin's avatar
Sergey Pepyakin committed
563
564
 "proc-macro2",
 "quote",
565
566
567
 "regex",
 "rustc-hash",
 "shlex",
568
569
]

570
571
[[package]]
name = "bitflags"
572
version = "1.2.1"
573
source = "registry+https://github.com/rust-lang/crates.io-index"
574
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
575

Gavin Wood's avatar
Gavin Wood committed
576
577
[[package]]
name = "bitvec"
578
version = "0.20.1"
Gavin Wood's avatar
Gavin Wood committed
579
source = "registry+https://github.com/rust-lang/crates.io-index"
580
checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d"
581
dependencies = [
582
 "funty",
583
 "radium",
584
585
 "tap",
 "wyz",
586
]
Gavin Wood's avatar
Gavin Wood committed
587

588
589
[[package]]
name = "blake2"
590
version = "0.9.0"
591
source = "registry+https://github.com/rust-lang/crates.io-index"
592
checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471"
593
dependencies = [
594
595
 "byte-tools",
 "byteorder",
596
597
 "crypto-mac 0.8.0",
 "digest 0.9.0",
598
 "opaque-debug 0.2.3",
599
600
]

asynchronous rob's avatar
asynchronous rob committed
601
602
603
604
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
605
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
asynchronous rob's avatar
asynchronous rob committed
606
dependencies = [
607
608
 "arrayvec 0.4.12",
 "constant_time_eq",
asynchronous rob's avatar
asynchronous rob committed
609
610
]

Gavin Wood's avatar
Gavin Wood committed
611
612
[[package]]
name = "blake2b_simd"
613
version = "0.5.10"
Gavin Wood's avatar
Gavin Wood committed
614
source = "registry+https://github.com/rust-lang/crates.io-index"
615
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
Gavin Wood's avatar
Gavin Wood committed
616
dependencies = [
617
 "arrayref",
618
 "arrayvec 0.5.2",
619
 "constant_time_eq",
Gavin Wood's avatar
Gavin Wood committed
620
621
]

622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
[[package]]
name = "blake2s_simd"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"
dependencies = [
 "arrayref",
 "arrayvec 0.5.2",
 "constant_time_eq",
]

[[package]]
name = "blake3"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"
dependencies = [
 "arrayref",
 "arrayvec 0.5.2",
 "cc",
 "cfg-if 0.1.10",
 "constant_time_eq",
 "crypto-mac 0.8.0",
 "digest 0.9.0",
]

648
649
[[package]]
name = "block-buffer"
650
version = "0.7.3"
651
source = "registry+https://github.com/rust-lang/crates.io-index"
652
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
653
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
654
 "block-padding 0.1.5",
655
 "byte-tools",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
656
 "byteorder",
657
 "generic-array 0.12.3",
658
659
]

660
[[package]]
661
662
663
664
665
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
666
 "block-padding 0.2.1",
Pierre Krieger's avatar
Pierre Krieger committed
667
 "generic-array 0.14.4",
668
669
670
671
672
673
674
675
]

[[package]]
name = "block-cipher"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10"
dependencies = [
Pierre Krieger's avatar
Pierre Krieger committed
676
 "generic-array 0.14.4",
677
678
]

679
680
[[package]]
name = "block-padding"
681
version = "0.1.5"
682
source = "registry+https://github.com/rust-lang/crates.io-index"
683
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
684
dependencies = [
685
 "byte-tools",
686
687
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
688
689
690
691
692
693
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"

694
695
696
697
698
699
700
[[package]]
name = "blocking"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
dependencies = [
 "async-channel",
701
 "async-task",
702
703
 "atomic-waker",
 "fastrand",
704
 "futures-lite",
705
 "once_cell",
706
707
]

708
[[package]]
709
name = "bp-header-chain"
710
711
version = "0.1.0"
dependencies = [
712
713
 "bp-test-utils",
 "finality-grandpa",
714
 "frame-support",
715
716
 "parity-scale-codec",
 "serde",
717
 "sp-core",
718
 "sp-finality-grandpa",
719
720
721
722
 "sp-runtime",
 "sp-std",
]

723
724
[[package]]
name = "bp-messages"
725
726
727
728
729
730
731
732
733
version = "0.1.0"
dependencies = [
 "bp-runtime",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-std",
]

734
735
736
737
738
[[package]]
name = "bp-polkadot-core"
version = "0.1.0"
dependencies = [
 "bp-messages",
739
740
741
 "bp-runtime",
 "frame-support",
 "frame-system",
742
743
 "hex",
 "parity-scale-codec",
744
745
746
747
 "sp-api",
 "sp-core",
 "sp-runtime",
 "sp-std",
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
 "sp-version",
]

[[package]]
name = "bp-rococo"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "bp-messages",
 "bp-polkadot-core",
 "bp-runtime",
 "parity-scale-codec",
 "sp-api",
 "sp-runtime",
 "sp-std",
 "sp-version",
764
765
766
767
768
769
770
]

[[package]]
name = "bp-runtime"
version = "0.1.0"
dependencies = [
 "frame-support",
771
 "hash-db",
772
773
774
775
776
 "num-traits",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-runtime",
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
 "sp-state-machine",
 "sp-std",
 "sp-trie",
]

[[package]]
name = "bp-test-utils"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "ed25519-dalek",
 "finality-grandpa",
 "parity-scale-codec",
 "sp-application-crypto",
 "sp-finality-grandpa",
 "sp-runtime",
 "sp-std",
]

[[package]]
797
name = "bp-wococo"
798
799
800
801
802
803
804
805
806
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "bp-messages",
 "bp-polkadot-core",
 "bp-runtime",
 "parity-scale-codec",
 "sp-api",
 "sp-runtime",
807
 "sp-std",
808
 "sp-version",
809
810
]

811
812
813
814
815
816
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"

817
818
[[package]]
name = "bstr"
819
version = "0.2.13"
820
source = "registry+https://github.com/rust-lang/crates.io-index"
821
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
822
dependencies = [
823
 "memchr",
824
825
]

826
827
828
829
830
831
832
833
834
[[package]]
name = "build-helper"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"
dependencies = [
 "semver 0.6.0",
]

835
836
[[package]]
name = "bumpalo"
837
version = "3.4.0"
838
source = "registry+https://github.com/rust-lang/crates.io-index"
839
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
840

841
842
[[package]]
name = "byte-slice-cast"
843
version = "1.0.0"
844
source = "registry+https://github.com/rust-lang/crates.io-index"
845
checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"
846

847
848
[[package]]
name = "byte-tools"
849
version = "0.3.1"
850
source = "registry+https://github.com/rust-lang/crates.io-index"
851
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
852

asynchronous rob's avatar
asynchronous rob committed
853
854
[[package]]
name = "byteorder"
855
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
856
source = "registry+https://github.com/rust-lang/crates.io-index"
857
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
asynchronous rob's avatar
asynchronous rob committed
858
859
860

[[package]]
name = "bytes"
861
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
862
source = "registry+https://github.com/rust-lang/crates.io-index"
863
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
asynchronous rob's avatar
asynchronous rob committed
864
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
865
 "byteorder",
866
867
 "either",
 "iovec",
asynchronous rob's avatar
asynchronous rob committed
868
869
]

Gavin Wood's avatar
Gavin Wood committed
870
871
[[package]]
name = "bytes"
872
version = "0.5.6"
Gavin Wood's avatar
Gavin Wood committed
873
source = "registry+https://github.com/rust-lang/crates.io-index"
874
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
875

876
877
878
879
880
881
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"

882
883
884
885
886
887
[[package]]
name = "cache-padded"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"

Gavin Wood's avatar
Gavin Wood committed
888
889
890
891
892
893
894
895
896
[[package]]
name = "cargo-platform"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"
dependencies = [
 "serde",
]

897
898
[[package]]
name = "cargo_metadata"
Gavin Wood's avatar
Gavin Wood committed
899
version = "0.12.3"
900
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
901
checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
902
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
903
 "cargo-platform",
904
 "semver 0.11.0",
Gavin Wood's avatar
Gavin Wood committed
905
 "semver-parser 0.10.2",
906
907
908
909
 "serde",
 "serde_json",
]

asynchronous rob's avatar
asynchronous rob committed
910
911
[[package]]
name = "cc"
912
version = "1.0.67"
asynchronous rob's avatar
asynchronous rob committed
913
source = "registry+https://github.com/rust-lang/crates.io-index"
914
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
915
dependencies = [
916
 "jobserver",
917
918
919
920
]

[[package]]
name = "cexpr"
921
version = "0.4.0"
922
source = "registry+https://github.com/rust-lang/crates.io-index"
923
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
924
dependencies = [
925
 "nom",
926
]
asynchronous rob's avatar
asynchronous rob committed
927
928
929

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

934
935
936
937
938
939
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

940
941
942
943
944
945
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"

946
[[package]]
947
name = "chacha20"
948
version = "0.4.3"
949
source = "registry+https://github.com/rust-lang/crates.io-index"
950
checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58"
951
dependencies = [
952
 "stream-cipher",
953
954
955
956
957
 "zeroize",
]

[[package]]
name = "chacha20poly1305"
958
version = "0.5.1"
959
source = "registry+https://github.com/rust-lang/crates.io-index"
960
checksum = "18b0c90556d8e3fec7cf18d84a2f53d27b21288f2fe481b830fadcf809e48205"
961
962
963
964
dependencies = [
 "aead",
 "chacha20",
 "poly1305",
965
 "stream-cipher",
966
 "zeroize",
967
968
]

asynchronous rob's avatar
asynchronous rob committed
969
970
[[package]]
name = "chrono"
971
version = "0.4.19"
asynchronous rob's avatar
asynchronous rob committed
972
source = "registry+https://github.com/rust-lang/crates.io-index"
973
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
asynchronous rob's avatar
asynchronous rob committed
974
dependencies = [
975
 "js-sys",
976
 "libc",
977
 "num-integer",
Sergey Pepyakin's avatar
Sergey Pepyakin committed
978
 "num-traits",
979
980
 "time",
 "wasm-bindgen",
981
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed
982
983
]

984
985
986
987
988
989
990
991
992
993
994
[[package]]
name = "cid"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e"
dependencies = [
 "multibase",
 "multihash",
 "unsigned-varint 0.5.1",
]

995
996
997
998
999
1000
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
For faster browsing, not all history is shown. View entire blame