Cargo.lock 319 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
[[package]]
name = "adder"
Gavin Wood's avatar
Gavin Wood committed
5
version = "0.6.0"
asynchronous rob's avatar
asynchronous rob committed
6
dependencies = [
7
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
8
 "parity-scale-codec 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
9
 "polkadot-parachain 0.6.0",
Gavin Wood's avatar
Gavin Wood committed
10
11
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-testing)",
 "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
12
 "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
]

[[package]]
name = "adder-collator"
version = "0.1.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
19
 "adder 0.6.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)",
Gavin Wood's avatar
Gavin Wood committed
22
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
23
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
24
25
26
 "polkadot-collator 0.6.0",
 "polkadot-parachain 0.6.0",
 "polkadot-primitives 0.6.0",
Gavin Wood's avatar
Gavin Wood committed
27
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-testing)",
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)",
Gavin Wood's avatar
Gavin Wood committed
43
 "stream-cipher 0.3.2 (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.3 (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
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
62
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
63
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
64
65
]

66
67
68
69
70
71
72
73
[[package]]
name = "ahash"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

74
75
[[package]]
name = "aho-corasick"
76
version = "0.7.6"
77
78
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
79
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
80
81
]

asynchronous rob's avatar
asynchronous rob committed
82
83
84
[[package]]
name = "aio-limited"
version = "0.1.0"
85
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
86
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
87
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
88
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
89
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
90
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
91
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
92
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
93
94
95
96
97
98
99
]

[[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
100
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
101
102
103
104
105
106
107
108
109
110
]

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

114
115
116
117
118
[[package]]
name = "arc-swap"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
119
120
[[package]]
name = "arrayref"
121
version = "0.3.5"
asynchronous rob's avatar
asynchronous rob committed
122
123
124
125
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
126
version = "0.4.11"
asynchronous rob's avatar
asynchronous rob committed
127
128
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
129
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
130
131
132
133
]

[[package]]
name = "asn1_der"
134
version = "0.6.2"
asynchronous rob's avatar
asynchronous rob committed
135
136
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
137
138
139
140
141
142
143
144
 "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 = [
145
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
146
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
147
148
149
150
]

[[package]]
name = "atty"
151
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
152
153
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
154
155
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
156
157
]

158
159
[[package]]
name = "autocfg"
Gavin Wood's avatar
Gavin Wood committed
160
version = "0.1.6"
161
162
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
163
164
[[package]]
name = "backtrace"
Gavin Wood's avatar
Gavin Wood committed
165
version = "0.3.37"
asynchronous rob's avatar
asynchronous rob committed
166
167
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
168
 "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
169
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
170
171
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
172
173
174
175
]

[[package]]
name = "backtrace-sys"
176
version = "0.1.31"
asynchronous rob's avatar
asynchronous rob committed
177
178
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
179
180
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
181
182
183
]

[[package]]
184
185
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
186
187
source = "registry+https://github.com/rust-lang/crates.io-index"

188
189
190
191
192
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
193
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
194
195
]

196
197
[[package]]
name = "bindgen"
198
version = "0.47.3"
199
200
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
201
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
202
 "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
203
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
204
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
205
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
206
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
207
 "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
208
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
209
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
210
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
211
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
212
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
213
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
214
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
215
216
]

217
218
[[package]]
name = "bitflags"
219
version = "1.1.0"
220
221
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
222
[[package]]
223
224
name = "bitmask"
version = "0.5.0"
225
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
226

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

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

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

Gav Wood's avatar
Gav Wood committed
252
253
254
255
256
257
258
259
260
[[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)",
]

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

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

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

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

293
294
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
295
version = "0.2.8"
296
297
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
298
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
299
300
]

301
302
[[package]]
name = "bumpalo"
Gavin Wood's avatar
Gavin Wood committed
303
version = "2.6.0"
304
305
source = "registry+https://github.com/rust-lang/crates.io-index"

306
307
308
309
310
[[package]]
name = "byte-slice-cast"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

341
342
343
344
345
[[package]]
name = "c2-chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
346
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
347
348
349
 "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

350
351
352
353
354
[[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
355
356
[[package]]
name = "cc"
Gavin Wood's avatar
Gavin Wood committed
357
version = "1.0.45"
asynchronous rob's avatar
asynchronous rob committed
358
source = "registry+https://github.com/rust-lang/crates.io-index"
359
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
360
361
 "jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
362
363
364
365
]

[[package]]
name = "cexpr"
366
version = "0.3.5"
367
368
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
369
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
370
]
asynchronous rob's avatar
asynchronous rob committed
371
372
373

[[package]]
name = "cfg-if"
374
version = "0.1.9"
asynchronous rob's avatar
asynchronous rob committed
375
376
377
378
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
379
version = "0.4.9"
asynchronous rob's avatar
asynchronous rob committed
380
381
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
382
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
383
384
 "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)",
385
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
386
387
]

388
389
[[package]]
name = "clang-sys"
390
version = "0.26.4"
391
392
393
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
394
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
395
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
396
397
]

asynchronous rob's avatar
asynchronous rob committed
398
399
400
401
402
403
[[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)",
404
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
405
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
406
407
 "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)",
Gavin Wood's avatar
Gavin Wood committed
408
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
409
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
410
411
412
413
414
415
416
]

[[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
417
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
418
419
420
421
422
423
424
]

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

428
429
430
431
432
433
[[package]]
name = "const-random"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random-macro 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
434
 "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
435
436
437
438
439
440
441
]

[[package]]
name = "const-random-macro"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
442
 "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
443
444
445
 "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
446
447
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
448
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
449
450
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
451
452
453
454
455
456
[[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)",
Gavin Wood's avatar
Gavin Wood committed
457
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
458
459
460
461
462
463
464
]

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

465
[[package]]
466
467
name = "crc32fast"
version = "1.2.0"
468
469
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
470
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
471
472
]

473
474
475
476
477
478
479
480
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

asynchronous rob's avatar
asynchronous rob committed
490
491
[[package]]
name = "crossbeam-epoch"
492
version = "0.7.2"
asynchronous rob's avatar
asynchronous rob committed
493
494
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
495
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
496
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
497
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
498
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
499
500
 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
501
502
]

503
504
505
506
507
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
508
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
509
510
]

asynchronous rob's avatar
asynchronous rob committed
511
512
[[package]]
name = "crossbeam-utils"
513
version = "0.6.6"
514
source = "registry+https://github.com/rust-lang/crates.io-index"
515
dependencies = [
516
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
517
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
518
]
519

520
521
[[package]]
name = "crunchy"
522
version = "0.2.2"
523
524
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
525
526
527
528
529
[[package]]
name = "crypto-mac"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
530
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
531
532
533
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

534
535
[[package]]
name = "crypto-mac"
536
version = "0.7.0"
537
538
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
539
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
540
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
541
542
543
544
]

[[package]]
name = "ctr"
545
version = "0.3.2"
546
547
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
548
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
549
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
550
551
]

asynchronous rob's avatar
asynchronous rob committed
552
553
[[package]]
name = "ctrlc"
554
version = "3.1.3"
555
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
556
dependencies = [
557
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
558
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
559
560
]

561
562
563
564
565
566
[[package]]
name = "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)",
567
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
568
569
]

570
571
[[package]]
name = "curve25519-dalek"
572
version = "1.2.3"
573
574
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
575
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
576
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
577
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
578
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
579
 "subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
580
581
]

582
583
[[package]]
name = "data-encoding"
584
version = "2.1.2"
585
586
source = "registry+https://github.com/rust-lang/crates.io-index"

587
588
[[package]]
name = "derive_more"
589
version = "0.14.1"
590
591
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
592
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
593
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
594
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
595
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
596
597
598
599
600
601
602
]

[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
603
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
604
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
605
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
606
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
607
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
608
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
609
610
]

asynchronous rob's avatar
asynchronous rob committed
611
612
[[package]]
name = "difference"
613
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
614
615
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
616
617
618
619
620
621
622
623
[[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)",
]

624
625
[[package]]
name = "digest"
626
627
628
629
630
631
632
633
634
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"
635
636
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
637
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
638
639
640
641
642
643
644
]

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

Gavin Wood's avatar
Gavin Wood committed
649
650
651
652
653
[[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
654
655
656
657
658
659
[[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)",
660
 "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
661
662
663
664
665
 "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
666
667
[[package]]
name = "either"
668
version = "1.5.2"
asynchronous rob's avatar
asynchronous rob committed
669
670
671
672
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
673
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
674
675
676
677
678
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

687
688
[[package]]
name = "env_logger"
689
version = "0.6.2"
690
691
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
692
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
693
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
694
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
695
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
696
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
697
698
]

asynchronous rob's avatar
asynchronous rob committed
699
700
[[package]]
name = "environmental"
701
version = "1.0.1"
702
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
703

704
705
706
707
708
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
709
 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
710
711
712
713
]

[[package]]
name = "exit-future"
714
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
715
716
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
717
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
718
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
719
720
]

721
722
[[package]]
name = "failure"
723
version = "0.1.5"
724
source = "registry+https://github.com/rust-lang/crates.io-index"
725
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
726
 "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
727
728
729
730
731
732
733
734
 "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 = [
735
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
736
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
737
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
738
 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
739
]
740

asynchronous rob's avatar
asynchronous rob committed
741
742
743
744
745
746
747
748
749
750
[[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 = [
Gavin Wood's avatar
Gavin Wood committed
751
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
752
753
]

754
755
[[package]]
name = "finality-grandpa"
756
version = "0.9.0"
757
source = "registry+https://github.com/rust-lang/crates.io-index"
758
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
759
760
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "hashmap_core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
761
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
762
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
763
764
 "parity-scale-codec 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
765
766
]

asynchronous rob's avatar
asynchronous rob committed
767
768
[[package]]
name = "fixed-hash"
Gavin Wood's avatar
Gavin Wood committed
769
version = "0.4.0"
asynchronous rob's avatar
asynchronous rob committed
770
771
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
772
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
773
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
774
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
775
776
 "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
777
778
]

Gavin Wood's avatar
Gavin Wood committed
779
780
781
782
783
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

784
785
[[package]]
name = "flate2"
Gavin Wood's avatar
Gavin Wood committed
786
version = "1.0.11"
787
788
789
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
790
791
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
792
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
793
 "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
794
 "miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
795
796
797
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
798
799
800
801
802
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
803
804
805
806
807
808
809
810
811
812
813
814
815
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

thiolliere's avatar
thiolliere committed
816
817
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
818
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
819
source = "git+https://github.com/paritytech/substrate?branch=polkadot-testing#c768a7e4c70eccf77f62ca16980c6c0b5aece443"
thiolliere's avatar
thiolliere committed
820
dependencies = [
821
 "parity-scale-codec 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
822
823
]

asynchronous rob's avatar
asynchronous rob committed
824
825
[[package]]
name = "fs-swap"
826
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
827
828
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
829
830
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
831
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
832
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
833
834
]

835
836
[[package]]
name = "fuchsia-cprng"
837
version = "0.1.1"
838
839
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
840
841
842
843
844
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
845
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
846
847
848
849
850
851
852
853
854
855
 "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"
Gavin Wood's avatar
Gavin Wood committed
856
version = "0.1.29"
asynchronous rob's avatar
asynchronous rob committed
857
858
source = "registry+https://github.com/rust-lang/crates.io-index"

859
860
861
862
863
864
865
866
867
868
869
870
871
872
[[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
873
874
875
876
877
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
878
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
879
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
880
881
]

882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
[[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 = [
Gavin Wood's avatar
Gavin Wood committed
933
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
934
935
936
937
938
939
940
941
942
 "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
943
944
[[package]]
name = "gcc"
945
version = "0.3.55"
asynchronous rob's avatar
asynchronous rob committed
946
947
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
948
949
950
951
952
953
[[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)",
Gavin Wood's avatar
Gavin Wood committed
954
 "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
955
956
]

957
958
[[package]]
name = "generic-array"
959
version = "0.12.3"
960
961
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
962
 "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
963
964
]

965
966
967
968
969
970
971
[[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)",
Gavin Wood's avatar
Gavin Wood committed
972
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
973
974
975
976
977
978
979
980
981
 "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)",
Gavin Wood's avatar
Gavin Wood committed
982
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
983
984
]

985
986
[[package]]
name = "getrandom"
Gavin Wood's avatar
Gavin Wood committed
987
version = "0.1.12"
988
989
990
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
991
992
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
993
994
]

asynchronous rob's avatar
asynchronous rob committed
995
[[package]]
996
997
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
998
999
1000
source = "registry+https://github.com/rust-lang/crates.io-index"

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