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

asynchronous rob's avatar
asynchronous rob committed
9
10
11
12
[[package]]
name = "adder"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
13
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
14
 "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
15
16
17
18
19
20
21
22
23
24
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",
 "ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)",
 "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
26
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
27
28
29
30
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "polkadot-collator 0.1.0",
 "polkadot-parachain 0.1.0",
 "polkadot-primitives 0.1.0",
31
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
32
33
]

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

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

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

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

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

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

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

[[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)",
 "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

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

[[package]]
name = "backtrace"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
147
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
148
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
149
 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
150
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
151
152
153
154
155
156
157
]

[[package]]
name = "backtrace-sys"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
158
 "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
159
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
160
161
162
]

[[package]]
163
164
name = "base-x"
version = "0.2.3"
asynchronous rob's avatar
asynchronous rob committed
165
166
167
source = "registry+https://github.com/rust-lang/crates.io-index"

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

172
173
174
175
176
177
178
179
180
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
181
182
[[package]]
name = "bigint"
183
version = "4.4.1"
asynchronous rob's avatar
asynchronous rob committed
184
185
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
186
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
187
188
189
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

190
191
[[package]]
name = "bindgen"
192
version = "0.43.2"
193
194
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
195
196
 "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)",
197
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
198
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
199
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
200
201
202
 "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)",
203
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
204
205
206
207
 "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)",
 "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
208
209
]

asynchronous rob's avatar
asynchronous rob committed
210
211
212
213
214
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

215
216
217
218
219
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
220
221
[[package]]
name = "bitflags"
222
version = "1.0.4"
asynchronous rob's avatar
asynchronous rob committed
223
224
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

[[package]]
name = "block-buffer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
255
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
256
257
258
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

259
260
261
262
263
264
265
266
267
268
269
[[package]]
name = "block-buffer"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

asynchronous rob's avatar
asynchronous rob committed
286
287
[[package]]
name = "bs58"
288
version = "0.2.2"
asynchronous rob's avatar
asynchronous rob committed
289
290
291
292
293
294
295
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"

296
297
298
299
300
[[package]]
name = "byte-tools"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
301
302
303
304
305
[[package]]
name = "byteorder"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

[[package]]
name = "bytes"
318
version = "0.4.11"
asynchronous rob's avatar
asynchronous rob committed
319
320
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
321
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
322
323
324
325
326
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cc"
327
version = "1.0.26"
asynchronous rob's avatar
asynchronous rob committed
328
source = "registry+https://github.com/rust-lang/crates.io-index"
329
330
331
332
333
334
dependencies = [
 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cexpr"
335
version = "0.3.4"
336
337
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
338
 "nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
339
]
asynchronous rob's avatar
asynchronous rob committed
340
341
342

[[package]]
name = "cfg-if"
343
version = "0.1.6"
asynchronous rob's avatar
asynchronous rob committed
344
345
346
347
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
348
version = "0.4.6"
asynchronous rob's avatar
asynchronous rob committed
349
350
351
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)",
352
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
353
354
355
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
]

356
357
[[package]]
name = "clang-sys"
358
version = "0.26.4"
359
360
361
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
362
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
363
 "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
364
365
]

asynchronous rob's avatar
asynchronous rob committed
366
367
368
369
370
371
372
[[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)",
373
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
374
375
376
377
 "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)",
378
379
380
381
382
383
384
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
385
 "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
386
387
388
389
390
391
392
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
393
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
394
395
396
397
398
399
400
]

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

401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
[[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)",
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

asynchronous rob's avatar
asynchronous rob committed
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
[[package]]
name = "crossbeam"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[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"
434
version = "0.6.2"
asynchronous rob's avatar
asynchronous rob committed
435
436
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
437
438
 "crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
439
440
441
442
443
444
445
446
]

[[package]]
name = "crossbeam-epoch"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
447
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
448
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
449
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
450
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
451
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
452
453
454
455
456
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
457
version = "0.6.1"
asynchronous rob's avatar
asynchronous rob committed
458
459
460
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
461
462
463
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
464
465
466
467
468
469
470
471
472
 "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 = [
473
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
474
475
476
477
]

[[package]]
name = "crossbeam-utils"
478
version = "0.5.0"
asynchronous rob's avatar
asynchronous rob committed
479
480
source = "registry+https://github.com/rust-lang/crates.io-index"

481
482
[[package]]
name = "crossbeam-utils"
483
version = "0.6.1"
484
source = "registry+https://github.com/rust-lang/crates.io-index"
485
486
487
dependencies = [
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
488

asynchronous rob's avatar
asynchronous rob committed
489
490
491
492
493
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

494
495
496
497
498
499
500
[[package]]
name = "crunchy"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
501
version = "0.6.2"
502
503
504
505
506
507
508
509
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"
510
version = "0.7.0"
511
512
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
513
514
 "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)",
515
516
517
518
519
520
521
522
523
524
525
]

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

asynchronous rob's avatar
asynchronous rob committed
526
527
528
529
530
531
[[package]]
name = "ctrlc"
version = "1.1.1"
source = "git+https://github.com/paritytech/rust-ctrlc.git#b523017108bb2d571a7a69bd97bc406e63bc7a9d"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
532
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
533
534
535
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

536
537
538
539
540
541
542
543
544
[[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)",
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
]

545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
[[package]]
name = "curve25519-dalek"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.7 (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.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)",
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

asynchronous rob's avatar
asynchronous rob committed
563
564
565
566
567
568
569
[[package]]
name = "difference"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "digest"
570
version = "0.7.6"
asynchronous rob's avatar
asynchronous rob committed
571
572
573
574
575
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)",
]

576
577
578
579
580
581
582
583
[[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
584
[[package]]
585
586
name = "discard"
version = "1.0.4"
asynchronous rob's avatar
asynchronous rob committed
587
588
source = "registry+https://github.com/rust-lang/crates.io-index"

589
590
591
592
593
594
595
596
597
[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

598
599
600
601
602
603
604
605
606
607
608
609
610
[[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)",
 "failure 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)",
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
[[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)",
]

[[package]]
name = "env_logger"
626
version = "0.5.13"
asynchronous rob's avatar
asynchronous rob committed
627
628
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
629
630
631
632
633
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
634
635
]

636
637
[[package]]
name = "env_logger"
638
version = "0.6.0"
639
640
641
642
643
644
645
646
647
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
648
649
[[package]]
name = "environmental"
650
651
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
652
653
654
655
656
657
658
659
660
661
662

[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "exit-future"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
671
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
672
673
674
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

675
676
677
678
679
[[package]]
name = "failure"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
680
681
682
683
684
685
686
687
688
689
[[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 = [
690
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
691
692
]

693
694
[[package]]
name = "finality-grandpa"
695
version = "0.5.1"
696
697
698
699
700
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)",
Gav Wood's avatar
Gav Wood committed
701
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
702
703
704
705
 "parity-codec-derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
706
707
[[package]]
name = "fixed-hash"
708
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
709
710
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
711
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
712
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
713
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
714
715
716
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "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
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
]

[[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"
739
version = "0.2.4"
asynchronous rob's avatar
asynchronous rob committed
740
741
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
742
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
743
 "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
744
 "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
745
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
746
747
748
749
750
751
752
]

[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
753
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
754
755
756
757
758
759
760
761
762
763
 "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"
764
version = "0.1.25"
asynchronous rob's avatar
asynchronous rob committed
765
766
767
768
769
770
771
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 = [
772
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
773
774
775
776
777
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "gcc"
778
version = "0.3.55"
asynchronous rob's avatar
asynchronous rob committed
779
780
781
782
783
784
785
786
787
788
source = "registry+https://github.com/rust-lang/crates.io-index"

[[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)",
]

789
790
791
792
793
794
795
796
[[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
797
[[package]]
798
799
name = "glob"
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
800
801
802
803
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "globset"
804
version = "0.4.2"
asynchronous rob's avatar
asynchronous rob committed
805
806
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
807
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
808
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
809
810
811
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
812
813
814
]

[[package]]
815
816
name = "h2"
version = "0.1.13"
817
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
818
dependencies = [
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "hash-db"
version = "0.9.0"
source = "git+https://github.com/paritytech/trie#2616db2a2529098949e5d39aa06dd4e502a9e5f7"

[[package]]
name = "hash256-std-hasher"
version = "0.9.0"
source = "git+https://github.com/paritytech/trie#2616db2a2529098949e5d39aa06dd4e502a9e5f7"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
842
843
844
845
846
847
848
]

[[package]]
name = "heapsize"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
849
850
851
852
853
854
855
856
857
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "heck"
version = "0.3.0"
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
858
859
860
861
862
863
864
865
866
867
868
869
870
]

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

[[package]]
name = "hex-literal"
version = "0.1.1"
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)",
871
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
872
873
874
875
876
877
878
]

[[package]]
name = "hex-literal-impl"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
 "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[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)",
]

[[package]]
name = "http"
version = "0.1.13"
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
899
900
901
902
]

[[package]]
name = "httparse"
903
904
905
906
907
908
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "humantime"
version = "1.1.1"
asynchronous rob's avatar
asynchronous rob committed
909
source = "registry+https://github.com/rust-lang/crates.io-index"
910
911
912
dependencies = [
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
asynchronous rob's avatar
asynchronous rob committed
913

914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
[[package]]
name = "hyper"
version = "0.10.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
932
933
[[package]]
name = "hyper"
934
version = "0.12.14"
asynchronous rob's avatar
asynchronous rob committed
935
936
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
937
938
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
939
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
940
941
942
 "h2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
943
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
944
945
 "itoa 0.4.3 (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
946
947
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
948
949
950
951
952
953
954
955
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
956
957
958
959
960
961
962
]

[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
963
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
964
965
966
967
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
968
969
970
971
972
[[package]]
name = "impl-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
973
 "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
974
975
976
977
978
979
980
981
982
983
984
]

[[package]]
name = "impl-serde"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
985
[[package]]
986
987
name = "indexmap"
version = "1.0.2"
asynchronous rob's avatar
asynchronous rob committed
988
989
990
991
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "integer-sqrt"
992
993
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
994
995
996
997
998
999
1000

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

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