Cargo.lock 458 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
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
8
9
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
10
11
]

asynchronous rob's avatar
asynchronous rob committed
12
13
[[package]]
name = "adder"
André Silva's avatar
André Silva committed
14
version = "0.7.27"
asynchronous rob's avatar
asynchronous rob committed
15
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
16
17
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
André Silva's avatar
André Silva committed
18
 "polkadot-parachain 0.7.27",
19
 "sp-io 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
20
 "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
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 = [
André Silva's avatar
André Silva committed
28
 "adder 0.7.27",
Gavin Wood's avatar
Gavin Wood committed
29
30
31
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
André Silva's avatar
André Silva committed
32
33
34
 "polkadot-collator 0.7.27",
 "polkadot-parachain 0.7.27",
 "polkadot-primitives 0.7.27",
35
36
37
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
38
39
]

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

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

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

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

76
77
[[package]]
name = "ahash"
78
version = "0.2.18"
79
80
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
81
 "const-random 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
82
83
]

84
85
[[package]]
name = "aho-corasick"
Gavin Wood's avatar
Gavin Wood committed
86
version = "0.7.8"
87
88
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
89
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
90
91
]

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

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

108
109
[[package]]
name = "anyhow"
Gavin Wood's avatar
Gavin Wood committed
110
version = "1.0.26"
111
112
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
113
114
115
116
117
[[package]]
name = "app_dirs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
118
119
120
121
 "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
122
123
]

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

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

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

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

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

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

164
165
166
167
168
[[package]]
name = "assert_cmd"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
169
170
171
172
173
 "doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
174
175
]

Gavin Wood's avatar
Gavin Wood committed
176
177
178
179
180
[[package]]
name = "assert_matches"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

181
182
[[package]]
name = "async-std"
183
184
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
dependencies = [
 "async-task 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "broadcaster 1.0.0 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.4 (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.21 (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.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project-lite 0.1.4 (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)",
204
205
206
207
]

[[package]]
name = "async-task"
Gavin Wood's avatar
Gavin Wood committed
208
version = "1.3.1"
209
210
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
211
212
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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 = [
Gavin Wood's avatar
Gavin Wood committed
220
221
222
223
 "futures 0.3.4 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
224
225
]

asynchronous rob's avatar
asynchronous rob committed
226
227
[[package]]
name = "atty"
Gavin Wood's avatar
Gavin Wood committed
228
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
229
230
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
231
232
233
 "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
234
235
]

236
237
[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
238
version = "0.1.7"
239
240
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
241
242
243
244
245
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
246
247
[[package]]
name = "backtrace"
Gavin Wood's avatar
Gavin Wood committed
248
version = "0.3.43"
asynchronous rob's avatar
asynchronous rob committed
249
250
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
251
252
253
254
 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
255
256
257
258
]

[[package]]
name = "backtrace-sys"
Gavin Wood's avatar
Gavin Wood committed
259
version = "0.1.32"
asynchronous rob's avatar
asynchronous rob committed
260
261
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
262
263
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
264
265
266
]

[[package]]
267
268
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
269
270
source = "registry+https://github.com/rust-lang/crates.io-index"

271
272
273
274
275
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
276
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
277
278
]

279
280
281
282
283
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
284
285
[[package]]
name = "bincode"
Gavin Wood's avatar
Gavin Wood committed
286
version = "1.2.1"
Gavin Wood's avatar
Gavin Wood committed
287
288
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
289
290
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
291
292
]

293
294
[[package]]
name = "bindgen"
Gavin Wood's avatar
Gavin Wood committed
295
version = "0.49.4"
296
297
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "peeking_take_while 0.1.2 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
313
314
]

315
316
[[package]]
name = "bitflags"
317
version = "1.2.1"
318
319
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
320
[[package]]
321
322
name = "bitmask"
version = "0.5.0"
323
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
324

Gavin Wood's avatar
Gavin Wood committed
325
326
[[package]]
name = "bitvec"
327
version = "0.15.2"
Gavin Wood's avatar
Gavin Wood committed
328
329
source = "registry+https://github.com/rust-lang/crates.io-index"

330
331
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
332
version = "0.8.1"
333
334
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
335
336
337
338
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
339
340
]

asynchronous rob's avatar
asynchronous rob committed
341
342
343
344
345
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
346
347
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
348
349
]

Gavin Wood's avatar
Gavin Wood committed
350
351
[[package]]
name = "blake2b_simd"
Gavin Wood's avatar
Gavin Wood committed
352
version = "0.5.10"
Gavin Wood's avatar
Gavin Wood committed
353
354
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
355
356
357
 "arrayref 0.3.6 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
358
359
]

360
361
[[package]]
name = "block-buffer"
362
version = "0.7.3"
363
364
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
365
366
367
368
 "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
369
370
]

371
372
[[package]]
name = "block-cipher-trait"
373
version = "0.6.2"
374
375
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
376
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
377
378
]

379
380
[[package]]
name = "block-padding"
381
version = "0.1.5"
382
383
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
384
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
385
386
]

387
388
[[package]]
name = "broadcaster"
389
version = "1.0.0"
390
391
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
392
393
394
395
396
397
 "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
398
399
]

asynchronous rob's avatar
asynchronous rob committed
400
401
[[package]]
name = "bs58"
402
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
403
404
source = "registry+https://github.com/rust-lang/crates.io-index"

405
406
[[package]]
name = "bstr"
Gavin Wood's avatar
Gavin Wood committed
407
version = "0.2.11"
408
409
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
410
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
411
412
]

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

418
419
[[package]]
name = "byte-slice-cast"
Gavin Wood's avatar
Gavin Wood committed
420
version = "0.3.5"
421
422
source = "registry+https://github.com/rust-lang/crates.io-index"

423
424
[[package]]
name = "byte-tools"
425
version = "0.3.1"
426
427
428
429
430
431
432
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
433
434
[[package]]
name = "byteorder"
435
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
436
437
438
439
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
440
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
441
442
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
443
444
445
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
446
447
]

Gavin Wood's avatar
Gavin Wood committed
448
449
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
450
version = "0.5.4"
Gavin Wood's avatar
Gavin Wood committed
451
452
source = "registry+https://github.com/rust-lang/crates.io-index"

453
454
[[package]]
name = "c2-chacha"
Kian Paimani's avatar
Kian Paimani committed
455
version = "0.2.3"
456
457
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
458
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
459
460
]

461
462
463
464
465
[[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
466
467
[[package]]
name = "cc"
Gavin Wood's avatar
Gavin Wood committed
468
version = "1.0.50"
asynchronous rob's avatar
asynchronous rob committed
469
source = "registry+https://github.com/rust-lang/crates.io-index"
470
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
471
 "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
472
473
474
475
]

[[package]]
name = "cexpr"
476
version = "0.3.6"
477
478
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
479
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
480
]
asynchronous rob's avatar
asynchronous rob committed
481
482
483

[[package]]
name = "cfg-if"
484
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
485
486
source = "registry+https://github.com/rust-lang/crates.io-index"

487
488
489
490
491
[[package]]
name = "chacha20-poly1305-aead"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
492
 "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
493
494
]

asynchronous rob's avatar
asynchronous rob committed
495
496
[[package]]
name = "chrono"
Gavin Wood's avatar
Gavin Wood committed
497
version = "0.4.10"
asynchronous rob's avatar
asynchronous rob committed
498
499
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
500
501
502
503
504
 "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
505
506
]

507
508
[[package]]
name = "clang-sys"
Gavin Wood's avatar
Gavin Wood committed
509
version = "0.28.1"
510
511
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
512
513
514
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
515
516
]

asynchronous rob's avatar
asynchronous rob committed
517
518
[[package]]
name = "clap"
519
version = "2.33.0"
asynchronous rob's avatar
asynchronous rob committed
520
521
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
522
523
524
525
526
527
528
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
529
530
531
532
533
534
535
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
536
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
537
538
539
540
541
542
543
]

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

547
548
549
550
551
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
552
553
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
554
555
556
557
558
559
560
]

[[package]]
name = "console_log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
561
562
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
563
564
]

565
566
[[package]]
name = "const-random"
Gavin Wood's avatar
Gavin Wood committed
567
version = "0.1.8"
568
569
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
570
571
 "const-random-macro 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
572
573
574
575
]

[[package]]
name = "const-random-macro"
Gavin Wood's avatar
Gavin Wood committed
576
version = "0.1.8"
577
578
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
579
580
 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
581
582
]

asynchronous rob's avatar
asynchronous rob committed
583
584
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
585
version = "0.1.5"
asynchronous rob's avatar
asynchronous rob committed
586
587
source = "registry+https://github.com/rust-lang/crates.io-index"

588
589
[[package]]
name = "core-foundation"
Gavin Wood's avatar
Gavin Wood committed
590
version = "0.7.0"
591
592
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
593
594
 "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
595
596
597
598
]

[[package]]
name = "core-foundation-sys"
Gavin Wood's avatar
Gavin Wood committed
599
version = "0.7.0"
600
601
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
602
[[package]]
Gavin Wood's avatar
Gavin Wood committed
603
name = "cranelift-bforest"
604
605
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
606
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
607
 "cranelift-entity 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
Gavin Wood's avatar
Gavin Wood committed
608
609
610
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
611
name = "cranelift-codegen"
612
613
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
614
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
615
616
617
618
619
620
621
622
623
624
625
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-bforest 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "cranelift-codegen-meta 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "cranelift-codegen-shared 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "cranelift-entity 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
626
627
628
629
]

[[package]]
name = "cranelift-codegen-meta"
630
631
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
632
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
633
634
 "cranelift-codegen-shared 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "cranelift-entity 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
Gavin Wood's avatar
Gavin Wood committed
635
636
637
638
]

[[package]]
name = "cranelift-codegen-shared"
639
640
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
641
642
643

[[package]]
name = "cranelift-entity"
644
645
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
646
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
647
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
648
649
650
651
]

[[package]]
name = "cranelift-frontend"
652
653
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
654
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
655
656
657
658
 "cranelift-codegen 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
659
660
661
662
]

[[package]]
name = "cranelift-native"
663
664
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
665
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
666
667
668
 "cranelift-codegen 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
669
670
671
672
]

[[package]]
name = "cranelift-wasm"
673
674
version = "0.59.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
675
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
676
677
678
679
680
681
682
 "cranelift-codegen 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "cranelift-entity 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "cranelift-frontend 0.59.0 (git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
683
]
Gavin Wood's avatar
Gavin Wood committed
684

685
[[package]]
686
687
name = "crc32fast"
version = "1.2.0"
688
689
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
690
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
691
692
]

693
694
[[package]]
name = "crossbeam-channel"
Gavin Wood's avatar
Gavin Wood committed
695
version = "0.4.0"
696
697
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
698
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
699
700
]

701
702
[[package]]
name = "crossbeam-deque"
Gavin Wood's avatar
Gavin Wood committed
703
version = "0.7.2"
704
705
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
706
707
 "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)",
708
709
]

asynchronous rob's avatar
asynchronous rob committed
710
711
[[package]]
name = "crossbeam-epoch"
Gavin Wood's avatar
Gavin Wood committed
712
version = "0.8.0"
asynchronous rob's avatar
asynchronous rob committed
713
714
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
715
716
717
718
719
720
 "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)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
721
722
]

723
724
[[package]]
name = "crossbeam-queue"
Gavin Wood's avatar
Gavin Wood committed
725
version = "0.2.1"
726
source = "registry+https://github.com/rust-lang/crates.io-index"
727
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
728
729
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
730
]
731

732
733
[[package]]
name = "crossbeam-utils"
Gavin Wood's avatar
Gavin Wood committed
734
version = "0.7.0"
735
736
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
737
738
739
 "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)",
740
741
]

742
743
[[package]]
name = "crunchy"
744
version = "0.2.2"
745
746
747
748
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
749
version = "0.7.0"
750
751
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
752
753
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
754
755
]

Gavin Wood's avatar
Gavin Wood committed
756
757
758
759
760
[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
761
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
762
763
]

764
765
[[package]]
name = "ctr"
766
version = "0.3.2"
767
768
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
769
770
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
771
772
]

773
774
775
776
777
[[package]]
name = "cuckoofilter"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
778
779
 "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
780
781
]

782
783
[[package]]
name = "curve25519-dalek"
784
version = "1.2.3"
785
786
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
787
788
789
790
791
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
792
793
]

Gavin Wood's avatar
Gavin Wood committed
794
795
796
797
798
[[package]]
name = "curve25519-dalek"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
799
800
801
802
803
 "byteorder 1.3.4 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
804
805
]

806
807
[[package]]
name = "data-encoding"
Gavin Wood's avatar
Gavin Wood committed
808
version = "2.1.2"
809
810
source = "registry+https://github.com/rust-lang/crates.io-index"

811
812
[[package]]
name = "derive_more"
813
version = "0.14.1"
814
815
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
816
817
818
819
 "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)",
 "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)",
820
821
]

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

835
836
[[package]]
name = "derive_more"
Gavin Wood's avatar
Gavin Wood committed
837
version = "0.99.2"
838
839
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
840
841
842
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
843
844
]

asynchronous rob's avatar
asynchronous rob committed
845
846
[[package]]
name = "difference"
847
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
848
849
source = "registry+https://github.com/rust-lang/crates.io-index"

850
851
[[package]]
name = "digest"
852
853
854
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
855
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
856
857
]

Gavin Wood's avatar
Gavin Wood committed
858
859
860
861
862
[[package]]
name = "directories"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
863
864
 "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)",
Gavin Wood's avatar
Gavin Wood committed
865
866
867
868
869
870
871
]

[[package]]
name = "dirs-sys"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
872
873
874
875
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
876
877
]

878
879
880
[[package]]
name = "dlmalloc"
version = "0.1.3"
881
882
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
883
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
884
885
886
887
888
889
890
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
891
892
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
893
894
]

Gavin Wood's avatar
Gavin Wood committed
895
896
897
898
899
[[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
900
901
[[package]]
name = "ed25519-dalek"
Gavin Wood's avatar
Gavin Wood committed
902
version = "1.0.0-pre.3"
Gav Wood's avatar
Gav Wood committed
903
904
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
905
906
907
908
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
909
910
]

asynchronous rob's avatar
asynchronous rob committed
911
912
[[package]]
name = "either"
913
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
914
915
source = "registry+https://github.com/rust-lang/crates.io-index"

916
917
918
919
920
[[package]]
name = "enum_primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
921
 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
922
923
]

924
925
926
927
928
[[package]]
name = "enumflags2"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
929
 "enumflags2_derive 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
930
931
932
933
934
935
936
]

[[package]]
name = "enumflags2_derive"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
937
938
939
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
940
941
]

942
943
[[package]]
name = "env_logger"
944
version = "0.6.2"
945
946
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
947
948
949
950
951
 "atty 0.2.14 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
952
953
]

954
955
[[package]]
name = "env_logger"
956
version = "0.7.1"
957
958
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
959
960
961
962
963
 "atty 0.2.14 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
964
965
]

asynchronous rob's avatar
asynchronous rob committed
966
967
[[package]]
name = "environmental"
968
version = "1.1.1"
969
source = "registry+https://github.com/rust-lang/crates.io-index"
asynchronous rob's avatar
asynchronous rob committed
970

971
972
[[package]]
name = "erased-serde"
Gavin Wood's avatar
Gavin Wood committed
973
version = "0.3.10"
974
975
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
976
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
977
978
]

Gavin Wood's avatar
Gavin Wood committed
979
980
981
982
983
[[package]]
name = "errno"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
984
985
986
 "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
987
988
989
990
991
992
993
]

[[package]]
name = "errno-dragonfly"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
994
995
 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
996
997
]

998
999
1000
[[package]]
name = "escargot"
version = "0.5.0"
For faster browsing, not all history is shown. View entire blame