Cargo.lock 421 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
9
10
11
[[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)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
12
13
[[package]]
name = "adder"
Gavin Wood's avatar
Gavin Wood committed
14
version = "0.7.19"
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)",
Gavin Wood's avatar
Gavin Wood committed
18
 "polkadot-parachain 0.7.19",
19
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Kian Paimani's avatar
Kian Paimani committed
20
 "substrate-wasm-builder-runner 1.0.4 (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 = [
Gavin Wood's avatar
Gavin Wood committed
28
 "adder 0.7.19",
29
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
30
 "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
31
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
32
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
33
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
34
35
36
 "polkadot-collator 0.7.19",
 "polkadot-parachain 0.7.19",
 "polkadot-primitives 0.7.19",
37
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
38
39
 "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
40
41
]

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

47
48
[[package]]
name = "aes-ctr"
49
version = "0.3.0"
50
51
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
52
53
 "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)",
54
 "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
55
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
56
57
58
59
]

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

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

78
79
[[package]]
name = "ahash"
80
version = "0.2.18"
81
82
83
84
85
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

86
87
[[package]]
name = "aho-corasick"
88
version = "0.7.6"
89
90
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
91
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
92
93
]

asynchronous rob's avatar
asynchronous rob committed
94
95
96
97
98
[[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
99
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
100
101
]

102
103
104
105
106
107
108
109
[[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)",
]

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

asynchronous rob's avatar
asynchronous rob committed
115
116
117
118
119
120
121
122
[[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)",
123
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
124
125
]

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

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

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

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

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

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

166
167
[[package]]
name = "async-std"
168
169
version = "1.4.0"
source = "git+https://github.com/async-rs/async-std#1d875836a2302681a395ee44512a518f0222da4a"
170
dependencies = [
171
172
 "async-task 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "broadcaster 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
173
174
175
176
177
178
179
180
 "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)",
 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
181
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
182
183
184
185
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
186
 "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
187
188
189
190
191
192
 "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"
193
version = "1.3.0"
194
195
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
196
197
 "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)",
198
199
]

200
201
202
203
204
205
206
207
208
209
210
[[package]]
name = "async-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
211
212
[[package]]
name = "atty"
213
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
214
215
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
216
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
217
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
218
219
]

220
221
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
222
version = "0.1.7"
223
224
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
225
226
[[package]]
name = "backtrace"
227
version = "0.3.40"
asynchronous rob's avatar
asynchronous rob committed
228
229
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
230
 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
231
 "cfg-if 0.1.10 (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
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
234
235
236
237
]

[[package]]
name = "backtrace-sys"
238
version = "0.1.32"
asynchronous rob's avatar
asynchronous rob committed
239
240
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
241
 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
242
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
243
244
245
]

[[package]]
246
247
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
248
249
source = "registry+https://github.com/rust-lang/crates.io-index"

250
251
252
253
254
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
255
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
256
257
]

258
259
260
261
262
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
263
264
265
266
267
268
269
270
271
272
[[package]]
name = "bincode"
version = "1.2.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)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]

273
274
[[package]]
name = "bindgen"
Gavin Wood's avatar
Gavin Wood committed
275
version = "0.49.2"
276
277
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
278
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
279
 "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
280
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
281
 "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
282
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
283
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
284
 "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
285
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
286
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
287
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
288
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
289
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
290
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
291
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
292
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
293
294
]

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

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

Gavin Wood's avatar
Gavin Wood committed
305
306
[[package]]
name = "bitvec"
307
version = "0.15.2"
Gavin Wood's avatar
Gavin Wood committed
308
309
source = "registry+https://github.com/rust-lang/crates.io-index"

310
311
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
312
version = "0.8.1"
313
314
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
315
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
316
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
317
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
318
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
319
320
]

asynchronous rob's avatar
asynchronous rob committed
321
322
323
324
325
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
326
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
327
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
328
329
]

Gavin Wood's avatar
Gavin Wood committed
330
331
332
333
334
335
336
337
338
339
[[package]]
name = "blake2b_simd"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

340
341
[[package]]
name = "block-buffer"
342
version = "0.7.3"
343
344
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
345
 "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
346
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
347
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
348
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
349
350
]

351
352
[[package]]
name = "block-cipher-trait"
353
version = "0.6.2"
354
355
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
356
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
357
358
]

359
360
[[package]]
name = "block-padding"
361
version = "0.1.5"
362
363
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
364
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
365
366
]

367
368
[[package]]
name = "broadcaster"
369
version = "1.0.0"
370
371
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
372
373
374
375
376
 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
377
378
379
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
380
381
[[package]]
name = "browser-utils"
382
version = "0.8.0"
Gavin Wood's avatar
Gavin Wood committed
383
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#b02a97129286a8453ef78f58963b72c7ae47aef6"
Gavin Wood's avatar
Gavin Wood committed
384
385
386
387
388
389
390
391
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)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-web 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
392
 "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
393
394
 "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
395
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
396
397
 "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)",
398
 "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
399
400
401
402
 "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)",
]

403
404
405
406
407
[[package]]
name = "bs58"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
408
409
[[package]]
name = "bs58"
410
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
411
412
source = "registry+https://github.com/rust-lang/crates.io-index"

413
414
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
415
version = "0.2.8"
416
417
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
418
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
419
420
]

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

426
427
[[package]]
name = "byte-slice-cast"
428
version = "0.3.4"
429
430
source = "registry+https://github.com/rust-lang/crates.io-index"

431
432
[[package]]
name = "byte-tools"
433
version = "0.3.1"
434
435
436
437
438
439
440
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
441
442
[[package]]
name = "byteorder"
443
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
444
445
446
447
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
448
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
449
450
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
451
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
452
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
453
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
454
455
]

Gavin Wood's avatar
Gavin Wood committed
456
457
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
458
version = "0.5.4"
Gavin Wood's avatar
Gavin Wood committed
459
460
source = "registry+https://github.com/rust-lang/crates.io-index"

461
462
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
463
version = "0.2.3"
464
465
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
466
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
467
468
]

469
470
471
472
473
[[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
474
475
[[package]]
name = "cc"
476
version = "1.0.47"
asynchronous rob's avatar
asynchronous rob committed
477
source = "registry+https://github.com/rust-lang/crates.io-index"
478
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
479
 "jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
480
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
481
482
483
484
]

[[package]]
name = "cexpr"
485
version = "0.3.6"
486
487
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
488
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
489
]
asynchronous rob's avatar
asynchronous rob committed
490
491
492

[[package]]
name = "cfg-if"
493
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
494
495
496
497
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
498
version = "0.4.9"
asynchronous rob's avatar
asynchronous rob committed
499
500
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
501
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
502
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
503
504
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
505
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
506
507
]

508
509
[[package]]
name = "clang-sys"
Gavin Wood's avatar
Gavin Wood committed
510
version = "0.28.1"
511
512
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
513
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
514
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
515
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
516
517
]

asynchronous rob's avatar
asynchronous rob committed
518
519
[[package]]
name = "clap"
520
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
521
522
523
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)",
524
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
525
526
527
 "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
528
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
529
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
530
531
532
533
534
535
536
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
537
 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
538
539
540
541
542
543
544
]

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

548
549
550
551
552
553
[[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
554
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
555
556
557
558
559
560
561
562
]

[[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
563
 "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
564
565
]

566
567
568
569
570
571
[[package]]
name = "const-random"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random-macro 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
572
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
573
574
575
576
577
578
579
]

[[package]]
name = "const-random-macro"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
580
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
581
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
582
583
]

asynchronous rob's avatar
asynchronous rob committed
584
585
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
586
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
587
588
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
589
[[package]]
Gavin Wood's avatar
Gavin Wood committed
590
name = "cranelift-bforest"
591
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
592
593
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
594
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
595
596
597
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
598
name = "cranelift-codegen"
599
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
600
601
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
602
603
604
605
606
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "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
607
608
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
609
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
610
611
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
612
613
614
615
]

[[package]]
name = "cranelift-codegen-meta"
616
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
617
618
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
619
620
 "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
621
622
623
624
]

[[package]]
name = "cranelift-codegen-shared"
625
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
626
627
628
629
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "cranelift-frontend"
638
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
639
640
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
641
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
642
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
643
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
644
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
645
646
647
648
]

[[package]]
name = "cranelift-native"
649
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
650
651
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
652
653
654
 "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
655
656
657
658
]

[[package]]
name = "cranelift-wasm"
659
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
660
661
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
662
663
664
 "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
665
666
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
667
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
668
 "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
669
]
Gavin Wood's avatar
Gavin Wood committed
670

671
[[package]]
672
673
name = "crc32fast"
version = "1.2.0"
674
675
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
676
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
677
678
]

679
680
681
682
683
684
685
686
[[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)",
]

687
688
[[package]]
name = "crossbeam-deque"
689
version = "0.7.2"
690
691
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
692
693
 "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)",
694
695
]

asynchronous rob's avatar
asynchronous rob committed
696
697
[[package]]
name = "crossbeam-epoch"
698
version = "0.8.0"
asynchronous rob's avatar
asynchronous rob committed
699
700
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
701
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
702
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
703
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
704
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
705
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
706
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
707
708
]

709
710
711
712
713
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
714
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
715
716
]

717
718
719
720
721
722
723
724
[[package]]
name = "crossbeam-queue"
version = "0.2.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)",
]

asynchronous rob's avatar
asynchronous rob committed
725
726
[[package]]
name = "crossbeam-utils"
727
version = "0.6.6"
728
source = "registry+https://github.com/rust-lang/crates.io-index"
729
dependencies = [
730
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
731
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
732
]
733

734
735
736
737
738
739
740
741
742
743
[[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)",
]

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

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

Gavin Wood's avatar
Gavin Wood committed
758
759
760
761
762
763
764
765
[[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)",
]

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

asynchronous rob's avatar
asynchronous rob committed
775
776
[[package]]
name = "ctrlc"
777
version = "3.1.3"
778
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
779
dependencies = [
780
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
781
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
782
783
]

784
785
786
787
788
789
[[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)",
790
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
791
792
]

793
794
[[package]]
name = "curve25519-dalek"
795
version = "1.2.3"
796
797
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
798
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
799
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
800
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
801
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
802
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
803
804
]

Gavin Wood's avatar
Gavin Wood committed
805
806
807
808
809
810
811
812
813
814
815
816
[[package]]
name = "curve25519-dalek"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

817
818
[[package]]
name = "data-encoding"
819
version = "2.1.2"
820
821
source = "registry+https://github.com/rust-lang/crates.io-index"

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

833
834
835
836
837
838
839
840
841
842
843
844
845
[[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)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
]

846
847
[[package]]
name = "derive_more"
Gavin Wood's avatar
Gavin Wood committed
848
version = "0.99.2"
849
850
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
851
852
853
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
854
855
]

asynchronous rob's avatar
asynchronous rob committed
856
857
[[package]]
name = "difference"
858
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
859
860
source = "registry+https://github.com/rust-lang/crates.io-index"

861
862
[[package]]
name = "digest"
863
864
865
866
867
868
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
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
[[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)",
884
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
885
886
887
888
 "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

889
890
891
[[package]]
name = "dlmalloc"
version = "0.1.3"
892
893
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
894
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
895
896
897
898
899
900
901
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
902
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
903
904
905
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
906
907
908
909
910
[[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
911
912
[[package]]
name = "ed25519-dalek"
Gavin Wood's avatar
Gavin Wood committed
913
version = "1.0.0-pre.3"
Gav Wood's avatar
Gav Wood committed
914
915
916
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
917
 "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
918
919
 "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
920
921
]

asynchronous rob's avatar
asynchronous rob committed
922
923
[[package]]
name = "either"
924
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
925
926
source = "registry+https://github.com/rust-lang/crates.io-index"

927
928
929
930
931
932
933
934
[[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)",
]

935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
[[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 = [
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

965
966
[[package]]
name = "env_logger"
967
version = "0.7.1"
968
969
970
971
972
973
974
975
976
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
977
978
[[package]]
name = "environmental"
979
version = "1.1.1"
980
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
981

982
983
984
985
986
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
987
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
988
989
]

Gavin Wood's avatar
Gavin Wood committed
990
991
992
993
994
995
[[package]]
name = "errno"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
996
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
997
998
999
1000
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
For faster browsing, not all history is shown. View entire blame