Cargo.lock 78.8 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.3"
B
Bert Belder 已提交
6 7
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
8
 "memchr 2.2.0 (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
]

19 20
[[package]]
name = "arc-swap"
B
Bert Belder 已提交
21
version = "0.3.11"
22 23 24 25 26 27 28 29 30 31 32 33 34
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "argon2rs"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "arrayvec"
B
Bert Belder 已提交
35
version = "0.4.10"
36 37 38 39 40 41 42 43 44 45
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"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
46 47
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
48
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
49 50
]

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

56 57
[[package]]
name = "backtrace"
B
Bert Belder 已提交
58
version = "0.3.30"
59 60
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
61
 "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
62
 "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
63
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
64
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
65
 "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
66 67 68 69
]

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

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

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

[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
95
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
96 97 98 99 100
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

[[package]]
name = "cc"
B
Bert Belder 已提交
116
version = "1.0.37"
117 118 119 120
source = "registry+https://github.com/rust-lang/crates.io-index"

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

B
Bert Belder 已提交
124 125
[[package]]
name = "clap"
B
Bert Belder 已提交
126
version = "2.33.0"
B
Bert Belder 已提交
127 128 129 130
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)",
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
131
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
132 133
 "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 已提交
134 135 136 137
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

138 139 140 141 142
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
143
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
144 145 146 147 148 149 150 151 152
]

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

[[package]]
name = "crossbeam-deque"
B
Bert Belder 已提交
153
version = "0.7.1"
154 155
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
156 157
 "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
158 159 160 161
]

[[package]]
name = "crossbeam-epoch"
B
Bert Belder 已提交
162
version = "0.7.1"
163 164
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
165
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
166
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
167
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
168
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
169 170 171 172
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
173 174 175 176 177 178 179 180
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

181 182
[[package]]
name = "crossbeam-utils"
B
Bert Belder 已提交
183
version = "0.6.5"
184 185
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
186
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
187
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
188 189 190 191
]

[[package]]
name = "ct-logs"
B
Bert Belder 已提交
192
version = "0.5.1"
193 194
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
195
 "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
196 197 198 199
]

[[package]]
name = "deno"
R
v0.11.0  
Ryan Dahl 已提交
200
version = "0.11.0"
201
dependencies = [
B
Bert Belder 已提交
202
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
203
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
204
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
205 206
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
207
 "tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
208
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
209 210 211 212
]

[[package]]
name = "deno_cli"
R
v0.11.0  
Ryan Dahl 已提交
213
version = "0.11.0"
214
dependencies = [
215
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
216
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
217
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
v0.11.0  
Ryan Dahl 已提交
218
 "deno 0.11.0",
B
Bert Belder 已提交
219
 "dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
220 221
 "flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
222
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
223
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
224
 "hyper 0.12.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
225
 "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bartek Iwańczuk 已提交
226
 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
227
 "integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
228
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
229
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
230
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
231
 "nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
232
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
233 234
 "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
235
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
236
 "rustyline 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
237 238
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
239
 "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
240
 "source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
241
 "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
242
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
243
 "tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
244 245 246
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
247
 "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
248
 "tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
249
 "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
250
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
251
 "utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
252
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
253 254 255 256
]

[[package]]
name = "dirs"
B
Bert Belder 已提交
257
version = "1.0.5"
258 259
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
260
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
261 262 263 264 265 266
 "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

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

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

[[package]]
name = "flatbuffers"
B
Bert Belder 已提交
312
version = "0.6.0"
R
Ryan Dahl 已提交
313
source = "registry+https://github.com/rust-lang/crates.io-index"
314
dependencies = [
B
Bert Belder 已提交
315
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
316 317 318 319 320 321 322
]

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

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

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

356 357 358 359 360 361 362 363 364
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

365 366
[[package]]
name = "h2"
B
Bert Belder 已提交
367
version = "0.1.23"
368 369
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
370
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
371
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
372
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
373
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
374
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
375 376
 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
377
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
378
 "string 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
379
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
380 381 382 383
]

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

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

403 404 405 406 407 408 409
[[package]]
name = "httparse"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "hyper"
B
Bert Belder 已提交
410
version = "0.12.30"
411 412
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
413
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
414
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
415
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
416
 "h2 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
417
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
418
 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
419 420
 "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
421
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
422 423
 "log 0.4.6 (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 已提交
424
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
425
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
426
 "tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
427
 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
428 429 430
 "tokio-executor 0.1.7 (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 已提交
431
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
432
 "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
433
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
434 435 436 437 438
 "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "idna"
version = "0.1.5"
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 已提交
460
 "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
461 462 463 464 465 466 467
]

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

468 469 470 471 472
[[package]]
name = "integer-atomics"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

473 474 475 476 477
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
478
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
479 480 481 482 483
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "itoa"
B
Bert Belder 已提交
484
version = "0.4.4"
485 486 487 488 489 490 491 492 493 494 495 496 497
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 已提交
498
version = "1.3.0"
499 500 501 502
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "libc"
B
Bert Belder 已提交
503
version = "0.2.58"
504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519
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"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
520
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
521 522 523 524 525 526 527 528 529
]

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

[[package]]
name = "memchr"
B
Bert Belder 已提交
530
version = "2.2.0"
531 532 533 534 535 536 537 538 539
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "mio"
B
Bert Belder 已提交
540
version = "0.6.19"
541 542 543 544 545 546
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 已提交
547
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
548 549 550
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
551
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
552 553 554 555 556 557 558 559 560
 "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 = [
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
561
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
562
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
563
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
564 565 566 567 568 569 570 571
]

[[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 已提交
572
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
573
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591
]

[[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 已提交
592
 "socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
593
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
594 595 596 597 598 599 600
]

[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
601
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
602
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
603
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
604 605
]

B
Bert Belder 已提交
606 607
[[package]]
name = "nix"
B
Bert Belder 已提交
608
version = "0.13.1"
B
Bert Belder 已提交
609 610
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
611
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
612 613
 "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
614
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
615 616 617
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

618 619 620 621 622 623 624
[[package]]
name = "nodrop"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "num_cpus"
B
Bert Belder 已提交
625
version = "1.10.1"
626 627
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
628
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
629 630
]

B
Bert Belder 已提交
631 632 633 634 635
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

636 637 638 639 640 641 642 643 644 645
[[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 已提交
646
version = "0.7.1"
647 648 649
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 已提交
650
 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
651 652 653 654
]

[[package]]
name = "parking_lot_core"
B
Bert Belder 已提交
655
version = "0.4.0"
656 657
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
658
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
659
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
660
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
661
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
662
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
663 664 665 666 667 668 669 670 671
]

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

[[package]]
name = "proc-macro2"
B
Bert Belder 已提交
672
version = "0.4.30"
673 674 675 676 677 678 679
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)",
]

[[package]]
name = "quote"
B
Bert Belder 已提交
680
version = "0.6.12"
681 682
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
683
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
684 685 686 687
]

[[package]]
name = "rand"
B
Bert Belder 已提交
688
version = "0.4.6"
689 690
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
691
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
692
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
693
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
694
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
695
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
696 697 698 699
]

[[package]]
name = "rand"
B
Bert Belder 已提交
700
version = "0.6.5"
701 702
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
703
 "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
704
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
705
 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
706
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
707 708
 "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 已提交
709
 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
710
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
711
 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
712
 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
713
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
714 715 716 717
]

[[package]]
name = "rand_chacha"
B
Bert Belder 已提交
718
version = "0.1.1"
719 720
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
721
 "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
722
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
723 724 725 726
]

[[package]]
name = "rand_core"
B
Bert Belder 已提交
727 728 729 730 731 732 733 734 735
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand_core"
version = "0.4.0"
736 737 738 739 740 741 742
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
743
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
744 745 746 747 748 749 750
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
751
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
752 753
]

B
Bert Belder 已提交
754 755
[[package]]
name = "rand_jitter"
B
Bert Belder 已提交
756
version = "0.1.4"
B
Bert Belder 已提交
757 758
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
759
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
760
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
761
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
762 763
]

R
Ryan Dahl 已提交
764 765
[[package]]
name = "rand_os"
B
Bert Belder 已提交
766
version = "0.1.3"
R
Ryan Dahl 已提交
767 768 769
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 已提交
770
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
771
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
772
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
773
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
774
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
775 776
]

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

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

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

[[package]]
name = "redox_syscall"
B
Bert Belder 已提交
804
version = "0.1.54"
805 806 807 808 809 810 811
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
812
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
813 814 815 816
]

[[package]]
name = "redox_users"
B
Bert Belder 已提交
817
version = "0.3.0"
818 819 820
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
821
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
822
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
823
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
824 825
]

B
Bert Belder 已提交
826 827
[[package]]
name = "regex"
B
Bert Belder 已提交
828
version = "1.1.7"
B
Bert Belder 已提交
829 830
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
831
 "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
832
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
833
 "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
834
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
835
 "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
836 837 838 839
]

[[package]]
name = "regex-syntax"
B
Bert Belder 已提交
840
version = "0.6.7"
B
Bert Belder 已提交
841 842 843 844 845
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

846 847
[[package]]
name = "remove_dir_all"
B
Bert Belder 已提交
848
version = "0.5.2"
849 850
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
851
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
852 853 854 855
]

[[package]]
name = "ring"
B
Bert Belder 已提交
856
version = "0.14.6"
857 858
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
859
 "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
860
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
861
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
862
 "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
863
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
864
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
865 866 867 868
]

[[package]]
name = "rustc-demangle"
B
Bert Belder 已提交
869
version = "0.1.15"
870 871 872 873 874 875 876 877 878 879 880 881
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 已提交
882
version = "0.15.2"
883 884
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
885
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
886
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
887
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
888
 "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
889
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
890
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
891 892 893 894
]

[[package]]
name = "rustyline"
B
Bert Belder 已提交
895
version = "4.1.0"
896 897
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
898
 "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
899
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
900
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
901
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
902
 "nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
903
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
904 905
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
906
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
907 908 909 910
]

[[package]]
name = "ryu"
B
Bert Belder 已提交
911
version = "0.2.8"
912 913 914 915 916 917 918 919 920 921 922 923 924 925
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "scoped_threadpool"
version = "0.1.9"
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"

[[package]]
name = "sct"
B
Bert Belder 已提交
926
version = "0.5.0"
927 928
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
929
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947
 "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 已提交
948
version = "1.0.92"
949 950
source = "registry+https://github.com/rust-lang/crates.io-index"

951 952
[[package]]
name = "serde_derive"
B
Bert Belder 已提交
953
version = "1.0.92"
954 955 956 957
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
958
 "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)",
959 960
]

961 962
[[package]]
name = "serde_json"
B
Bert Belder 已提交
963
version = "1.0.39"
964 965
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bartek Iwańczuk 已提交
966
 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
967 968
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
969
 "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
970 971 972 973
]

[[package]]
name = "signal-hook"
B
Bert Belder 已提交
974 975 976
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
977
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
978 979 980 981 982 983
 "signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "signal-hook-registry"
version = "1.0.1"
984 985
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
986
 "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
987
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
988 989 990 991
]

[[package]]
name = "slab"
B
Bert Belder 已提交
992
version = "0.4.2"
993 994 995 996
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "smallvec"
B
Bert Belder 已提交
997
version = "0.6.10"
998 999 1000 1001
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "socket2"
B
Bert Belder 已提交
1002
version = "0.3.9"
1003 1004
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1005
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1006
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1007 1008
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1009 1010 1011 1012 1013 1014 1015
]

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

B
Bert Belder 已提交
1020 1021 1022 1023 1024
[[package]]
name = "spin"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1025 1026 1027 1028 1029 1030 1031
[[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 已提交
1032
version = "0.2.0"
1033
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1034 1035 1036
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
1037

B
Bert Belder 已提交
1038 1039
[[package]]
name = "strsim"
B
Bert Belder 已提交
1040
version = "0.8.0"
B
Bert Belder 已提交
1041 1042
source = "registry+https://github.com/rust-lang/crates.io-index"

1043 1044
[[package]]
name = "syn"
B
Bert Belder 已提交
1045
version = "0.15.36"
1046 1047
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1048
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1049
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
1050 1051 1052 1053 1054
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "synstructure"
B
Bert Belder 已提交
1055
version = "0.10.2"
1056 1057
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1058
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1059
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1060
 "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)",
1061 1062 1063 1064 1065
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tempfile"
B
Bert Belder 已提交
1066
version = "3.0.8"
1067 1068
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1069
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1070
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1071
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1072
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1073
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1074
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1075 1076
]

1077 1078 1079 1080 1081 1082 1083 1084
[[package]]
name = "termcolor"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1085 1086
[[package]]
name = "termion"
B
Bert Belder 已提交
1087
version = "1.5.3"
1088 1089
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1090
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1091
 "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1092
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
1093 1094 1095
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1096 1097
[[package]]
name = "textwrap"
B
Bert Belder 已提交
1098
version = "0.11.0"
B
Bert Belder 已提交
1099 1100 1101 1102 1103
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1104 1105 1106 1107 1108
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1109
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1110 1111
]

1112 1113
[[package]]
name = "time"
B
Bert Belder 已提交
1114
version = "0.1.42"
1115 1116
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1117
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1118 1119
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1120 1121 1122 1123
]

[[package]]
name = "tokio"
B
Bert Belder 已提交
1124
version = "0.1.21"
1125 1126
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1127
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1128
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1129
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1130
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1131
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1132 1133 1134 1135 1136
 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
1137
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1138
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1139
 "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1140
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1141
 "tokio-trace-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1142
 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1143
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1144 1145
]

B
Bert Belder 已提交
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155
[[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)",
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
]

1156 1157 1158 1159 1160
[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1161
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1162
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1163
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1164 1165 1166 1167
]

[[package]]
name = "tokio-current-thread"
B
Bert Belder 已提交
1168
version = "0.1.6"
1169 1170
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1171
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1172
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1173 1174 1175 1176
]

[[package]]
name = "tokio-executor"
B
Bert Belder 已提交
1177
version = "0.1.7"
1178 1179
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1180
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1181
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
1182 1183 1184 1185
]

[[package]]
name = "tokio-fs"
B
Bert Belder 已提交
1186
version = "0.1.6"
1187 1188
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1189
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1190
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1191
 "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
1192 1193 1194 1195
]

[[package]]
name = "tokio-io"
B
Bert Belder 已提交
1196
version = "0.1.12"
1197 1198
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1199
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1200
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
1201 1202 1203 1204 1205 1206 1207 1208
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-process"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1209
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1210
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1211
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1212
 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1213 1214
 "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)",
1215
 "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1216
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1217 1218 1219 1220
]

[[package]]
name = "tokio-reactor"
B
Bert Belder 已提交
1221
version = "0.1.9"
1222 1223
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1224
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1225
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1226
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1227
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1228
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1229
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1230 1231
 "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 已提交
1232 1233
 "tokio-executor 0.1.7 (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 已提交
1234
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1235 1236 1237 1238
]

[[package]]
name = "tokio-rustls"
B
Bert Belder 已提交
1239
version = "0.9.3"
1240 1241
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1242
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1243
 "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1244
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1245
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
1246 1247 1248 1249 1250 1251 1252
]

[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1253
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1254
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1255
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1256
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1257
 "signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1258 1259 1260
 "tokio-executor 0.1.7 (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 已提交
1261
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1262 1263
]

B
Bert Belder 已提交
1264 1265
[[package]]
name = "tokio-sync"
B
Bert Belder 已提交
1266
version = "0.1.6"
B
Bert Belder 已提交
1267 1268
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1269
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1270
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1271 1272
]

1273 1274
[[package]]
name = "tokio-tcp"
B
Bert Belder 已提交
1275
version = "0.1.3"
1276 1277
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1278
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1279
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
1280
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1281
 "mio 0.6.19 (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 1285 1286 1287
]

[[package]]
name = "tokio-threadpool"
B
Bert Belder 已提交
1288
version = "0.1.14"
1289 1290
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1291 1292
 "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 已提交
1293
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1294
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
1295
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1296
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1297
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1298
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1299
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1300 1301 1302 1303
]

[[package]]
name = "tokio-timer"
B
Bert Belder 已提交
1304
version = "0.2.11"
1305 1306
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1307
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1308
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1309
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1310 1311 1312 1313 1314
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-trace-core"
B
Bert Belder 已提交
1315
version = "0.2.0"
B
Bert Belder 已提交
1316 1317 1318
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)",
1319 1320 1321 1322 1323 1324 1325
]

[[package]]
name = "tokio-udp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1326
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1327
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
1328
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1329
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1330
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1331 1332
 "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)",
1333 1334 1335 1336
]

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

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

B
Bert Belder 已提交
1357 1358 1359 1360 1361
[[package]]
name = "ucd-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

1362 1363 1364 1365 1366 1367 1368 1369 1370 1371
[[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 已提交
1372
version = "0.1.8"
1373
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1374
dependencies = [
B
Bert Belder 已提交
1375
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1376
]
1377 1378 1379

[[package]]
name = "unicode-segmentation"
B
Bert Belder 已提交
1380
version = "1.3.0"
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-width"
version = "0.1.5"
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"

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

[[package]]
name = "url"
R
Ryan Dahl 已提交
1400
version = "1.7.2"
1401 1402 1403 1404 1405 1406 1407
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1408 1409
[[package]]
name = "utf8-ranges"
B
Bert Belder 已提交
1410
version = "1.0.3"
B
Bert Belder 已提交
1411 1412
source = "registry+https://github.com/rust-lang/crates.io-index"

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

1418 1419 1420 1421 1422 1423
[[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 已提交
1424
 "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
1425 1426 1427
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1428 1429 1430 1431 1432
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447
[[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"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1448
 "futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
1449 1450 1451 1452 1453 1454
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "webpki"
B
Bert Belder 已提交
1455
version = "0.19.1"
1456 1457
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1458
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
1459 1460 1461 1462 1463
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "webpki-roots"
B
Bert Belder 已提交
1464
version = "0.16.0"
1465 1466 1467
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 已提交
1468
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
1469 1470 1471 1472 1473 1474 1475 1476 1477
]

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

[[package]]
name = "winapi"
B
Bert Belder 已提交
1478
version = "0.3.7"
1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494
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"

1495 1496 1497 1498 1499 1500 1501 1502
[[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)",
]

1503 1504 1505 1506 1507
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1508 1509 1510 1511 1512 1513 1514 1515 1516
[[package]]
name = "wincolor"
version = "1.0.1"
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)",
]

1517 1518 1519 1520 1521 1522 1523 1524 1525 1526
[[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 已提交
1527
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
1528
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
B
Bert Belder 已提交
1529
"checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841"
1530
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
B
Bert Belder 已提交
1531
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
1532
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
B
Bert Belder 已提交
1533
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
B
Bert Belder 已提交
1534
"checksum backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "ada4c783bb7e7443c14e0480f429ae2cc99da95065aeab7ee1b81ada0419404f"
B
Bert Belder 已提交
1535
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
B
Bert Belder 已提交
1536
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
B
Bert Belder 已提交
1537
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
1538
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
B
Bert Belder 已提交
1539
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
B
Bert Belder 已提交
1540
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
B
Bert Belder 已提交
1541 1542
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
B
Bert Belder 已提交
1543
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
1544 1545
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
B
Bert Belder 已提交
1546
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
B
Bert Belder 已提交
1547
"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
B
Bert Belder 已提交
1548
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
B
Bert Belder 已提交
1549
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
B
Bert Belder 已提交
1550
"checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f"
B
Bert Belder 已提交
1551
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
B
Bert Belder 已提交
1552 1553
"checksum dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
B
Bert Belder 已提交
1554
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
B
Bert Belder 已提交
1555 1556
"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"
B
Bert Belder 已提交
1557
"checksum flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc1af59fd8248b59beb048d614a869ce211315c195f5412334e47f5b7e22726"
1558
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
B
Bert Belder 已提交
1559
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1560 1561
"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 已提交
1562
"checksum futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "a2037ec1c6c1c4f79557762eab1f7eae1f64f6cb418ace90fae88f0942b60139"
1563
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1564
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
B
Bert Belder 已提交
1565
"checksum h2 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "1e42e3daed5a7e17b12a0c23b5b2fbff23a925a570938ebee4baca1a9a1a2240"
B
Bert Belder 已提交
1566
"checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a"
B
Bert Belder 已提交
1567
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
1568
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
B
Bert Belder 已提交
1569
"checksum hyper 0.12.30 (registry+https://github.com/rust-lang/crates.io-index)" = "40e7692b2009a70b1e9b362284add4d8b75880fefddb4acaa5e67194e843f219"
B
Bert Belder 已提交
1570
"checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3"
1571 1572
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1573
"checksum integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5c33cd4d18b4ade167caace0e92364e8568c1e47c193738397b4b48a3e414139"
1574
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
B
Bert Belder 已提交
1575
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1576
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
B
Bert Belder 已提交
1577
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
B
Bert Belder 已提交
1578
"checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319"
1579 1580 1581
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
B
Bert Belder 已提交
1582
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
1583
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
B
Bert Belder 已提交
1584
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
1585 1586 1587 1588 1589
"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 已提交
1590
"checksum nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4dbdc256eaac2e3bd236d93ad999d3479ef775c863dbda3068c4006a92eec51b"
1591
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
B
Bert Belder 已提交
1592
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
B
Bert Belder 已提交
1593
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
1594
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
B
Bert Belder 已提交
1595 1596
"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"
1597
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
B
Bert Belder 已提交
1598
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
B
Bert Belder 已提交
1599
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
B
Bert Belder 已提交
1600
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
B
Bert Belder 已提交
1601
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
B
Bert Belder 已提交
1602
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
B
Bert Belder 已提交
1603 1604
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
1605 1606
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
B
Bert Belder 已提交
1607
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
B
Bert Belder 已提交
1608
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
B
Bert Belder 已提交
1609
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
B
Bert Belder 已提交
1610 1611
"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 已提交
1612
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
1613
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
B
Bert Belder 已提交
1614
"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
B
Bert Belder 已提交
1615 1616 1617
"checksum regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b2f0808e7d7e4fb1cb07feb6ff2f4bc827938f24f8c2e6a3beb7370af544bdd"
"checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48"
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
B
Bert Belder 已提交
1618
"checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c"
B
Bert Belder 已提交
1619
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
1620
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
B
Bert Belder 已提交
1621
"checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e"
B
Bert Belder 已提交
1622
"checksum rustyline 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f47ea1ceb347d2deae482d655dc8eef4bd82363d3329baffa3818bd76fea48b"
B
Bert Belder 已提交
1623
"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
1624 1625
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
B
Bert Belder 已提交
1626
"checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9"
1627 1628
"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 已提交
1629 1630
"checksum serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "32746bf0f26eab52f06af0d0aa1984f641341d06d8d673c693871da2d188c9be"
"checksum serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "46a3223d0c9ba936b61c0d2e3e559e3217dbfb8d65d06d26e8b3c25de38bae3e"
B
Bert Belder 已提交
1631
"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
B
Bert Belder 已提交
1632 1633
"checksum signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "72ab58f1fda436857e6337dcb6a5aaa34f16c5ddc87b3a8b6ef7a212f90b9c5a"
"checksum signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cded4ffa32146722ec54ab1f16320568465aa922aa9ab4708129599740da85d7"
B
Bert Belder 已提交
1634
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
B
Bert Belder 已提交
1635
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
B
Bert Belder 已提交
1636
"checksum socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878"
1637
"checksum source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89babfa6891f638e3e30c5dd248368937015b627a9704aaa8c9d3b9177bf8bfa"
B
Bert Belder 已提交
1638
"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55"
1639
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
B
Bert Belder 已提交
1640
"checksum string 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0bbfb8937e38e34c3444ff00afb28b0811d9554f15c5ad64d12b0308d1d1995"
B
Bert Belder 已提交
1641
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
B
Bert Belder 已提交
1642
"checksum syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)" = "8b4f551a91e2e3848aeef8751d0d4eec9489b6474c720fd4c55958d8d31a430c"
B
Bert Belder 已提交
1643
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
B
Bert Belder 已提交
1644
"checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef"
1645
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
B
Bert Belder 已提交
1646
"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330"
B
Bert Belder 已提交
1647
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
B
Bert Belder 已提交
1648
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
B
Bert Belder 已提交
1649
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
B
Bert Belder 已提交
1650
"checksum tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ec2ffcf4bcfc641413fa0f1427bf8f91dfc78f56a6559cbf50e04837ae442a87"
B
Bert Belder 已提交
1651
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
1652
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
B
Bert Belder 已提交
1653 1654 1655 1656
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
"checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e"
"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"
1657
"checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d"
B
Bert Belder 已提交
1658
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
B
Bert Belder 已提交
1659
"checksum tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1600e90b2602df28ff54ae842519b408fbb25378c3c5aee1b795593e9263dc80"
1660
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
B
Bert Belder 已提交
1661
"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
B
Bert Belder 已提交
1662
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
B
Bert Belder 已提交
1663
"checksum tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72558af20be886ea124595ea0f806dd5703b8958e4705429dd58b3d8231f72f2"
B
Bert Belder 已提交
1664
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
B
Bert Belder 已提交
1665
"checksum tokio-trace-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9c8a256d6956f7cb5e2bdfe8b1e8022f1a09206c6c2b1ba00f3b746b260c613"
1666
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
B
Bert Belder 已提交
1667
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
1668
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
B
Bert Belder 已提交
1669
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
1670
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
B
Bert Belder 已提交
1671
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
B
Bert Belder 已提交
1672
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
1673 1674 1675
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
R
Ryan Dahl 已提交
1676
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
B
Bert Belder 已提交
1677
"checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
1678
"checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
1679
"checksum utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "055058552ca15c566082fc61da433ae678f78986a6f16957e33162d1b218792a"
B
Bert Belder 已提交
1680
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
1681 1682 1683
"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"
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
B
Bert Belder 已提交
1684 1685
"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"
1686
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
B
Bert Belder 已提交
1687
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
1688 1689
"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"
1690
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
1691
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1692
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
1693
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"