Cargo.lock 418 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
7
8
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
9
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
10
11
]

asynchronous rob's avatar
asynchronous rob committed
12
13
[[package]]
name = "adder"
Gav Wood's avatar
Gav Wood committed
14
version = "0.7.20"
asynchronous rob's avatar
asynchronous rob committed
15
dependencies = [
16
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
17
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
18
 "polkadot-parachain 0.7.20",
19
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
20
 "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
21
 "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
22
23
24
25
26
27
]

[[package]]
name = "adder-collator"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
28
 "adder 0.7.20",
Gavin Wood's avatar
Gavin Wood committed
29
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
30
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
31
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
32
33
34
 "polkadot-collator 0.7.20",
 "polkadot-parachain 0.7.20",
 "polkadot-primitives 0.7.20",
35
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
36
37
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
38
39
]

40
41
[[package]]
name = "adler32"
42
version = "1.0.4"
43
44
source = "registry+https://github.com/rust-lang/crates.io-index"

45
46
[[package]]
name = "aes-ctr"
47
version = "0.3.0"
48
49
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
50
51
 "aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aesni 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
52
 "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
53
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
54
55
56
57
]

[[package]]
name = "aes-soft"
58
version = "0.3.3"
59
60
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
61
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
62
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
63
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
64
65
66
67
]

[[package]]
name = "aesni"
68
version = "0.6.0"
69
70
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
71
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
72
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
73
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
74
75
]

76
77
[[package]]
name = "ahash"
78
version = "0.2.18"
79
80
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
81
 "const-random 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
82
83
]

84
85
[[package]]
name = "aho-corasick"
Gavin Wood's avatar
Gavin Wood committed
86
version = "0.7.8"
87
88
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
89
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
90
91
]

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

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

108
109
[[package]]
name = "anyhow"
Gavin Wood's avatar
Gavin Wood committed
110
version = "1.0.26"
111
112
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
113
114
115
116
117
118
119
120
[[package]]
name = "app_dirs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
121
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
122
123
]

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

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

[[package]]
name = "arrayvec"
136
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
137
138
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
139
 "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
140
141
]

142
143
144
145
146
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
147
148
[[package]]
name = "asn1_der"
149
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
150
151
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
152
 "asn1_der_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
153
154
155
156
]

[[package]]
name = "asn1_der_derive"
157
version = "0.1.2"
158
159
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
160
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
161
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
162
163
]

164
165
166
167
168
169
170
171
172
173
174
175
[[package]]
name = "assert_cmd"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
176
177
178
179
180
[[package]]
name = "assert_matches"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

181
182
[[package]]
name = "async-std"
183
184
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
185
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
186
 "async-task 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
187
 "broadcaster 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
188
189
190
 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
191
192
 "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
193
194
195
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
196
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
197
 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
198
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
199
200
 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
201
 "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
202
203
204
205
206
207
 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "async-task"
Gavin Wood's avatar
Gavin Wood committed
208
version = "1.3.1"
209
210
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
211
212
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
213
214
]

215
216
217
218
219
[[package]]
name = "async-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
220
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
221
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
222
 "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
223
224
225
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
226
227
[[package]]
name = "atty"
Gavin Wood's avatar
Gavin Wood committed
228
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
229
230
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
231
 "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
232
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
233
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
234
235
]

236
237
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
238
version = "0.1.7"
239
240
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
241
242
243
244
245
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
246
247
[[package]]
name = "backtrace"
Gavin Wood's avatar
Gavin Wood committed
248
version = "0.3.43"
asynchronous rob's avatar
asynchronous rob committed
249
250
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
251
 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
252
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
253
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
254
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
255
256
257
258
]

[[package]]
name = "backtrace-sys"
259
version = "0.1.32"
asynchronous rob's avatar
asynchronous rob committed
260
261
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
262
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
263
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
264
265
266
]

[[package]]
267
268
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
269
270
source = "registry+https://github.com/rust-lang/crates.io-index"

271
272
273
274
275
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
276
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
277
278
]

279
280
281
282
283
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
284
285
[[package]]
name = "bincode"
Gavin Wood's avatar
Gavin Wood committed
286
version = "1.2.1"
Gavin Wood's avatar
Gavin Wood committed
287
288
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
289
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
290
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
291
292
]

293
294
[[package]]
name = "bindgen"
Gavin Wood's avatar
Gavin Wood committed
295
version = "0.49.4"
296
297
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
298
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
299
 "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
300
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
301
 "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
302
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
303
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
304
 "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
305
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
306
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
307
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
308
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
309
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
310
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
311
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
312
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
313
314
]

315
316
[[package]]
name = "bitflags"
317
version = "1.2.1"
318
319
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
320
[[package]]
321
322
name = "bitmask"
version = "0.5.0"
323
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
324

Gavin Wood's avatar
Gavin Wood committed
325
326
[[package]]
name = "bitvec"
327
version = "0.15.2"
Gavin Wood's avatar
Gavin Wood committed
328
329
source = "registry+https://github.com/rust-lang/crates.io-index"

330
331
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
332
version = "0.8.1"
333
334
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
335
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
336
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
337
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
338
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
339
340
]

asynchronous rob's avatar
asynchronous rob committed
341
342
343
344
345
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
346
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
347
 "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
348
349
]

Gavin Wood's avatar
Gavin Wood committed
350
351
[[package]]
name = "blake2b_simd"
Gavin Wood's avatar
Gavin Wood committed
352
version = "0.5.10"
Gavin Wood's avatar
Gavin Wood committed
353
354
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
355
 "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
356
 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
357
 "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
358
359
]

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

371
372
[[package]]
name = "block-cipher-trait"
373
version = "0.6.2"
374
375
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
376
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
377
378
]

379
380
[[package]]
name = "block-padding"
381
version = "0.1.5"
382
383
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
384
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
385
386
]

387
388
[[package]]
name = "broadcaster"
389
version = "1.0.0"
390
391
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
392
393
394
395
 "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
396
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
397
398
399
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
400
401
[[package]]
name = "browser-utils"
402
version = "0.8.0"
Gavin Wood's avatar
Gavin Wood committed
403
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aa15e17a71e28eea1291f2e5d169574d4894bc38"
Gavin Wood's avatar
Gavin Wood committed
404
405
406
407
408
dependencies = [
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "console_log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
409
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
410
 "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
411
 "kvdb-web 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
412
 "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
413
414
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
415
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
416
417
 "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
418
 "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
419
420
421
422
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
423
424
[[package]]
name = "bs58"
425
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
426
427
source = "registry+https://github.com/rust-lang/crates.io-index"

428
429
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
430
version = "0.2.11"
431
432
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
433
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
434
435
]

436
437
[[package]]
name = "bumpalo"
438
version = "3.2.0"
439
440
source = "registry+https://github.com/rust-lang/crates.io-index"

441
442
[[package]]
name = "byte-slice-cast"
Gavin Wood's avatar
Gavin Wood committed
443
version = "0.3.5"
444
445
source = "registry+https://github.com/rust-lang/crates.io-index"

446
447
[[package]]
name = "byte-tools"
448
version = "0.3.1"
449
450
451
452
453
454
455
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "byteorder"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
456
457
[[package]]
name = "byteorder"
458
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
459
460
461
462
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
463
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
464
465
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
466
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
467
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
468
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
469
470
]

Gavin Wood's avatar
Gavin Wood committed
471
472
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
473
version = "0.5.4"
Gavin Wood's avatar
Gavin Wood committed
474
475
source = "registry+https://github.com/rust-lang/crates.io-index"

476
477
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
478
version = "0.2.3"
479
480
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
481
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
482
483
]

484
485
486
487
488
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
489
490
[[package]]
name = "cc"
Gavin Wood's avatar
Gavin Wood committed
491
version = "1.0.50"
asynchronous rob's avatar
asynchronous rob committed
492
source = "registry+https://github.com/rust-lang/crates.io-index"
493
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
494
 "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
495
496
497
498
]

[[package]]
name = "cexpr"
499
version = "0.3.6"
500
501
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
502
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
503
]
asynchronous rob's avatar
asynchronous rob committed
504
505
506

[[package]]
name = "cfg-if"
507
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
508
509
510
511
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
512
version = "0.4.10"
asynchronous rob's avatar
asynchronous rob committed
513
514
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
515
516
517
 "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
518
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
519
520
]

521
522
[[package]]
name = "clang-sys"
Gavin Wood's avatar
Gavin Wood committed
523
version = "0.28.1"
524
525
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
526
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
527
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
528
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
529
530
]

asynchronous rob's avatar
asynchronous rob committed
531
532
[[package]]
name = "clap"
533
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
534
535
536
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
537
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
538
539
540
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
541
 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
542
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
543
544
545
546
547
548
549
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
550
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
551
552
553
554
555
556
557
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
558
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
559
560
]

561
562
563
564
565
566
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
567
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
568
569
570
571
572
573
574
575
]

[[package]]
name = "console_log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
576
 "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
577
578
]

579
580
[[package]]
name = "const-random"
Gavin Wood's avatar
Gavin Wood committed
581
version = "0.1.8"
582
583
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
584
 "const-random-macro 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
585
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
586
587
588
589
]

[[package]]
name = "const-random-macro"
Gavin Wood's avatar
Gavin Wood committed
590
version = "0.1.8"
591
592
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
593
 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
594
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
595
596
]

asynchronous rob's avatar
asynchronous rob committed
597
598
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
599
version = "0.1.5"
asynchronous rob's avatar
asynchronous rob committed
600
601
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
602
[[package]]
Gavin Wood's avatar
Gavin Wood committed
603
name = "cranelift-bforest"
604
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
605
606
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
607
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
608
609
610
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
611
name = "cranelift-codegen"
612
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
613
614
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
615
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
616
617
618
619
 "cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
620
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
621
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
622
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
623
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
624
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
625
626
627
628
]

[[package]]
name = "cranelift-codegen-meta"
629
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
630
631
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
632
633
 "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
634
635
636
637
]

[[package]]
name = "cranelift-codegen-shared"
638
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
639
640
641
642
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cranelift-entity"
643
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
644
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
645
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
646
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
647
648
649
650
]

[[package]]
name = "cranelift-frontend"
651
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
652
653
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
654
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
655
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
656
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
657
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
658
659
660
661
]

[[package]]
name = "cranelift-native"
662
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
663
664
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
665
666
667
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
668
669
670
671
]

[[package]]
name = "cranelift-wasm"
672
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
673
674
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
675
676
677
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
678
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
679
680
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
681
 "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
682
]
Gavin Wood's avatar
Gavin Wood committed
683

684
[[package]]
685
686
name = "crc32fast"
version = "1.2.0"
687
688
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
689
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
690
691
]

692
693
694
695
696
697
698
699
[[package]]
name = "crossbeam-channel"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

700
701
[[package]]
name = "crossbeam-deque"
702
version = "0.7.2"
703
704
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
705
706
 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
707
708
]

asynchronous rob's avatar
asynchronous rob committed
709
710
[[package]]
name = "crossbeam-epoch"
711
version = "0.8.0"
asynchronous rob's avatar
asynchronous rob committed
712
713
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
714
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
715
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
716
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
717
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
718
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
719
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
720
721
]

722
723
[[package]]
name = "crossbeam-queue"
Gavin Wood's avatar
Gavin Wood committed
724
version = "0.2.1"
725
source = "registry+https://github.com/rust-lang/crates.io-index"
726
dependencies = [
727
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
728
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
729
]
730

731
732
733
734
735
736
737
738
739
740
[[package]]
name = "crossbeam-utils"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

741
742
[[package]]
name = "crunchy"
743
version = "0.2.2"
744
745
746
747
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
748
version = "0.7.0"
749
750
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
751
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
752
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
753
754
]

Gavin Wood's avatar
Gavin Wood committed
755
756
757
758
759
760
761
762
[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

763
764
[[package]]
name = "ctr"
765
version = "0.3.2"
766
767
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
768
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
769
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
770
771
]

772
773
774
775
776
777
[[package]]
name = "cuckoofilter"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
778
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
779
780
]

781
782
[[package]]
name = "curve25519-dalek"
783
version = "1.2.3"
784
785
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
786
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
787
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
788
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
789
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
790
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
791
792
]

Gavin Wood's avatar
Gavin Wood committed
793
794
795
796
797
[[package]]
name = "curve25519-dalek"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
798
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
799
800
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
801
802
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
803
804
]

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

810
811
[[package]]
name = "derive_more"
812
version = "0.14.1"
813
814
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
815
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
816
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
817
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
818
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
819
820
]

821
822
823
824
825
826
827
828
[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
829
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
830
831
832
833
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
]

834
835
[[package]]
name = "derive_more"
Gavin Wood's avatar
Gavin Wood committed
836
version = "0.99.2"
837
838
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
839
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
840
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
841
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
842
843
]

asynchronous rob's avatar
asynchronous rob committed
844
845
[[package]]
name = "difference"
846
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
847
848
source = "registry+https://github.com/rust-lang/crates.io-index"

849
850
[[package]]
name = "digest"
851
852
853
854
855
856
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
[[package]]
name = "directories"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "dirs-sys"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
872
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
873
 "redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
874
875
876
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

877
878
879
[[package]]
name = "dlmalloc"
version = "0.1.3"
880
881
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
882
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
883
884
885
886
887
888
889
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
890
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
891
 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
892
893
]

Gavin Wood's avatar
Gavin Wood committed
894
895
896
897
898
[[package]]
name = "doc-comment"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
899
900
[[package]]
name = "ed25519-dalek"
Gavin Wood's avatar
Gavin Wood committed
901
version = "1.0.0-pre.3"
Gav Wood's avatar
Gav Wood committed
902
903
904
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
905
 "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
906
907
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
908
909
]

asynchronous rob's avatar
asynchronous rob committed
910
911
[[package]]
name = "either"
912
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
913
914
source = "registry+https://github.com/rust-lang/crates.io-index"

915
916
917
918
919
920
921
922
[[package]]
name = "enum_primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
]

923
924
925
926
927
928
929
930
931
932
933
934
935
[[package]]
name = "enumflags2"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "enumflags2_derive 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "enumflags2_derive"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
936
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
937
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
938
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
939
940
]

941
942
[[package]]
name = "env_logger"
943
version = "0.6.2"
944
945
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
946
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
947
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
948
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
949
950
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
951
952
]

953
954
[[package]]
name = "env_logger"
955
version = "0.7.1"
956
957
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
958
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
959
960
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
961
962
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
963
964
]

asynchronous rob's avatar
asynchronous rob committed
965
966
[[package]]
name = "environmental"
967
version = "1.1.1"
968
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
969

970
971
[[package]]
name = "erased-serde"
Gavin Wood's avatar
Gavin Wood committed
972
version = "0.3.10"
973
974
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
975
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
976
977
]

Gavin Wood's avatar
Gavin Wood committed
978
979
980