Cargo.lock 248 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.48 (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
16
 "parity-codec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
17
18
19
20
21
22
23
24
25
 "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",
26
 "ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
27
 "exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
28
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
29
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
30
31
32
 "polkadot-collator 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-primitives 0.1.0",
33
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
34
35
]

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

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

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

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

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

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

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

[[package]]
name = "arrayref"
109
version = "0.3.5"
asynchronous rob's avatar
asynchronous rob committed
110
111
112
113
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

147
148
149
150
151
[[package]]
name = "autocfg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
152
153
[[package]]
name = "backtrace"
154
version = "0.3.13"
asynchronous rob's avatar
asynchronous rob committed
155
156
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
157
158
 "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)",
159
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
160
161
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
162
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
163
164
165
166
]

[[package]]
name = "backtrace-sys"
167
version = "0.1.28"
asynchronous rob's avatar
asynchronous rob committed
168
169
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
170
 "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
171
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
172
173
174
]

[[package]]
175
name = "base-x"
176
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
177
178
179
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
180
181
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
182
183
source = "registry+https://github.com/rust-lang/crates.io-index"

184
185
186
187
188
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
189
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
190
191
192
 "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
193
194
[[package]]
name = "bigint"
195
version = "4.4.1"
asynchronous rob's avatar
asynchronous rob committed
196
197
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
198
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
199
200
201
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

202
203
[[package]]
name = "bindgen"
204
version = "0.43.2"
205
206
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
207
208
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "cexpr 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
209
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
210
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
211
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
212
213
214
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
215
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
216
217
 "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
218
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
219
 "which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
220
221
]

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

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

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

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

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

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

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

275
276
[[package]]
name = "block-buffer"
277
version = "0.7.2"
278
279
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
280
281
 "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)",
282
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
283
284
285
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

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

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

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

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

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

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

[[package]]
name = "cc"
343
version = "1.0.26"
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.4"
352
353
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
354
 "nom 4.2.0 (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.6"
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
367
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)",
368
 "num-traits 0.2.6 (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
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
379
 "libloading 0.5.0 (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.26 (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
418
419
420
421
422
[[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)",
423
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
424
425
426
427
428
429
430
]

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

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

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

[[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"
469
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
470
471
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
472
473
 "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
474
475
476
477
478
479
480
]

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

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

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

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

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

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

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

539
540
[[package]]
name = "crypto-mac"
541
version = "0.6.2"
542
543
544
545
546
547
548
549
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crypto-mac"
550
version = "0.7.0"
551
552
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
553
554
 "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)",
555
556
557
558
]

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

asynchronous rob's avatar
asynchronous rob committed
566
567
[[package]]
name = "ctrlc"
568
569
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
570
dependencies = [
571
572
 "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
573
574
]

575
576
577
578
579
580
[[package]]
name = "cuckoofilter"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
581
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
582
583
]

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

597
598
599
600
601
602
603
604
605
606
607
608
[[package]]
name = "curve25519-dalek"
version = "1.0.3"
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)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

609
610
[[package]]
name = "data-encoding"
611
version = "2.1.2"
612
613
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
614
615
[[package]]
name = "difference"
616
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
617
618
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
619
620
621
622
623
624
625
626
[[package]]
name = "digest"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
627
628
[[package]]
name = "digest"
629
version = "0.7.6"
asynchronous rob's avatar
asynchronous rob committed
630
631
632
633
634
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

635
636
637
638
639
640
641
642
[[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
643
[[package]]
644
645
name = "discard"
version = "1.0.4"
asynchronous rob's avatar
asynchronous rob committed
646
647
source = "registry+https://github.com/rust-lang/crates.io-index"

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

657
658
659
660
661
662
663
664
[[package]]
name = "ed25519-dalek"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "curve25519-dalek 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
665
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
666
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
667
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
668
669
]

asynchronous rob's avatar
asynchronous rob committed
670
671
672
673
674
675
676
677
678
679
680
681
682
[[package]]
name = "either"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

683
684
[[package]]
name = "env_logger"
685
version = "0.6.0"
686
687
688
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
689
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
690
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
691
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
692
693
694
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
695
696
[[package]]
name = "environmental"
697
698
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
699
700
701
702
703
704

[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
705
 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
706
707
708
709
]

[[package]]
name = "exit-future"
710
version = "0.1.3"
asynchronous rob's avatar
asynchronous rob committed
711
712
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
713
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
714
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
715
716
]

717
718
[[package]]
name = "failure"
719
version = "0.1.5"
720
source = "registry+https://github.com/rust-lang/crates.io-index"
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
dependencies = [
 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
736

asynchronous rob's avatar
asynchronous rob committed
737
738
739
740
741
742
743
744
745
746
[[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 = [
747
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
748
749
]

750
751
[[package]]
name = "finality-grandpa"
752
version = "0.6.0"
753
754
755
756
757
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
758
759
760
 "parity-codec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
761
762
]

asynchronous rob's avatar
asynchronous rob committed
763
764
[[package]]
name = "fixed-hash"
765
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
766
767
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
768
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
769
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
770
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
771
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
772
773
 "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
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
]

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

[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fs-swap"
796
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
797
798
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
799
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
800
 "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
801
 "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
802
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
803
804
]

805
806
[[package]]
name = "fuchsia-cprng"
807
version = "0.1.1"
808
809
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
810
811
812
813
814
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
815
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
816
817
818
819
820
821
822
823
824
825
 "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"
826
version = "0.1.25"
asynchronous rob's avatar
asynchronous rob committed
827
828
829
830
831
832
833
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 = [
834
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
835
 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
836
837
838
839
]

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

Gav Wood's avatar
Gav Wood committed
843
844
845
846
847
848
849
850
851
[[package]]
name = "generic-array"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
852
853
854
855
856
857
858
859
[[package]]
name = "generic-array"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

860
861
862
863
864
865
866
867
[[package]]
name = "generic-array"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
868
[[package]]
869
870
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
871
872
873
874
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "globset"
875
version = "0.4.2"
asynchronous rob's avatar
asynchronous rob committed
876
877
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
878
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
879
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
880
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
881
882
 "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
883
884
885
]

[[package]]
886
name = "h2"
887
version = "0.1.16"
888
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
889
dependencies = [
890
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
891
892
893
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
894
 "http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
895
896
 "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)",
897
898
899
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
900
901
902
903
]

[[package]]
name = "hash-db"
904
version = "0.11.0"
Gav Wood's avatar
Gav Wood committed
905
source = "registry+https://github.com/rust-lang/crates.io-index"
906
907
908

[[package]]
name = "hash256-std-hasher"
909
version = "0.11.0"
Gav Wood's avatar
Gav Wood committed
910
source = "registry+https://github.com/rust-lang/crates.io-index"
911
dependencies = [
912
 "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
913
914
915
916
917
918
919
]

[[package]]
name = "heapsize"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
920
921
922
923
924
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "heck"
925
version = "0.3.1"
926
927
928
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
929
930
931
932
933
934
935
936
937
]

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

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

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

Gav Wood's avatar
Gav Wood committed
953
954
955
956
957
958
959
960
961
962
[[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)",
]

963
964
965
966
967
968
969
970
971
[[package]]
name = "hmac"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

982
983
[[package]]
name = "http"
984
version = "0.1.15"
985
986
987
988
989
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
990
991
992
993
]

[[package]]
name = "httparse"
994
995
996
997
998
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

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