Cargo.lock 388 KB
Newer Older
1
2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Gavin Wood's avatar
Gavin Wood committed
3
4
5
6
7
8
9
10
11
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
12
13
[[package]]
name = "adder"
Gavin Wood's avatar
Gavin Wood committed
14
version = "0.6.17"
asynchronous rob's avatar
asynchronous rob committed
15
dependencies = [
16
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
17
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
18
 "polkadot-parachain 0.6.17",
Gavin Wood's avatar
Gavin Wood committed
19
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Kian Paimani's avatar
Kian Paimani committed
20
 "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
21
 "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
22
23
24
25
26
27
]

[[package]]
name = "adder-collator"
version = "0.1.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
28
 "adder 0.6.17",
29
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
30
 "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
31
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
32
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
33
34
35
 "polkadot-collator 0.6.17",
 "polkadot-parachain 0.6.17",
 "polkadot-primitives 0.6.17",
36
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
37
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
38
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
39
40
]

41
42
[[package]]
name = "adler32"
43
version = "1.0.4"
44
45
source = "registry+https://github.com/rust-lang/crates.io-index"

46
47
[[package]]
name = "aes-ctr"
48
version = "0.3.0"
49
50
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
51
52
 "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)",
53
 "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
54
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
55
56
57
58
]

[[package]]
name = "aes-soft"
59
version = "0.3.3"
60
61
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
62
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
63
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
64
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
65
66
67
68
]

[[package]]
name = "aesni"
69
version = "0.6.0"
70
71
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
72
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
73
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
74
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
75
76
]

77
78
[[package]]
name = "ahash"
79
version = "0.2.18"
80
81
82
83
84
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

85
86
[[package]]
name = "aho-corasick"
87
version = "0.7.6"
88
89
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
90
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
91
92
]

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

101
102
103
104
105
106
107
108
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

109
110
[[package]]
name = "anyhow"
111
version = "1.0.22"
112
113
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
114
115
116
117
118
119
120
121
[[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)",
122
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
123
124
]

125
126
[[package]]
name = "arc-swap"
127
version = "0.4.4"
128
129
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
130
131
[[package]]
name = "arrayref"
132
version = "0.3.5"
asynchronous rob's avatar
asynchronous rob committed
133
134
135
136
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
137
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
138
139
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
140
 "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
141
142
]

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

asynchronous rob's avatar
asynchronous rob committed
148
149
[[package]]
name = "asn1_der"
150
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
151
152
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
153
 "asn1_der_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
154
155
156
157
]

[[package]]
name = "asn1_der_derive"
158
version = "0.1.2"
159
160
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
161
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
162
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
163
164
]

165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
[[package]]
name = "async-macros"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "async-std"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "async-macros 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "async-task 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "async-task"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
208
209
[[package]]
name = "atty"
210
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
211
212
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
213
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
214
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
215
216
]

217
218
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
219
version = "0.1.7"
220
221
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
222
223
[[package]]
name = "backtrace"
224
version = "0.3.40"
asynchronous rob's avatar
asynchronous rob committed
225
226
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
227
 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
228
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
229
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
230
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
231
232
233
234
]

[[package]]
name = "backtrace-sys"
235
version = "0.1.32"
asynchronous rob's avatar
asynchronous rob committed
236
237
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
238
 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
239
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
240
241
242
]

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

247
248
249
250
251
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
252
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
253
254
]

255
256
257
258
259
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
260
261
262
263
264
265
266
267
268
269
[[package]]
name = "bincode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]

270
271
[[package]]
name = "bindgen"
272
version = "0.47.3"
273
274
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
275
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
276
 "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
277
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
278
 "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
279
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
280
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
281
 "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
282
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
283
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
284
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
285
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
286
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
287
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
288
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
289
290
]

291
292
[[package]]
name = "bitflags"
293
version = "1.2.1"
294
295
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
296
[[package]]
297
298
name = "bitmask"
version = "0.5.0"
299
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
300

Gavin Wood's avatar
Gavin Wood committed
301
302
[[package]]
name = "bitvec"
303
version = "0.15.2"
Gavin Wood's avatar
Gavin Wood committed
304
305
source = "registry+https://github.com/rust-lang/crates.io-index"

306
307
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
308
version = "0.8.1"
309
310
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
311
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
312
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
313
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
314
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
315
316
]

asynchronous rob's avatar
asynchronous rob committed
317
318
319
320
321
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
322
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
323
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
324
325
]

Gavin Wood's avatar
Gavin Wood committed
326
327
328
329
330
331
332
333
334
335
[[package]]
name = "blake2b_simd"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

336
337
[[package]]
name = "block-buffer"
338
version = "0.7.3"
339
340
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
341
 "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
342
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
343
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
344
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
345
346
]

347
348
[[package]]
name = "block-cipher-trait"
349
version = "0.6.2"
350
351
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
352
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
353
354
]

355
356
[[package]]
name = "block-padding"
357
version = "0.1.5"
358
359
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
360
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
361
362
]

363
364
365
366
367
368
369
370
371
372
373
374
375
[[package]]
name = "broadcaster"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

376
377
378
379
380
[[package]]
name = "bs58"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
381
382
[[package]]
name = "bs58"
383
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
384
385
source = "registry+https://github.com/rust-lang/crates.io-index"

386
387
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
388
version = "0.2.8"
389
390
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
391
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
392
393
]

394
395
[[package]]
name = "bumpalo"
Gavin Wood's avatar
Gavin Wood committed
396
version = "2.6.0"
397
398
source = "registry+https://github.com/rust-lang/crates.io-index"

399
400
[[package]]
name = "byte-slice-cast"
401
version = "0.3.4"
402
403
source = "registry+https://github.com/rust-lang/crates.io-index"

404
405
[[package]]
name = "byte-tools"
406
version = "0.3.1"
407
408
409
410
411
412
413
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
414
415
[[package]]
name = "byteorder"
416
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
417
418
419
420
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
421
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
422
423
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
424
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
425
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
426
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
427
428
]

429
430
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
431
version = "0.2.3"
432
433
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
434
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
435
436
]

437
438
439
440
441
[[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
442
443
[[package]]
name = "cc"
444
version = "1.0.47"
asynchronous rob's avatar
asynchronous rob committed
445
source = "registry+https://github.com/rust-lang/crates.io-index"
446
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
447
 "jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
448
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
449
450
451
452
]

[[package]]
name = "cexpr"
453
version = "0.3.6"
454
455
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
456
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
457
]
asynchronous rob's avatar
asynchronous rob committed
458
459
460

[[package]]
name = "cfg-if"
461
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
462
463
464
465
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
466
version = "0.4.9"
asynchronous rob's avatar
asynchronous rob committed
467
468
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
469
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
470
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
471
472
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
473
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
474
475
]

476
477
[[package]]
name = "clang-sys"
478
version = "0.26.4"
479
480
481
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
482
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
483
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
484
485
]

asynchronous rob's avatar
asynchronous rob committed
486
487
[[package]]
name = "clap"
488
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
489
490
491
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)",
492
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
493
494
495
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
496
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
497
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
498
499
500
501
502
503
504
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
505
 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
506
507
508
509
510
511
512
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
513
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
514
515
]

516
517
518
519
520
521
[[package]]
name = "const-random"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random-macro 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
522
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
523
524
525
526
527
528
529
]

[[package]]
name = "const-random-macro"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
530
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
531
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
532
533
]

asynchronous rob's avatar
asynchronous rob committed
534
535
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
536
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
537
538
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
539
[[package]]
Gavin Wood's avatar
Gavin Wood committed
540
name = "cranelift-bforest"
541
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
542
543
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
544
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
545
546
547
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
548
name = "cranelift-codegen"
549
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
550
551
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
552
553
554
555
556
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
557
558
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
559
560
561
 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
562
563
564
565
]

[[package]]
name = "cranelift-codegen-meta"
566
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
567
568
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
569
570
 "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
571
572
573
574
]

[[package]]
name = "cranelift-codegen-shared"
575
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
576
577
578
579
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cranelift-entity"
580
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
581
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
582
583
584
585
586
587
dependencies = [
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-frontend"
588
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
589
590
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
591
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
592
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
593
594
 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
595
596
597
598
]

[[package]]
name = "cranelift-native"
599
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
600
601
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
602
603
604
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
605
606
607
608
]

[[package]]
name = "cranelift-wasm"
609
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
610
611
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
612
613
614
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
615
616
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
617
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
618
 "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
619
]
Gavin Wood's avatar
Gavin Wood committed
620

621
[[package]]
622
623
name = "crc32fast"
version = "1.2.0"
624
625
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
626
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
627
628
]

629
630
631
632
633
634
635
636
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

637
638
639
640
641
642
643
644
[[package]]
name = "crossbeam-channel"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

645
646
[[package]]
name = "crossbeam-deque"
647
version = "0.7.2"
648
649
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
650
651
 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
652
653
]

asynchronous rob's avatar
asynchronous rob committed
654
655
[[package]]
name = "crossbeam-epoch"
656
version = "0.8.0"
asynchronous rob's avatar
asynchronous rob committed
657
658
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
659
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
660
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
661
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
662
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
663
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
664
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
665
666
]

667
668
669
670
671
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
672
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
673
674
]

675
676
677
678
679
680
681
682
[[package]]
name = "crossbeam-queue"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
683
684
[[package]]
name = "crossbeam-utils"
685
version = "0.6.6"
686
source = "registry+https://github.com/rust-lang/crates.io-index"
687
dependencies = [
688
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
689
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
690
]
691

692
693
694
695
696
697
698
699
700
701
[[package]]
name = "crossbeam-utils"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

702
703
[[package]]
name = "crunchy"
704
version = "0.2.2"
705
706
707
708
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
709
version = "0.7.0"
710
711
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
712
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
713
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
714
715
]

Gavin Wood's avatar
Gavin Wood committed
716
717
718
719
720
721
722
723
[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

724
725
[[package]]
name = "ctr"
726
version = "0.3.2"
727
728
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
729
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
730
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
731
732
]

asynchronous rob's avatar
asynchronous rob committed
733
734
[[package]]
name = "ctrlc"
735
version = "3.1.3"
736
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
737
dependencies = [
738
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
739
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
740
741
]

742
743
744
745
746
747
[[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)",
748
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
749
750
]

751
752
[[package]]
name = "curve25519-dalek"
753
version = "1.2.3"
754
755
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
756
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
757
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
758
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
759
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
760
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
761
762
]

763
764
[[package]]
name = "data-encoding"
765
version = "2.1.2"
766
767
source = "registry+https://github.com/rust-lang/crates.io-index"

768
769
[[package]]
name = "derive_more"
770
version = "0.14.1"
771
772
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
773
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
774
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
775
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
776
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
777
778
779
780
781
782
783
]

[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
784
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
785
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
786
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
787
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
788
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
789
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
790
791
]

asynchronous rob's avatar
asynchronous rob committed
792
793
[[package]]
name = "difference"
794
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
795
796
source = "registry+https://github.com/rust-lang/crates.io-index"

797
798
[[package]]
name = "digest"
799
800
801
802
803
804
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
[[package]]
name = "directories"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "dirs-sys"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

825
826
827
[[package]]
name = "dlmalloc"
version = "0.1.3"
828
829
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
830
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
831
832
833
834
835
836
837
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
838
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
839
840
841
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
842
843
844
845
846
[[package]]
name = "doc-comment"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

847
848
849
850
851
852
853
[[package]]
name = "ed25519-dalek"
version = "0.9.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 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
854
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
855
856
857
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
858
859
[[package]]
name = "ed25519-dalek"
860
version = "1.0.0-pre.2"
Gav Wood's avatar
Gav Wood committed
861
862
863
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)",
864
 "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
865
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
866
867
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
868
869
870
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
871
872
[[package]]
name = "either"
873
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
874
875
876
877
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
878
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
879
880
881
882
883
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

884
885
886
887
888
889
890
891
[[package]]
name = "enum_primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
]

892
893
[[package]]
name = "env_logger"
894
version = "0.6.2"
895
896
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
897
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
898
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
899
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
900
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
901
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
902
903
]

904
905
[[package]]
name = "env_logger"
906
version = "0.7.1"
907
908
909
910
911
912
913
914
915
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
916
917
[[package]]
name = "environmental"
918
version = "1.0.2"
919
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
920

921
922
923
924
925
[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
926
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
927
928
]

Gavin Wood's avatar
Gavin Wood committed
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
[[package]]
name = "errno"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "errno-dragonfly"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
948
949
[[package]]
name = "exit-future"
950
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
951
952
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
953
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
954
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
955
956
]

Gavin Wood's avatar
Gavin Wood committed
957
958
[[package]]
name = "faerie"
959
version = "0.13.0"
Gavin Wood's avatar
Gavin Wood committed
960
961
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
962
963
 "anyhow 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "goblin 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
964
965
 "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
966
 "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
967
 "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
968
969
 "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
970
971
]

972
973
[[package]]
name = "failure"
974
version = "0.1.6"
975
source = "registry+https://github.com/rust-lang/crates.io-index"
976
dependencies = [
977
 "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
978
 "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
979
980
981
982
]

[[package]]
name = "failure_derive"
983
version = "0.1.6"
984
985
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
986
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
987
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
988
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
989
 "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
990
]
991

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

Gavin Wood's avatar
Gavin Wood committed
997
998
999
1000
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
For faster browsing, not all history is shown. View entire blame