Cargo.lock 275 KB
Newer Older
1
2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
3
4
5
6
7
[[package]]
name = "MacTypes-sys"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
8
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
9
10
]

asynchronous rob's avatar
asynchronous rob committed
11
12
13
14
[[package]]
name = "adder"
version = "0.1.0"
dependencies = [
15
 "parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
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",
25
 "ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
26
 "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
27
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
28
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
29
30
31
 "polkadot-collator 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-primitives 0.1.0",
32
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
33
34
]

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
52
53
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.2 (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
62
63
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
64
65
]

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

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

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.26 (registry+https://github.com/rust-lang/crates.io-index)",
88
 "log 0.4.6 (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
91
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
92
 "tokio-timer 0.2.10 (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
]

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

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

[[package]]
name = "asn1_der"
129
version = "0.6.1"
asynchronous rob's avatar
asynchronous rob committed
130
131
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
132
133
134
135
136
137
138
139
 "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 = [
140
141
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
142
143
144
145
146
147
148
]

[[package]]
name = "atty"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
149
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
150
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
151
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
152
153
]

154
155
156
157
158
[[package]]
name = "autocfg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
159
160
[[package]]
name = "backtrace"
161
version = "0.3.14"
asynchronous rob's avatar
asynchronous rob committed
162
163
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
164
165
 "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)",
166
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
167
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
168
 "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
169
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
170
171
172
173
]

[[package]]
name = "backtrace-sys"
174
version = "0.1.28"
asynchronous rob's avatar
asynchronous rob committed
175
176
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
177
 "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
178
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
179
180
181
]

[[package]]
182
name = "base-x"
183
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
184
185
186
source = "registry+https://github.com/rust-lang/crates.io-index"

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

191
192
193
194
195
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
196
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
197
198
199
 "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

asynchronous rob's avatar
asynchronous rob committed
208
209
[[package]]
name = "bigint"
210
version = "4.4.1"
asynchronous rob's avatar
asynchronous rob committed
211
212
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
213
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
214
215
216
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

217
218
[[package]]
name = "bindgen"
219
version = "0.47.3"
220
221
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
222
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
223
224
 "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
225
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
226
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
227
228
229
 "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
230
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
231
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
232
 "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
233
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
234
 "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
235
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
236
237
]

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

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

248
249
250
251
252
[[package]]
name = "bitvec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

253
254
[[package]]
name = "blake2"
255
version = "0.8.0"
256
257
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
258
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
259
260
 "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)",
261
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
262
263
]

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

Gav Wood's avatar
Gav Wood committed
273
274
275
276
277
278
279
280
281
[[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)",
]

282
283
[[package]]
name = "block-buffer"
Gav Wood's avatar
Gav Wood committed
284
version = "0.7.0"
285
286
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
287
288
 "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)",
289
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
290
291
292
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

314
315
316
317
318
[[package]]
name = "bumpalo"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
319
320
321
322
323
[[package]]
name = "byte-tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

324
325
[[package]]
name = "byte-tools"
326
version = "0.3.1"
327
328
329
330
331
332
333
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
334
335
[[package]]
name = "byteorder"
336
version = "1.3.1"
asynchronous rob's avatar
asynchronous rob committed
337
338
339
340
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
341
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
342
343
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
344
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
345
346
347
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

348
349
350
351
352
[[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
353
354
[[package]]
name = "cc"
355
version = "1.0.26"
asynchronous rob's avatar
asynchronous rob committed
356
source = "registry+https://github.com/rust-lang/crates.io-index"
357
358
359
360
361
362
dependencies = [
 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

[[package]]
name = "chrono"
376
version = "0.4.6"
asynchronous rob's avatar
asynchronous rob committed
377
378
379
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)",
380
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
381
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
382
383
]

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

asynchronous rob's avatar
asynchronous rob committed
394
395
396
397
398
399
400
[[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)",
401
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
402
403
404
405
 "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)",
406
407
408
409
410
411
412
]

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

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

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

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

[[package]]
name = "core-foundation-sys"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
443
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
444
445
]

asynchronous rob's avatar
asynchronous rob committed
446
447
[[package]]
name = "crossbeam"
448
449
450
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
451
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
452
 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
453
 "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
454
455
 "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)",
456
457
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
458
459
460
461
462
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-channel"
463
version = "0.3.8"
asynchronous rob's avatar
asynchronous rob committed
464
source = "registry+https://github.com/rust-lang/crates.io-index"
465
dependencies = [
466
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
467
 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
468
]
asynchronous rob's avatar
asynchronous rob committed
469
470
471
472
473
474
475
476
477
478
479
480

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

488
489
490
491
492
493
494
495
496
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "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
497
498
499
500
501
[[package]]
name = "crossbeam-epoch"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
502
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
503
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
504
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
505
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
506
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
507
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
508
509
510
511
512
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
513
version = "0.7.1"
asynchronous rob's avatar
asynchronous rob committed
514
515
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
516
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
517
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
518
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
519
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
520
521
522
523
 "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)",
]

524
525
526
527
528
529
530
531
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
532
533
534
535
536
[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
537
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
538
539
540
541
]

[[package]]
name = "crossbeam-utils"
542
version = "0.6.5"
543
source = "registry+https://github.com/rust-lang/crates.io-index"
544
dependencies = [
545
546
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
547
]
548

asynchronous rob's avatar
asynchronous rob committed
549
550
551
552
553
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

554
555
556
557
558
[[package]]
name = "crunchy"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
559
560
561
562
563
564
565
566
567
[[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)",
]

568
569
[[package]]
name = "crypto-mac"
570
version = "0.7.0"
571
572
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
573
574
 "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)",
575
576
577
578
]

[[package]]
name = "ctr"
579
version = "0.3.2"
580
581
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
582
583
 "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)",
584
585
]

asynchronous rob's avatar
asynchronous rob committed
586
587
[[package]]
name = "ctrlc"
588
589
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
590
dependencies = [
591
 "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
592
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
593
594
]

595
596
597
598
599
600
[[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)",
601
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
602
603
]

604
605
[[package]]
name = "curve25519-dalek"
606
version = "1.1.3"
607
608
609
610
611
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
612
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
613
614
615
 "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

616
617
[[package]]
name = "data-encoding"
618
version = "2.1.2"
619
620
source = "registry+https://github.com/rust-lang/crates.io-index"

621
622
623
624
625
626
627
628
629
630
631
[[package]]
name = "derive_more"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Gav Wood's avatar
Gav Wood committed
637
638
639
640
641
642
643
644
[[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)",
]

645
646
647
648
649
650
651
652
[[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
653
[[package]]
654
655
name = "discard"
version = "1.0.4"
asynchronous rob's avatar
asynchronous rob committed
656
657
source = "registry+https://github.com/rust-lang/crates.io-index"

658
659
660
661
662
[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
663
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
664
665
666
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
667
668
669
670
671
672
[[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)",
673
 "curve25519-dalek 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
674
675
676
677
678
 "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
679
680
[[package]]
name = "either"
681
version = "1.5.2"
asynchronous rob's avatar
asynchronous rob committed
682
683
684
685
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
686
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
687
688
689
690
691
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

692
693
[[package]]
name = "env_logger"
694
version = "0.6.1"
695
696
697
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
698
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
699
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
700
 "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
701
702
703
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

709
710
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 = [
 "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
717
718
719
720
721
[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
722
 "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
723
724
725
726
]

[[package]]
name = "exit-future"
727
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
728
729
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
730
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
731
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
732
733
]

734
735
[[package]]
name = "failure"
736
version = "0.1.5"
737
source = "registry+https://github.com/rust-lang/crates.io-index"
738
dependencies = [
739
 "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
740
741
742
743
744
745
746
747
748
 "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 = [
 "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
749
750
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)",
751
752
 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
753

asynchronous rob's avatar
asynchronous rob committed
754
755
756
757
758
759
760
761
762
763
[[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 = [
764
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
765
766
]

767
768
[[package]]
name = "finality-grandpa"
769
version = "0.7.2"
770
771
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
772
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
773
 "hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
774
775
 "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)",
776
 "parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
777
 "parity-codec-derive 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
778
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
779
780
]

asynchronous rob's avatar
asynchronous rob committed
781
782
[[package]]
name = "fixed-hash"
783
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
784
785
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
786
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
787
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
788
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
789
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
790
791
 "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
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
]

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

thiolliere's avatar
thiolliere committed
812
813
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
814
version = "2.0.0"
815
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#3c2cec6e01e71450debc4149d93cca4e825d948f"
thiolliere's avatar
thiolliere committed
816
dependencies = [
817
 "parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
818
819
]

asynchronous rob's avatar
asynchronous rob committed
820
821
[[package]]
name = "fs-swap"
822
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
823
824
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
825
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
826
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
827
 "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
828
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
829
830
]

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

asynchronous rob's avatar
asynchronous rob committed
836
837
838
839
840
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
841
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
842
843
844
845
846
847
848
849
850
851
 "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"
852
version = "0.1.26"
asynchronous rob's avatar
asynchronous rob committed
853
854
855
856
857
858
859
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 = [
860
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
861
 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
862
863
864
865
]

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

Gav Wood's avatar
Gav Wood committed
869
870
871
872
873
874
875
876
877
[[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)",
]

878
879
880
881
882
883
884
885
[[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)",
]

886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
[[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)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
906
[[package]]
907
908
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
909
910
911
912
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "globset"
913
version = "0.4.2"
asynchronous rob's avatar
asynchronous rob committed
914
915
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
916
 "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
917
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
918
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
919
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
920
 "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
921
922
923
]

[[package]]
924
name = "h2"
925
version = "0.1.17"
926
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
927
dependencies = [
928
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
929
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
930
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
931
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
932
 "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
933
934
 "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)",
935
936
 "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)",
937
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
938
939
940
941
]

[[package]]
name = "hash-db"
942
version = "0.12.2"
Gav Wood's avatar
Gav Wood committed
943
source = "registry+https://github.com/rust-lang/crates.io-index"
944
945
946

[[package]]
name = "hash256-std-hasher"
947
version = "0.12.2"
Gav Wood's avatar
Gav Wood committed
948
source = "registry+https://github.com/rust-lang/crates.io-index"
949
dependencies = [
950
 "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
951
952
]

Gav Wood's avatar
Gav Wood committed
953
954
955
956
957
958
959
960
961
[[package]]
name = "hashbrown"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

962
963
964
965
966
[[package]]
name = "hashmap_core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
967
968
969
970
971
[[package]]
name = "heapsize"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
972
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
973
974
975
976
]

[[package]]
name = "heck"
977
version = "0.3.1"
978
979
980
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
981
982
983
984
985
986
987
988
989
]

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

[[package]]
name = "hex-literal"
990
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
991
992
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
993
 "hex-literal-impl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
994
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
995
996
]

997
998
999
1000
[[package]]
name = "hex-literal"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
For faster browsing, not all history is shown. View entire blame