Cargo.lock 409 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.7.19"
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.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
18
 "polkadot-parachain 0.7.19",
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 = [
Gavin Wood's avatar
Gavin Wood committed
28
 "adder 0.7.19",
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
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
33
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
34
35
36
 "polkadot-collator 0.7.19",
 "polkadot-parachain 0.7.19",
 "polkadot-primitives 0.7.19",
37
 "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
38
39
 "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)",
]

209
210
211
212
213
214
215
216
217
218
219
[[package]]
name = "async-tls"
version = "0.6.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)",
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
220
221
[[package]]
name = "atty"
222
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
223
224
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
225
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
226
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
227
228
]

229
230
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
231
version = "0.1.7"
232
233
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
234
235
[[package]]
name = "backtrace"
236
version = "0.3.40"
asynchronous rob's avatar
asynchronous rob committed
237
238
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
239
 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
240
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
241
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
242
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
243
244
245
246
]

[[package]]
name = "backtrace-sys"
247
version = "0.1.32"
asynchronous rob's avatar
asynchronous rob committed
248
249
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
250
 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
251
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
252
253
254
]

[[package]]
255
256
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
257
258
source = "registry+https://github.com/rust-lang/crates.io-index"

259
260
261
262
263
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
264
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
265
266
]

267
268
269
270
271
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
272
273
274
275
276
277
278
279
280
281
[[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)",
]

282
283
[[package]]
name = "bindgen"
Gavin Wood's avatar
Gavin Wood committed
284
version = "0.49.2"
285
286
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
287
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
288
 "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
289
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
290
 "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
291
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
292
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
293
 "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
294
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
295
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
296
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
297
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
298
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
299
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
300
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
301
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
302
303
]

304
305
[[package]]
name = "bitflags"
306
version = "1.2.1"
307
308
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
309
[[package]]
310
311
name = "bitmask"
version = "0.5.0"
312
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
313

Gavin Wood's avatar
Gavin Wood committed
314
315
[[package]]
name = "bitvec"
316
version = "0.15.2"
Gavin Wood's avatar
Gavin Wood committed
317
318
source = "registry+https://github.com/rust-lang/crates.io-index"

319
320
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
321
version = "0.8.1"
322
323
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
324
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
325
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
326
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
327
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
328
329
]

asynchronous rob's avatar
asynchronous rob committed
330
331
332
333
334
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
335
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
336
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
337
338
]

Gavin Wood's avatar
Gavin Wood committed
339
340
341
342
343
344
345
346
347
348
[[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)",
]

349
350
[[package]]
name = "block-buffer"
351
version = "0.7.3"
352
353
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
354
 "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
355
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
356
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
357
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
358
359
]

360
361
[[package]]
name = "block-cipher-trait"
362
version = "0.6.2"
363
364
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
365
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
366
367
]

368
369
[[package]]
name = "block-padding"
370
version = "0.1.5"
371
372
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
373
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
374
375
]

376
377
378
379
380
381
382
383
384
385
386
387
388
[[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)",
]

Gavin Wood's avatar
Gavin Wood committed
389
390
[[package]]
name = "browser-utils"
391
version = "0.8.0"
392
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#14720148ee5a07911fbba8c91ffd9f4490bded68"
Gavin Wood's avatar
Gavin Wood committed
393
394
395
396
397
398
399
400
dependencies = [
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "console_log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-web 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
401
 "libp2p 0.14.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
402
403
404
405
406
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
407
 "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
408
409
410
411
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

412
413
414
415
416
[[package]]
name = "bs58"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
417
418
[[package]]
name = "bs58"
419
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
420
421
source = "registry+https://github.com/rust-lang/crates.io-index"

422
423
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
424
version = "0.2.8"
425
426
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
427
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
428
429
]

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

435
436
[[package]]
name = "byte-slice-cast"
437
version = "0.3.4"
438
439
source = "registry+https://github.com/rust-lang/crates.io-index"

440
441
[[package]]
name = "byte-tools"
442
version = "0.3.1"
443
444
445
446
447
448
449
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
450
451
[[package]]
name = "byteorder"
452
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
453
454
455
456
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
457
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
458
459
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
460
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
461
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
462
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
463
464
]

Gavin Wood's avatar
Gavin Wood committed
465
466
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
467
version = "0.5.3"
Gavin Wood's avatar
Gavin Wood committed
468
469
source = "registry+https://github.com/rust-lang/crates.io-index"

470
471
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
472
version = "0.2.3"
473
474
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
475
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
476
477
]

478
479
480
481
482
[[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
483
484
[[package]]
name = "cc"
485
version = "1.0.47"
asynchronous rob's avatar
asynchronous rob committed
486
source = "registry+https://github.com/rust-lang/crates.io-index"
487
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
488
 "jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
489
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
490
491
492
493
]

[[package]]
name = "cexpr"
494
version = "0.3.6"
495
496
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
497
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
498
]
asynchronous rob's avatar
asynchronous rob committed
499
500
501

[[package]]
name = "cfg-if"
502
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
503
504
505
506
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
507
version = "0.4.9"
asynchronous rob's avatar
asynchronous rob committed
508
509
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
510
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
511
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
512
513
 "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)",
514
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
515
516
]

517
518
[[package]]
name = "clang-sys"
Gavin Wood's avatar
Gavin Wood committed
519
version = "0.28.1"
520
521
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
522
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
523
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
524
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
525
526
]

asynchronous rob's avatar
asynchronous rob committed
527
528
[[package]]
name = "clap"
529
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
530
531
532
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)",
533
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
534
535
536
 "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
537
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
538
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
539
540
541
542
543
544
545
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
546
 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
547
548
549
550
551
552
553
]

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

557
558
559
560
561
562
[[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)",
Gavin Wood's avatar
Gavin Wood committed
563
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
564
565
566
567
568
569
570
571
]

[[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)",
Gavin Wood's avatar
Gavin Wood committed
572
 "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
573
574
]

575
576
577
578
579
580
[[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)",
581
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
582
583
584
585
586
587
588
]

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

asynchronous rob's avatar
asynchronous rob committed
593
594
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
595
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
596
597
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
Gavin Wood's avatar
Gavin Wood committed
607
name = "cranelift-codegen"
608
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
609
610
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
611
612
613
614
615
 "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
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
619
620
 "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
621
622
623
624
]

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

[[package]]
name = "cranelift-codegen-shared"
634
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
635
636
637
638
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cranelift-entity"
639
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
640
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
641
642
643
644
645
646
dependencies = [
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cranelift-frontend"
647
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
648
649
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
650
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
651
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
652
653
 "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
654
655
656
657
]

[[package]]
name = "cranelift-native"
658
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
659
660
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
661
662
663
 "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
664
665
666
667
]

[[package]]
name = "cranelift-wasm"
668
version = "0.50.0"
Gavin Wood's avatar
Gavin Wood committed
669
670
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
671
672
673
 "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
674
675
 "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)",
676
 "thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
677
 "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
678
]
Gavin Wood's avatar
Gavin Wood committed
679

680
[[package]]
681
682
name = "crc32fast"
version = "1.2.0"
683
684
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
685
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
686
687
]

688
689
690
691
692
693
694
695
[[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)",
]

696
697
[[package]]
name = "crossbeam-deque"
698
version = "0.7.2"
699
700
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
701
702
 "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)",
703
704
]

asynchronous rob's avatar
asynchronous rob committed
705
706
[[package]]
name = "crossbeam-epoch"
707
version = "0.8.0"
asynchronous rob's avatar
asynchronous rob committed
708
709
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
710
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
711
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
712
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
713
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
714
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
715
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
716
717
]

718
719
720
721
722
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
723
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
724
725
]

726
727
728
729
730
731
732
733
[[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
734
735
[[package]]
name = "crossbeam-utils"
736
version = "0.6.6"
737
source = "registry+https://github.com/rust-lang/crates.io-index"
738
dependencies = [
739
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
740
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
741
]
742

743
744
745
746
747
748
749
750
751
752
[[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)",
]

753
754
[[package]]
name = "crunchy"
755
version = "0.2.2"
756
757
758
759
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
760
version = "0.7.0"
761
762
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
763
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
764
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
765
766
]

Gavin Wood's avatar
Gavin Wood committed
767
768
769
770
771
772
773
774
[[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)",
]

775
776
[[package]]
name = "ctr"
777
version = "0.3.2"
778
779
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
780
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
781
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
782
783
]

asynchronous rob's avatar
asynchronous rob committed
784
785
[[package]]
name = "ctrlc"
786
version = "3.1.3"
787
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
788
dependencies = [
789
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
790
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
791
792
]

793
794
795
796
797
798
[[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)",
799
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
800
801
]

802
803
[[package]]
name = "curve25519-dalek"
804
version = "1.2.3"
805
806
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
807
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
808
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
809
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
810
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
811
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
812
813
]

Gavin Wood's avatar
Gavin Wood committed
814
815
816
817
818
819
820
821
822
823
824
825
[[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)",
]

826
827
[[package]]
name = "data-encoding"
828
version = "2.1.2"
829
830
source = "registry+https://github.com/rust-lang/crates.io-index"

831
832
[[package]]
name = "derive_more"
833
version = "0.14.1"
834
835
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
836
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
837
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
838
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
839
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
840
841
]

842
843
844
845
846
847
848
849
850
851
852
853
854
[[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)",
]

855
856
[[package]]
name = "derive_more"
Gavin Wood's avatar
Gavin Wood committed
857
version = "0.99.2"
858
859
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
860
861
862
 "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)",
863
864
]

asynchronous rob's avatar
asynchronous rob committed
865
866
[[package]]
name = "difference"
867
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
868
869
source = "registry+https://github.com/rust-lang/crates.io-index"

870
871
[[package]]
name = "digest"
872
873
874
875
876
877
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
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
[[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)",
]

898
899
900
[[package]]
name = "dlmalloc"
version = "0.1.3"
901
902
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
903
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
904
905
906
907
908
909
910
]

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

Gavin Wood's avatar
Gavin Wood committed
915
916
917
918
919
[[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
920
921
[[package]]
name = "ed25519-dalek"
Gavin Wood's avatar
Gavin Wood committed
922
version = "1.0.0-pre.3"
Gav Wood's avatar
Gav Wood committed
923
924
925
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
926
927
 "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
928
929
930
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
931
932
[[package]]
name = "either"
933
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
934
935
source = "registry+https://github.com/rust-lang/crates.io-index"

936
937
938
939
940
941
942
943
[[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)",
]

944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
[[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)",
]

962
963
[[package]]
name = "env_logger"
964
version = "0.6.2"
965
966
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
967
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
968
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
969
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
970
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
971
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
972
973
]

974
975
[[package]]
name = "env_logger"
976
version = "0.7.1"
977
978
979
980
981
982
983
984
985
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
986
987
[[package]]
name = "environmental"
988
version = "1.1.1"
989
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
990

991
992
993
994
995
[[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
996
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
997
998
]

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