Cargo.lock 72.7 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
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
47
 "termion 1.5.1 (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.2"
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.15"
59 60
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
61
 "autocfg 0.1.2 (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 64
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
65 66
 "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
67 68 69 70
]

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

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

[[package]]
name = "bitflags"
version = "1.0.4"
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 已提交
96
 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
97 98 99 100 101
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "bytes"
B
Bert Belder 已提交
107
version = "0.4.12"
108 109
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
110
 "byteorder 1.3.1 (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.35"
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.7"
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 131
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)",
 "bitflags 1.0.4 (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 143 144 145 146 147 148 149 150 151 152
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[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.7 (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.7 (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.3.8  
Ryan Dahl 已提交
200
version = "0.3.8"
201
dependencies = [
B
Bert Belder 已提交
202
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
203 204 205 206
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
207
 "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
208 209 210 211
]

[[package]]
name = "deno_cli"
R
v0.3.8  
Ryan Dahl 已提交
212
version = "0.3.8"
213
dependencies = [
214
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
215
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
216
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
v0.3.8  
Ryan Dahl 已提交
217
 "deno 0.3.8",
B
Bert Belder 已提交
218
 "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
219
 "flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
220 221 222
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.12.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
223
 "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
224
 "integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
225
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
226
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
227
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
228
 "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
229
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
230
 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
231
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
232
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
233
 "rustyline 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
234
 "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
235
 "source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
236
 "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
237 238 239 240
 "tokio 0.1.18 (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)",
241
 "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
242
 "tokio-rustls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
243
 "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
244
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
245
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
246 247 248 249
]

[[package]]
name = "dirs"
B
Bert Belder 已提交
250
version = "1.0.5"
251 252
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
253
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
254
 "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
255
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
256 257 258 259
]

[[package]]
name = "failure"
B
Bert Belder 已提交
260
version = "0.1.5"
261 262
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
263
 "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
264
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
265 266 267 268
]

[[package]]
name = "failure_derive"
B
Bert Belder 已提交
269
version = "0.1.5"
270 271
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
272
 "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
273 274
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
275 276 277 278 279 280
 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "flatbuffers"
version = "0.5.0"
R
Ryan Dahl 已提交
281
source = "registry+https://github.com/rust-lang/crates.io-index"
282
dependencies = [
B
Bert Belder 已提交
283
 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
284 285 286 287 288 289 290
]

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

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

296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
312
version = "0.1.26"
313 314 315 316 317 318 319
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 已提交
320
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
321
 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
322 323 324 325
]

[[package]]
name = "h2"
B
Bert Belder 已提交
326
version = "0.1.18"
327 328
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
329
 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
330
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
331
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
332 333
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
334 335
 "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 已提交
336 337
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
338
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
339 340 341 342
]

[[package]]
name = "http"
B
Bert Belder 已提交
343
version = "0.1.17"
344 345
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
346
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
347 348 349 350 351 352 353 354 355 356 357
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "hyper"
B
Bert Belder 已提交
358
version = "0.12.27"
359 360
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
361
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
362
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
363
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
364 365
 "h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
366 367 368 369 370
 "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)",
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
371
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
372
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
373 374 375 376
 "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
377
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
378
 "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
379
 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
380 381 382 383 384
 "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "hyper-rustls"
B
Bert Belder 已提交
385
version = "0.16.1"
386 387
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
388
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
389
 "ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
390 391 392
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.12.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
393
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
394
 "tokio-rustls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
395 396
 "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)",
397 398 399 400 401 402 403 404 405
]

[[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 已提交
406
 "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
407 408 409 410 411 412 413
]

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

414 415 416 417 418
[[package]]
name = "integer-atomics"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

419 420 421 422 423
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
424
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "itoa"
version = "0.4.3"
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 已提交
444
version = "1.3.0"
445 446 447 448 449 450 451 452 453
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "libc"
B
Bert Belder 已提交
454
version = "0.2.51"
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470
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 已提交
471
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
472 473 474 475 476 477 478 479 480
]

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

[[package]]
name = "memchr"
B
Bert Belder 已提交
481
version = "2.2.0"
482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498
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"
version = "0.6.16"
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)",
 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
499
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
500 501 502
 "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 已提交
503
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
504 505 506 507 508 509 510 511 512 513 514
 "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)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
515
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
516 517 518 519 520 521 522 523
]

[[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 已提交
524
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[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 = [
 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
545
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
546 547 548 549 550 551 552
]

[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
553 554
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
555
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
556 557 558 559 560 561 562 563
]

[[package]]
name = "nix"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
564
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
565 566
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
567 568 569 570 571 572 573 574 575 576
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "num_cpus"
B
Bert Belder 已提交
577
version = "1.10.0"
578 579
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
580
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
581 582 583 584 585 586 587 588 589 590 591 592
]

[[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 已提交
593
version = "0.7.1"
594 595 596
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 已提交
597
 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
598 599 600 601
]

[[package]]
name = "parking_lot_core"
B
Bert Belder 已提交
602
version = "0.4.0"
603 604
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
605
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
606
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
607
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
608
 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
609
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
610 611 612 613 614 615 616 617 618
]

[[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 已提交
619
version = "0.4.27"
620 621 622 623 624 625 626
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 已提交
627
version = "0.6.12"
628 629
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
630
 "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
631 632 633 634
]

[[package]]
name = "rand"
B
Bert Belder 已提交
635
version = "0.4.6"
636 637
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
638
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
639
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
640
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
641
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
642
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
643 644 645 646
]

[[package]]
name = "rand"
B
Bert Belder 已提交
647
version = "0.6.5"
648 649
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
650
 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
651
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
652
 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
653
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
654 655
 "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 已提交
656
 "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
657
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
658
 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
659
 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
660
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
661 662 663 664
]

[[package]]
name = "rand_chacha"
B
Bert Belder 已提交
665
version = "0.1.1"
666 667
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
668 669
 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
670 671 672 673
]

[[package]]
name = "rand_core"
B
Bert Belder 已提交
674 675 676 677 678 679 680 681 682
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"
683 684 685 686 687 688 689
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 已提交
690
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
691 692 693 694 695 696 697
]

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

B
Bert Belder 已提交
701 702 703 704 705
[[package]]
name = "rand_jitter"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
706
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
707
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
708
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
709 710
]

R
Ryan Dahl 已提交
711 712
[[package]]
name = "rand_os"
B
Bert Belder 已提交
713
version = "0.1.3"
R
Ryan Dahl 已提交
714 715 716
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 已提交
717
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
718
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
719
 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
720
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
721
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
722 723
]

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

[[package]]
name = "rand_xorshift"
B
Bert Belder 已提交
735 736 737
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
738
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
739 740 741 742 743
]

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

[[package]]
name = "redox_syscall"
B
Bert Belder 已提交
751
version = "0.1.54"
752 753 754 755 756 757 758
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 已提交
759
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
760 761 762 763
]

[[package]]
name = "redox_users"
B
Bert Belder 已提交
764
version = "0.3.0"
765 766 767
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 已提交
768
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
769
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
770
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
771 772
]

B
Bert Belder 已提交
773 774
[[package]]
name = "regex"
B
Bert Belder 已提交
775
version = "1.1.6"
B
Bert Belder 已提交
776 777
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
778
 "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
779
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
780
 "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
781 782 783 784 785 786
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "regex-syntax"
B
Bert Belder 已提交
787
version = "0.6.6"
B
Bert Belder 已提交
788 789 790 791 792
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)",
]

793 794 795 796 797
[[package]]
name = "remove_dir_all"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
798
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
799 800 801 802
]

[[package]]
name = "ring"
B
Bert Belder 已提交
803
version = "0.14.6"
804 805
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
806
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
807
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
808
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
809
 "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
810
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
811
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
812 813 814 815
]

[[package]]
name = "rustc-demangle"
B
Bert Belder 已提交
816
version = "0.1.14"
817 818 819 820 821 822 823 824 825 826 827 828
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 已提交
829
version = "0.15.2"
830 831
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
832
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
833
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
834
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
835
 "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
836
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
837
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
838 839 840 841
]

[[package]]
name = "rustyline"
842
version = "3.0.0"
843 844
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
845
 "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
846
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
847
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
848
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
849 850 851 852
 "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
853
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872
]

[[package]]
name = "ryu"
version = "0.2.7"
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 已提交
873
version = "0.5.0"
874 875
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
876
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894
 "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 已提交
895
version = "1.0.90"
896 897 898 899
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde_json"
B
Bert Belder 已提交
900
version = "1.0.39"
901 902 903 904
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
905
 "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
906 907 908 909
]

[[package]]
name = "signal-hook"
B
Bert Belder 已提交
910
version = "0.1.8"
911 912
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
913
 "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
914
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
915 916 917 918
]

[[package]]
name = "slab"
B
Bert Belder 已提交
919
version = "0.4.2"
920 921 922 923
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "smallvec"
B
Bert Belder 已提交
924
version = "0.6.9"
925 926 927 928 929 930 931
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "socket2"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
932 933
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
934 935
 "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)",
936 937 938 939 940 941 942
]

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

B
Bert Belder 已提交
947 948 949 950 951
[[package]]
name = "spin"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

952 953 954 955 956 957 958
[[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 已提交
959
version = "0.1.3"
960 961
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
962 963
[[package]]
name = "strsim"
B
Bert Belder 已提交
964
version = "0.8.0"
B
Bert Belder 已提交
965 966
source = "registry+https://github.com/rust-lang/crates.io-index"

967 968
[[package]]
name = "syn"
B
Bert Belder 已提交
969
version = "0.15.31"
970 971
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
972
 "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
973
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
974 975 976 977 978 979 980 981
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "synstructure"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
982
 "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
983 984
 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
985 986 987 988 989
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tempfile"
B
Bert Belder 已提交
990
version = "3.0.7"
991 992
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
993 994
 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
995
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
996
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
997
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
998
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
999 1000 1001 1002 1003 1004 1005
]

[[package]]
name = "termion"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1006
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1007
 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
1008 1009 1010
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1011 1012
[[package]]
name = "textwrap"
B
Bert Belder 已提交
1013
version = "0.11.0"
B
Bert Belder 已提交
1014 1015 1016 1017 1018
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 已提交
1019 1020 1021 1022 1023
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1024
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1025 1026
]

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

[[package]]
name = "tokio"
B
Bert Belder 已提交
1039
version = "0.1.18"
1040 1041
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1042
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1043
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1044
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1045
 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1046
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1047 1048 1049 1050 1051 1052
 "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)",
 "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1053
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1054
 "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1055
 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1056
 "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1057
 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1058
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1059 1060 1061 1062 1063 1064 1065
]

[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1066
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1067
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1068
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1069 1070 1071 1072
]

[[package]]
name = "tokio-current-thread"
B
Bert Belder 已提交
1073
version = "0.1.6"
1074 1075
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1076
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1077
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1078 1079 1080 1081
]

[[package]]
name = "tokio-executor"
B
Bert Belder 已提交
1082
version = "0.1.7"
1083 1084
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1085
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1086
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1087 1088 1089 1090
]

[[package]]
name = "tokio-fs"
B
Bert Belder 已提交
1091
version = "0.1.6"
1092 1093
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1094
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1095 1096
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1097 1098 1099 1100
]

[[package]]
name = "tokio-io"
B
Bert Belder 已提交
1101
version = "0.1.12"
1102 1103
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1104
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1105
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1106 1107 1108 1109 1110 1111 1112 1113
 "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 已提交
1114
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1115
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1116 1117
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1118 1119
 "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)",
1120
 "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1121
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1122 1123 1124 1125
]

[[package]]
name = "tokio-reactor"
B
Bert Belder 已提交
1126
version = "0.1.9"
1127 1128
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1129
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1130
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1131
 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1132 1133
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1134
 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1135 1136
 "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 已提交
1137 1138 1139
 "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-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1140 1141 1142 1143
]

[[package]]
name = "tokio-rustls"
B
Bert Belder 已提交
1144
version = "0.9.2"
1145 1146
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1147 1148
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1149
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1150
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
1151 1152 1153 1154 1155 1156 1157
]

[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1158
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1159
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1160 1161
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1162
 "signal-hook 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1163 1164 1165
 "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 已提交
1166
 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
1167 1168
]

B
Bert Belder 已提交
1169 1170
[[package]]
name = "tokio-sync"
B
Bert Belder 已提交
1171
version = "0.1.4"
B
Bert Belder 已提交
1172 1173
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1174
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1175
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1176 1177
]

1178 1179
[[package]]
name = "tokio-tcp"
B
Bert Belder 已提交
1180
version = "0.1.3"
1181 1182
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1183
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1184
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1185 1186
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1187 1188
 "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)",
1189 1190 1191 1192
]

[[package]]
name = "tokio-threadpool"
B
Bert Belder 已提交
1193
version = "0.1.13"
1194 1195
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1196 1197
 "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 已提交
1198
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1199
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1200
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1201 1202
 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1203
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1204
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1205 1206 1207 1208
]

[[package]]
name = "tokio-timer"
B
Bert Belder 已提交
1209
version = "0.2.10"
1210 1211
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1212
 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1213
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1214
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1215 1216 1217 1218 1219 1220 1221 1222 1223
 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-trace-core"
version = "0.1.0"
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)",
1224 1225 1226 1227 1228 1229 1230
]

[[package]]
name = "tokio-udp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1231
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1232
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1233 1234 1235
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (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 已提交
1236 1237
 "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)",
1238 1239 1240 1241
]

[[package]]
name = "tokio-uds"
B
Bert Belder 已提交
1242
version = "0.2.5"
1243 1244
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1245
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1246
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1247
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1248
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1249 1250 1251 1252
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
1253 1254
 "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)",
1255 1256 1257 1258 1259 1260 1261
]

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

B
Bert Belder 已提交
1262 1263 1264 1265 1266
[[package]]
name = "ucd-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

1267 1268 1269 1270 1271 1272 1273 1274 1275 1276
[[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 已提交
1277
version = "0.1.8"
1278
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1279
dependencies = [
B
Bert Belder 已提交
1280
 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1281
]
1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304

[[package]]
name = "unicode-segmentation"
version = "1.2.1"
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 已提交
1305
version = "1.7.2"
1306 1307 1308 1309 1310 1311 1312
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 已提交
1313 1314 1315 1316 1317
[[package]]
name = "utf8-ranges"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

B
Bert Belder 已提交
1323 1324 1325 1326 1327
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342
[[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 已提交
1343
 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
1344 1345 1346 1347 1348 1349
 "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 已提交
1350
version = "0.19.1"
1351 1352
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1353
 "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
1354 1355 1356 1357 1358
 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "webpki-roots"
B
Bert Belder 已提交
1359
version = "0.16.0"
1360 1361 1362
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 已提交
1363
 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
1364 1365 1366 1367 1368 1369 1370 1371 1372
]

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

[[package]]
name = "winapi"
B
Bert Belder 已提交
1373
version = "0.3.7"
1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404
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"

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

[[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 已提交
1405
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
1406
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
B
Bert Belder 已提交
1407
"checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841"
1408
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
B
Bert Belder 已提交
1409
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
1410
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
B
Bert Belder 已提交
1411
"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
B
Bert Belder 已提交
1412
"checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637"
B
Bert Belder 已提交
1413
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
B
Bert Belder 已提交
1414
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
1415 1416
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
B
Bert Belder 已提交
1417
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
B
Bert Belder 已提交
1418
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
B
Bert Belder 已提交
1419
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
B
Bert Belder 已提交
1420
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
B
Bert Belder 已提交
1421
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
1422 1423
"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 已提交
1424
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
B
Bert Belder 已提交
1425
"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
B
Bert Belder 已提交
1426
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
B
Bert Belder 已提交
1427
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
B
Bert Belder 已提交
1428
"checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f"
B
Bert Belder 已提交
1429
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
B
Bert Belder 已提交
1430 1431
"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"
R
Ryan Dahl 已提交
1432
"checksum flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea0c34f669be9911826facafe996adfda978aeee67285a13556869e2d8b8331f"
1433
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
B
Bert Belder 已提交
1434
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1435 1436
"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 已提交
1437
"checksum futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981"
1438
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
B
Bert Belder 已提交
1439 1440
"checksum h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "85ab6286db06040ddefb71641b50017c06874614001a134b423783e2db2920bd"
"checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a"
1441
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
B
Bert Belder 已提交
1442
"checksum hyper 0.12.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4f2777434f26af6e4ce4fdcdccd3bed9d861d11e87bcbe72c0f51ddaca8ff848"
B
Bert Belder 已提交
1443
"checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3"
1444 1445
"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"
1446
"checksum integer-atomics 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5c33cd4d18b4ade167caace0e92364e8568c1e47c193738397b4b48a3e414139"
1447 1448 1449
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
B
Bert Belder 已提交
1450
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
1451
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
B
Bert Belder 已提交
1452
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
1453 1454 1455
"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 已提交
1456
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
1457 1458 1459 1460 1461 1462 1463 1464 1465
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
"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"
"checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17"
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
B
Bert Belder 已提交
1466
"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
1467
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
B
Bert Belder 已提交
1468 1469
"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"
1470
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
B
Bert Belder 已提交
1471
"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
B
Bert Belder 已提交
1472
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
B
Bert Belder 已提交
1473
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
B
Bert Belder 已提交
1474
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
B
Bert Belder 已提交
1475
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
B
Bert Belder 已提交
1476 1477
"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"
1478 1479
"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 已提交
1480
"checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"
B
Bert Belder 已提交
1481
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
B
Bert Belder 已提交
1482
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
B
Bert Belder 已提交
1483 1484
"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 已提交
1485
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
1486
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
B
Bert Belder 已提交
1487
"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
B
Bert Belder 已提交
1488
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
B
Bert Belder 已提交
1489
"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
1490
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
B
Bert Belder 已提交
1491
"checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c"
B
Bert Belder 已提交
1492
"checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288"
1493
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
B
Bert Belder 已提交
1494
"checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e"
1495
"checksum rustyline 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb02ba7748691403057542ee60a1e7688fdfb46bd3bee752b8977537ee003ae2"
1496 1497 1498
"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
"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 已提交
1499
"checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9"
1500 1501
"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 已提交
1502
"checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4"
B
Bert Belder 已提交
1503
"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
B
Bert Belder 已提交
1504
"checksum signal-hook 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "97a47ae722318beceb0294e6f3d601205a1e6abaa4437d9d33e3a212233e3021"
B
Bert Belder 已提交
1505
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
B
Bert Belder 已提交
1506
"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
1507 1508
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
"checksum source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89babfa6891f638e3e30c5dd248368937015b627a9704aaa8c9d3b9177bf8bfa"
B
Bert Belder 已提交
1509
"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55"
1510
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
B
Bert Belder 已提交
1511
"checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b"
B
Bert Belder 已提交
1512 1513
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
"checksum syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b4cfac95805274c6afdb12d8f770fa2d27c045953e7b630a81801953699a9a"
1514
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
B
Bert Belder 已提交
1515
"checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a"
1516
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
B
Bert Belder 已提交
1517
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
B
Bert Belder 已提交
1518
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
B
Bert Belder 已提交
1519
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
B
Bert Belder 已提交
1520
"checksum tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "65641e515a437b308ab131a82ce3042ff9795bef5d6c5a9be4eb24195c417fd9"
1521
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
B
Bert Belder 已提交
1522 1523 1524 1525
"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"
1526
"checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d"
B
Bert Belder 已提交
1527
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
B
Bert Belder 已提交
1528
"checksum tokio-rustls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c2d884c693406aba65fdd9fe7645b50e4dd0d24b36bc5e66ec8209d2482da99d"
1529
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
B
Bert Belder 已提交
1530
"checksum tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022"
B
Bert Belder 已提交
1531
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
B
Bert Belder 已提交
1532
"checksum tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ec5759cf26cf9659555f36c431b515e3d05f66831741c85b4b5d5dfb9cf1323c"
B
Bert Belder 已提交
1533
"checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6"
B
Bert Belder 已提交
1534
"checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3"
1535
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
B
Bert Belder 已提交
1536
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
1537
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
B
Bert Belder 已提交
1538
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
1539
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
B
Bert Belder 已提交
1540
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
1541 1542 1543 1544
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
"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 已提交
1545
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
B
Bert Belder 已提交
1546
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
1547
"checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
B
Bert Belder 已提交
1548
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
1549 1550 1551
"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 已提交
1552 1553
"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"
1554
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
B
Bert Belder 已提交
1555
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
1556 1557 1558 1559
"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"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"