Cargo.lock 363 KB
Newer Older
1
2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Gavin Wood's avatar
Gavin Wood committed
3
4
5
6
7
8
9
10
11
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "adder-collator"
version = "0.1.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
28
 "adder 0.6.17",
29
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
30
 "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
31
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
32
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
33
34
35
 "polkadot-collator 0.6.17",
 "polkadot-parachain 0.6.17",
 "polkadot-primitives 0.6.17",
36
37
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
38
39
]

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

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

[[package]]
name = "aes-soft"
58
version = "0.3.3"
59
60
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
61
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
62
 "byteorder 1.3.2 (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"
Kian Paimani's avatar
Kian Paimani committed
78
version = "0.2.17"
79
80
81
82
83
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)",
]

84
85
[[package]]
name = "aho-corasick"
86
version = "0.7.6"
87
88
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
89
 "memchr 2.2.1 (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)",
]

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

119
120
[[package]]
name = "arc-swap"
121
version = "0.4.3"
122
123
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
124
125
[[package]]
name = "arrayref"
126
version = "0.3.5"
asynchronous rob's avatar
asynchronous rob committed
127
128
129
130
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
131
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
132
133
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
134
 "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
135
136
]

137
138
139
140
141
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

[[package]]
name = "atty"
161
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
162
163
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
164
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
165
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
166
167
]

168
169
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
170
version = "0.1.7"
171
172
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
173
174
[[package]]
name = "backtrace"
175
version = "0.3.40"
asynchronous rob's avatar
asynchronous rob committed
176
177
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
178
 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
179
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
180
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
181
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
182
183
184
185
]

[[package]]
name = "backtrace-sys"
186
version = "0.1.32"
asynchronous rob's avatar
asynchronous rob committed
187
188
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
189
190
 "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
191
192
193
]

[[package]]
194
195
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
196
197
source = "registry+https://github.com/rust-lang/crates.io-index"

198
199
200
201
202
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
203
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
204
205
]

Gavin Wood's avatar
Gavin Wood committed
206
207
208
209
210
211
212
213
214
215
[[package]]
name = "bincode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]

216
217
[[package]]
name = "bindgen"
218
version = "0.47.3"
219
220
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
221
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
222
 "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
223
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
224
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
225
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
226
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
227
 "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
228
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
229
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
230
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
231
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
232
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
233
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
234
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
235
236
]

237
238
[[package]]
name = "bitflags"
239
version = "1.2.1"
240
241
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
242
[[package]]
243
244
name = "bitmask"
version = "0.5.0"
245
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
246

Gavin Wood's avatar
Gavin Wood committed
247
248
[[package]]
name = "bitvec"
249
version = "0.14.0"
Gavin Wood's avatar
Gavin Wood committed
250
251
source = "registry+https://github.com/rust-lang/crates.io-index"

252
253
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
254
version = "0.8.1"
255
256
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
257
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
258
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
259
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
260
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
261
262
]

asynchronous rob's avatar
asynchronous rob committed
263
264
265
266
267
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
268
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
269
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
270
271
]

Gavin Wood's avatar
Gavin Wood committed
272
273
274
275
276
277
278
279
280
281
[[package]]
name = "blake2b_simd"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

282
283
[[package]]
name = "block-buffer"
284
version = "0.7.3"
285
286
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
287
 "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
288
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
289
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
290
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
291
292
]

293
294
[[package]]
name = "block-cipher-trait"
295
version = "0.6.2"
296
297
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
298
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
299
300
]

301
302
[[package]]
name = "block-padding"
303
version = "0.1.4"
304
305
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
306
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
307
308
]

asynchronous rob's avatar
asynchronous rob committed
309
310
[[package]]
name = "bs58"
311
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
312
313
source = "registry+https://github.com/rust-lang/crates.io-index"

314
315
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
316
version = "0.2.8"
317
318
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
319
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
320
321
]

322
323
[[package]]
name = "bumpalo"
Gavin Wood's avatar
Gavin Wood committed
324
version = "2.6.0"
325
326
source = "registry+https://github.com/rust-lang/crates.io-index"

327
328
329
330
331
[[package]]
name = "byte-slice-cast"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

332
333
[[package]]
name = "byte-tools"
334
version = "0.3.1"
335
336
337
338
339
340
341
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
342
343
[[package]]
name = "byteorder"
344
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
345
346
347
348
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
349
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
350
351
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
352
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
353
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
354
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
355
356
]

357
358
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
359
version = "0.2.3"
360
361
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
362
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
363
364
]

365
366
367
368
369
[[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
370
371
[[package]]
name = "cc"
372
version = "1.0.46"
asynchronous rob's avatar
asynchronous rob committed
373
source = "registry+https://github.com/rust-lang/crates.io-index"
374
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
375
376
 "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)",
377
378
379
380
]

[[package]]
name = "cexpr"
381
version = "0.3.5"
382
383
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
384
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
385
]
asynchronous rob's avatar
asynchronous rob committed
386
387
388

[[package]]
name = "cfg-if"
389
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
390
391
392
393
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
394
version = "0.4.9"
asynchronous rob's avatar
asynchronous rob committed
395
396
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
397
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
398
399
 "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)",
400
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
401
402
]

403
404
[[package]]
name = "clang-sys"
405
version = "0.26.4"
406
407
408
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
409
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
410
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
411
412
]

asynchronous rob's avatar
asynchronous rob committed
413
414
[[package]]
name = "clap"
415
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
416
417
418
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)",
419
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
420
421
422
 "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
423
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
424
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
425
426
427
428
429
430
431
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
432
 "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
433
434
435
436
437
438
439
]

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

443
444
445
446
447
448
[[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)",
449
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
450
451
452
453
454
455
456
]

[[package]]
name = "const-random-macro"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
457
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
458
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
459
460
]

asynchronous rob's avatar
asynchronous rob committed
461
462
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
463
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
464
465
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
466
[[package]]
Gavin Wood's avatar
Gavin Wood committed
467
468
name = "cranelift-bforest"
version = "0.46.1"
Gavin Wood's avatar
Gavin Wood committed
469
470
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
471
 "cranelift-entity 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
472
473
474
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
name = "cranelift-codegen"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cranelift-bforest 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-meta 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-shared 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-codegen-meta"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cranelift-codegen-shared 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-codegen-shared"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cranelift-entity"
version = "0.46.1"
Gavin Wood's avatar
Gavin Wood committed
508
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
dependencies = [
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-frontend"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cranelift-codegen 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-native"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cranelift-codegen 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-wasm"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cranelift-codegen 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-frontend 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmparser 0.39.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
Gavin Wood's avatar
Gavin Wood committed
548

549
[[package]]
550
551
name = "crc32fast"
version = "1.2.0"
552
553
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
554
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
555
556
]

557
558
559
560
561
562
563
564
[[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)",
]

565
566
567
568
569
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
570
571
 "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)",
572
573
]

asynchronous rob's avatar
asynchronous rob committed
574
575
[[package]]
name = "crossbeam-epoch"
576
version = "0.7.2"
asynchronous rob's avatar
asynchronous rob committed
577
578
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
579
580
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
581
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
582
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
583
584
 "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
585
586
]

587
588
589
590
591
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
592
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
593
594
]

asynchronous rob's avatar
asynchronous rob committed
595
596
[[package]]
name = "crossbeam-utils"
597
version = "0.6.6"
598
source = "registry+https://github.com/rust-lang/crates.io-index"
599
dependencies = [
600
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
601
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
602
]
603

604
605
[[package]]
name = "crunchy"
606
version = "0.2.2"
607
608
609
610
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
611
version = "0.7.0"
612
613
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
614
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
615
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
616
617
]

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

626
627
[[package]]
name = "ctr"
628
version = "0.3.2"
629
630
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
631
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
632
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
633
634
]

asynchronous rob's avatar
asynchronous rob committed
635
636
[[package]]
name = "ctrlc"
637
version = "3.1.3"
638
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
639
dependencies = [
640
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
641
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
642
643
]

644
645
646
647
648
649
[[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)",
650
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
651
652
]

653
654
[[package]]
name = "curve25519-dalek"
655
version = "1.2.3"
656
657
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
658
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
659
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
660
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
661
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
662
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
663
664
]

665
666
[[package]]
name = "data-encoding"
667
version = "2.1.2"
668
669
source = "registry+https://github.com/rust-lang/crates.io-index"

670
671
[[package]]
name = "derive_more"
672
version = "0.14.1"
673
674
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
675
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
676
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
677
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
678
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
679
680
681
682
683
684
685
]

[[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
686
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
687
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
688
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
689
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
690
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
691
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
692
693
]

asynchronous rob's avatar
asynchronous rob committed
694
695
[[package]]
name = "difference"
696
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
697
698
source = "registry+https://github.com/rust-lang/crates.io-index"

699
700
[[package]]
name = "digest"
701
702
703
704
705
706
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
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
[[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)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

727
728
729
[[package]]
name = "dlmalloc"
version = "0.1.3"
730
731
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
732
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
733
734
735
736
737
738
739
]

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

Gavin Wood's avatar
Gavin Wood committed
744
745
746
747
748
[[package]]
name = "doc-comment"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

749
750
751
752
753
754
755
[[package]]
name = "ed25519-dalek"
version = "0.9.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)",
 "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
756
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
757
758
759
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
760
761
[[package]]
name = "ed25519-dalek"
762
version = "1.0.0-pre.2"
Gav Wood's avatar
Gav Wood committed
763
764
765
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)",
766
 "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
767
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
768
769
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
770
771
772
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
773
774
[[package]]
name = "either"
775
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
776
777
778
779
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
780
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
781
782
783
784
785
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

786
787
788
789
790
791
792
793
[[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)",
]

794
795
[[package]]
name = "env_logger"
796
version = "0.6.2"
797
798
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
799
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
800
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
801
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
802
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
803
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
804
805
]

806
807
[[package]]
name = "env_logger"
808
version = "0.7.1"
809
810
811
812
813
814
815
816
817
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
818
819
[[package]]
name = "environmental"
820
version = "1.0.2"
821
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
822

823
824
825
826
827
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
828
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
829
830
]

Gavin Wood's avatar
Gavin Wood committed
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
[[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)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
850
851
[[package]]
name = "exit-future"
852
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
853
854
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
855
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
856
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
857
858
]

Gavin Wood's avatar
Gavin Wood committed
859
860
861
862
863
864
865
866
867
868
869
870
871
872
[[package]]
name = "faerie"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "indexmap 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)",
 "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

873
874
[[package]]
name = "failure"
875
version = "0.1.6"
876
source = "registry+https://github.com/rust-lang/crates.io-index"
877
dependencies = [
878
 "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
879
 "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
880
881
882
883
]

[[package]]
name = "failure_derive"
884
version = "0.1.6"
885
886
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
887
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
888
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
889
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
890
 "synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
891
]
892

asynchronous rob's avatar
asynchronous rob committed
893
894
895
896
897
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
898
899
900
901
902
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
903
904
905
906
907
[[package]]
name = "fdlimit"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
908
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
909
910
]

Gavin Wood's avatar
Gavin Wood committed
911
912
913
914
915
916
917
918
919
[[package]]
name = "file-per-thread-logger"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

920
921
[[package]]
name = "finality-grandpa"
Kian Paimani's avatar
Kian Paimani committed
922
version = "0.9.1"
923
source = "registry+https://github.com/rust-lang/crates.io-index"
924
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
925
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
926
 "hashbrown 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
927
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
928
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
929
 "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
930
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
931
932
]

asynchronous rob's avatar
asynchronous rob committed
933
934
[[package]]
name = "fixed-hash"
Kian Paimani's avatar
Kian Paimani committed
935
version = "0.5.1"
asynchronous rob's avatar
asynchronous rob committed
936
937
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
938
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
939
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
940
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
941
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
942
 "static_assertions 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
943
944
]

Gavin Wood's avatar
Gavin Wood committed
945
946
947
948
949
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

950
951
[[package]]
name = "flate2"
952
version = "1.0.12"
953
954
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
955
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
956
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
957
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
958
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
959
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
960
 "miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
961
962
963
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

thiolliere's avatar
thiolliere committed
969
970
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
971
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
972
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f76ccb03a7f2fa157445140f3dcf61d1de090a94"
thiolliere's avatar
thiolliere committed
973
dependencies = [
thiolliere's avatar
thiolliere committed
974
 "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
975
976
]

asynchronous rob's avatar
asynchronous rob committed
977
978
[[package]]
name = "fs-swap"
979
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
980
981
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
982
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
983
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
984
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
985
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
986
987
]

988
989
[[package]]
name = "fuchsia-cprng"
990
version = "0.1.1"
991
992
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
993
994
995
996
997
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
998
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
999
1000
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
For faster browsing, not all history is shown. View entire blame