Cargo.lock 245 KB
Newer Older
1
2
3
4
5
[[package]]
name = "MacTypes-sys"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
6
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
7
8
]

asynchronous rob's avatar
asynchronous rob committed
9
10
11
12
[[package]]
name = "adder"
version = "0.1.0"
dependencies = [
13
14
 "parity-codec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
15
16
17
18
19
20
21
22
23
24
 "polkadot-parachain 0.1.0",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "adder-collator"
version = "0.1.0"
dependencies = [
 "adder 0.1.0",
 "ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
25
 "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
26
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
27
28
29
30
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-collator 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-primitives 0.1.0",
31
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
32
33
]

34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[[package]]
name = "aes-ctr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "aes-soft 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "aesni 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ctr 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "aes-soft"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-cipher-trait 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "aesni"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-cipher-trait 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
65
66
[[package]]
name = "aho-corasick"
67
version = "0.6.9"
asynchronous rob's avatar
asynchronous rob committed
68
69
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
70
 "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
71
72
73
74
75
]

[[package]]
name = "aio-limited"
version = "0.1.0"
76
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
77
dependencies = [
78
79
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
80
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
81
82
 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
83
 "tokio-timer 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
84
85
86
87
88
89
90
91
92
93
94
95
]

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

[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
96
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
97
98
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 = "arrayref"
112
version = "0.3.5"
asynchronous rob's avatar
asynchronous rob committed
113
114
115
116
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
117
version = "0.4.10"
asynchronous rob's avatar
asynchronous rob committed
118
119
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
120
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
121
122
123
124
]

[[package]]
name = "asn1_der"
125
version = "0.5.10"
asynchronous rob's avatar
asynchronous rob committed
126
127
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
128
 "etrace 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
129
130
131
132
133
134
135
]

[[package]]
name = "atty"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
136
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
137
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
138
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
139
140
]

141
142
143
144
145
[[package]]
name = "autocfg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
146
147
[[package]]
name = "backtrace"
148
version = "0.3.13"
asynchronous rob's avatar
asynchronous rob committed
149
150
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
151
152
 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
153
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
154
155
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
156
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
157
158
159
160
]

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

[[package]]
169
name = "base-x"
170
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
171
172
173
source = "registry+https://github.com/rust-lang/crates.io-index"

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

178
179
180
181
182
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
183
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
184
185
186
 "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

196
197
[[package]]
name = "bindgen"
198
version = "0.43.2"
199
200
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
201
202
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "cexpr 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
203
 "cfg-if 0.1.6 (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
207
208
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
209
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
210
211
 "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
212
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
213
 "which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
214
215
]

asynchronous rob's avatar
asynchronous rob committed
216
217
218
219
220
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

221
222
223
224
225
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
226
227
[[package]]
name = "bitflags"
228
version = "1.0.4"
asynchronous rob's avatar
asynchronous rob committed
229
230
source = "registry+https://github.com/rust-lang/crates.io-index"

231
232
233
234
235
[[package]]
name = "bitvec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

Gav Wood's avatar
Gav Wood committed
256
257
258
259
260
261
262
263
264
[[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)",
]

asynchronous rob's avatar
asynchronous rob committed
265
266
267
268
269
[[package]]
name = "block-buffer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
270
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
271
272
273
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

274
275
[[package]]
name = "block-buffer"
276
version = "0.7.2"
277
278
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
279
280
 "block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
281
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
282
283
284
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

285
286
287
288
289
290
291
292
[[package]]
name = "block-cipher-trait"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

293
294
[[package]]
name = "block-padding"
295
version = "0.1.3"
296
297
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
298
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
299
300
]

asynchronous rob's avatar
asynchronous rob committed
301
302
[[package]]
name = "bs58"
303
version = "0.2.2"
asynchronous rob's avatar
asynchronous rob committed
304
305
306
307
308
309
310
source = "registry+https://github.com/rust-lang/crates.io-index"

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

311
312
[[package]]
name = "byte-tools"
313
version = "0.3.1"
314
315
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
316
317
318
319
320
[[package]]
name = "byteorder"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

321
322
323
324
325
[[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.1"
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.11"
asynchronous rob's avatar
asynchronous rob committed
334
335
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
336
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
337
338
339
340
341
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cc"
342
version = "1.0.26"
asynchronous rob's avatar
asynchronous rob committed
343
source = "registry+https://github.com/rust-lang/crates.io-index"
344
345
346
347
348
349
dependencies = [
 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

[[package]]
name = "chrono"
363
version = "0.4.6"
asynchronous rob's avatar
asynchronous rob committed
364
365
366
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
367
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
368
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
369
370
]

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

asynchronous rob's avatar
asynchronous rob committed
381
382
383
384
385
386
387
[[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)",
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
388
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
389
390
391
392
 "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)",
393
394
395
396
397
398
399
]

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

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

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

416
417
418
419
420
421
[[package]]
name = "core-foundation"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
422
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
423
424
425
426
427
428
429
]

[[package]]
name = "core-foundation-sys"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
430
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
431
432
]

asynchronous rob's avatar
asynchronous rob committed
433
434
[[package]]
name = "crossbeam"
435
436
437
438
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
439
 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
440
 "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
441
442
 "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
443
444
445
446
447
448
449
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-channel"
450
version = "0.3.8"
asynchronous rob's avatar
asynchronous rob committed
451
source = "registry+https://github.com/rust-lang/crates.io-index"
452
dependencies = [
453
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
454
455
 "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
asynchronous rob's avatar
asynchronous rob committed
456
457
458
459
460
461
462
463
464
465
466
467

[[package]]
name = "crossbeam-deque"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-deque"
468
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
469
470
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
471
472
 "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
473
474
475
476
477
478
479
]

[[package]]
name = "crossbeam-epoch"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
480
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
481
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
482
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
483
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
484
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
485
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
486
487
488
489
490
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
491
version = "0.7.1"
asynchronous rob's avatar
asynchronous rob committed
492
493
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
494
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
495
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
496
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
497
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
498
499
500
501
502
503
504
505
506
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
507
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
508
509
510
511
]

[[package]]
name = "crossbeam-utils"
512
version = "0.6.5"
513
source = "registry+https://github.com/rust-lang/crates.io-index"
514
515
dependencies = [
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
516
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
517
]
518

asynchronous rob's avatar
asynchronous rob committed
519
520
521
522
523
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

524
525
526
527
528
[[package]]
name = "crunchy"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
529
530
531
532
533
534
535
536
537
[[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)",
]

538
539
[[package]]
name = "crypto-mac"
540
version = "0.6.2"
541
542
543
544
545
546
547
548
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.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crypto-mac"
549
version = "0.7.0"
550
551
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
552
553
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
554
555
556
557
558
559
560
561
562
563
564
]

[[package]]
name = "ctr"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-cipher-trait 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
565
566
567
568
569
570
[[package]]
name = "ctrlc"
version = "1.1.1"
source = "git+https://github.com/paritytech/rust-ctrlc.git#b523017108bb2d571a7a69bd97bc406e63bc7a9d"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
571
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
572
573
574
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

575
576
577
578
579
580
[[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)",
581
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
582
583
]

584
585
586
587
588
[[package]]
name = "curve25519-dalek"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
589
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
590
591
592
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
593
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
594
595
596
597
598
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "data-encoding"
599
version = "2.1.2"
600
601
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
602
603
604
605
606
[[package]]
name = "difference"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
607
608
609
610
611
612
613
614
[[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)",
]

asynchronous rob's avatar
asynchronous rob committed
615
616
[[package]]
name = "digest"
617
version = "0.7.6"
asynchronous rob's avatar
asynchronous rob committed
618
619
620
621
622
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

623
624
625
626
627
628
629
630
[[package]]
name = "digest"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
631
[[package]]
632
633
name = "discard"
version = "1.0.4"
asynchronous rob's avatar
asynchronous rob committed
634
635
source = "registry+https://github.com/rust-lang/crates.io-index"

636
637
638
639
640
[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
641
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
642
643
644
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

645
646
647
648
649
650
651
652
[[package]]
name = "ed25519-dalek"
version = "0.8.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 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
653
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
654
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
655
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
656
657
]

asynchronous rob's avatar
asynchronous rob committed
658
659
660
661
662
663
664
665
666
667
668
669
670
[[package]]
name = "either"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

671
672
[[package]]
name = "env_logger"
673
version = "0.6.0"
674
675
676
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
677
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
678
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
679
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
680
681
682
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
683
684
[[package]]
name = "environmental"
685
686
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
687
688
689
690
691
692

[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
693
 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
694
695
696
697
]

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

[[package]]
name = "exit-future"
703
version = "0.1.3"
asynchronous rob's avatar
asynchronous rob committed
704
705
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
706
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
707
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
708
709
]

710
711
[[package]]
name = "failure"
712
version = "0.1.5"
713
714
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
715
716
717
718
719
720
721
722
723
724
[[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 = [
725
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
726
727
]

728
729
[[package]]
name = "finality-grandpa"
730
version = "0.6.0"
731
732
733
734
735
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
736
737
738
 "parity-codec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
739
740
]

asynchronous rob's avatar
asynchronous rob committed
741
742
[[package]]
name = "fixed-hash"
743
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
744
745
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
746
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
747
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
748
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
749
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
750
751
 "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
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
]

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

[[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"

[[package]]
name = "fs-swap"
774
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
775
776
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
777
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
778
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
779
 "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
780
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
781
782
]

783
784
785
786
787
[[package]]
name = "fuchsia-cprng"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
788
789
790
791
792
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
793
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
794
795
796
797
798
799
800
801
802
803
 "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"
804
version = "0.1.25"
asynchronous rob's avatar
asynchronous rob committed
805
806
807
808
809
810
811
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
812
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
813
 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
814
815
816
817
]

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

Gav Wood's avatar
Gav Wood committed
821
822
823
824
825
826
827
828
829
[[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)",
]

asynchronous rob's avatar
asynchronous rob committed
830
831
832
833
834
835
836
837
[[package]]
name = "generic-array"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

838
839
840
841
842
843
844
845
[[package]]
name = "generic-array"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
846
[[package]]
847
848
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
849
850
851
852
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "globset"
853
version = "0.4.2"
asynchronous rob's avatar
asynchronous rob committed
854
855
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
856
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
857
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
858
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
859
860
 "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
861
862
863
]

[[package]]
864
name = "h2"
865
version = "0.1.16"
866
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
867
dependencies = [
868
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
869
870
871
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
872
 "http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
873
874
 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
875
876
877
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
878
879
880
881
882
]

[[package]]
name = "hash-db"
version = "0.9.0"
Gav Wood's avatar
Gav Wood committed
883
source = "registry+https://github.com/rust-lang/crates.io-index"
884
885
886

[[package]]
name = "hash256-std-hasher"
887
version = "0.9.1"
Gav Wood's avatar
Gav Wood committed
888
source = "registry+https://github.com/rust-lang/crates.io-index"
889
dependencies = [
890
 "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
891
892
893
894
895
896
897
]

[[package]]
name = "heapsize"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
898
899
900
901
902
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "heck"
903
version = "0.3.1"
904
905
906
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
907
908
909
910
911
912
913
914
915
]

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

[[package]]
name = "hex-literal"
916
version = "0.1.2"
asynchronous rob's avatar
asynchronous rob committed
917
918
919
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
920
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
921
922
923
924
925
926
927
]

[[package]]
name = "hex-literal-impl"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
928
929
930
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
931
932
933
934
935
936
937
938
939
940
[[package]]
name = "hmac"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crypto-mac 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

941
942
943
944
945
946
947
948
949
[[package]]
name = "hmac"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

960
961
[[package]]
name = "http"
962
version = "0.1.15"
963
964
965
966
967
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
968
969
970
971
]

[[package]]
name = "httparse"
972
973
974
975
976
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "humantime"
977
version = "1.2.0"
asynchronous rob's avatar
asynchronous rob committed
978
source = "registry+https://github.com/rust-lang/crates.io-index"
979
980
981
dependencies = [
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
asynchronous rob's avatar
asynchronous rob committed
982

983
984
985
986
987
988
989
990
991
992
[[package]]
name = "hyper"
version = "0.10.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
993
994
 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
995
996
997
998
999
1000
 "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

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