Cargo.lock 81.5 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
]

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

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

B
Bert Belder 已提交
117 118 119 120 121 122 123 124 125
[[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)",
]

126 127
[[package]]
name = "cc"
B
Bert Belder 已提交
128
version = "1.0.40"
129 130 131 132
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

[[package]]
name = "constant_time_eq"
B
Bert Belder 已提交
160
version = "0.1.4"
161 162 163 164
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crossbeam-deque"
B
Bert Belder 已提交
165
version = "0.7.1"
166 167
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
168 169
 "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)",
170 171 172 173
]

[[package]]
name = "crossbeam-epoch"
B
Bert Belder 已提交
174
version = "0.7.2"
175 176
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
177
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
178
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
179
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
180
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
181 182
 "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)",
183 184
]

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

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

[[package]]
name = "ct-logs"
B
Bert Belder 已提交
204
version = "0.5.1"
205 206
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
207
 "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
208 209 210 211
]

[[package]]
name = "deno"
R
v0.16.0  
Ryan Dahl 已提交
212
version = "0.16.0"
213
dependencies = [
B
Bert Belder 已提交
214
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
215
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
216
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
217 218 219
 "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)",
220
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
221 222 223 224
]

[[package]]
name = "deno_cli"
R
v0.16.0  
Ryan Dahl 已提交
225
version = "0.16.0"
226
dependencies = [
B
Bert Belder 已提交
227 228
 "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 已提交
229
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
v0.16.0  
Ryan Dahl 已提交
230
 "deno 0.16.0",
B
Bert Belder 已提交
231 232
 "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)",
233
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
234 235
 "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)",
B
Bert Belder 已提交
236
 "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
237
 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
238
 "integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
239
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
240
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
241 242
 "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 已提交
243
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
244
 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
245
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
246
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
247 248 249
 "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 已提交
250
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
251
 "source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
252 253 254 255
 "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 已提交
256 257
 "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 已提交
258
 "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
259
 "tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
260
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
261
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
262
 "utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
263
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
264 265 266 267
]

[[package]]
name = "dirs"
B
Bert Belder 已提交
268
version = "2.0.2"
B
Bert Belder 已提交
269 270 271
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 已提交
272
 "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
273 274 275 276
]

[[package]]
name = "dirs-sys"
B
Bert Belder 已提交
277
version = "0.3.4"
B
Bert Belder 已提交
278 279 280
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 已提交
281 282
 "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 已提交
283
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
284 285
]

B
Bert Belder 已提交
286 287 288 289 290
[[package]]
name = "either"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

B
Bert Belder 已提交
316 317
[[package]]
name = "fuchsia-cprng"
B
Bert Belder 已提交
318
version = "0.1.1"
B
Bert Belder 已提交
319 320
source = "registry+https://github.com/rust-lang/crates.io-index"

321 322 323 324 325
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
326
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
327 328 329 330 331 332 333 334 335 336
 "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 已提交
337
version = "0.1.28"
338 339 340 341 342 343 344
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 已提交
345
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
346
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
347 348
]

349 350 351 352 353
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
354 355 356 357 358 359
 "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 已提交
360
version = "0.1.10"
B
Bert Belder 已提交
361 362 363
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 已提交
364 365
 "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)",
366 367
]

368 369
[[package]]
name = "h2"
B
Bert Belder 已提交
370
version = "0.1.26"
371 372
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
373
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
374
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
375
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
376 377
 "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 已提交
378
 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
379
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
380
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
381
 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
382
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
383 384 385 386
]

[[package]]
name = "http"
B
Bert Belder 已提交
387
version = "0.1.18"
388 389
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
390
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
391
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
392
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
393 394
]

B
Bert Belder 已提交
395 396 397 398 399 400
[[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 已提交
401 402
 "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 已提交
403 404 405
 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

406 407
[[package]]
name = "httparse"
B
Bert Belder 已提交
408
version = "1.3.4"
409 410 411 412
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "hyper"
B
Bert Belder 已提交
413
version = "0.12.33"
414 415
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
416
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
417
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
418
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
419 420
 "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 已提交
421
 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
422
 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
423
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
424
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
425
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
426
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
427
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
428
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
429
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
430
 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
431
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
432 433
 "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 已提交
434
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
435
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
436
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
437
 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
438 439 440 441
]

[[package]]
name = "hyper-rustls"
B
Bert Belder 已提交
442
version = "0.16.1"
443 444
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
445
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
446
 "ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
447 448
 "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)",
B
Bert Belder 已提交
449
 "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
450
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
451
 "tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
452 453
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
454 455
]

456 457 458 459
[[package]]
name = "hyper_hello"
version = "0.0.1"
dependencies = [
B
Bert Belder 已提交
460
 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
461 462 463
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

464 465
[[package]]
name = "idna"
466
version = "0.1.5"
467 468 469 470
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 已提交
471
 "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
472 473 474 475
]

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

479 480 481 482 483
[[package]]
name = "integer-atomics"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

484 485 486 487 488
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
489
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
490 491 492 493 494
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "itoa"
B
Bert Belder 已提交
495
version = "0.4.4"
496 497 498 499 500 501 502 503 504 505 506 507 508
source = "registry+https://github.com/rust-lang/crates.io-index"

[[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 已提交
509
version = "1.3.0"
510 511 512 513
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "libc"
B
Bert Belder 已提交
514
version = "0.2.62"
515 516 517 518 519 520 521 522 523 524 525 526 527
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 已提交
528
version = "0.4.8"
529 530
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
531
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
532 533 534 535 536 537 538 539 540
]

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

[[package]]
name = "memchr"
B
Bert Belder 已提交
541
version = "2.2.1"
542 543 544 545
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "memoffset"
B
Bert Belder 已提交
546
version = "0.5.1"
547
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
548 549 550
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
551 552 553

[[package]]
name = "mio"
B
Bert Belder 已提交
554
version = "0.6.19"
555 556 557 558 559 560
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 已提交
561
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
562
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
563 564
 "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 已提交
565
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
566 567 568 569 570 571 572 573
 "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 已提交
574
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
575
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
576
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
577
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
578 579 580 581 582 583 584 585
]

[[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 已提交
586
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
587
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605
]

[[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 已提交
606
 "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
607
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
608 609 610 611 612 613 614
]

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

B
Bert Belder 已提交
620 621
[[package]]
name = "nix"
B
Bert Belder 已提交
622
version = "0.14.1"
B
Bert Belder 已提交
623 624
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
625
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
626
 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
627
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
628
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
629 630 631
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

632 633 634 635 636 637 638
[[package]]
name = "nodrop"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "num_cpus"
B
Bert Belder 已提交
639
version = "1.10.1"
640 641
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
642
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
643 644 645 646 647 648 649 650 651 652 653 654
]

[[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 已提交
655
version = "0.7.1"
656 657 658
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 已提交
659
 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
660 661 662 663
]

[[package]]
name = "parking_lot_core"
B
Bert Belder 已提交
664
version = "0.4.0"
665 666
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
667
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
668
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
669
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
670
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
671
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
672 673 674 675
]

[[package]]
name = "percent-encoding"
676
version = "1.0.1"
B
Bert Belder 已提交
677 678 679 680 681
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ppv-lite86"
version = "0.2.5"
682 683 684 685
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "proc-macro2"
B
Bert Belder 已提交
686
version = "0.4.30"
687 688 689 690 691
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 已提交
692 693 694 695 696 697 698 699
[[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)",
]

700 701
[[package]]
name = "quote"
B
Bert Belder 已提交
702
version = "0.6.13"
703 704
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
705
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
706 707
]

B
Bert Belder 已提交
708 709 710 711 712 713 714 715
[[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)",
]

716 717
[[package]]
name = "rand"
B
Bert Belder 已提交
718
version = "0.4.6"
719 720
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
721
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
722
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
723
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
724
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
725
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
726 727 728 729
]

[[package]]
name = "rand"
B
Bert Belder 已提交
730
version = "0.6.5"
731 732
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
733 734
 "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 已提交
735
 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
736
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
737 738
 "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 已提交
739
 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
740
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
741
 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
742
 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
743
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
744 745
]

B
Bert Belder 已提交
746 747 748 749 750
[[package]]
name = "rand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
751 752
 "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 已提交
753 754 755 756 757
 "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)",
]

758 759
[[package]]
name = "rand_chacha"
B
Bert Belder 已提交
760
version = "0.1.1"
761 762
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
763
 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
764
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
765 766
]

B
Bert Belder 已提交
767 768 769 770 771 772 773 774 775
[[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)",
]

776 777
[[package]]
name = "rand_core"
B
Bert Belder 已提交
778 779 780
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
781
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
782 783 784 785
]

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

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

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

B
Bert Belder 已提交
805 806 807 808 809 810 811 812
[[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)",
]

813 814 815 816 817
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
818
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
819 820
]

B
Bert Belder 已提交
821 822
[[package]]
name = "rand_jitter"
B
Bert Belder 已提交
823
version = "0.1.4"
B
Bert Belder 已提交
824 825
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
826 827
 "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 已提交
828
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
829 830
]

R
Ryan Dahl 已提交
831 832
[[package]]
name = "rand_os"
B
Bert Belder 已提交
833
version = "0.1.3"
R
Ryan Dahl 已提交
834 835 836
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 已提交
837
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
838 839
 "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 已提交
840
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
841
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
842 843
]

844 845
[[package]]
name = "rand_pcg"
B
Bert Belder 已提交
846
version = "0.1.2"
847 848
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
849 850
 "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)",
851 852 853 854
]

[[package]]
name = "rand_xorshift"
B
Bert Belder 已提交
855 856 857
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
858
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
859 860 861 862 863
]

[[package]]
name = "rdrand"
version = "0.4.0"
864 865
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
866
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
867 868 869 870
]

[[package]]
name = "redox_syscall"
B
Bert Belder 已提交
871
version = "0.1.56"
872 873 874 875
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_users"
B
Bert Belder 已提交
876
version = "0.3.1"
877 878
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
879
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
880
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
881
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
882
 "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
883 884
]

B
Bert Belder 已提交
885 886
[[package]]
name = "regex"
B
Bert Belder 已提交
887
version = "1.2.1"
B
Bert Belder 已提交
888 889
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
890
 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
891
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
892
 "regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
893 894 895 896 897
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

901 902
[[package]]
name = "remove_dir_all"
B
Bert Belder 已提交
903
version = "0.5.2"
904 905
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
906
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
907 908 909 910
]

[[package]]
name = "ring"
B
Bert Belder 已提交
911
version = "0.14.6"
912 913
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
914
 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
915
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
916 917
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
918
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
919
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
920 921
]

B
Bert Belder 已提交
922 923 924 925 926 927 928 929 930 931
[[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)",
]

932 933
[[package]]
name = "rustc-demangle"
B
Bert Belder 已提交
934
version = "0.1.16"
935 936 937 938 939 940 941 942 943 944 945 946
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"
B
Bert Belder 已提交
947
version = "0.15.2"
948 949
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
950
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
951
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
952
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
953
 "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
954
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
955
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
956 957 958 959
]

[[package]]
name = "rustyline"
B
Bert Belder 已提交
960
version = "5.0.2"
961 962
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
963
 "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
964
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
965 966 967
 "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 已提交
968
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
969
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
970
 "utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
971
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
972 973 974 975
]

[[package]]
name = "ryu"
B
Bert Belder 已提交
976
version = "1.0.0"
977 978 979 980 981 982 983
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 已提交
984 985 986 987 988
[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

989 990
[[package]]
name = "sct"
B
Bert Belder 已提交
991
version = "0.5.0"
992 993
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
994
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[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 已提交
1013
version = "1.0.99"
1014
source = "registry+https://github.com/rust-lang/crates.io-index"
1015 1016 1017
dependencies = [
 "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
]
1018

1019 1020
[[package]]
name = "serde_derive"
B
Bert Belder 已提交
1021
version = "1.0.99"
1022 1023
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1024 1025 1026
 "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)",
1027 1028
]

1029 1030
[[package]]
name = "serde_json"
B
Bert Belder 已提交
1031
version = "1.0.40"
1032 1033
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1034
 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1035
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1036
 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1037
 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
1038 1039 1040 1041
]

[[package]]
name = "signal-hook"
B
Bert Belder 已提交
1042
version = "0.1.10"
B
Bert Belder 已提交
1043 1044
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1045 1046
 "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 已提交
1047 1048 1049 1050
]

[[package]]
name = "signal-hook-registry"
B
Bert Belder 已提交
1051
version = "1.1.1"
1052 1053
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1054 1055
 "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)",
1056 1057 1058 1059
]

[[package]]
name = "slab"
B
Bert Belder 已提交
1060
version = "0.4.2"
1061 1062 1063 1064
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "smallvec"
B
Bert Belder 已提交
1065
version = "0.6.10"
1066 1067 1068 1069
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "socket2"
B
Bert Belder 已提交
1070
version = "0.3.11"
1071 1072
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1073
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1074
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1075
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1076
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1077 1078 1079 1080 1081 1082 1083
]

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

B
Bert Belder 已提交
1088 1089
[[package]]
name = "spin"
B
Bert Belder 已提交
1090
version = "0.5.1"
B
Bert Belder 已提交
1091 1092
source = "registry+https://github.com/rust-lang/crates.io-index"

1093 1094 1095 1096 1097 1098 1099
[[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 已提交
1100
version = "0.2.1"
1101
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1102 1103 1104
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
1105

B
Bert Belder 已提交
1106 1107
[[package]]
name = "strsim"
B
Bert Belder 已提交
1108
version = "0.8.0"
B
Bert Belder 已提交
1109 1110
source = "registry+https://github.com/rust-lang/crates.io-index"

1111 1112
[[package]]
name = "syn"
B
Bert Belder 已提交
1113
version = "0.15.44"
1114 1115
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1116
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1117
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
1118 1119 1120
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130
[[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)",
]

1131 1132
[[package]]
name = "synstructure"
B
Bert Belder 已提交
1133
version = "0.10.2"
1134 1135
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1136
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1137
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1138
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
1139 1140 1141 1142 1143
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tempfile"
B
Bert Belder 已提交
1144
version = "3.1.0"
1145 1146
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1147
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1148
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1149 1150
 "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 已提交
1151
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1152
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1153 1154
]

1155 1156
[[package]]
name = "termcolor"
B
Bert Belder 已提交
1157
version = "1.0.5"
1158 1159
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1160
 "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1161 1162
]

B
Bert Belder 已提交
1163 1164
[[package]]
name = "textwrap"
B
Bert Belder 已提交
1165
version = "0.11.0"
B
Bert Belder 已提交
1166 1167
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1168
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1169 1170
]

B
Bert Belder 已提交
1171 1172 1173 1174 1175
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1176
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1177 1178
]

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

[[package]]
name = "tokio"
B
Bert Belder 已提交
1191
version = "0.1.22"
1192 1193
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1194
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1195
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1196
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1197
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1198
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1199
 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1200
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1201 1202 1203
 "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 已提交
1204
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1205
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1206
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1207
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1208
 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1209
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1210 1211
]

B
Bert Belder 已提交
1212 1213 1214 1215 1216 1217 1218
[[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 已提交
1219
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1220 1221
]

1222 1223 1224 1225 1226
[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1227
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1228
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1229
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1230 1231 1232 1233
]

[[package]]
name = "tokio-current-thread"
B
Bert Belder 已提交
1234
version = "0.1.6"
1235 1236
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1237 1238
 "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)",
1239 1240 1241 1242
]

[[package]]
name = "tokio-executor"
B
Bert Belder 已提交
1243
version = "0.1.8"
1244 1245
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1246 1247
 "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)",
1248 1249 1250 1251
]

[[package]]
name = "tokio-fs"
B
Bert Belder 已提交
1252
version = "0.1.6"
1253 1254
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1255
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1256
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1257
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1258 1259 1260 1261
]

[[package]]
name = "tokio-io"
B
Bert Belder 已提交
1262
version = "0.1.12"
1263 1264
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1265
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1266 1267
 "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)",
1268 1269 1270 1271
]

[[package]]
name = "tokio-process"
B
Bert Belder 已提交
1272
version = "0.2.4"
1273 1274
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1275 1276 1277
 "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 已提交
1278
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1279
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1280
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1281
 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1282 1283
 "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)",
1284
 "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1285
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1286 1287 1288 1289
]

[[package]]
name = "tokio-reactor"
B
Bert Belder 已提交
1290
version = "0.1.9"
1291 1292
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1293 1294
 "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 已提交
1295
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1296
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1297
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1298
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1299 1300
 "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 已提交
1301
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1302
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1303
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1304 1305 1306 1307
]

[[package]]
name = "tokio-rustls"
B
Bert Belder 已提交
1308
version = "0.9.3"
1309 1310
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1311
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1312
 "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1313
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1314
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
1315 1316 1317 1318 1319 1320 1321
]

[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1322
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1323
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1324
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1325
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1326 1327
 "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 已提交
1328 1329
 "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 已提交
1330
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1331 1332
]

B
Bert Belder 已提交
1333 1334
[[package]]
name = "tokio-sync"
B
Bert Belder 已提交
1335
version = "0.1.6"
B
Bert Belder 已提交
1336 1337
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1338
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1339
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1340 1341
]

1342 1343
[[package]]
name = "tokio-tcp"
B
Bert Belder 已提交
1344
version = "0.1.3"
1345 1346
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1347
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1348
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1349
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1350
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1351 1352
 "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)",
1353 1354 1355 1356
]

[[package]]
name = "tokio-threadpool"
B
Bert Belder 已提交
1357
version = "0.1.15"
1358 1359
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1360 1361
 "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 已提交
1362 1363 1364
 "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 已提交
1365
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1366
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1367
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1368
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1369 1370 1371 1372
]

[[package]]
name = "tokio-timer"
B
Bert Belder 已提交
1373
version = "0.2.11"
1374 1375
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1376 1377
 "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 已提交
1378
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1379
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1380 1381 1382 1383 1384 1385 1386
]

[[package]]
name = "tokio-udp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1387
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1388 1389
 "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 已提交
1390
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1391
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1392 1393
 "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)",
1394 1395 1396 1397
]

[[package]]
name = "tokio-uds"
B
Bert Belder 已提交
1398
version = "0.2.5"
1399 1400
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1401
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1402
 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1403
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1404
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1405
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1406
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1407 1408
 "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 已提交
1409 1410
 "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)",
1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427
]

[[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 已提交
1428
version = "0.1.8"
1429
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1430
dependencies = [
B
Bert Belder 已提交
1431
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1432
]
1433 1434 1435

[[package]]
name = "unicode-segmentation"
B
Bert Belder 已提交
1436
version = "1.3.0"
1437 1438 1439 1440
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-width"
B
Bert Belder 已提交
1441
version = "0.1.6"
1442 1443 1444 1445 1446 1447 1448
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 已提交
1449 1450 1451 1452 1453
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1454 1455 1456 1457 1458 1459 1460
[[package]]
name = "untrusted"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "url"
1461
version = "1.7.2"
1462 1463
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1464
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1465
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1466
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1467 1468 1469 1470 1471 1472 1473
]

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

1474 1475 1476 1477 1478 1479
[[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 已提交
1480
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1481 1482 1483
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1484 1485 1486 1487 1488
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500
[[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 已提交
1501
version = "0.2.0"
1502 1503
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1504 1505
 "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)",
1506 1507 1508
 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1509 1510 1511 1512 1513
[[package]]
name = "wasi"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1514 1515
[[package]]
name = "webpki"
B
Bert Belder 已提交
1516
version = "0.19.1"
1517 1518
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1519
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
1520 1521 1522 1523 1524
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "webpki-roots"
B
Bert Belder 已提交
1525
version = "0.16.0"
1526 1527 1528
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1529
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
1530 1531 1532 1533 1534 1535 1536 1537 1538
]

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

[[package]]
name = "winapi"
B
Bert Belder 已提交
1539
version = "0.3.7"
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555
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"

1556 1557 1558 1559 1560 1561 1562 1563
[[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)",
]

1564 1565 1566 1567 1568
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1569 1570
[[package]]
name = "wincolor"
B
Bert Belder 已提交
1571
version = "1.0.2"
1572 1573 1574 1575 1576 1577
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)",
]

1578 1579 1580 1581 1582 1583 1584 1585 1586 1587
[[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 已提交
1588
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1589
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
B
Bert Belder 已提交
1590
"checksum ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eaa72766c3585a1f812a3387a7e2c6cab780f899c2f43ff6ea06c8d071fcbb36"
B
Bert Belder 已提交
1591 1592
"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 已提交
1593 1594
"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 已提交
1595 1596
"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 已提交
1597
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
B
Bert Belder 已提交
1598
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
B
Bert Belder 已提交
1599
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
B
Bert Belder 已提交
1600
"checksum blake2b_simd 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bf775a81bb2d464e20ff170ac20316c7b08a43d11dbc72f0f82e8e8d3d6d0499"
B
Bert Belder 已提交
1601
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
B
Bert Belder 已提交
1602
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
B
Bert Belder 已提交
1603
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
B
Bert Belder 已提交
1604
"checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7"
B
Bert Belder 已提交
1605
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
B
Bert Belder 已提交
1606
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
1607
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
B
Bert Belder 已提交
1608
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
B
Bert Belder 已提交
1609
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
B
Bert Belder 已提交
1610
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
B
Bert Belder 已提交
1611
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
B
Bert Belder 已提交
1612
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
B
Bert Belder 已提交
1613
"checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f"
B
Bert Belder 已提交
1614 1615
"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 已提交
1616
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
B
Bert Belder 已提交
1617 1618
"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"
1619
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
B
Bert Belder 已提交
1620
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1621 1622
"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 已提交
1623
"checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
1624
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1625
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
B
Bert Belder 已提交
1626
"checksum getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6171a6cc63fbabbe27c2b5ee268e8b7fe5dc1eb0dd2dfad537c1dfed6f69117e"
B
Bert Belder 已提交
1627 1628
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
"checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4"
B
Bert Belder 已提交
1629
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
B
Bert Belder 已提交
1630 1631
"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"
B
Bert Belder 已提交
1632
"checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3"
1633
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
B
Bert Belder 已提交
1634
"checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356"
1635
"checksum integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5c33cd4d18b4ade167caace0e92364e8568c1e47c193738397b4b48a3e414139"
1636
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
B
Bert Belder 已提交
1637
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1638
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
B
Bert Belder 已提交
1639
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
B
Bert Belder 已提交
1640
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
1641
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
B
Bert Belder 已提交
1642
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1643
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
B
Bert Belder 已提交
1644 1645
"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 已提交
1646
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
1647 1648 1649 1650 1651
"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 已提交
1652
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
1653
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
B
Bert Belder 已提交
1654
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
1655
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
B
Bert Belder 已提交
1656 1657
"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"
1658
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
B
Bert Belder 已提交
1659
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
B
Bert Belder 已提交
1660
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
B
Bert Belder 已提交
1661
"checksum proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802"
B
Bert Belder 已提交
1662
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
B
Bert Belder 已提交
1663
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
B
Bert Belder 已提交
1664
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
B
Bert Belder 已提交
1665
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
B
Bert Belder 已提交
1666
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
B
Bert Belder 已提交
1667
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
B
Bert Belder 已提交
1668
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
B
Bert Belder 已提交
1669
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
B
Bert Belder 已提交
1670
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
B
Bert Belder 已提交
1671
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
1672
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
B
Bert Belder 已提交
1673
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1674
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
B
Bert Belder 已提交
1675
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
B
Bert Belder 已提交
1676
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
B
Bert Belder 已提交
1677
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
B
Bert Belder 已提交
1678 1679
"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 已提交
1680
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
B
Bert Belder 已提交
1681 1682 1683
"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 已提交
1684
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
B
Bert Belder 已提交
1685
"checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c"
B
Bert Belder 已提交
1686 1687
"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"
1688
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
B
Bert Belder 已提交
1689
"checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e"
B
Bert Belder 已提交
1690
"checksum rustyline 5.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f8ee0838a6594169a1c5f4bb9af0fe692cc99691941710a8cc6576395ede804e"
B
Bert Belder 已提交
1691
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
1692
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
B
Bert Belder 已提交
1693
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
B
Bert Belder 已提交
1694
"checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9"
1695 1696
"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 已提交
1697 1698
"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 已提交
1699 1700
"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 已提交
1701
"checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc"
B
Bert Belder 已提交
1702
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
B
Bert Belder 已提交
1703
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
B
Bert Belder 已提交
1704
"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
1705
"checksum source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89babfa6891f638e3e30c5dd248368937015b627a9704aaa8c9d3b9177bf8bfa"
B
Bert Belder 已提交
1706
"checksum spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbdb51a221842709c2dd65b62ad4b78289fc3e706a02c17a26104528b6aa7837"
1707
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
B
Bert Belder 已提交
1708
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
B
Bert Belder 已提交
1709
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
B
Bert Belder 已提交
1710 1711
"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 已提交
1712
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
B
Bert Belder 已提交
1713 1714
"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 已提交
1715
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
B
Bert Belder 已提交
1716
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
B
Bert Belder 已提交
1717
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
B
Bert Belder 已提交
1718
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
B
Bert Belder 已提交
1719
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
1720
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
B
Bert Belder 已提交
1721
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
B
Bert Belder 已提交
1722
"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac"
B
Bert Belder 已提交
1723 1724
"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 已提交
1725
"checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
B
Bert Belder 已提交
1726
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
B
Bert Belder 已提交
1727
"checksum tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1600e90b2602df28ff54ae842519b408fbb25378c3c5aee1b795593e9263dc80"
1728
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
B
Bert Belder 已提交
1729
"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
B
Bert Belder 已提交
1730
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
B
Bert Belder 已提交
1731
"checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
B
Bert Belder 已提交
1732
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
1733
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
B
Bert Belder 已提交
1734
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
1735 1736
"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 已提交
1737
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
B
Bert Belder 已提交
1738
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
B
Bert Belder 已提交
1739
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
1740
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
B
Bert Belder 已提交
1741
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
1742
"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
1743
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
1744
"checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
1745
"checksum utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "055058552ca15c566082fc61da433ae678f78986a6f16957e33162d1b218792a"
B
Bert Belder 已提交
1746
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
1747 1748
"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 已提交
1749
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
B
Bert Belder 已提交
1750
"checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7"
B
Bert Belder 已提交
1751 1752
"checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082"
"checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e"
1753
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
B
Bert Belder 已提交
1754
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
1755 1756
"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"
1757
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
1758
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
B
Bert Belder 已提交
1759
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
1760
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"