Cargo.lock 410 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.15"
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
 "polkadot-parachain 0.7.15",
19
 "sp-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 = [
28
 "adder 0.7.15",
29
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
30
 "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
31
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
32
33
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
34
35
36
 "polkadot-collator 0.7.15",
 "polkadot-parachain 0.7.15",
 "polkadot-primitives 0.7.15",
37
38
39
 "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
40
41
]

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

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

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

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

78
79
[[package]]
name = "ahash"
80
version = "0.2.18"
81
82
83
84
85
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)",
]

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

asynchronous rob's avatar
asynchronous rob committed
94
95
96
97
98
[[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
99
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
100
101
]

102
103
104
105
106
107
108
109
[[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)",
]

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

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

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

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

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

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

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

[[package]]
name = "asn1_der_derive"
159
version = "0.1.2"
160
161
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
162
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
163
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
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
208
[[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
209
210
[[package]]
name = "atty"
211
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
212
213
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
214
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
215
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
216
217
]

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

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

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

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

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

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

Gavin Wood's avatar
Gavin Wood committed
261
262
263
264
265
266
267
268
269
270
[[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)",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Gavin Wood's avatar
Gavin Wood committed
431
432
433
434
435
[[package]]
name = "bytes"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

436
437
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
438
version = "0.2.3"
439
440
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
441
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
442
443
]

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

[[package]]
name = "cexpr"
460
version = "0.3.6"
461
462
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
463
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
464
]
asynchronous rob's avatar
asynchronous rob committed
465
466
467

[[package]]
name = "cfg-if"
468
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
469
470
471
472
source = "registry+https://github.com/rust-lang/crates.io-index"

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

483
484
[[package]]
name = "clang-sys"
Gavin Wood's avatar
Gavin Wood committed
485
version = "0.28.1"
486
487
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
488
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
489
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
490
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
491
492
]

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

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
512
 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
513
514
515
516
517
518
519
]

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

523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
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)",
 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "console_log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
]

541
542
543
544
545
546
[[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)",
547
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
548
549
550
551
552
553
554
]

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

asynchronous rob's avatar
asynchronous rob committed
559
560
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
561
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
562
563
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
564
[[package]]
Gavin Wood's avatar
Gavin Wood committed
565
name = "cranelift-bforest"
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
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
570
571
572
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
573
name = "cranelift-codegen"
574
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
575
576
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
577
578
579
580
581
 "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
582
583
 "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)",
584
585
586
 "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
587
588
589
590
]

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

[[package]]
name = "cranelift-codegen-shared"
600
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
601
602
603
604
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cranelift-entity"
605
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
606
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
607
608
609
610
611
612
dependencies = [
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-frontend"
613
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
614
615
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
616
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
617
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
618
619
 "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
620
621
622
623
]

[[package]]
name = "cranelift-native"
624
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
625
626
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
627
628
629
 "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
630
631
632
633
]

[[package]]
name = "cranelift-wasm"
634
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
635
636
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
637
638
639
 "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
640
641
 "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)",
642
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
643
 "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
644
]
Gavin Wood's avatar
Gavin Wood committed
645

646
[[package]]
647
648
name = "crc32fast"
version = "1.2.0"
649
650
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
651
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
652
653
]

654
655
656
657
658
659
660
661
[[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)",
]

662
663
[[package]]
name = "crossbeam-deque"
664
version = "0.7.2"
665
666
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
667
668
 "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)",
669
670
]

asynchronous rob's avatar
asynchronous rob committed
671
672
[[package]]
name = "crossbeam-epoch"
673
version = "0.8.0"
asynchronous rob's avatar
asynchronous rob committed
674
675
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
676
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
677
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
678
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
679
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
680
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
681
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
682
683
]

684
685
686
687
688
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
689
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
690
691
]

692
693
694
695
696
697
698
699
[[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
700
701
[[package]]
name = "crossbeam-utils"
702
version = "0.6.6"
703
source = "registry+https://github.com/rust-lang/crates.io-index"
704
dependencies = [
705
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
706
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
707
]
708

709
710
711
712
713
714
715
716
717
718
[[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)",
]

719
720
[[package]]
name = "crunchy"
721
version = "0.2.2"
722
723
724
725
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
726
version = "0.7.0"
727
728
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
729
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
730
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
731
732
]

Gavin Wood's avatar
Gavin Wood committed
733
734
735
736
737
738
739
740
[[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)",
]

741
742
[[package]]
name = "ctr"
743
version = "0.3.2"
744
745
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
746
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
747
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
748
749
]

asynchronous rob's avatar
asynchronous rob committed
750
751
[[package]]
name = "ctrlc"
752
version = "3.1.3"
753
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
754
dependencies = [
755
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
756
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
757
758
]

759
760
761
762
763
764
[[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)",
765
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
766
767
]

768
769
[[package]]
name = "curve25519-dalek"
770
version = "1.2.3"
771
772
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
773
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
774
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
775
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
776
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
777
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
778
779
]

Gavin Wood's avatar
Gavin Wood committed
780
781
782
783
784
785
786
787
788
789
790
791
[[package]]
name = "curve25519-dalek"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

792
793
[[package]]
name = "data-encoding"
794
version = "2.1.2"
795
796
source = "registry+https://github.com/rust-lang/crates.io-index"

797
798
[[package]]
name = "derive_more"
799
version = "0.14.1"
800
801
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
802
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
803
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
804
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
805
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
806
807
]

808
809
810
811
812
813
814
815
816
817
818
819
820
[[package]]
name = "derive_more"
version = "0.15.0"
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)",
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
]

821
822
[[package]]
name = "derive_more"
Gavin Wood's avatar
Gavin Wood committed
823
version = "0.99.2"
824
825
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
826
827
828
 "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)",
829
830
]

asynchronous rob's avatar
asynchronous rob committed
831
832
[[package]]
name = "difference"
833
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
834
835
source = "registry+https://github.com/rust-lang/crates.io-index"

836
837
[[package]]
name = "digest"
838
839
840
841
842
843
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
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
[[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)",
]

864
865
866
[[package]]
name = "dlmalloc"
version = "0.1.3"
867
868
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
869
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
870
871
872
873
874
875
876
]

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

Gavin Wood's avatar
Gavin Wood committed
881
882
883
884
885
[[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
886
887
[[package]]
name = "ed25519-dalek"
Gavin Wood's avatar
Gavin Wood committed
888
version = "1.0.0-pre.3"
Gav Wood's avatar
Gav Wood committed
889
890
891
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)",
Gavin Wood's avatar
Gavin Wood committed
892
893
 "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
894
895
896
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
897
898
[[package]]
name = "either"
899
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
900
901
902
903
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
904
version = "0.10.2"
asynchronous rob's avatar
asynchronous rob committed
905
906
907
908
909
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

910
911
912
913
914
915
916
917
[[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)",
]

918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
[[package]]
name = "enumflags2"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "enumflags2_derive 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "enumflags2_derive"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "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)",
]

936
937
[[package]]
name = "env_logger"
938
version = "0.6.2"
939
940
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
941
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
942
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
943
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
944
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
945
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
946
947
]

948
949
[[package]]
name = "env_logger"
950
version = "0.7.1"
951
952
953
954
955
956
957
958
959
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
960
961
[[package]]
name = "environmental"
962
version = "1.0.2"
963
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
964

965
966
967
968
969
[[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
970
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
971
972
]

Gavin Wood's avatar
Gavin Wood committed
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
[[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)",
]

Gavin Wood's avatar
Gavin Wood committed
992
993
994
995
996
997
998
999
[[package]]
name = "exit-future"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gavin Wood's avatar
Gavin Wood committed
1000
[[package]]
For faster browsing, not all history is shown. View entire blame