Cargo.lock 278 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
5
6
[[package]]
name = "adder"
version = "0.1.0"
dependencies = [
7
 "parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
8
9
10
11
12
13
14
15
16
 "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",
17
 "ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
18
 "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
19
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
20
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
21
22
23
 "polkadot-collator 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-primitives 0.1.0",
24
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
25
26
]

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

32
33
[[package]]
name = "aes-ctr"
34
version = "0.3.0"
35
36
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
37
38
 "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)",
39
 "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
40
 "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
41
42
43
44
]

[[package]]
name = "aes-soft"
45
version = "0.3.3"
46
47
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
48
49
50
 "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)",
51
52
53
54
]

[[package]]
name = "aesni"
55
version = "0.6.0"
56
57
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
58
59
60
 "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)",
61
62
]

63
64
65
66
67
68
69
70
[[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
71
72
73
[[package]]
name = "aio-limited"
version = "0.1.0"
74
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
75
dependencies = [
76
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
77
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
78
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
79
80
 "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)",
81
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
82
83
84
85
86
87
88
]

[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
89
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
90
91
92
93
94
95
96
97
98
99
]

[[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)",
100
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
101
102
103
104
]

[[package]]
name = "arrayref"
105
version = "0.3.5"
asynchronous rob's avatar
asynchronous rob committed
106
107
108
109
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
110
version = "0.4.10"
asynchronous rob's avatar
asynchronous rob committed
111
112
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
113
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
114
115
116
117
]

[[package]]
name = "asn1_der"
118
version = "0.6.1"
asynchronous rob's avatar
asynchronous rob committed
119
120
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
121
122
123
124
125
126
127
128
 "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 = [
129
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
130
 "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
131
132
133
134
135
136
137
]

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

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

asynchronous rob's avatar
asynchronous rob committed
148
149
[[package]]
name = "backtrace"
150
version = "0.3.30"
asynchronous rob's avatar
asynchronous rob committed
151
152
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
153
 "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
154
 "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
155
156
157
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
158
159
160
161
]

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

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

174
175
176
177
178
179
180
181
[[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
182
183
[[package]]
name = "bigint"
184
version = "4.4.1"
asynchronous rob's avatar
asynchronous rob committed
185
186
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
187
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
188
189
190
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

191
192
[[package]]
name = "bindgen"
193
version = "0.47.3"
194
195
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
196
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
197
 "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
198
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
199
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
200
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
201
202
203
 "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)",
204
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
205
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
206
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
207
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
208
 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
209
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
210
211
]

212
213
[[package]]
name = "bitflags"
214
version = "1.0.4"
215
216
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

227
228
[[package]]
name = "blake2"
229
version = "0.8.0"
230
231
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
232
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
233
234
 "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)",
235
 "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
236
237
]

asynchronous rob's avatar
asynchronous rob committed
238
239
240
241
242
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
243
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
244
245
246
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
247
248
249
250
251
252
253
254
255
[[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)",
]

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

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

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

asynchronous rob's avatar
asynchronous rob committed
283
284
[[package]]
name = "bs58"
285
version = "0.2.2"
asynchronous rob's avatar
asynchronous rob committed
286
287
source = "registry+https://github.com/rust-lang/crates.io-index"

288
289
290
291
292
293
294
295
296
297
298
299
300
[[package]]
name = "bstr"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

301
302
[[package]]
name = "bumpalo"
303
version = "2.4.3"
304
305
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
306
307
308
309
310
[[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
316
317
318
319
320
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
321
322
[[package]]
name = "byteorder"
323
version = "1.3.1"
asynchronous rob's avatar
asynchronous rob committed
324
325
326
327
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
328
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
329
330
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
331
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
332
 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
333
334
335
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

336
337
338
339
340
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

[[package]]
name = "chrono"
364
version = "0.4.6"
asynchronous rob's avatar
asynchronous rob committed
365
366
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
367
368
 "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)",
369
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
370
371
]

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

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

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

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

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

417
[[package]]
418
419
name = "crc"
version = "1.8.1"
420
421
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
422
 "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
423
424
425
]

[[package]]
426
427
name = "crc32fast"
version = "1.2.0"
428
429
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
430
 "cfg-if 0.1.9 (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
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
438
 "cfg-if 0.1.9 (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
 "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)",
445
446
447
448
449
 "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
 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
455
]
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
480
481
482
483
[[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
484
485
486
487
488
[[package]]
name = "crossbeam-epoch"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
489
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
490
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
491
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
492
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
493
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
494
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
495
496
497
498
499
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
500
version = "0.7.1"
asynchronous rob's avatar
asynchronous rob committed
501
502
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
503
 "arrayvec 0.4.10 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
506
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
507
508
509
510
 "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)",
]

511
512
513
514
515
516
517
518
[[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
519
520
521
522
523
[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
524
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
525
526
527
528
]

[[package]]
name = "crossbeam-utils"
529
version = "0.6.5"
530
source = "registry+https://github.com/rust-lang/crates.io-index"
531
dependencies = [
532
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
533
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
534
]
535

asynchronous rob's avatar
asynchronous rob committed
536
537
538
539
540
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

541
542
[[package]]
name = "crunchy"
543
version = "0.2.2"
544
545
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
546
547
548
549
550
551
552
553
554
[[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)",
]

555
556
[[package]]
name = "crypto-mac"
557
version = "0.7.0"
558
559
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
560
561
 "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)",
562
563
564
565
]

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

asynchronous rob's avatar
asynchronous rob committed
573
574
[[package]]
name = "ctrlc"
575
version = "3.1.2"
576
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
577
dependencies = [
578
 "nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
579
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
580
581
]

582
583
584
585
586
587
[[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)",
588
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
589
590
]

591
592
[[package]]
name = "curve25519-dalek"
593
version = "1.2.0"
594
595
596
597
598
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)",
599
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
600
 "subtle 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
601
602
]

603
604
[[package]]
name = "data-encoding"
605
version = "2.1.2"
606
607
source = "registry+https://github.com/rust-lang/crates.io-index"

608
609
[[package]]
name = "derive_more"
610
version = "0.14.1"
611
612
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
613
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
614
615
 "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)",
616
 "syn 0.15.34 (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
634
635
636
637
638
639
640
641
642
643
644
[[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)",
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
645
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
646
647
648
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
649
650
651
652
653
654
[[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)",
655
 "curve25519-dalek 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
656
657
658
659
660
 "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
661
662
[[package]]
name = "either"
663
version = "1.5.2"
asynchronous rob's avatar
asynchronous rob committed
664
665
666
667
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
668
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
669
670
671
672
673
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

674
675
[[package]]
name = "env_logger"
676
version = "0.6.1"
677
678
679
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
680
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
681
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
682
683
 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
684
685
]

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

691
692
693
694
695
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
696
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
697
698
699
700
]

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

708
709
[[package]]
name = "failure"
710
version = "0.1.5"
711
source = "registry+https://github.com/rust-lang/crates.io-index"
712
dependencies = [
713
 "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
714
715
716
717
718
719
720
721
 "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 = [
722
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
723
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
724
725
 "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
726
]
727

asynchronous rob's avatar
asynchronous rob committed
728
729
730
731
732
733
734
735
736
737
[[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 = [
738
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
739
740
]

741
742
[[package]]
name = "finality-grandpa"
743
version = "0.7.2"
744
745
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
746
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
747
 "hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
748
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
749
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
750
 "parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
751
 "parity-codec-derive 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
752
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
753
754
]

asynchronous rob's avatar
asynchronous rob committed
755
756
[[package]]
name = "fixed-hash"
757
version = "0.3.2"
asynchronous rob's avatar
asynchronous rob committed
758
759
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
760
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
761
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
762
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
763
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
764
765
 "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
766
767
]

768
769
770
771
772
773
774
775
776
777
778
779
780
[[package]]
name = "flate2"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
[[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
799
800
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
801
version = "2.0.0"
802
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#54d028551b11f40266628ceeb35bec0595d360c3"
thiolliere's avatar
thiolliere committed
803
dependencies = [
804
 "parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
805
806
]

asynchronous rob's avatar
asynchronous rob committed
807
808
[[package]]
name = "fs-swap"
809
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
810
811
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
812
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
813
814
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
815
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
816
817
]

818
819
[[package]]
name = "fuchsia-cprng"
820
version = "0.1.1"
821
822
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
823
824
825
826
827
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
828
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
829
830
831
832
833
834
835
836
837
838
 "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"
839
version = "0.1.27"
asynchronous rob's avatar
asynchronous rob committed
840
841
842
843
844
845
846
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 = [
847
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
848
 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
849
850
851
852
]

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

Gav Wood's avatar
Gav Wood committed
856
857
858
859
860
861
862
863
864
[[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)",
]

865
866
867
868
869
870
871
872
[[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)",
]

873
874
875
876
877
878
879
[[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)",
880
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
881
882
883
884
885
886
887
888
889
 "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)",
890
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
891
892
]

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

[[package]]
name = "globset"
900
version = "0.4.3"
asynchronous rob's avatar
asynchronous rob committed
901
902
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
903
904
 "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "bstr 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
905
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
906
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
907
 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
908
909
910
]

[[package]]
911
name = "h2"
912
version = "0.1.23"
913
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
914
dependencies = [
915
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
916
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
917
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
918
919
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
920
921
 "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)",
922
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
923
 "string 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
924
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
925
926
927
928
]

[[package]]
name = "hash-db"
929
version = "0.12.2"
Gav Wood's avatar
Gav Wood committed
930
source = "registry+https://github.com/rust-lang/crates.io-index"
931
932
933

[[package]]
name = "hash256-std-hasher"
934
version = "0.12.2"
Gav Wood's avatar
Gav Wood committed
935
source = "registry+https://github.com/rust-lang/crates.io-index"
936
dependencies = [
937
 "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
938
939
]

Gav Wood's avatar
Gav Wood committed
940
941
942
943
944
945
946
947
948
[[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)",
]

949
950
951
952
953
[[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
954
955
956
957
958
[[package]]
name = "heapsize"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
959
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
960
961
962
963
]

[[package]]
name = "heck"
964
version = "0.3.1"
965
966
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
967
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
968
969
970
971
972
973
974
975
976
]

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

[[package]]
name = "hex-literal"
977
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
978
979
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
980
 "hex-literal-impl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
981
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
982
983
]

984
985
986
987
988
989
[[package]]
name = "hex-literal"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "hex-literal-impl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
990
 "proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
991
992
]

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

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