Cargo.lock 366 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"
14
version = "0.7.2"
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)",
18
19
 "polkadot-parachain 0.7.2",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)",
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 = [
28
 "adder 0.7.2",
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)",
33
34
35
36
37
38
 "polkadot-collator 0.7.2",
 "polkadot-parachain 0.7.2",
 "polkadot-primitives 0.7.2",
 "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)",
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"
Gavin Wood's avatar
Gavin Wood committed
272
version = "0.49.2"
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)",
Gavin Wood's avatar
Gavin Wood committed
278
 "clang-sys 0.28.1 (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)",
Gavin Wood's avatar
Gavin Wood committed
281
 "fxhash 0.2.1 (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)",
Gavin Wood's avatar
Gavin Wood committed
288
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
289
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
290
291
]

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

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

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

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

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

Gavin Wood's avatar
Gavin Wood committed
327
328
329
330
331
332
333
334
335
336
[[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)",
]

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

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

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

364
365
366
367
368
369
370
371
372
373
374
375
376
[[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)",
]

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

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

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

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

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

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

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

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

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

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

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

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

477
478
[[package]]
name = "clang-sys"
Gavin Wood's avatar
Gavin Wood committed
479
version = "0.28.1"
480
481
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
482
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
483
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
484
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
485
486
]

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

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

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

517
518
519
520
521
522
[[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)",
523
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
524
525
526
527
528
529
530
]

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

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

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

[[package]]
Gavin Wood's avatar
Gavin Wood committed
549
name = "cranelift-codegen"
550
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
551
552
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
553
554
555
556
557
 "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
558
559
 "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)",
560
561
562
 "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
563
564
565
566
]

[[package]]
name = "cranelift-codegen-meta"
567
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
568
569
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
570
571
 "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
572
573
574
575
]

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

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

[[package]]
name = "cranelift-frontend"
589
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
590
591
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
592
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
593
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
594
595
 "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
596
597
598
599
]

[[package]]
name = "cranelift-native"
600
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
601
602
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
603
604
605
 "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
606
607
608
609
]

[[package]]
name = "cranelift-wasm"
610
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
611
612
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
613
614
615
 "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
616
617
 "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)",
618
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
619
 "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
620
]
Gavin Wood's avatar
Gavin Wood committed
621

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

630
631
632
633
634
635
636
637
[[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)",
]

638
639
640
641
642
643
644
645
[[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)",
]

646
647
[[package]]
name = "crossbeam-deque"
648
version = "0.7.2"
649
650
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
651
652
 "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)",
653
654
]

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

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

676
677
678
679
680
681
682
683
[[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
684
685
[[package]]
name = "crossbeam-utils"
686
version = "0.6.6"
687
source = "registry+https://github.com/rust-lang/crates.io-index"
688
dependencies = [
689
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
690
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
691
]
692

693
694
695
696
697
698
699
700
701
702
[[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)",
]

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

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

Gavin Wood's avatar
Gavin Wood committed
717
718
719
720
721
722
723
724
[[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)",
]

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

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

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

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

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

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

[[package]]
name = "derive_more"
Gavin Wood's avatar
Gavin Wood committed
782
version = "0.99.2"
783
784
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
785
786
787
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
788
789
]

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

795
796
[[package]]
name = "digest"
797
798
799
800
801
802
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
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
[[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)",
]

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

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

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

Gav Wood's avatar
Gav Wood committed
845
846
[[package]]
name = "ed25519-dalek"
847
version = "1.0.0-pre.2"
Gav Wood's avatar
Gav Wood committed
848
849
850
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)",
851
 "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
852
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
853
854
 "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
855
856
857
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "elastic-array"
865
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
866
867
868
869
870
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

871
872
873
874
875
876
877
878
[[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)",
]

879
880
[[package]]
name = "env_logger"
881
version = "0.6.2"
882
883
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
884
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
885
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
886
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
887
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
888
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
889
890
]

891
892
[[package]]
name = "env_logger"
893
version = "0.7.1"
894
895
896
897
898
899
900
901
902
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
903
904
[[package]]
name = "environmental"
905
version = "1.0.2"
906
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
907

908
909
910
911
912
[[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
913
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
914
915
]

Gavin Wood's avatar
Gavin Wood committed
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
[[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
935
936
[[package]]
name = "exit-future"
937
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
938
939
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
940
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
941
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
942
943
]

Gavin Wood's avatar
Gavin Wood committed
944
945
[[package]]
name = "faerie"
946
version = "0.13.0"
Gavin Wood's avatar
Gavin Wood committed
947
948
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
949
950
 "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
951
952
 "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)",
953
 "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
954
 "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
955
956
 "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
957
958
]

959
960
[[package]]
name = "failure"
961
version = "0.1.6"
962
source = "registry+https://github.com/rust-lang/crates.io-index"
963
dependencies = [
964
 "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
965
 "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
966
967
968
969
]

[[package]]
name = "failure_derive"
970
version = "0.1.6"
971
972
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
973
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
974
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
975
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
976
 "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
977
]
978

asynchronous rob's avatar
asynchronous rob committed
979
980
981
982
983
[[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
984
985
986
987
988
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
989
990
991
992
993
[[package]]
name = "fdlimit"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
994
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
995
996
]

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