Cargo.lock 439 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"
14
version = "0.7.21"
asynchronous rob's avatar
asynchronous rob committed
15
dependencies = [
16
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
17
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
18
 "polkadot-parachain 0.7.21",
Gavin Wood's avatar
Gavin Wood committed
19
 "sp-io 2.0.0-alpha.3 (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 = [
28
 "adder 0.7.21",
Gavin Wood's avatar
Gavin Wood committed
29
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
30
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
31
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
32
33
34
 "polkadot-collator 0.7.21",
 "polkadot-parachain 0.7.21",
 "polkadot-primitives 0.7.21",
Gavin Wood's avatar
Gavin Wood committed
35
36
37
 "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0-alpha.3 (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)",
]

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

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

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

418
419
[[package]]
name = "bumpalo"
420
version = "3.2.0"
421
422
source = "registry+https://github.com/rust-lang/crates.io-index"

423
424
[[package]]
name = "byte-slice-cast"
Gavin Wood's avatar
Gavin Wood committed
425
version = "0.3.5"
426
427
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

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

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

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

[[package]]
name = "cfg-if"
489
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
490
491
source = "registry+https://github.com/rust-lang/crates.io-index"

492
493
494
495
496
497
498
499
[[package]]
name = "chacha20-poly1305-aead"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
500
501
[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
502
version = "0.4.10"
asynchronous rob's avatar
asynchronous rob committed
503
504
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
505
 "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
506
507
 "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)",
508
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
509
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
510
511
]

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

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

[[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
541
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
542
543
544
545
546
547
548
]

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

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

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

570
571
[[package]]
name = "const-random"
Gavin Wood's avatar
Gavin Wood committed
572
version = "0.1.8"
573
574
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
575
 "const-random-macro 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
576
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
577
578
579
580
]

[[package]]
name = "const-random-macro"
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
 "getrandom 0.1.14 (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
]

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

593
594
595
596
597
598
599
600
601
602
603
604
605
606
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
Gavin Wood's avatar
Gavin Wood committed
616
name = "cranelift-codegen"
617
version = "0.58.0"
Gavin Wood's avatar
Gavin Wood committed
618
619
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
620
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
621
622
623
624
625
 "cranelift-bforest 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-meta 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-shared 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
626
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
627
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
628
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
629
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
630
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
631
632
633
634
]

[[package]]
name = "cranelift-codegen-meta"
635
version = "0.58.0"
Gavin Wood's avatar
Gavin Wood committed
636
637
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
638
639
 "cranelift-codegen-shared 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
640
641
642
643
]

[[package]]
name = "cranelift-codegen-shared"
644
version = "0.58.0"
Gavin Wood's avatar
Gavin Wood committed
645
646
647
648
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cranelift-entity"
649
version = "0.58.0"
Gavin Wood's avatar
Gavin Wood committed
650
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
651
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
652
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
653
654
655
656
]

[[package]]
name = "cranelift-frontend"
657
version = "0.58.0"
Gavin Wood's avatar
Gavin Wood committed
658
659
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
660
 "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
661
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
662
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
663
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
664
665
666
667
]

[[package]]
name = "cranelift-native"
668
version = "0.58.0"
Gavin Wood's avatar
Gavin Wood committed
669
670
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
671
 "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
672
 "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
673
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
674
675
676
677
]

[[package]]
name = "cranelift-wasm"
678
version = "0.58.0"
Gavin Wood's avatar
Gavin Wood committed
679
680
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
681
682
683
 "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-frontend 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
684
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
685
686
 "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)",
687
 "wasmparser 0.48.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
688
]
Gavin Wood's avatar
Gavin Wood committed
689

690
[[package]]
691
692
name = "crc32fast"
version = "1.2.0"
693
694
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
695
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
696
697
]

698
699
700
701
702
703
704
705
[[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)",
]

706
707
[[package]]
name = "crossbeam-deque"
708
version = "0.7.2"
709
710
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
711
712
 "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)",
713
714
]

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

728
729
[[package]]
name = "crossbeam-queue"
Gavin Wood's avatar
Gavin Wood committed
730
version = "0.2.1"
731
source = "registry+https://github.com/rust-lang/crates.io-index"
732
dependencies = [
733
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
734
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
735
]
736

737
738
739
740
741
742
743
744
745
746
[[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)",
]

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

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

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

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

778
779
780
781
782
783
[[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)",
784
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
785
786
]

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

Gavin Wood's avatar
Gavin Wood committed
799
800
801
802
803
[[package]]
name = "curve25519-dalek"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
804
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
805
806
 "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
807
808
 "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
809
810
]

811
812
[[package]]
name = "data-encoding"
813
version = "2.1.2"
814
815
source = "registry+https://github.com/rust-lang/crates.io-index"

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

827
828
829
830
831
832
833
834
[[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
835
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
836
837
838
839
 "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)",
]

840
841
[[package]]
name = "derive_more"
Gavin Wood's avatar
Gavin Wood committed
842
version = "0.99.2"
843
844
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
845
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
846
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
847
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
848
849
]

asynchronous rob's avatar
asynchronous rob committed
850
851
[[package]]
name = "difference"
852
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
853
854
source = "registry+https://github.com/rust-lang/crates.io-index"

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

883
884
885
[[package]]
name = "dlmalloc"
version = "0.1.3"
886
887
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
888
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
889
890
891
892
893
894
895
]

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

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

asynchronous rob's avatar
asynchronous rob committed
916
917
[[package]]
name = "either"
918
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
919
920
source = "registry+https://github.com/rust-lang/crates.io-index"

921
922
923
924
925
926
927
928
[[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)",
]

929
930
931
932
933
934
935
936
937
938
939
940
941
[[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
942
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
943
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
944
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
945
946
]

947
948
[[package]]
name = "env_logger"
949
version = "0.6.2"
950
951
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
952
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
953
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
954
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
955
956
 "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)",
957
958
]

959
960
[[package]]
name = "env_logger"
961
version = "0.7.1"
962
963
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
964
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
965
966
 "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
967
968
 "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)",
969
970
]

asynchronous rob's avatar
asynchronous rob committed
971
972
[[package]]
name = "environmental"
973
version = "1.1.1"
974
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
975

976
977
[[package]]
name = "erased-serde"
Gavin Wood's avatar
Gavin Wood committed
978
version = "0.3.10"
979
980
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
981
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
982
983
]

Gavin Wood's avatar
Gavin Wood committed
984
985
986
987
988
989
[[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)",
990
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
991
992
993
994
995
996
997
998
999
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "errno-dragonfly"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
1000
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
For faster browsing, not all history is shown. View entire blame