Cargo.lock 309 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",
10
11
12
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-wasm-builder-runner 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
13
14
15
16
17
18
]

[[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)",
22
 "futures 0.1.28 (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",
27
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
28
29
]

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

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

[[package]]
name = "aes-soft"
48
version = "0.3.3"
49
50
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
51
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
52
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
53
 "opaque-debug 0.2.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)",
63
 "stream-cipher 0.3.0 (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 = [
87
 "futures 0.1.28 (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 = [
100
 "winapi 0.3.7 (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)",
146
 "syn 0.15.43 (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 = [
154
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
155
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
156
157
]

158
159
[[package]]
name = "autocfg"
160
version = "0.1.5"
161
162
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
163
164
[[package]]
name = "backtrace"
165
version = "0.3.34"
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)",
170
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
171
 "rustc-demangle 0.1.15 (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 = [
179
180
 "cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.60 (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
208
 "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
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)",
213
 "regex 1.2.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"
234
version = "0.8.0"
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)",
asynchronous rob's avatar
asynchronous rob committed
249
250
251
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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"
290
version = "0.2.2"
asynchronous rob's avatar
asynchronous rob committed
291
292
source = "registry+https://github.com/rust-lang/crates.io-index"

293
294
[[package]]
name = "bstr"
295
version = "0.2.6"
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"
303
version = "2.5.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
346
347
348
349
[[package]]
name = "c2-chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "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"
357
version = "1.0.38"
asynchronous rob's avatar
asynchronous rob committed
358
source = "registry+https://github.com/rust-lang/crates.io-index"
359
dependencies = [
360
 "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
361
362
363
364
]

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

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

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

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

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

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
416
 "cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
417
418
419
420
421
422
423
]

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

427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
[[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)",
 "proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "const-random-macro"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Gavin Wood's avatar
Gavin Wood committed
450
451
452
453
454
455
456
457
458
459
460
461
462
463
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

472
473
474
475
476
477
478
479
[[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)",
]

asynchronous rob's avatar
asynchronous rob committed
480
481
[[package]]
name = "crossbeam-deque"
482
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
483
484
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
485
486
 "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)",
asynchronous rob's avatar
asynchronous rob committed
487
488
]

489
490
491
492
493
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
494
495
 "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)",
496
497
]

asynchronous rob's avatar
asynchronous rob committed
498
499
[[package]]
name = "crossbeam-epoch"
500
version = "0.7.2"
asynchronous rob's avatar
asynchronous rob committed
501
502
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
503
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
504
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
505
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
506
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
507
508
 "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
509
510
]

511
512
513
514
515
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
516
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
517
518
]

asynchronous rob's avatar
asynchronous rob committed
519
520
[[package]]
name = "crossbeam-utils"
521
version = "0.6.6"
522
source = "registry+https://github.com/rust-lang/crates.io-index"
523
dependencies = [
524
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
525
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
526
]
527

528
529
[[package]]
name = "crunchy"
530
version = "0.2.2"
531
532
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
533
534
535
536
537
538
539
540
541
[[package]]
name = "crypto-mac"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

542
543
[[package]]
name = "crypto-mac"
544
version = "0.7.0"
545
546
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
547
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
548
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
549
550
551
552
]

[[package]]
name = "ctr"
553
version = "0.3.2"
554
555
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
556
557
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
558
559
]

asynchronous rob's avatar
asynchronous rob committed
560
561
[[package]]
name = "ctrlc"
562
version = "3.1.3"
563
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
564
dependencies = [
565
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
566
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
567
568
]

569
570
571
572
573
574
[[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)",
575
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
576
577
]

578
579
[[package]]
name = "curve25519-dalek"
580
version = "1.2.3"
581
582
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
583
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
584
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
585
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
586
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
587
 "subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
588
589
]

590
591
[[package]]
name = "data-encoding"
592
version = "2.1.2"
593
594
source = "registry+https://github.com/rust-lang/crates.io-index"

595
596
[[package]]
name = "derive_more"
597
version = "0.14.1"
598
599
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
600
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
601
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
602
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
603
 "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)",
604
605
606
607
608
609
610
611
612
]

[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
613
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
614
 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
615
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
616
 "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)",
617
618
]

asynchronous rob's avatar
asynchronous rob committed
619
620
[[package]]
name = "difference"
621
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
622
623
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
624
625
626
627
628
629
630
631
[[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)",
]

632
633
[[package]]
name = "digest"
634
635
636
637
638
639
640
641
642
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"
643
644
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
645
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
646
647
648
649
650
651
652
]

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

Gavin Wood's avatar
Gavin Wood committed
657
658
659
660
661
[[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
662
663
664
665
666
667
[[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)",
668
 "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
669
670
671
672
673
 "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
674
675
[[package]]
name = "either"
676
version = "1.5.2"
asynchronous rob's avatar
asynchronous rob committed
677
678
679
680
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
681
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
682
683
684
685
686
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

687
688
689
690
691
692
693
694
[[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)",
]

695
696
[[package]]
name = "env_logger"
697
version = "0.6.2"
698
699
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
700
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
701
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
702
703
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
704
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
705
706
]

asynchronous rob's avatar
asynchronous rob committed
707
708
[[package]]
name = "environmental"
709
version = "1.0.1"
710
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
711

712
713
714
715
716
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
717
 "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
718
719
720
721
]

[[package]]
name = "exit-future"
722
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
723
724
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
725
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
726
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
727
728
]

729
730
[[package]]
name = "failure"
731
version = "0.1.5"
732
source = "registry+https://github.com/rust-lang/crates.io-index"
733
dependencies = [
734
 "backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)",
735
736
737
738
739
740
741
742
 "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 = [
743
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
744
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
745
 "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)",
746
 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
747
]
748

asynchronous rob's avatar
asynchronous rob committed
749
750
751
752
753
754
755
756
757
758
[[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 = [
759
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
760
761
]

762
763
[[package]]
name = "finality-grandpa"
764
version = "0.9.0"
765
source = "registry+https://github.com/rust-lang/crates.io-index"
766
dependencies = [
767
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
768
 "hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
769
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
770
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
771
772
 "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)",
773
774
]

asynchronous rob's avatar
asynchronous rob committed
775
776
[[package]]
name = "fixed-hash"
Gavin Wood's avatar
Gavin Wood committed
777
version = "0.4.0"
asynchronous rob's avatar
asynchronous rob committed
778
779
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
780
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
781
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
782
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
783
784
 "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
785
786
]

787
788
[[package]]
name = "flate2"
Gavin Wood's avatar
Gavin Wood committed
789
version = "1.0.9"
790
791
792
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
793
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
794
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
795
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
796
 "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
797
 "miniz_oxide_c_api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
798
799
800
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Gavin Wood's avatar
Gavin Wood committed
806
807
808
809
810
811
812
813
814
815
816
817
818
[[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
819
820
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
821
version = "2.0.0"
thiolliere's avatar
thiolliere committed
822
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#3ba0f2a2dbd37c31851a0ff1c1c0c47aa940de90"
thiolliere's avatar
thiolliere committed
823
dependencies = [
824
 "parity-scale-codec 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
825
826
]

asynchronous rob's avatar
asynchronous rob committed
827
828
[[package]]
name = "fs-swap"
829
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
830
831
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
832
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
833
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
834
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
835
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
836
837
]

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

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

862
863
864
865
866
867
868
869
870
871
872
873
874
875
[[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
876
877
878
879
880
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
881
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
882
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
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
933
934
935
936
937
938
939
940
941
942
943
944
945
[[package]]
name = "futures-executor-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

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

[[package]]
name = "futures-util-preview"
version = "0.3.0-alpha.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Gav Wood's avatar
Gav Wood committed
951
952
953
954
955
956
957
958
959
[[package]]
name = "generic-array"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

960
961
[[package]]
name = "generic-array"
962
version = "0.12.3"
963
964
965
966
967
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

968
969
970
971
972
973
974
[[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)",
975
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
976
977
978
979
980
981
982
983
984
 "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)",
985
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
986
987
]

988
989
990
991
992
993
994
995
996
[[package]]
name = "getrandom"
version = "0.1.8"
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)",
 "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
997
[[package]]
998
999
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
1000
source = "registry+https://github.com/rust-lang/crates.io-index"
For faster browsing, not all history is shown. View entire blame