Cargo.lock 272 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 = [
Gavin Wood's avatar
Gavin Wood committed
7
 "parity-codec 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
8
 "polkadot-parachain 0.1.0",
9
 "tiny-keccak 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
10
11
12
13
14
15
16
]

[[package]]
name = "adder-collator"
version = "0.1.0"
dependencies = [
 "adder 0.1.0",
17
 "ctrlc 3.1.3 (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
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
49
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
50
 "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.2"
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.36 (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
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
139
 "termion 1.5.3 (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
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
179
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
180
181
]

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.2 (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.1.0 (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.7 (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.1.0"
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"

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

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

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

Gav Wood's avatar
Gav Wood committed
252
253
254
255
256
257
258
259
260
[[package]]
name = "block-buffer"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

261
262
[[package]]
name = "block-buffer"
263
version = "0.7.3"
264
265
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
266
 "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
267
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
268
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
269
270
271
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

272
273
[[package]]
name = "block-cipher-trait"
274
version = "0.6.2"
275
276
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
277
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
278
279
]

280
281
[[package]]
name = "block-padding"
282
version = "0.1.4"
283
284
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
285
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
286
287
]

asynchronous rob's avatar
asynchronous rob committed
288
289
[[package]]
name = "bs58"
290
version = "0.2.2"
asynchronous rob's avatar
asynchronous rob committed
291
292
source = "registry+https://github.com/rust-lang/crates.io-index"

293
294
295
296
297
298
299
300
301
302
303
304
305
[[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"

306
307
[[package]]
name = "bumpalo"
308
version = "2.4.3"
309
310
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
311
312
313
314
315
[[package]]
name = "byte-tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

316
317
[[package]]
name = "byte-tools"
318
version = "0.3.1"
319
320
321
322
323
324
325
source = "registry+https://github.com/rust-lang/crates.io-index"

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

asynchronous rob's avatar
asynchronous rob committed
326
327
[[package]]
name = "byteorder"
328
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
329
330
331
332
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
333
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
334
335
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
336
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
337
 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
338
339
340
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

341
342
343
344
345
[[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
346
347
[[package]]
name = "cc"
348
version = "1.0.37"
asynchronous rob's avatar
asynchronous rob committed
349
source = "registry+https://github.com/rust-lang/crates.io-index"
350
dependencies = [
351
 "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
352
353
354
355
]

[[package]]
name = "cexpr"
356
version = "0.3.5"
357
358
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
359
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
360
]
asynchronous rob's avatar
asynchronous rob committed
361
362
363

[[package]]
name = "cfg-if"
364
version = "0.1.9"
asynchronous rob's avatar
asynchronous rob committed
365
366
367
368
source = "registry+https://github.com/rust-lang/crates.io-index"

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

377
378
[[package]]
name = "clang-sys"
379
version = "0.26.4"
380
381
382
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
383
384
 "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)",
385
386
]

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

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
406
 "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
407
408
409
410
411
412
413
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
414
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
415
416
417
418
419
420
421
]

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

422
[[package]]
423
424
name = "crc"
version = "1.8.1"
425
426
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
427
 "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
428
429
430
]

[[package]]
431
432
name = "crc32fast"
version = "1.2.0"
433
434
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
435
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
436
437
]

asynchronous rob's avatar
asynchronous rob committed
438
439
[[package]]
name = "crossbeam"
440
441
442
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
443
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
444
 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
445
 "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
446
447
 "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)",
448
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
449
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
450
451
452
453
454
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "crossbeam-deque"
464
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
465
466
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
467
468
 "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
469
470
]

471
472
473
474
475
476
477
478
479
[[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
480
481
[[package]]
name = "crossbeam-epoch"
482
version = "0.7.1"
asynchronous rob's avatar
asynchronous rob committed
483
484
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
485
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
486
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
487
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
488
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
489
490
491
492
 "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)",
]

493
494
495
496
497
498
499
500
[[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
501
502
[[package]]
name = "crossbeam-utils"
503
version = "0.6.5"
504
source = "registry+https://github.com/rust-lang/crates.io-index"
505
dependencies = [
506
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
507
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
508
]
509

asynchronous rob's avatar
asynchronous rob committed
510
511
512
513
514
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

515
516
[[package]]
name = "crunchy"
517
version = "0.2.2"
518
519
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
520
521
522
523
524
525
526
527
528
[[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)",
]

529
530
[[package]]
name = "crypto-mac"
531
version = "0.7.0"
532
533
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
534
535
 "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)",
536
537
538
539
]

[[package]]
name = "ctr"
540
version = "0.3.2"
541
542
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
543
544
 "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)",
545
546
]

asynchronous rob's avatar
asynchronous rob committed
547
548
[[package]]
name = "ctrlc"
549
version = "3.1.3"
550
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
551
dependencies = [
552
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
553
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
554
555
]

556
557
558
559
560
561
[[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)",
562
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
563
564
]

565
566
[[package]]
name = "curve25519-dalek"
567
version = "1.2.1"
568
569
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
570
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
571
572
 "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)",
573
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
574
 "subtle 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
575
576
]

577
578
[[package]]
name = "data-encoding"
579
version = "2.1.2"
580
581
source = "registry+https://github.com/rust-lang/crates.io-index"

582
583
[[package]]
name = "derive_more"
584
version = "0.14.1"
585
586
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
587
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
588
589
 "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)",
590
 "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)",
591
592
]

asynchronous rob's avatar
asynchronous rob committed
593
594
[[package]]
name = "difference"
595
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
596
597
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
598
599
600
601
602
603
604
605
[[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)",
]

606
607
608
609
610
611
612
613
614
615
616
617
618
[[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 = [
619
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
620
621
622
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
623
624
625
626
627
[[package]]
name = "doc-comment"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
628
629
630
631
632
633
[[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)",
634
 "curve25519-dalek 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
635
636
637
638
639
 "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
640
641
[[package]]
name = "either"
642
version = "1.5.2"
asynchronous rob's avatar
asynchronous rob committed
643
644
645
646
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
647
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
648
649
650
651
652
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

653
654
[[package]]
name = "env_logger"
655
version = "0.6.1"
656
657
658
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
659
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
660
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
661
 "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
662
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
663
664
]

asynchronous rob's avatar
asynchronous rob committed
665
666
[[package]]
name = "environmental"
667
version = "1.0.1"
668
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
669

670
671
672
673
674
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
675
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
676
677
678
679
]

[[package]]
name = "exit-future"
680
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
681
682
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
683
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
684
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
685
686
]

687
688
[[package]]
name = "failure"
689
version = "0.1.5"
690
source = "registry+https://github.com/rust-lang/crates.io-index"
691
dependencies = [
692
 "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
693
694
695
696
697
698
699
700
 "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 = [
701
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
702
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
703
 "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)",
704
 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
705
]
706

asynchronous rob's avatar
asynchronous rob committed
707
708
709
710
711
712
713
714
715
716
[[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 = [
717
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
718
719
]

720
721
[[package]]
name = "finality-grandpa"
Gavin Wood's avatar
Gavin Wood committed
722
723
version = "0.8.0"
source = "git+https://github.com/paritytech/finality-grandpa?rev=f682e3dec54b19c5dd018324028c47f777f3b3a1#f682e3dec54b19c5dd018324028c47f777f3b3a1"
724
dependencies = [
725
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
726
 "hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
727
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
728
 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
729
 "parity-codec 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
730
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
731
732
]

asynchronous rob's avatar
asynchronous rob committed
733
734
[[package]]
name = "fixed-hash"
Gavin Wood's avatar
Gavin Wood committed
735
version = "0.4.0"
asynchronous rob's avatar
asynchronous rob committed
736
737
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
738
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
739
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
740
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
741
742
 "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
743
744
]

745
746
[[package]]
name = "flate2"
Gavin Wood's avatar
Gavin Wood committed
747
version = "1.0.9"
748
749
750
751
752
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)",
Gavin Wood's avatar
Gavin Wood committed
753
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
754
755
756
757
758
 "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
759
760
761
762
763
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

thiolliere's avatar
thiolliere committed
764
765
[[package]]
name = "fork-tree"
thiolliere's avatar
thiolliere committed
766
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
767
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#14b15fc4c600c046aa0d172d2d5e045134a40c3b"
thiolliere's avatar
thiolliere committed
768
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
769
 "parity-codec 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
770
771
]

asynchronous rob's avatar
asynchronous rob committed
772
773
[[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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
778
779
 "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)",
780
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
781
782
]

783
784
[[package]]
name = "fuchsia-cprng"
785
version = "0.1.1"
786
787
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.1.0 (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.27"
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.27 (registry+https://github.com/rust-lang/crates.io-index)",
813
 "num_cpus 1.10.1 (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)",
]

830
831
832
833
834
835
836
837
[[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)",
]

838
839
840
841
842
843
844
[[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)",
845
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
846
847
848
849
850
851
852
853
854
 "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)",
855
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
856
857
]

asynchronous rob's avatar
asynchronous rob committed
858
[[package]]
859
860
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
861
862
863
864
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "globset"
865
version = "0.4.3"
asynchronous rob's avatar
asynchronous rob committed
866
867
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
868
869
 "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
870
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
871
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
872
 "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
873
874
875
]

[[package]]
876
name = "h2"
877
version = "0.1.23"
878
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
879
dependencies = [
880
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
881
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
882
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
883
884
 "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)",
885
886
 "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)",
887
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
888
 "string 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
889
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
890
891
892
893
]

[[package]]
name = "hash-db"
Gavin Wood's avatar
Gavin Wood committed
894
version = "0.12.4"
Gav Wood's avatar
Gav Wood committed
895
source = "registry+https://github.com/rust-lang/crates.io-index"
896
897
898

[[package]]
name = "hash256-std-hasher"
899
version = "0.12.3"
Gav Wood's avatar
Gav Wood committed
900
source = "registry+https://github.com/rust-lang/crates.io-index"
901
dependencies = [
902
 "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
903
904
]

Gav Wood's avatar
Gav Wood committed
905
906
907
908
909
[[package]]
name = "hashbrown"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
910
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
911
912
913
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

914
915
916
917
918
[[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
919
920
921
922
923
[[package]]
name = "heapsize"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
924
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
925
926
927
928
]

[[package]]
name = "heck"
929
version = "0.3.1"
930
931
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
932
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
933
934
935
936
937
938
939
940
941
]

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

[[package]]
name = "hex-literal"
942
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
943
944
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
945
 "hex-literal-impl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
946
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
947
948
]

949
950
951
952
953
954
[[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)",
955
 "proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
956
957
]

asynchronous rob's avatar
asynchronous rob committed
958
959
[[package]]
name = "hex-literal-impl"
960
version = "0.1.2"
asynchronous rob's avatar
asynchronous rob committed
961
962
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
963
964
965
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

966
967
968
969
970
[[package]]
name = "hex-literal-impl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
971
 "proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
972
973
]

Gav Wood's avatar
Gav Wood committed
974
975
976
977
978
979
980
981
982
983
[[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)",
]

984
985
[[package]]
name = "hmac"
986
version = "0.7.0"
987
988
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
989
990
 "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)",
991
992
]

Gav Wood's avatar
Gav Wood committed
993
994
995
996
997
998
999
1000
[[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)",
For faster browsing, not all history is shown. View entire blame