Cargo.lock 278 KB
Newer Older
1
2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
asynchronous rob's avatar
asynchronous rob committed
3
4
5
6
[[package]]
name = "adder"
version = "0.1.0"
dependencies = [
7
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
8
 "parity-codec 4.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
9
 "polkadot-parachain 0.1.0",
10
11
12
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-wasm-builder-runner 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
13
14
15
16
17
18
19
]

[[package]]
name = "adder-collator"
version = "0.1.0"
dependencies = [
 "adder 0.1.0",
20
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
21
 "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
22
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
23
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
24
25
26
 "polkadot-collator 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-primitives 0.1.0",
27
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
28
29
]

30
31
32
33
34
[[package]]
name = "adler32"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

35
36
[[package]]
name = "aes-ctr"
37
version = "0.3.0"
38
39
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
40
41
 "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)",
42
 "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
43
 "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
44
45
46
47
]

[[package]]
name = "aes-soft"
48
version = "0.3.3"
49
50
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
51
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
52
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
53
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
54
55
56
57
]

[[package]]
name = "aesni"
58
version = "0.6.0"
59
60
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
61
62
63
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
64
65
]

66
67
[[package]]
name = "aho-corasick"
68
version = "0.7.4"
69
70
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
71
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
72
73
]

asynchronous rob's avatar
asynchronous rob committed
74
75
76
[[package]]
name = "aio-limited"
version = "0.1.0"
77
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
78
dependencies = [
79
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
80
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
81
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
82
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
83
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
84
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
85
86
87
88
89
90
91
]

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

[[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)",
103
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
104
105
106
107
]

[[package]]
name = "arrayref"
108
version = "0.3.5"
asynchronous rob's avatar
asynchronous rob committed
109
110
111
112
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
113
version = "0.4.11"
asynchronous rob's avatar
asynchronous rob committed
114
115
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
116
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
117
118
119
120
]

[[package]]
name = "asn1_der"
121
version = "0.6.2"
asynchronous rob's avatar
asynchronous rob committed
122
123
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
124
125
126
127
128
129
130
131
 "asn1_der_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "asn1_der_derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
132
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
133
 "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
134
135
136
137
]

[[package]]
name = "atty"
138
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
139
140
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
141
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
142
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
143
144
]

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

asynchronous rob's avatar
asynchronous rob committed
150
151
[[package]]
name = "backtrace"
152
version = "0.3.32"
asynchronous rob's avatar
asynchronous rob committed
153
154
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
155
 "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
156
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
157
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
158
 "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
159
160
161
162
]

[[package]]
name = "backtrace-sys"
163
version = "0.1.30"
asynchronous rob's avatar
asynchronous rob committed
164
165
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
166
 "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
167
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
168
169
170
]

[[package]]
171
172
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
173
174
source = "registry+https://github.com/rust-lang/crates.io-index"

175
176
177
178
179
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
180
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
181
182
]

asynchronous rob's avatar
asynchronous rob committed
183
184
[[package]]
name = "bigint"
185
version = "4.4.1"
asynchronous rob's avatar
asynchronous rob committed
186
187
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
188
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
189
190
191
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

192
193
[[package]]
name = "bindgen"
194
version = "0.47.3"
195
196
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
197
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
198
 "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
199
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
200
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
201
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
202
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
203
204
 "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
205
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
206
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
207
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
208
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
209
 "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
210
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
211
212
]

213
214
[[package]]
name = "bitflags"
215
version = "1.1.0"
216
217
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
218
[[package]]
219
220
name = "bitmask"
version = "0.5.0"
221
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
222

223
224
225
226
227
[[package]]
name = "bitvec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
228
229
230
231
232
[[package]]
name = "bitvec"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

233
234
[[package]]
name = "blake2"
235
version = "0.8.0"
236
237
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
238
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
239
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
240
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
241
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
242
243
]

asynchronous rob's avatar
asynchronous rob committed
244
245
246
247
248
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
249
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
250
251
252
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
253
254
255
256
257
258
259
260
261
[[package]]
name = "block-buffer"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

262
263
[[package]]
name = "block-buffer"
264
version = "0.7.3"
265
266
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
267
 "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
268
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
269
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
270
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
271
272
]

273
274
[[package]]
name = "block-cipher-trait"
275
version = "0.6.2"
276
277
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
278
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
279
280
]

281
282
[[package]]
name = "block-padding"
283
version = "0.1.4"
284
285
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
286
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
287
288
]

asynchronous rob's avatar
asynchronous rob committed
289
290
[[package]]
name = "bs58"
291
version = "0.2.2"
asynchronous rob's avatar
asynchronous rob committed
292
293
source = "registry+https://github.com/rust-lang/crates.io-index"

294
295
[[package]]
name = "bstr"
296
version = "0.2.2"
297
298
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
299
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
300
301
]

302
303
[[package]]
name = "bumpalo"
304
version = "2.5.0"
305
306
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
307
308
309
310
311
[[package]]
name = "byte-tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

312
313
[[package]]
name = "byte-tools"
314
version = "0.3.1"
315
316
317
318
319
320
321
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
322
323
[[package]]
name = "byteorder"
324
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
325
326
327
328
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
329
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
330
331
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
332
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
333
 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
334
335
336
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

337
338
339
340
341
[[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
342
343
[[package]]
name = "cc"
344
version = "1.0.37"
asynchronous rob's avatar
asynchronous rob committed
345
source = "registry+https://github.com/rust-lang/crates.io-index"
346
dependencies = [
347
 "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
348
349
350
351
]

[[package]]
name = "cexpr"
352
version = "0.3.5"
353
354
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
355
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
356
]
asynchronous rob's avatar
asynchronous rob committed
357
358
359

[[package]]
name = "cfg-if"
360
version = "0.1.9"
asynchronous rob's avatar
asynchronous rob committed
361
362
363
364
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
365
version = "0.4.7"
asynchronous rob's avatar
asynchronous rob committed
366
367
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
368
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
369
370
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
371
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
372
373
]

374
375
[[package]]
name = "clang-sys"
376
version = "0.26.4"
377
378
379
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
380
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
381
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
382
383
]

asynchronous rob's avatar
asynchronous rob committed
384
385
386
387
388
389
[[package]]
name = "clap"
version = "2.32.0"
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)",
390
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
391
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
392
393
394
395
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
396
397
398
399
400
401
402
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
403
 "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
404
405
406
407
408
409
410
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
411
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
412
413
414
415
416
417
418
]

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

419
[[package]]
420
421
name = "crc32fast"
version = "1.2.0"
422
423
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
424
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
425
426
]

asynchronous rob's avatar
asynchronous rob committed
427
428
[[package]]
name = "crossbeam"
429
430
431
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
432
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
433
 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
434
 "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
435
436
 "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
437
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
438
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
439
440
441
442
443
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-channel"
444
version = "0.3.8"
asynchronous rob's avatar
asynchronous rob committed
445
source = "registry+https://github.com/rust-lang/crates.io-index"
446
dependencies = [
447
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
448
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
449
450
451
452
]

[[package]]
name = "crossbeam-deque"
453
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
454
455
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
456
457
 "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
458
459
]

460
461
462
463
464
465
466
467
468
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
469
470
[[package]]
name = "crossbeam-epoch"
471
version = "0.7.1"
asynchronous rob's avatar
asynchronous rob committed
472
473
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
474
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
475
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
476
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
477
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
478
479
480
481
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

482
483
484
485
486
487
488
489
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
490
491
[[package]]
name = "crossbeam-utils"
492
version = "0.6.5"
493
source = "registry+https://github.com/rust-lang/crates.io-index"
494
dependencies = [
495
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
496
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
497
]
498

asynchronous rob's avatar
asynchronous rob committed
499
500
501
502
503
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

504
505
[[package]]
name = "crunchy"
506
version = "0.2.2"
507
508
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
509
510
511
512
513
514
515
516
517
[[package]]
name = "crypto-mac"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

518
519
[[package]]
name = "crypto-mac"
520
version = "0.7.0"
521
522
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
523
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
524
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
525
526
527
528
]

[[package]]
name = "ctr"
529
version = "0.3.2"
530
531
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
532
533
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
534
535
]

asynchronous rob's avatar
asynchronous rob committed
536
537
[[package]]
name = "ctrlc"
538
version = "3.1.3"
539
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
540
dependencies = [
541
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
542
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
543
544
]

545
546
547
548
549
550
[[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)",
551
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
552
553
]

554
555
[[package]]
name = "curve25519-dalek"
556
version = "1.2.1"
557
558
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
559
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
560
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
561
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
562
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
563
 "subtle 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
564
565
]

566
567
[[package]]
name = "data-encoding"
568
version = "2.1.2"
569
570
source = "registry+https://github.com/rust-lang/crates.io-index"

571
572
[[package]]
name = "derive_more"
573
version = "0.14.1"
574
575
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
576
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
577
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
578
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
579
580
581
582
583
584
585
586
587
588
 "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
589
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
590
591
592
 "regex 1.1.9 (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.39 (registry+https://github.com/rust-lang/crates.io-index)",
593
594
]

asynchronous rob's avatar
asynchronous rob committed
595
596
[[package]]
name = "difference"
597
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
598
599
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
600
601
602
603
604
605
606
607
[[package]]
name = "digest"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

608
609
[[package]]
name = "digest"
610
611
612
613
614
615
616
617
618
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)",
]

[[package]]
name = "dlmalloc"
version = "0.1.3"
619
620
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
621
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
622
623
624
625
626
627
628
]

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

Gavin Wood's avatar
Gavin Wood committed
633
634
635
636
637
[[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
638
639
640
641
642
643
[[package]]
name = "ed25519-dalek"
version = "1.0.0-pre.1"
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)",
644
 "curve25519-dalek 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
645
646
647
648
649
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
650
651
[[package]]
name = "either"
652
version = "1.5.2"
asynchronous rob's avatar
asynchronous rob committed
653
654
655
656
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
657
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
658
659
660
661
662
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

663
664
[[package]]
name = "env_logger"
665
version = "0.6.2"
666
667
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
668
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
669
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
670
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
671
 "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
672
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
673
674
]

asynchronous rob's avatar
asynchronous rob committed
675
676
[[package]]
name = "environmental"
677
version = "1.0.1"
678
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
679

680
681
682
683
684
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
685
 "serde 1.0.95 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
686
687
688
689
]

[[package]]
name = "exit-future"
690
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
691
692
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
693
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
694
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
695
696
]

697
698
[[package]]
name = "failure"
699
version = "0.1.5"
700
source = "registry+https://github.com/rust-lang/crates.io-index"
701
dependencies = [
702
 "backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
703
704
705
706
707
708
709
710
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "failure_derive"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
711
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
712
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
713
 "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
714
 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
715
]
716

asynchronous rob's avatar
asynchronous rob committed
717
718
719
720
721
722
723
724
725
726
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fdlimit"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
727
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
728
729
]

730
731
[[package]]
name = "finality-grandpa"
732
733
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
734
dependencies = [
735
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
736
 "hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
737
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
738
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
739
 "parity-codec 4.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
740
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
741
742
]

asynchronous rob's avatar
asynchronous rob committed
743
744
[[package]]
name = "fixed-hash"
Gavin Wood's avatar
Gavin Wood committed
745
version = "0.4.0"
asynchronous rob's avatar
asynchronous rob committed
746
747
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
748
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
749
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
750
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
751
752
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
753
754
]

755
756
[[package]]
name = "flate2"
Gavin Wood's avatar
Gavin Wood committed
757
version = "1.0.9"
758
759
760
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
761
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
762
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
763
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
764
 "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
765
 "miniz_oxide_c_api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
766
767
768
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
769
770
771
772
773
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

thiolliere's avatar
thiolliere committed
774
775
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
776
version = "2.0.0"
777
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7688cbca72e3d189cae9ae9f3b9b13cfff189952"
thiolliere's avatar
thiolliere committed
778
dependencies = [
779
 "parity-codec 4.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
780
781
]

asynchronous rob's avatar
asynchronous rob committed
782
783
[[package]]
name = "fs-swap"
784
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
785
786
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
787
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
788
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
789
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
790
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
791
792
]

793
794
[[package]]
name = "fuchsia-cprng"
795
version = "0.1.1"
796
797
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
798
799
800
801
802
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
803
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
804
805
806
807
808
809
810
811
812
813
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures"
814
version = "0.1.28"
asynchronous rob's avatar
asynchronous rob committed
815
816
source = "registry+https://github.com/rust-lang/crates.io-index"

817
818
819
820
821
822
823
824
825
826
827
828
829
830
[[package]]
name = "futures-channel-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-core-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
831
832
833
834
835
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
836
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
837
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
838
839
]

840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
[[package]]
name = "futures-executor-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-io-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-executor-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-sink-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-timer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-util-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
]

asynchronous rob's avatar
asynchronous rob committed
901
902
[[package]]
name = "gcc"
903
version = "0.3.55"
asynchronous rob's avatar
asynchronous rob committed
904
905
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
906
907
908
909
910
911
912
913
914
[[package]]
name = "generic-array"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

915
916
[[package]]
name = "generic-array"
917
version = "0.12.3"
918
919
920
921
922
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

923
924
925
926
927
928
929
[[package]]
name = "get_if_addrs"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "c_linked_list 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "get_if_addrs-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
930
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
931
932
933
934
935
936
937
938
939
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "get_if_addrs-sys"
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)",
940
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
941
942
]

asynchronous rob's avatar
asynchronous rob committed
943
[[package]]
944
945
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
946
947
948
949
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "globset"
950
version = "0.4.4"
asynchronous rob's avatar
asynchronous rob committed
951
952
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
953
 "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
954
 "bstr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
955
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
956
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
957
 "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
958
959
960
]

[[package]]
961
name = "h2"
962
version = "0.1.25"
963
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
964
dependencies = [
965
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
966
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
967
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
968
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
969
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
970
 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
971
 "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
972
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
973
 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
974
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
975
976
977
978
]

[[package]]
name = "hash-db"
979
version = "0.14.0"
Gav Wood's avatar
Gav Wood committed
980
source = "registry+https://github.com/rust-lang/crates.io-index"
981
982
983

[[package]]
name = "hash256-std-hasher"
984
version = "0.14.0"
Gav Wood's avatar
Gav Wood committed
985
source = "registry+https://github.com/rust-lang/crates.io-index"
986
dependencies = [
987
 "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
988
989
]

Gav Wood's avatar
Gav Wood committed
990
991
992
993
994
[[package]]
name = "hashbrown"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
995
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
996
997
998
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

999
1000
[[package]]
name = "hashmap_core"
For faster browsing, not all history is shown. View entire blame