Cargo.lock 332 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"
5
version = "0.6.10"
asynchronous rob's avatar
asynchronous rob committed
6
dependencies = [
7
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
8
 "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
9
 "polkadot-parachain 0.6.10",
10
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Kian Paimani's avatar
Kian Paimani committed
11
 "substrate-wasm-builder-runner 1.0.4 (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 = [
19
 "adder 0.6.10",
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)",
24
25
26
 "polkadot-collator 0.6.10",
 "polkadot-parachain 0.6.10",
 "polkadot-primitives 0.6.10",
27
28
 "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
29
30
]

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

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

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

[[package]]
name = "aesni"
59
version = "0.6.0"
60
61
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
62
 "block-cipher-trait 0.6.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)",
Gavin Wood's avatar
Gavin Wood committed
64
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
65
66
]

67
68
[[package]]
name = "ahash"
Kian Paimani's avatar
Kian Paimani committed
69
version = "0.2.17"
70
71
72
73
74
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)",
]

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

asynchronous rob's avatar
asynchronous rob committed
83
84
85
86
87
[[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
88
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
89
90
]

91
92
93
94
95
96
97
98
[[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
99
100
101
102
103
104
105
106
[[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)",
107
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
108
109
]

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

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

[[package]]
name = "arrayvec"
122
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
123
124
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
125
 "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
126
127
]

128
129
130
131
132
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
133
134
[[package]]
name = "asn1_der"
135
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
136
137
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
138
 "asn1_der_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
139
140
141
142
]

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

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

159
160
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
161
version = "0.1.7"
162
163
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "backtrace-sys"
177
version = "0.1.32"
asynchronous rob's avatar
asynchronous rob committed
178
179
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
180
181
 "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
182
183
184
]

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

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

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

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

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

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

233
234
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
235
version = "0.8.1"
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.3 (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.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
250
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
251
252
]

253
254
[[package]]
name = "block-buffer"
255
version = "0.7.3"
256
257
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
258
 "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
259
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
260
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
261
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
262
263
]

264
265
[[package]]
name = "block-cipher-trait"
266
version = "0.6.2"
267
268
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
269
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
270
271
]

272
273
[[package]]
name = "block-padding"
274
version = "0.1.4"
275
276
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
277
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
278
279
]

asynchronous rob's avatar
asynchronous rob committed
280
281
[[package]]
name = "bs58"
282
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
283
284
source = "registry+https://github.com/rust-lang/crates.io-index"

285
286
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
287
version = "0.2.8"
288
289
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
290
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
291
292
]

293
294
[[package]]
name = "bumpalo"
Gavin Wood's avatar
Gavin Wood committed
295
version = "2.6.0"
296
297
source = "registry+https://github.com/rust-lang/crates.io-index"

298
299
300
301
302
[[package]]
name = "byte-slice-cast"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

303
304
[[package]]
name = "byte-tools"
305
version = "0.3.1"
306
307
308
309
310
311
312
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
313
314
[[package]]
name = "byteorder"
315
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
316
317
318
319
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
320
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
321
322
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
323
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
324
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
325
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
326
327
]

328
329
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
330
version = "0.2.3"
331
332
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
333
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
334
335
]

336
337
338
339
340
[[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
341
342
[[package]]
name = "cc"
343
version = "1.0.46"
asynchronous rob's avatar
asynchronous rob committed
344
source = "registry+https://github.com/rust-lang/crates.io-index"
345
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
346
347
 "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)",
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.10"
asynchronous rob's avatar
asynchronous rob committed
361
362
363
364
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
365
version = "0.4.9"
asynchronous rob's avatar
asynchronous rob committed
366
367
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
368
 "libc 0.2.65 (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.65 (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
[[package]]
name = "clap"
386
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
387
388
389
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
392
393
 "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
394
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
395
 "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.46 (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.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
412
413
]

414
415
416
417
418
419
[[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)",
420
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
421
422
423
424
425
426
427
]

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

asynchronous rob's avatar
asynchronous rob committed
432
433
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
434
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
435
436
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
437
438
439
440
441
442
[[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)",
443
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
444
445
446
447
448
449
450
]

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

451
[[package]]
452
453
name = "crc32fast"
version = "1.2.0"
454
455
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
456
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
457
458
]

459
460
461
462
463
464
465
466
[[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)",
]

467
468
469
470
471
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
472
473
 "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)",
474
475
]

asynchronous rob's avatar
asynchronous rob committed
476
477
[[package]]
name = "crossbeam-epoch"
478
version = "0.7.2"
asynchronous rob's avatar
asynchronous rob committed
479
480
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
481
482
 "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)",
483
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
484
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
485
486
 "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
487
488
]

489
490
491
492
493
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
494
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
495
496
]

asynchronous rob's avatar
asynchronous rob committed
497
498
[[package]]
name = "crossbeam-utils"
499
version = "0.6.6"
500
source = "registry+https://github.com/rust-lang/crates.io-index"
501
dependencies = [
502
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
503
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
504
]
505

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

[[package]]
name = "crypto-mac"
513
version = "0.7.0"
514
515
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
516
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
517
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
518
519
520
521
]

[[package]]
name = "ctr"
522
version = "0.3.2"
523
524
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
525
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
526
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
527
528
]

asynchronous rob's avatar
asynchronous rob committed
529
530
[[package]]
name = "ctrlc"
531
version = "3.1.3"
532
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
533
dependencies = [
534
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
535
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
536
537
]

538
539
540
541
542
543
[[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)",
544
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
545
546
]

547
548
[[package]]
name = "curve25519-dalek"
549
version = "1.2.3"
550
551
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
552
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
553
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
554
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
555
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
556
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
557
558
]

559
560
[[package]]
name = "data-encoding"
561
version = "2.1.2"
562
563
source = "registry+https://github.com/rust-lang/crates.io-index"

564
565
[[package]]
name = "derive_more"
566
version = "0.14.1"
567
568
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
569
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
570
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
571
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
572
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
573
574
575
576
577
578
579
]

[[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
580
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
581
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
582
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
583
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
584
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
585
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
586
587
]

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

593
594
[[package]]
name = "digest"
595
596
597
598
599
600
601
602
603
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"
604
605
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
606
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
607
608
609
610
611
612
613
]

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

Gavin Wood's avatar
Gavin Wood committed
618
619
620
621
622
[[package]]
name = "doc-comment"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

623
624
625
626
627
628
629
[[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)",
630
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
631
632
633
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

660
661
662
663
664
665
666
667
[[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)",
]

668
669
[[package]]
name = "env_logger"
670
version = "0.6.2"
671
672
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
673
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
674
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
675
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
676
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
677
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
678
679
]

680
681
[[package]]
name = "env_logger"
682
version = "0.7.1"
683
684
685
686
687
688
689
690
691
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
692
693
[[package]]
name = "environmental"
694
version = "1.0.2"
695
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
696

697
698
699
700
701
[[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
702
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
703
704
705
706
]

[[package]]
name = "exit-future"
707
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
708
709
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
710
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
711
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
712
713
]

714
715
[[package]]
name = "failure"
716
version = "0.1.6"
717
source = "registry+https://github.com/rust-lang/crates.io-index"
718
dependencies = [
719
 "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
720
 "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
721
722
723
724
]

[[package]]
name = "failure_derive"
725
version = "0.1.6"
726
727
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
728
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
729
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
730
 "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
731
 "synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
732
]
733

asynchronous rob's avatar
asynchronous rob committed
734
735
736
737
738
739
740
741
742
743
[[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 = [
744
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
745
746
]

747
748
[[package]]
name = "finality-grandpa"
Kian Paimani's avatar
Kian Paimani committed
749
version = "0.9.1"
750
source = "registry+https://github.com/rust-lang/crates.io-index"
751
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
752
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
753
 "hashbrown 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
754
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
755
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
756
 "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
757
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
758
759
]

asynchronous rob's avatar
asynchronous rob committed
760
761
[[package]]
name = "fixed-hash"
Kian Paimani's avatar
Kian Paimani committed
762
version = "0.5.1"
asynchronous rob's avatar
asynchronous rob committed
763
764
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
765
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
766
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
767
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
768
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
769
 "static_assertions 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
770
771
]

Gavin Wood's avatar
Gavin Wood committed
772
773
774
775
776
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

777
778
[[package]]
name = "flate2"
779
version = "1.0.12"
780
781
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
782
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
783
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
784
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
785
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
786
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
787
 "miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
788
789
790
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
791
792
793
794
795
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
796
797
798
799
800
801
802
803
804
805
806
807
808
[[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
809
810
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
811
version = "2.0.0"
812
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#d8df977d024ebeb5330bacac64cf7193a7c242ed"
thiolliere's avatar
thiolliere committed
813
dependencies = [
thiolliere's avatar
thiolliere committed
814
 "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
815
816
]

asynchronous rob's avatar
asynchronous rob committed
817
818
[[package]]
name = "fs-swap"
819
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
820
821
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
822
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
823
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
824
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
825
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
826
827
]

828
829
[[package]]
name = "fuchsia-cprng"
830
version = "0.1.1"
831
832
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
833
834
835
836
837
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
838
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
839
840
841
842
843
844
845
846
847
848
 "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
849
version = "0.1.29"
asynchronous rob's avatar
asynchronous rob committed
850
851
source = "registry+https://github.com/rust-lang/crates.io-index"

852
853
[[package]]
name = "futures-channel-preview"
854
version = "0.3.0-alpha.19"
855
856
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
857
858
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
859
860
861
862
]

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

asynchronous rob's avatar
asynchronous rob committed
866
867
868
869
870
[[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
871
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
872
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
873
874
]

875
876
[[package]]
name = "futures-executor-preview"
877
version = "0.3.0-alpha.19"
878
879
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
880
881
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
882
883
884
885
886
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-io-preview"
887
version = "0.3.0-alpha.19"
888
889
890
891
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures-preview"
892
version = "0.3.0-alpha.19"
893
894
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
895
896
897
898
899
900
 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
901
902
903
904
]

[[package]]
name = "futures-sink-preview"
905
version = "0.3.0-alpha.19"
906
source = "registry+https://github.com/rust-lang/crates.io-index"
thiolliere's avatar
thiolliere committed
907
908
909
910

[[package]]
name = "futures-timer"
version = "0.4.0"
911
912
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
913
914
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
915
916
917
918
919
 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-util-preview"
920
version = "0.3.0-alpha.19"
921
922
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
923
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
924
925
926
927
 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
928
929
930
931
932
 "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
933
934
[[package]]
name = "gcc"
935
version = "0.3.55"
asynchronous rob's avatar
asynchronous rob committed
936
937
source = "registry+https://github.com/rust-lang/crates.io-index"

938
939
[[package]]
name = "generic-array"
940
version = "0.12.3"
941
942
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
943
 "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
944
945
]

946
947
948
949
950
951
952
[[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)",
953
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
954
955
956
957
958
959
960
961
962
 "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)",
963
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
964
965
]

966
967
[[package]]
name = "getrandom"
Kian Paimani's avatar
Kian Paimani committed
968
version = "0.1.13"
969
970
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
971
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
972
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
973
 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
974
975
]

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

[[package]]
name = "globset"
983
version = "0.4.4"
asynchronous rob's avatar
asynchronous rob committed
984
985
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
986
 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
987
 "bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
988
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
989
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
990
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
991
992
993
]

[[package]]
994
name = "h2"
995
version = "0.1.26"
996
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed