Cargo.lock 88.1 KB
Newer Older
R
v0.3.8  
Ryan Dahl 已提交
1 2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
B
Bert Belder 已提交
3 4
[[package]]
name = "aho-corasick"
B
Bert Belder 已提交
5
version = "0.7.6"
B
Bert Belder 已提交
6 7
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
8
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
9 10
]

11 12 13 14 15
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
16
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
17 18
]

B
Bert Belder 已提交
19 20 21 22 23 24 25 26
[[package]]
name = "ansi_term"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

27 28
[[package]]
name = "arc-swap"
B
Bert Belder 已提交
29
version = "0.4.2"
30 31 32
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
B
Bert Belder 已提交
33 34
name = "arrayref"
version = "0.3.5"
35 36 37 38
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
B
Bert Belder 已提交
39
version = "0.4.11"
40 41 42 43 44 45 46
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "atty"
B
Bert Belder 已提交
47
version = "0.2.13"
48 49
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
50
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
51
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
52 53
]

R
Ryan Dahl 已提交
54 55
[[package]]
name = "autocfg"
B
Bert Belder 已提交
56
version = "0.1.6"
R
Ryan Dahl 已提交
57 58
source = "registry+https://github.com/rust-lang/crates.io-index"

59 60
[[package]]
name = "backtrace"
B
Bert Belder 已提交
61
version = "0.3.35"
62 63
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
64
 "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
65
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
66 67
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
68 69 70 71
]

[[package]]
name = "backtrace-sys"
B
Bert Belder 已提交
72
version = "0.1.31"
73 74
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
75 76
 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
77 78 79 80
]

[[package]]
name = "base64"
B
Bert Belder 已提交
81
version = "0.10.1"
82 83
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
84
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
85 86 87 88
]

[[package]]
name = "bitflags"
B
Bert Belder 已提交
89
version = "1.1.0"
90 91 92
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
B
Bert Belder 已提交
93 94
name = "blake2b_simd"
version = "0.5.7"
95 96
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
97
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
98
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
99
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
100 101
]

102 103 104 105 106
[[package]]
name = "bumpalo"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

107 108
[[package]]
name = "byteorder"
B
Bert Belder 已提交
109
version = "1.3.2"
110 111 112 113
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
B
Bert Belder 已提交
114
version = "0.4.12"
115 116
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
117
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
118
 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
119 120 121
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
122 123 124 125 126 127 128 129 130
[[package]]
name = "c2-chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

131 132
[[package]]
name = "cc"
B
Bert Belder 已提交
133
version = "1.0.40"
134 135 136 137
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cfg-if"
B
Bert Belder 已提交
138
version = "0.1.9"
139 140
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
141 142
[[package]]
name = "clap"
B
Bert Belder 已提交
143
version = "2.33.0"
B
Bert Belder 已提交
144 145 146
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)",
B
Bert Belder 已提交
147
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
148
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
149 150
 "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)",
B
Bert Belder 已提交
151
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
152 153 154
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

155 156 157 158 159
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
160
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
161 162 163 164
]

[[package]]
name = "constant_time_eq"
B
Bert Belder 已提交
165
version = "0.1.4"
166 167 168 169
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crossbeam-deque"
B
Bert Belder 已提交
170
version = "0.7.1"
171 172
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
173 174
 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
175 176 177 178
]

[[package]]
name = "crossbeam-epoch"
B
Bert Belder 已提交
179
version = "0.7.2"
180 181
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
182
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
183
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
184
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
185
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
186 187
 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
188 189
]

B
Bert Belder 已提交
190 191 192 193 194
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
195
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
196 197
]

198 199
[[package]]
name = "crossbeam-utils"
B
Bert Belder 已提交
200
version = "0.6.6"
201 202
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
203
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
204
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
205 206 207 208
]

[[package]]
name = "ct-logs"
209
version = "0.6.0"
210 211
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
212
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
213 214 215 216
]

[[package]]
name = "deno"
R
v0.16.0  
Ryan Dahl 已提交
217
version = "0.16.0"
218
dependencies = [
B
Bert Belder 已提交
219
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
220
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
221
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
222 223 224
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
225
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
226 227 228 229
]

[[package]]
name = "deno_cli"
R
v0.16.0  
Ryan Dahl 已提交
230
version = "0.16.0"
231
dependencies = [
B
Bert Belder 已提交
232 233
 "ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
234
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
v0.16.0  
Ryan Dahl 已提交
235
 "deno 0.16.0",
B
Bert Belder 已提交
236 237
 "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
238
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
239 240
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
241
 "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
242
 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
243
 "integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
244
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
245
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
246 247
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
248
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
249
 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
250
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
251
 "ring 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
252 253 254
 "rustyline 5.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
255
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
256
 "source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
257 258 259 260
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
261 262
 "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
263
 "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
264
 "tokio-rustls 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
265
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
266
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
267
 "utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
268
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
269 270 271 272
]

[[package]]
name = "dirs"
B
Bert Belder 已提交
273
version = "2.0.2"
B
Bert Belder 已提交
274 275 276
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
277
 "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
278 279 280 281
]

[[package]]
name = "dirs-sys"
B
Bert Belder 已提交
282
version = "0.3.4"
B
Bert Belder 已提交
283 284 285
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
286 287
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
288
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
289 290
]

B
Bert Belder 已提交
291 292 293 294 295
[[package]]
name = "either"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

296 297
[[package]]
name = "failure"
B
Bert Belder 已提交
298
version = "0.1.5"
299 300
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
301
 "backtrace 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
302
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
303 304 305 306
]

[[package]]
name = "failure_derive"
B
Bert Belder 已提交
307
version = "0.1.5"
308 309
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
310
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
311
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
312
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
313
 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
314 315 316 317 318 319 320
]

[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
321 322
[[package]]
name = "fuchsia-cprng"
B
Bert Belder 已提交
323
version = "0.1.1"
B
Bert Belder 已提交
324 325
source = "registry+https://github.com/rust-lang/crates.io-index"

326 327 328 329 330
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
331
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
332 333 334 335 336 337 338 339 340 341
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures"
B
Bert Belder 已提交
342
version = "0.1.28"
343 344 345 346 347 348 349
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
350
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
351
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
352 353
]

354 355 356 357 358
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
359 360 361 362 363 364
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "getrandom"
B
Bert Belder 已提交
365
version = "0.1.10"
B
Bert Belder 已提交
366 367 368
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
369 370
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
371 372
]

373 374
[[package]]
name = "h2"
B
Bert Belder 已提交
375
version = "0.1.26"
376 377
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
378
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
379
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
380
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
381 382
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
383
 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
384
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
385
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
386
 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
387
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
388 389
]

390 391 392 393 394 395 396 397
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

398 399
[[package]]
name = "http"
B
Bert Belder 已提交
400
version = "0.1.18"
401 402
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
403
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
404
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
405
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
406 407
]

B
Bert Belder 已提交
408 409 410 411 412 413
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
414 415
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
416 417 418
 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

419 420
[[package]]
name = "httparse"
B
Bert Belder 已提交
421
version = "1.3.4"
422 423 424 425
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "hyper"
B
Bert Belder 已提交
426
version = "0.12.33"
427 428
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
429
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
430
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
431
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
432 433
 "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
434
 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
435
 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
436
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
437
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
438
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
439
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
440
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
441
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
442
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
443
 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
444
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
445 446
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
447
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
448
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
449
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
450
 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
451 452 453 454
]

[[package]]
name = "hyper-rustls"
455
version = "0.17.1"
456 457
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
458
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
459
 "ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
460 461
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
462
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
463
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
464 465 466
 "tokio-rustls 0.10.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)",
467 468
]

469 470 471 472
[[package]]
name = "hyper_hello"
version = "0.0.1"
dependencies = [
B
Bert Belder 已提交
473
 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
474
 "ring 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)",
475 476
]

477 478
[[package]]
name = "idna"
479
version = "0.1.5"
480 481 482 483
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
484
 "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
485 486 487 488
]

[[package]]
name = "indexmap"
B
Bert Belder 已提交
489
version = "1.1.0"
490 491
source = "registry+https://github.com/rust-lang/crates.io-index"

492 493 494 495 496
[[package]]
name = "integer-atomics"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

497 498 499 500 501
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
502
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
503 504 505 506 507
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "itoa"
B
Bert Belder 已提交
508
version = "0.4.4"
509 510
source = "registry+https://github.com/rust-lang/crates.io-index"

511 512 513 514 515 516 517 518
[[package]]
name = "js-sys"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

519 520 521 522 523 524 525 526 527 528 529
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lazy_static"
B
Bert Belder 已提交
530
version = "1.3.0"
531 532 533 534
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "libc"
B
Bert Belder 已提交
535
version = "0.2.62"
536 537 538 539 540 541 542 543 544 545 546 547 548
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "lock_api"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "log"
B
Bert Belder 已提交
549
version = "0.4.8"
550 551
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
552
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
553 554 555 556 557 558 559 560 561
]

[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "memchr"
B
Bert Belder 已提交
562
version = "2.2.1"
563 564 565 566
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "memoffset"
B
Bert Belder 已提交
567
version = "0.5.1"
568
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
569 570 571
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
572 573 574

[[package]]
name = "mio"
B
Bert Belder 已提交
575
version = "0.6.19"
576 577 578 579 580 581
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
582
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
583
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
584 585
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
586
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
587 588 589 590 591 592 593 594
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
595
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
596
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
597
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
598
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
599 600 601 602 603 604 605 606
]

[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
607
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
608
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "miow"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
627
 "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
628
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
629 630 631 632 633 634 635
]

[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
636
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
637
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
638
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
639 640
]

B
Bert Belder 已提交
641 642
[[package]]
name = "nix"
B
Bert Belder 已提交
643
version = "0.14.1"
B
Bert Belder 已提交
644 645
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
646
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
647
 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
648
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
649
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
650 651 652
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

653 654 655 656 657
[[package]]
name = "nodrop"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

658 659 660 661 662 663 664 665 666
[[package]]
name = "nom"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

667 668
[[package]]
name = "num_cpus"
B
Bert Belder 已提交
669
version = "1.10.1"
670 671
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
672
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
673 674 675 676 677 678 679 680 681 682 683 684
]

[[package]]
name = "owning_ref"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parking_lot"
B
Bert Belder 已提交
685
version = "0.7.1"
686 687 688
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
689
 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
690 691 692 693
]

[[package]]
name = "parking_lot_core"
B
Bert Belder 已提交
694
version = "0.4.0"
695 696
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
697
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
698
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
699
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
700
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
701
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
702 703 704 705
]

[[package]]
name = "percent-encoding"
706
version = "1.0.1"
B
Bert Belder 已提交
707 708 709 710 711
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ppv-lite86"
version = "0.2.5"
712 713 714 715
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "proc-macro2"
B
Bert Belder 已提交
716
version = "0.4.30"
717 718 719 720 721
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
722 723 724 725 726 727 728 729
[[package]]
name = "proc-macro2"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

730 731
[[package]]
name = "quote"
B
Bert Belder 已提交
732
version = "0.6.13"
733 734
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
735
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
736 737
]

B
Bert Belder 已提交
738 739 740 741 742 743 744 745
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

746 747
[[package]]
name = "rand"
B
Bert Belder 已提交
748
version = "0.4.6"
749 750
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
751
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
752
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
753
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
754
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
755
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
756 757 758 759
]

[[package]]
name = "rand"
B
Bert Belder 已提交
760
version = "0.6.5"
761 762
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
763 764
 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
765
 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
766
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
767 768
 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
769
 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
770
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
771
 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
772
 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
773
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
774 775
]

B
Bert Belder 已提交
776 777 778 779 780
[[package]]
name = "rand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
781 782
 "getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
783 784 785 786 787
 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

788 789
[[package]]
name = "rand_chacha"
B
Bert Belder 已提交
790
version = "0.1.1"
791 792
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
793
 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
794
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
795 796
]

B
Bert Belder 已提交
797 798 799 800 801 802 803 804 805
[[package]]
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

806 807
[[package]]
name = "rand_core"
B
Bert Belder 已提交
808 809 810
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
811
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
812 813 814 815
]

[[package]]
name = "rand_core"
B
Bert Belder 已提交
816
version = "0.4.2"
817 818
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
819 820 821 822 823
[[package]]
name = "rand_core"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
824
 "getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
825 826
]

827 828 829 830 831
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
832
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
833 834
]

B
Bert Belder 已提交
835 836 837 838 839 840 841 842
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

843 844 845 846 847
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
848
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
849 850
]

B
Bert Belder 已提交
851 852
[[package]]
name = "rand_jitter"
B
Bert Belder 已提交
853
version = "0.1.4"
B
Bert Belder 已提交
854 855
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
856 857
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
858
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
859 860
]

R
Ryan Dahl 已提交
861 862
[[package]]
name = "rand_os"
B
Bert Belder 已提交
863
version = "0.1.3"
R
Ryan Dahl 已提交
864 865 866
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
867
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
868 869
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
870
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
871
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
872 873
]

874 875
[[package]]
name = "rand_pcg"
B
Bert Belder 已提交
876
version = "0.1.2"
877 878
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
879 880
 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
881 882 883 884
]

[[package]]
name = "rand_xorshift"
B
Bert Belder 已提交
885 886 887
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
888
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
889 890 891 892 893
]

[[package]]
name = "rdrand"
version = "0.4.0"
894 895
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
896
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
897 898 899 900
]

[[package]]
name = "redox_syscall"
B
Bert Belder 已提交
901
version = "0.1.56"
902 903 904 905
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_users"
B
Bert Belder 已提交
906
version = "0.3.1"
907 908
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
909
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
910
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
911
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
912
 "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
913 914
]

B
Bert Belder 已提交
915 916
[[package]]
name = "regex"
B
Bert Belder 已提交
917
version = "1.2.1"
B
Bert Belder 已提交
918 919
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
920
 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
921
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
922
 "regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
923 924 925 926 927
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "regex-syntax"
B
Bert Belder 已提交
928
version = "0.6.11"
B
Bert Belder 已提交
929 930
source = "registry+https://github.com/rust-lang/crates.io-index"

931 932
[[package]]
name = "remove_dir_all"
B
Bert Belder 已提交
933
version = "0.5.2"
934 935
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
936
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
937 938 939 940
]

[[package]]
name = "ring"
941
version = "0.16.8"
942 943
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
944
 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
945
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
946
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
947 948 949
 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "web-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
950
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
951 952
]

B
Bert Belder 已提交
953 954 955 956 957 958 959 960 961 962
[[package]]
name = "rust-argon2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "blake2b_simd 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

963 964
[[package]]
name = "rustc-demangle"
B
Bert Belder 已提交
965
version = "0.1.16"
966 967 968 969 970 971 972 973 974 975 976 977
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rustls"
978
version = "0.16.0"
979 980
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
981
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
982
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
983 984 985
 "ring 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
986 987 988 989
]

[[package]]
name = "rustyline"
B
Bert Belder 已提交
990
version = "5.0.2"
991 992
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
993
 "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
994
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
995 996 997
 "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)",
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
998
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
999
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1000
 "utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1001
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1002 1003 1004 1005
]

[[package]]
name = "ryu"
B
Bert Belder 已提交
1006
version = "1.0.0"
1007 1008 1009 1010 1011 1012 1013
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
1014 1015 1016 1017 1018
[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1019 1020
[[package]]
name = "sct"
1021
version = "0.6.0"
1022 1023
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1024 1025
 "ring 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042
]

[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde"
B
Bert Belder 已提交
1043
version = "1.0.99"
1044
source = "registry+https://github.com/rust-lang/crates.io-index"
1045 1046 1047
dependencies = [
 "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
]
1048

1049 1050
[[package]]
name = "serde_derive"
B
Bert Belder 已提交
1051
version = "1.0.99"
1052 1053
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1054 1055 1056
 "proc-macro2 1.0.1 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
1057 1058
]

1059 1060
[[package]]
name = "serde_json"
B
Bert Belder 已提交
1061
version = "1.0.40"
1062 1063
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1064
 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1065
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1066
 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1067
 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
1068 1069 1070 1071
]

[[package]]
name = "signal-hook"
B
Bert Belder 已提交
1072
version = "0.1.10"
B
Bert Belder 已提交
1073 1074
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1075 1076
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1077 1078 1079 1080
]

[[package]]
name = "signal-hook-registry"
B
Bert Belder 已提交
1081
version = "1.1.1"
1082 1083
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1084 1085
 "arc-swap 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1086 1087 1088 1089
]

[[package]]
name = "slab"
B
Bert Belder 已提交
1090
version = "0.4.2"
1091 1092 1093 1094
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "smallvec"
B
Bert Belder 已提交
1095
version = "0.6.10"
1096 1097 1098 1099
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "socket2"
B
Bert Belder 已提交
1100
version = "0.3.11"
1101 1102
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1103
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1104
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1105
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1106
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1107 1108 1109 1110 1111 1112 1113
]

[[package]]
name = "source-map-mappings"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1114
 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1115 1116 1117
 "vlq 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1118 1119 1120 1121 1122
[[package]]
name = "sourcefile"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
1123 1124
[[package]]
name = "spin"
1125
version = "0.5.2"
B
Bert Belder 已提交
1126 1127
source = "registry+https://github.com/rust-lang/crates.io-index"

1128 1129 1130 1131 1132 1133 1134
[[package]]
name = "stable_deref_trait"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "string"
B
Bert Belder 已提交
1135
version = "0.2.1"
1136
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1137 1138 1139
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
1140

B
Bert Belder 已提交
1141 1142
[[package]]
name = "strsim"
B
Bert Belder 已提交
1143
version = "0.8.0"
B
Bert Belder 已提交
1144 1145
source = "registry+https://github.com/rust-lang/crates.io-index"

1146 1147
[[package]]
name = "syn"
B
Bert Belder 已提交
1148
version = "0.15.44"
1149 1150
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1151
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1152
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
1153 1154 1155
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1156 1157 1158 1159 1160 1161 1162 1163 1164 1165
[[package]]
name = "syn"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1166 1167
[[package]]
name = "synstructure"
B
Bert Belder 已提交
1168
version = "0.10.2"
1169 1170
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1171
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1172
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1173
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
1174 1175 1176 1177 1178
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tempfile"
B
Bert Belder 已提交
1179
version = "3.1.0"
1180 1181
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1182
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1183
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1184 1185
 "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1186
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1187
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1188 1189
]

1190 1191
[[package]]
name = "termcolor"
B
Bert Belder 已提交
1192
version = "1.0.5"
1193 1194
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1195
 "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1196 1197
]

B
Bert Belder 已提交
1198 1199
[[package]]
name = "textwrap"
B
Bert Belder 已提交
1200
version = "0.11.0"
B
Bert Belder 已提交
1201 1202
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1203
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1204 1205
]

B
Bert Belder 已提交
1206 1207 1208 1209 1210
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1211
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1212 1213
]

1214 1215
[[package]]
name = "time"
B
Bert Belder 已提交
1216
version = "0.1.42"
1217 1218
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1219
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1220
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1221
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1222 1223 1224 1225
]

[[package]]
name = "tokio"
B
Bert Belder 已提交
1226
version = "0.1.22"
1227 1228
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1229
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1230
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1231
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1232
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1233
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1234
 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1235
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1236 1237 1238
 "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1239
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1240
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1241
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1242
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1243
 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1244
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1245 1246
]

B
Bert Belder 已提交
1247 1248 1249 1250 1251 1252 1253
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1254
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1255 1256
]

1257 1258 1259 1260 1261
[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1262
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1263
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1264
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1265 1266 1267 1268
]

[[package]]
name = "tokio-current-thread"
B
Bert Belder 已提交
1269
version = "0.1.6"
1270 1271
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1272 1273
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1274 1275 1276 1277
]

[[package]]
name = "tokio-executor"
B
Bert Belder 已提交
1278
version = "0.1.8"
1279 1280
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1281 1282
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1283 1284 1285 1286
]

[[package]]
name = "tokio-fs"
B
Bert Belder 已提交
1287
version = "0.1.6"
1288 1289
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1290
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1291
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1292
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1293 1294 1295 1296
]

[[package]]
name = "tokio-io"
B
Bert Belder 已提交
1297
version = "0.1.12"
1298 1299
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1300
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1301 1302
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1303 1304 1305 1306
]

[[package]]
name = "tokio-process"
B
Bert Belder 已提交
1307
version = "0.2.4"
1308 1309
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1310 1311 1312
 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1313
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1314
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1315
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1316
 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1317 1318
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1319
 "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1320
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1321 1322 1323 1324
]

[[package]]
name = "tokio-reactor"
B
Bert Belder 已提交
1325
version = "0.1.9"
1326 1327
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1328 1329
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1330
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1331
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1332
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1333
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1334 1335
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1336
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1337
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1338
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1339 1340 1341 1342
]

[[package]]
name = "tokio-rustls"
1343
version = "0.10.0"
1344 1345
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1346
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1347
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1348 1349
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1350
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1351
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
1352 1353 1354 1355 1356 1357 1358
]

[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1359
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1360
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1361
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1362
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1363 1364
 "signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1365 1366
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1367
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1368 1369
]

B
Bert Belder 已提交
1370 1371
[[package]]
name = "tokio-sync"
B
Bert Belder 已提交
1372
version = "0.1.6"
B
Bert Belder 已提交
1373 1374
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1375
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1376
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1377 1378
]

1379 1380
[[package]]
name = "tokio-tcp"
B
Bert Belder 已提交
1381
version = "0.1.3"
1382 1383
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1384
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1385
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1386
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1387
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1388 1389
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1390 1391 1392 1393
]

[[package]]
name = "tokio-threadpool"
B
Bert Belder 已提交
1394
version = "0.1.15"
1395 1396
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1397 1398
 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1399 1400 1401
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1402
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1403
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1404
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1405
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1406 1407 1408 1409
]

[[package]]
name = "tokio-timer"
B
Bert Belder 已提交
1410
version = "0.2.11"
1411 1412
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1413 1414
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1415
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1416
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1417 1418 1419 1420 1421 1422 1423
]

[[package]]
name = "tokio-udp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1424
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1425 1426
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1427
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1428
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1429 1430
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1431 1432 1433 1434
]

[[package]]
name = "tokio-uds"
B
Bert Belder 已提交
1435
version = "0.2.5"
1436 1437
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1438
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1439
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1440
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1441
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1442
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1443
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1444 1445
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1446 1447
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464
]

[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "unicode-normalization"
B
Bert Belder 已提交
1465
version = "0.1.8"
1466
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1467
dependencies = [
B
Bert Belder 已提交
1468
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1469
]
1470 1471 1472

[[package]]
name = "unicode-segmentation"
B
Bert Belder 已提交
1473
version = "1.3.0"
1474 1475 1476 1477
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-width"
B
Bert Belder 已提交
1478
version = "0.1.6"
1479 1480 1481 1482 1483 1484 1485
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
1486 1487 1488 1489 1490
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1491 1492
[[package]]
name = "untrusted"
1493
version = "0.7.0"
1494 1495 1496 1497
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "url"
1498
version = "1.7.2"
1499 1500
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1501
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1502
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1503
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1504 1505 1506 1507 1508 1509 1510
]

[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

1511 1512 1513 1514 1515 1516
[[package]]
name = "utime"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1517
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1518 1519 1520
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1521 1522 1523 1524 1525
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

1526 1527 1528 1529 1530
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542
[[package]]
name = "vlq"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "want"
B
Bert Belder 已提交
1543
version = "0.2.0"
1544 1545
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1546 1547
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1548 1549 1550
 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1551 1552 1553 1554 1555
[[package]]
name = "wasi"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631
[[package]]
name = "wasm-bindgen"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 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)",
 "proc-macro2 1.0.1 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.1 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "wasm-bindgen-webidl"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.1 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "web-sys"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-webidl 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

1632 1633
[[package]]
name = "webpki"
1634
version = "0.21.0"
1635 1636
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1637 1638
 "ring 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1639 1640 1641 1642
]

[[package]]
name = "webpki-roots"
1643 1644 1645 1646 1647 1648 1649 1650 1651
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "weedle"
version = "0.10.0"
1652 1653
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1654
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1655 1656 1657 1658 1659 1660 1661 1662 1663
]

[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "winapi"
B
Bert Belder 已提交
1664
version = "0.3.7"
1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1681 1682 1683 1684 1685 1686 1687 1688
[[package]]
name = "winapi-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

1689 1690 1691 1692 1693
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1694 1695
[[package]]
name = "wincolor"
B
Bert Belder 已提交
1696
version = "1.0.2"
1697 1698 1699 1700 1701 1702
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1703 1704 1705 1706 1707 1708 1709 1710 1711 1712
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[metadata]
B
Bert Belder 已提交
1713
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1714
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
B
Bert Belder 已提交
1715
"checksum ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eaa72766c3585a1f812a3387a7e2c6cab780f899c2f43ff6ea06c8d071fcbb36"
B
Bert Belder 已提交
1716 1717
"checksum arc-swap 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "854ede29f7a0ce90519fb2439d030320c6201119b87dab0ee96044603e1130b9"
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
B
Bert Belder 已提交
1718 1719
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
B
Bert Belder 已提交
1720 1721
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
"checksum backtrace 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "1371048253fa3bac6704bfd6bbfc922ee9bdcee8881330d40f308b81cc5adc55"
B
Bert Belder 已提交
1722
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
B
Bert Belder 已提交
1723
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
B
Bert Belder 已提交
1724
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
B
Bert Belder 已提交
1725
"checksum blake2b_simd 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bf775a81bb2d464e20ff170ac20316c7b08a43d11dbc72f0f82e8e8d3d6d0499"
1726
"checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708"
B
Bert Belder 已提交
1727
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
B
Bert Belder 已提交
1728
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
B
Bert Belder 已提交
1729
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
B
Bert Belder 已提交
1730
"checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7"
B
Bert Belder 已提交
1731
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
B
Bert Belder 已提交
1732
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
1733
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
B
Bert Belder 已提交
1734
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
B
Bert Belder 已提交
1735
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
B
Bert Belder 已提交
1736
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
B
Bert Belder 已提交
1737
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
B
Bert Belder 已提交
1738
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
1739
"checksum ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
B
Bert Belder 已提交
1740 1741
"checksum dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
B
Bert Belder 已提交
1742
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
B
Bert Belder 已提交
1743 1744
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
1745
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
B
Bert Belder 已提交
1746
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1747 1748
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
B
Bert Belder 已提交
1749
"checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
1750
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1751
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
B
Bert Belder 已提交
1752
"checksum getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6171a6cc63fbabbe27c2b5ee268e8b7fe5dc1eb0dd2dfad537c1dfed6f69117e"
B
Bert Belder 已提交
1753
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
1754
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
B
Bert Belder 已提交
1755
"checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4"
B
Bert Belder 已提交
1756
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
B
Bert Belder 已提交
1757 1758
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
"checksum hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb44cbce9d8ee4fb36e4c0ad7b794ac44ebaad924b9c8291a63215bb44c2c8f"
1759
"checksum hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "719d85c7df4a7f309a77d145340a063ea929dcb2e025bae46a80345cffec2952"
1760
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
B
Bert Belder 已提交
1761
"checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356"
1762
"checksum integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5c33cd4d18b4ade167caace0e92364e8568c1e47c193738397b4b48a3e414139"
1763
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
B
Bert Belder 已提交
1764
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1765
"checksum js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "1efc4f2a556c58e79c5500912e221dd826bec64ff4aabd8ce71ccef6da02d7d4"
1766
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
B
Bert Belder 已提交
1767
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
B
Bert Belder 已提交
1768
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
1769
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
B
Bert Belder 已提交
1770
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1771
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
B
Bert Belder 已提交
1772 1773
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
B
Bert Belder 已提交
1774
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
1775 1776 1777 1778 1779
"checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
B
Bert Belder 已提交
1780
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
1781
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
1782
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
B
Bert Belder 已提交
1783
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
1784
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
B
Bert Belder 已提交
1785 1786
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
1787
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
B
Bert Belder 已提交
1788
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
B
Bert Belder 已提交
1789
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
B
Bert Belder 已提交
1790
"checksum proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802"
B
Bert Belder 已提交
1791
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
B
Bert Belder 已提交
1792
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
B
Bert Belder 已提交
1793
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
B
Bert Belder 已提交
1794
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
B
Bert Belder 已提交
1795
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
B
Bert Belder 已提交
1796
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
B
Bert Belder 已提交
1797
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
B
Bert Belder 已提交
1798
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
B
Bert Belder 已提交
1799
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
B
Bert Belder 已提交
1800
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
1801
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
B
Bert Belder 已提交
1802
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1803
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
B
Bert Belder 已提交
1804
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
B
Bert Belder 已提交
1805
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
B
Bert Belder 已提交
1806
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
B
Bert Belder 已提交
1807 1808
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
B
Bert Belder 已提交
1809
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
B
Bert Belder 已提交
1810 1811 1812
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
"checksum regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26"
"checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f"
B
Bert Belder 已提交
1813
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
1814
"checksum ring 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76903fac2cd69ce91b2b43cdabdb259e61865dc64f04a0f0c716c68408b5c383"
B
Bert Belder 已提交
1815 1816
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
1817
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1818
"checksum rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e"
B
Bert Belder 已提交
1819
"checksum rustyline 5.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f8ee0838a6594169a1c5f4bb9af0fe692cc99691941710a8cc6576395ede804e"
B
Bert Belder 已提交
1820
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
1821
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
B
Bert Belder 已提交
1822
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
1823
"checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
1824 1825
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
B
Bert Belder 已提交
1826 1827
"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
"checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425"
B
Bert Belder 已提交
1828 1829
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
"checksum signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4f61c4d59f3aaa9f61bba6450a9b80ba48362fd7d651689e7a10c453b1f6dc68"
B
Bert Belder 已提交
1830
"checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc"
B
Bert Belder 已提交
1831
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
B
Bert Belder 已提交
1832
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
B
Bert Belder 已提交
1833
"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
1834
"checksum source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89babfa6891f638e3e30c5dd248368937015b627a9704aaa8c9d3b9177bf8bfa"
1835 1836
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1837
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
B
Bert Belder 已提交
1838
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
B
Bert Belder 已提交
1839
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
B
Bert Belder 已提交
1840 1841
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
"checksum syn 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "158521e6f544e7e3dcfc370ac180794aa38cb34a1b1e07609376d4adcf429b93"
B
Bert Belder 已提交
1842
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
B
Bert Belder 已提交
1843 1844
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
B
Bert Belder 已提交
1845
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
B
Bert Belder 已提交
1846
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
B
Bert Belder 已提交
1847
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
B
Bert Belder 已提交
1848
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
B
Bert Belder 已提交
1849
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
1850
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
B
Bert Belder 已提交
1851
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
B
Bert Belder 已提交
1852
"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac"
B
Bert Belder 已提交
1853 1854
"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
B
Bert Belder 已提交
1855
"checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
B
Bert Belder 已提交
1856
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
1857
"checksum tokio-rustls 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f0ded5b0b8dbb284cf9464ed0f2912e3e8806553d92f95f5e6944c2b8e989d"
1858
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
B
Bert Belder 已提交
1859
"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
B
Bert Belder 已提交
1860
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
B
Bert Belder 已提交
1861
"checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
B
Bert Belder 已提交
1862
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
1863
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
B
Bert Belder 已提交
1864
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
1865 1866
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
B
Bert Belder 已提交
1867
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
B
Bert Belder 已提交
1868
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
B
Bert Belder 已提交
1869
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
1870
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
B
Bert Belder 已提交
1871
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
1872
"checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece"
1873
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
1874
"checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
1875
"checksum utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "055058552ca15c566082fc61da433ae678f78986a6f16957e33162d1b218792a"
B
Bert Belder 已提交
1876
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
1877
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
1878 1879
"checksum vlq 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
B
Bert Belder 已提交
1880
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
B
Bert Belder 已提交
1881
"checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7"
1882 1883 1884 1885 1886 1887 1888 1889 1890 1891
"checksum wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "dcddca308b16cd93c2b67b126c688e5467e4ef2e28200dc7dfe4ae284f2faefc"
"checksum wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "f805d9328b5fc7e5c6399960fd1889271b9b58ae17bdb2417472156cc9fafdd0"
"checksum wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "3ff88201a482abfc63921621f6cb18eb1efd74f136b05e5841e7f8ca434539e9"
"checksum wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "6a433d89ecdb9f77d46fcf00c8cf9f3467b7de9954d8710c175f61e2e245bb0e"
"checksum wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "d41fc1bc3570cdf8d108c15e014045fd45a95bb5eb36605f96a90461fc34027d"
"checksum wasm-bindgen-webidl 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "be53d289bf2fa7645a089cfd5c7a34bf4fe94221f58cf86ee42a7b4bc854ff14"
"checksum web-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6435c477200ad486089a7a72c2bd6c9bdf9740bd7fff868806076218076d8c51"
"checksum webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e664e770ac0110e2384769bcc59ed19e329d81f555916a6e072714957b81b4"
"checksum webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a262ae37dd9d60f60dd473d1158f9fbebf110ba7b6a5051c8160460f6043718b"
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
1892
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
B
Bert Belder 已提交
1893
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
1894 1895
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1896
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
1897
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
B
Bert Belder 已提交
1898
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
1899
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"